1
mirror of https://invent.kde.org/network/falkon.git synced 2025-09-10 08:37:55 +02:00

Commit Graph

  • b28e037ad1 Updated Dutch translation Thanks to Heimen Stoffels. nowrep 2011-11-01 21:16:14 +0100
  • 66956ea287 Shortcuts for main menu. Closes #31 Also updated translations nowrep 2011-11-01 18:16:46 +0100
  • d51c2eaeac Merge pull request #30 from JHooverman/master David Rosca 2011-11-01 05:27:54 -0700
  • d412cb1f57 Updated German translation Jonathan Hooverman 2011-11-01 12:30:48 +0100
  • 490f88ffc2 Fixed crash + updated html highlighter Fixed crash when closing main window while there are still tabs loading and there are more than one QupZilla window nowrep 2011-10-31 21:27:52 +0100
  • 0a92482d3a Improved loading performance RSS feeds on page will now be checked only once, not every loading tick. It should have quite big noticeable performance improvement when loading more than one page at the same time. nowrep 2011-10-30 17:20:22 +0100
  • 4e8cb1bdf5 Possibility to close download manager window on finished download Alos little performance improvent when click2flash is enabled. Pages will now be adjusted only once per load to correctly show click2flash, not with every object loaded. nowrep 2011-10-30 16:32:36 +0100
  • 975e023d54 Minor fixes for back/forward history + "Clear history" option Back/forward history menus now won't show duplicated entries and also navigating with back/forward on pages won't leave you on the same page as you are actually visiting. Though this bug was appearing rarely, it was annoying. This is not normal QtWebKit behaviour, in standard implementation it is working just fine, but QupZilla is using QWebPage::extension error pages, and when this error page appears in frame on page (for example in <iframe>) it duplicates entry in history. nowrep 2011-10-29 23:01:17 +0200
  • 5e3c7b91d1 Possibility to set default zoom on pages Added option to set default zoom in pages (in preferences: Browsing -> Web Configuration -> Default zoom on pages:) Also fixed one spelling mistake (thank to J. Hooverman) Updated chinese translation file (zh_CN.ts) nowrep 2011-10-29 18:37:28 +0200
  • e1b5a7bb6e Merge pull request #28 from JHooverman/master David Rosca 2011-10-29 09:06:20 -0700
  • 224735d413 translation update Jonathan Hooverman 2011-10-29 17:27:00 +0200
  • d22c38fe27 Fixed loading of RSS Channels. See #26 It is now following redirections. Also it will no longer be shown Atom channels, as RSS parser currently doesn't support it. nowrep 2011-10-29 13:36:04 +0200
  • 8bdc213167 Search Manager now supports also MozSearch Used for example on http://www.qtcentre.org/content/, it is working now. Also updated copyright on files where it was missing. nowrep 2011-10-29 12:24:12 +0200
  • 1b7c01bec2 Rewritten icon fetching in bookmarks importing, closes #24 Instead of using QWebPage and then loading the whole page in order to get icon, it is now using own IconFetcher class. It simply download page, looks for <link rel=shortcut and downloads icon from here. If no <link rel=shortcut is present, the downloading standard favicon.ico from base directory. nowrep 2011-10-28 23:17:38 +0200
  • ed8969f7a9 Folders in Bookmark Toolbar It is now possible to add folders into bookmarks toolbar. nowrep 2011-10-28 17:52:42 +0200
  • b2056321ef Fixed showing of Click2Flash plugin Added workaround for showing click2flash right after the plugin is created, no longer need to scroll / resize page Also fixed one crash in floating status bar message Also improved detection of object element on page nowrep 2011-10-27 14:26:40 +0200
  • 627fcd1d7b Improved Saving Passwords It is now saving webview's url, not url of request (used to have problems on some pages) And addition small improvements - added possibility to open rss feed in new tab with middle click - middle click on home button loads homepage in new tab - right click on back/next buttons now show menu instantly (instead of holding left mouse button to get menu shown) nowrep 2011-10-26 19:23:50 +0200
  • 3edeb2464f Updated Dutch translation Credits to Heimen Stoffels again :) nowrep 2011-10-25 19:55:47 +0200
  • c5b1ef9636 Merge pull request #22 from JHooverman/patch-1 David Rosca 2011-10-24 12:37:11 -0700
  • 8bfeb76719 Added some missing strings. JHooverman 2011-10-24 22:07:02 +0300
  • a4b39822a6 Various small fixes (including fullscreen buttons hiding) When going to fullscreen, add tab button will no longer stay on screen, and also when going back to normal screen, list tabs button will no longer be hidden. nowrep 2011-10-24 17:46:45 +0200
  • 9aa382764e Updated German translation Added German translation to desktop launcher and to Windows installer credits to Jonathan Hooverman nowrep 2011-10-23 21:10:09 +0200
  • fb9a211d6b 1.0.0-rc1 nowrep 2011-10-23 15:12:04 +0200
  • 56397717f9 Add Tab icon next to last tab Also uploaded scripts for various jobs related to QupZilla to github (scripts folder) nowrep 2011-10-23 14:44:18 +0200
  • 356736f130 Show Web Inspector on Windows now opens a new window with inspector It is because somehow QDockWidget::setWidget or QWebInspector itself is bugged on Windows and is positioning badly in dockwidget window. nowrep 2011-10-23 10:17:06 +0200
  • 9902476078 Import Bookmarks from other Browsers Added possibility to import bookmarks from Chrome, Firefox and Opera Please test it by yourself and send me feedback. Thanks :) nowrep 2011-10-22 22:29:33 +0200
  • 57248e64e6 Search Engines Manager + OpenSearch It is neccessary to use new profile database in order to get search engines saved. In order to make profile database upgrade automatic, change content of YOURPROFILE/version file to 1.0.0-b4 and run QupZilla nowrep 2011-10-21 23:51:02 +0200
  • 8cb30073c4 Search Engines Manager + OpenSearch (with suggestions) Finally added support to manage search engines. You can add search engines from sites that supports opensearch standard, but you can also add them manually. There is also possibility to specify shortcuts for quickly searching in location bar on your favourite engines. nowrep 2011-10-21 23:26:34 +0200
  • 9c18e53238 Little changes to linux theme to look even better than now :-) Namely menu indicator on back and home buttons removed, using own menu indicator on websearchbar (default Qt is way too big on some themes) Added Ján Ďanovský to translators (Slovak translate fixed) nowrep 2011-10-21 22:33:10 +0200
  • 0448a0b862 Completely retranslated Slovak translation. Closes #20 nowrep 2011-10-21 21:26:59 +0200
  • 2214992f72 Fixed closing SSL Manager after clicking on close button. Closes #18 nowrep 2011-10-21 19:52:58 +0200
  • e0dc2e0d4d Updated Dutch and German translation nowrep 2011-10-21 14:26:19 +0200
  • e865eb0c7e Chinese translation (thanks to Unink-Lio <unink4451@163.com>) fixed optimize database not working after click nowrep 2011-10-20 17:56:01 +0200
  • 6225283814 Fixed build issue. Closes #16 nowrep 2011-10-19 16:49:04 +0200
  • 13bde06e9e German Translation (thanks to Jonathan Hooverman jonathan.hooverman@gmail.com) nowrep 2011-10-18 21:34:25 +0200
  • dca3d3a31a Fixed occasional random crashes + middle mouse click improvements Using now qobject_cast everywhere possible instead of c++ type cast Middle mouse click in bookmarks manager (library + sidebar + toolbar) and history manager (library + sidebar) now opens a new tab nowrep 2011-10-18 21:07:58 +0200
  • e243b1baf4 Fixed small problem with default accept language + updated translations nowrep 2011-10-18 18:22:05 +0200
  • 5ebdfd9a5a Added AcceptLanguage dialog, it is now possible to set preferred languages for showing web sites nowrep 2011-10-18 17:39:51 +0200
  • 2c9dc68c3e Added possibility to change prefix for installation + improved checking profile versions (every profile will now be checked, not only default) nowrep 2011-10-18 14:30:17 +0200
  • 12fb69a2fd Middle mouse click on free space on tabbar now open a new tab nowrep 2011-10-17 23:34:57 +0200
  • 4ed8026bfa Fixed align of all bookmarks in center when show most visited is hidden nowrep 2011-10-17 14:19:49 +0200
  • 483ef1a9cb Fixed downloading of some SSL secured content on Windows nowrep 2011-10-17 13:43:51 +0200
  • a46ea19a25 Fixed issues with download manager on windows, added possibility to build W7API with msvc 2008, width of locationbar, websearchbar and sidebars is now saved nowrep 2011-10-17 09:59:09 +0200
  • 6f395631ad Updated copyright informations nowrep 2011-10-17 09:57:07 +0200
  • e263572e56 Fixed updating url in locationbar when browsing through history back and forward nowrep 2011-10-15 18:08:52 +0200
  • 722a79aef1 Fixed loading animation sometimes stopped while page still loading + updated positioning of hovered link widget Also when adblock is disabled, the statusbar icon is now clickable. When running with different profile from command line argument, in preferences will be showed real starting profile, not active. nowrep 2011-10-15 16:37:32 +0200
  • 3747babdc9 Hopefully final README update commit nowrep 2011-10-15 13:52:37 +0200
  • 70d22ca07e Edited error page, it has now the same look as the start and reportbug pages. nowrep 2011-10-15 13:40:25 +0200
  • b094c3e7db Updated README file nowrep 2011-10-15 13:17:20 +0200
  • ee3820b5d9 Updated contributors and translators + updated README file nowrep 2011-10-15 13:16:22 +0200
  • 091e749be3 Merge pull request #9 from jmc-88/master nowrep 2011-10-15 01:05:54 -0700
  • f16e29b8be Selecting all the contents of the WebSearchBar when receiving focus from keyboard (i.e., Ctrl+K). Daniele Cocca 2011-10-15 00:15:29 +0200
  • 73d11206ae Adding the possibility to close a tab by middle-clicking it. Daniele Cocca 2011-10-14 23:32:12 +0200
  • d361c0631d Updated drawing of tabs in TabBar. It will no longer show "..." when not needed. With this update is also possible implement showing "new tab" button after the last tab nowrep 2011-10-14 23:12:10 +0200
  • edbcb5e541 Rewritten WebInspector. Hopefully fixes #3 When you show Web Inspector panel, it will be open only for actual tab. So when you change tab, the web inspector panel will hide, and if you go back to tab with open web inspector, inspector will show. nowrep 2011-10-14 20:14:57 +0200
  • 1ded15ab24 It is now possible to modify build settings with environment variables. Update to #7 Read BUILDING nowrep 2011-10-13 20:06:27 +0200
  • 443e438ddb Added ca-bundle.crt certificate file for users experiencing issues with missing CA Certificates + added FAQ nowrep 2011-10-13 18:19:43 +0200
  • 453ed4c795 Added option to compile with WebGL enabled. Closes #7 nowrep 2011-10-13 17:38:51 +0200
  • 9994c6aad3 [Fix:] Fixed "make uninstall", it is no longer removing whole /usr/share/applications and pixmaps directory. Closes #6 nowrep 2011-10-13 16:16:01 +0200
  • 2ff570e92c Added new SSL Manager, it is now possible to specify location for custom CA Certificates nowrep 2011-10-12 22:28:41 +0200
  • 58a029fcc1 Added Dutch translation (thanks to Heimen Stoffels) nowrep 2011-10-12 18:03:05 +0200
  • 10c36a5330 Added support for "make install" on Unix. Closes issue #2 nowrep 2011-10-11 19:54:20 +0200
  • c9113ccd1d It is now possible to build QupZilla with Microsoft Visual C++ Compiler 2008 nowrep 2011-10-10 20:54:11 +0200
  • f649151cca Click2Flash is now disabled by default + updated address for sending bug reports nowrep 2011-10-10 15:55:06 +0200
  • d7cb7fbcd6 New action in Click2Flash context menu: Delete object nowrep 2011-10-09 14:57:13 +0200
  • 1ff0e232b7 Improved hiding elements blocked by adblock + hiding blocked flash objects when click2flash is enabled nowrep 2011-10-09 14:51:25 +0200
  • cb7ca323fa Fixed crash when clearing history and then showing library windows again nowrep 2011-10-09 12:11:17 +0200
  • d097a06b2e Fixed showing download item not in download manager when downloading page + added TODO list nowrep 2011-10-08 12:10:25 +0200
  • 4b036cbd54 www.qupzilla.co.cc as a project mainpage nowrep 2011-10-07 17:35:51 +0200
  • 17f80f31b5 Using new QupZilla site: qupzilla.cc.co from now nowrep 2011-10-07 17:33:51 +0200
  • 3c8b08957a Updated code BUILDING informations to support building for OS/2 nowrep 2011-10-07 15:37:49 +0200
  • d91f20d277 Added function to compare versions. So now it checks whether version you are running is older than laset released version nowrep 2011-10-05 16:48:23 +0200
  • 59a492be76 Modified building informations. Please read theme before compiling. nowrep 2011-10-04 18:28:34 +0200
  • a2951f4c74 Fixed build issues with copyright symlink and DEVELOPING define nowrep 2011-10-04 18:05:26 +0200
  • c23f3f8b5d Set maximumHeight of websearchbar for Windows + update default position of QupZilla on screen from 0,0 to 20,20 This fixed bug on Windows, where window title of mainwindow wasn't visible nowrep 2011-10-03 19:39:32 +0200
  • d0342e87ad Fixing bug when Flash overrides cursor and it won't change it back nowrep 2011-10-02 18:22:15 +0200
  • b73bcf5808 Start working on RC1 nowrep 2011-10-02 17:42:55 +0200
  • 5f6a982b12 v1.0.0-b4 nowrep 2011-10-02 17:39:59 +0200
  • afbc2b1a6b Added qupzilla:start page, fixed maximising window issue on Windows nowrep 2011-10-01 20:06:38 +0200
  • b526e99c0f 1.0.0-b4 nowrep 2011-10-01 17:55:10 +0200
  • 9c0f5af200 Changed LocationBar + WebSearchBar Splitter percental widths to look good even on small screen nowrep 2011-09-30 22:05:25 +0200
  • 49c2b36071 Added new IconProvider interface, improved performance of opening new tab and updated themes nowrep 2011-09-30 21:44:18 +0200
  • 8e29818bb3 Hopefully fixed one crash and one possible crash in download manager nowrep 2011-09-30 19:22:50 +0200
  • d699f4b32b Modified download options dialog design nowrep 2011-09-24 10:19:11 +0200
  • 76b3d7f2aa Updated missing copyrights nowrep 2011-09-23 22:06:21 +0200
  • 9f1c807222 Updated slovakia translation + license viewer appears in center of screen now nowrep 2011-09-23 19:42:34 +0200
  • 08fb0bec2b When downloading some file from empty tab, it will be closed imediately, not when you actually start downloading nowrep 2011-09-23 15:40:14 +0200
  • f24b6fcc21 Save Page screen - last missing feature from first Python QupZilla added Introduced new global function qz_centerWidgetOnScreen nowrep 2011-09-21 14:20:49 +0200
  • e6847166f2 Moved window geometry and state settings loaded before main window is shown nowrep 2011-09-21 12:43:27 +0200
  • 75a34167ed Browser window is now saving its position and size nowrep 2011-09-20 19:14:36 +0200
  • e0d4f35149 Fixed visibility issue of list tabs button in fullscreen nowrep 2011-09-19 21:47:15 +0200
  • 5ce67d498a Added new report bug system nowrep 2011-09-19 20:49:39 +0200
  • c4c10c0017 Commited new files nowrep 2011-09-18 15:41:25 +0200
  • 6652b433c5 Added qupzilla: scheme handler + qupzilla:about page There is now shown license of theme in ThemesManager nowrep 2011-09-18 15:35:44 +0200
  • 8f296c0f51 Added multiple sizes for window icon + fixed bookmark all tabs always disabled issue nowrep 2011-09-17 11:39:25 +0200
  • 334348b8db When turning on Private Browsing, it will be signalised in window title besides icon in statusbar (which may be hidden) nowrep 2011-09-17 11:13:38 +0200
  • eefc61733f Fixed download info when download size is unknown nowrep 2011-09-15 21:19:47 +0200
  • 8b4ae53b71 Fixed finding on google in locationbar, sometimes it just loads empty google page instead of search results nowrep 2011-09-14 17:40:16 +0200
  • 28bfa1e549 Updated NSIS installer script + translation nowrep 2011-09-13 18:21:34 +0200
  • c857ff4bf0 Updated themes + deleted now unneeded files nowrep 2011-09-11 20:41:18 +0200