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

Commit Graph

  • ef541493da Added image for previous commit. Closes #53 nowrep 2011-12-11 12:36:03 +0100
  • 4f8454a3d9 Added "broken page" image to speed dial when loading fails. + updated translations nowrep 2011-12-11 12:34:51 +0100
  • 65f4bf1a1b Improved showing url in locationbar on opening tab - when opening new tab (restoring session, restoring closed tab, ...), url of tab will be shown in locationbar immediately - not after first progress tick fires nowrep 2011-12-11 11:07:26 +0100
  • df72343ee2 Updated Spanish translation + little fixes for restoring session - fixed showing of "Do you want to restore session" after crash when using restore session on startup behaviour (regression from adding speed dial option) nowrep 2011-12-10 22:53:01 +0100
  • 33813592a5 Cookie manager sorting + Preferences under Edit on Linux - also added new script to show download stats of PPA nowrep 2011-12-10 13:15:07 +0100
  • c8e170a06b [Fix:] Should fix occasional crash on deleting + searching in history - also when adding new top level item into history sidebar + manager, it will be inserted at the beginning of list, not at the end - it will always be history entry from current day, so there is no reason to put it at the end of the list nowrep 2011-12-10 00:13:37 +0100
  • f03b05fecb Speed Dial: fixed showing of loading animation in first tab - also using faster QWeakPointer everywhere instead of slower and deprecated QPointer nowrep 2011-12-09 21:56:01 +0100
  • 80dab0151a Edited string from previous commit. nowrep 2011-12-09 21:16:32 +0100
  • ae93d5326e Bookmarks import dialog - show message on success - after all icons are fetched, message "Please click on Finish to save bookmarks." will be shown, instead of confusing "Fetching icons..." nowrep 2011-12-09 21:10:16 +0100
  • 43e04991fa Updated German + Spanish translation - update *.qm files nowrep 2011-12-09 18:10:01 +0100
  • c9093fe2ed Merge pull request #52 from JHooverman/master David Rosca 2011-12-09 09:09:30 -0800
  • 5597c23113 Updated German translation Jonathan Hooverman 2011-12-09 18:06:13 +0100
  • 89b534cdfb Updated German translation# Jonathan Hooverman 2011-12-09 17:59:30 +0100
  • 5336c1f41d [Fix:] Fixed showing close button on pinned tab on session restore. - removed hide close button when there is only one tab option nowrep 2011-12-09 16:44:00 +0100
  • 6ec593f436 Added option to import bookmarks form html. Closes #29 - also updated translations scripts - updated translations nowrep 2011-12-08 21:52:03 +0100
  • 51c178c5f1 Using asynchronous write to sqlite database when useful. - DatabaseWriter class nowrep 2011-12-08 19:12:43 +0100
  • ec7fc4d6ad Edited behaviour of showing bookmarks toolbar section in bookmarks menu - this section will now be shown in bookmarks menu only when bookmarks toolbar is visible nowrep 2011-12-08 18:11:05 +0100
  • 42079d50b5 Some minor changes in restoring tabs + pinned tabs - it may fix showing close button on pinned tab when restoring on qt 4.8 (probably, I cannot reproduce this even on qt 4.8 so I cannot exactly tell) nowrep 2011-12-07 21:48:50 +0100
  • a7736d4130 Finally fixed site icon for qupzilla: scheme pages - for some reason, Qt 4.8 does not load site icon from qrc: scheme (and also data: scheme) correctly nowrep 2011-12-07 21:32:47 +0100
  • c296dfd965 Fixed showing preview of local files in site info dialog. - using QUrl::toLocalFileName rather than QUrl::toString(QUrl::RemoveScheme) - should work now on KDE without problems nowrep 2011-12-07 18:57:42 +0100
  • 8e885ec065 Private Browsing dialog will only show for the first time. nowrep 2011-12-07 17:59:41 +0100
  • cbde1158eb Support ctrl + mouse click on bookmarks toolbar - also on home button in toolbar nowrep 2011-12-07 15:17:21 +0100
  • 6c5aefefb8 [Fix:] Crash in Web Inspector + User Style Sheet loading - also reverted .ico favicon change, using .png favicon again (it SHOULD display correctly in ubuntu now) nowrep 2011-12-07 13:54:06 +0100
  • 529d8e16dc Removing unnecessary code. - namely pagethumbnailer call in about dialog nowrep 2011-12-06 21:14:52 +0100
  • 47887329da Updated Dutch + Spanish translation. Little improvements in downloads. - save file is now selected option in download dialog, also your choice is saved (through one browser run), so if you choose to open file, then each next downloaded files will have automatically selected open file selection (instead of default save file) nowrep 2011-12-06 19:18:06 +0100
  • f75b336e36 Added PPA for Ubuntu. Update if you are using Ubuntu :-) - currently containing development snapshot of QupZilla - a lot of improvements and Speed Dial nowrep 2011-12-05 21:44:36 +0100
  • a80ad9d4b8 Focus improvements in locationbar and speed dial. - when you start browser (or open new window) and you have open speed dial or empty page set, locationbar will now be focused so you can start writing address - when editing page in speed dial, after clicking on edit, url field will be automatically selected + focused nowrep 2011-12-05 19:54:17 +0100
  • 7174e217ec Merge pull request #50 from JHooverman/master David Rosca 2011-12-05 08:49:13 -0800
  • 17ca3fa599 Updated German translation Please enter the commit message for your changes. Lines starting Jonathan Hooverman 2011-12-05 17:44:31 +0100
  • 23b44cc2ac Moved .pro file to root dir. No more need to cd src to start building. - please update your scripts if you used some nowrep 2011-12-05 17:27:49 +0100
  • d5c9b40601 [Fix:] Opening link (target=blank) in new selected tab (regression) nowrep 2011-12-05 16:12:48 +0100
  • 820e87594f [Fix:] Don't use utf8 charset on speed dial on windows - don't explicitly specify in html file in meta tag let QtWebKit choose the best encoding :-) nowrep 2011-12-04 21:17:13 +0100
  • 4c84d74d5d Option to open Speed Dial after launch. Closes #48 - also updated translations nowrep 2011-12-04 20:35:49 +0100
  • 79ab84b33d Global cleanup of objects deletion. Using deleteLater when useful. - also fixed image refreshion in speed dial (when you refresh page thumbnail, new image was created but the image in page won't change until reload. it is because page caching. fixed by appending date to image url: file://foo.png?Date) nowrep 2011-12-04 20:09:44 +0100
  • 53ea31fa37 [Fix:] Fix crash in PageThumbnailer. Closes #49 - using QObject::deleteLater rather than normal delete nowrep 2011-12-04 19:15:44 +0100
  • 8eb164fb26 [Fix:] Fixed loading urls with special characters from history - also made possible to load files from qrc: scheme - improved source viewer: * fixed incomplete source code loaded when opening window (it loads the whole source only after reloading) * improved performance, source is now highlighted much faster - using .ico favicon in all qupzilla: pages (no longer png) it should fix problems when favicon wasn't loaded on some systems - fixed alignment of site icon in navigation bar when compiling with Qt 4.8 - fixed deleting of local certifications in ssl manager nowrep 2011-12-04 16:54:57 +0100
  • 934e6ea5a1 Merge pull request #47 from JHooverman/master David Rosca 2011-12-04 07:26:28 -0800
  • 79ef6658be Updated German translation Jonathan Hooverman 2011-12-04 16:21:36 +0100
  • 7205c73eca Global file url cleanup + load support for qrc: scheme - rather then prepending file:// or file:/// on windows, use Qt functions QUrl::fromLocalFile and QUrl::toLocalFile - WebView support for loading files from qrc: scheme nowrep 2011-12-03 15:51:08 +0100
  • 79f825c173 Edited Speed Dial to work in Windows. - prepending file:/// instead of file:// - also disabled user selection in all page (selection in inputs allowed) nowrep 2011-12-03 15:33:23 +0100
  • b422e22afd Image previeweing in Site Informations now supports file and qrc scheme - also updated slovakia translation - fixed image showing on adblocked page(regression from previous commit) - SpeedDial: when adding new page and then editing, http:// will be shown instead of empty url nowrep 2011-12-03 14:43:13 +0100
  • 61d6b3a37a [Fix:] Finally fixed global cursor override of some Flash objects - some Flash objects changes cursor and this change became global, so when you hover over navigation toolbar, your cursor changed to Flash's one - fixed by explicitly setting ArrowCursor to main widget nowrep 2011-12-03 12:07:10 +0100
  • 2aedf3bef6 [Fix:] Fixes invalid icons in Linux theme on some systems. - using now fallback icons (Faenza) when QIcon::fromTheme returns invalid icon, occurs for example on LXDE - also setting default width for locationbar and websearchbar rather then counting it from available space. This used to have problems on some systems, thus making websearchbar too big. nowrep 2011-12-03 11:27:53 +0100
  • b1083226b8 Added Speed Dial. Closes #36 - first version of speed dial - showing pages in maximum 4 columns (unlimited rows) - option in preferences to open speed dial on new tab - almost all implemented in js and jQuery, hope it won't be slow. It loads in about 240ms on my machine and in 2s on my Toshiba netbook (very very old Intel Atom) - currently, there is no possibility to change backgroung and keyboard shortcuts (need to figure out problems with laptop keyboards (no numerical block => Ctrl + 1 fires Ctrl + + and so on) nowrep 2011-12-02 23:25:27 +0100
  • 6af16c7054 Fixing crash after closing any tab (regression from previous commit) - bad parenting of NetworkManagerProxy - also updated translations nowrep 2011-11-29 23:12:07 +0100
  • 98aaff4cc5 Added class PageThumbnailer + filterBadChars from filename function - PageThumbnailer will be used in SpeedDial - filtering bad chars from filename make saving of certification exceptions save nowrep 2011-11-28 19:17:48 +0100
  • 0dd2c61d2d Finally fixed error with saving certificate exceptions. Closes #44 - removed slashes "/" from certificate name (when certificate name was for example http://a.c/) nowrep 2011-11-27 19:57:04 +0100
  • 0b56af4be7 Updated translations - after previous fix from Jonathan nowrep 2011-11-27 16:35:39 +0100
  • a9b662b6ed Merge pull request #45 from JHooverman/master David Rosca 2011-11-27 07:34:26 -0800
  • 5231aaa15b Small fixes Jonathan Hooverman 2011-11-27 16:30:38 +0100
  • c9dac73758 Added option to select text on some QLabels (select & copy text) - for example in javascript dialogs, certificate informations site informations, ... nowrep 2011-11-27 15:43:54 +0100
  • ba38a0e68d Fixed saving of exception certificates. Closes #44 nowrep 2011-11-27 14:30:16 +0100
  • c41ba1913f Fixes wrong behaviour of Password Manager when saving entries - fixed manipulating with usernames/passwords containing characters needed to be percent encoded - also updated all .ts files - compiled all translations into .qm files, so you can download latest translation for your language :-) nowrep 2011-11-26 16:54:44 +0100
  • 533f01fd32 Merge pull request #42 from JHooverman/master David Rosca 2011-11-26 07:07:52 -0800
  • be501c42b3 Updated German translation Jonathan Hooverman 2011-11-26 12:35:01 +0100
  • 0e82994e7f Improved javascript alert, confirm, prompt dialogs. - instead of injecting semi transparent block into page, we just set background of the whole widget frame to semi transparent image nowrep 2011-11-24 22:18:45 +0100
  • a3898e48c0 Added option to hide passwords in preferences - after you show passwords, it is now possible to hide them again - no more need to close preferences dialog nowrep 2011-11-21 18:24:56 +0100
  • b88bfd46c7 Password manager now detects also username - username is detected as first input type="text" in form - it should work on almost every page nowrep 2011-11-20 17:09:10 +0100
  • 4bb5ff9b26 Fixed selecting all on click to location bar - it was enabled even if you disabled it in preferences nowrep 2011-11-20 15:13:19 +0100
  • a86a9882aa Merge pull request #41 from JHooverman/master David Rosca 2011-11-20 01:59:52 -0800
  • 80f9c74482 Updated German translation Jonathan Hooverman 2011-11-20 10:52:25 +0100
  • a13cfba247 Deleted unneeded and added new icons - according to previous commit nowrep 2011-11-19 18:23:42 +0100
  • 365770495e Using icons from desktop theme in preferences + site info - Faenza icons are no longer explicitly shown in prefereneces and site info - they are now used only if icon is not found in active theme, and also for Windows users - please test it and let me know if icons are correct for each category - also fixes previous commit nowrep 2011-11-19 18:21:22 +0100
  • 75cfab6a97 Show native notification preview in preferences When you enter "Notifications" page, osd + native notifications will now be shown nowrep 2011-11-19 17:38:47 +0100
  • 54bda0328f Added option to select all text on click to address bar - and dropped "Add .com on CTRL click" option (it was making impossible copying anything from address bar) nowrep 2011-11-16 16:47:08 +0100
  • 06b73291f3 Fixed selecting search engine when using shortcuts in locationbar It is now returning invalid engine when shortcut is empty nowrep 2011-11-14 16:00:54 +0100
  • 2ef2553167 Merge pull request #40 from JHooverman/master David Rosca 2011-11-13 11:55:00 -0800
  • 40dece8e90 Updated German translation Jonathan Hooverman 2011-11-13 20:48:43 +0100
  • dbab4f74ca Added XSS Auditing option From docs: Specifies whether load requests should be monitored for cross-site scripting attempts. Suspicious scripts will be blocked and reported in the inspector's JavaScript console. Enabling this feature might have an impact on performance and it is disabled by default. nowrep 2011-11-13 20:36:10 +0100
  • 3db65361ba Spanish translation, thanks to Jorge Sevilla <jsevi@ozu.es> Also removed one redundant string from translations nowrep 2011-11-13 01:19:05 +0100
  • 6021330765 Polish translation, uncompleted for now Added Polish translation, thanks to Krzysztof Malinowski <boromil@gmail.com> Also improved showing of click2flash object nowrep 2011-11-12 09:45:32 +0100
  • 3fe5f154e1 Merge pull request #39 from boromil/master David Rosca 2011-11-11 06:46:46 -0800
  • 9b4e750376 more pl translation changes boromil 2011-11-11 15:00:53 +0100
  • b0c767c04c more pl translation changes boromil 2011-11-11 13:47:47 +0100
  • e9d495b0f3 added some pl transaltion boromil 2011-11-11 13:35:51 +0100
  • c132767d5a Updated Italian translation Fixed some errors in translation nowrep 2011-11-10 20:31:20 +0100
  • 3b0ac5b3b5 Fixed Click2Flash plugin disabled by default Also updated README file with current version informations nowrep 2011-11-09 20:20:42 +0100
  • 7808408cc8 Final updates for 1.0.0 stable release. Containing small fixes: - updated windows installer - small modification to linux default theme (new tab button) nowrep 2011-11-09 16:58:25 +0100
  • 8791b9cf50 Merge pull request #37 from JHooverman/master David Rosca 2011-11-08 11:55:00 -0800
  • 7d959bcdee Minor changes Jonathan Hooverman 2011-11-08 20:49:16 +0100
  • 895942842d Fixed crash when downloading from SSL secured site If your download is opening in new empty tab, teh download manager will close it. If the new tab was secured, network manager was trying to set SSL configuration to already deleted page, thus leading to crash. nowrep 2011-11-08 15:20:53 +0100
  • f8feb86351 Fixed fetching of AdBlock EasyList - also fixed showing 1*1px widget when clicking on site info icon on empty or qupzilla: page - added global Ctrl (+ Shift) + Tab for navigating through tabs nowrep 2011-11-07 19:56:53 +0100
  • 8e8e884968 Removed .orig copies of source files I hope this will be last ... nowrep 2011-11-06 19:46:03 +0100
  • a72b515d5b Another previous commit fix... Deleting unneeded files + backup files from Gedit (file + ~) nowrep 2011-11-06 17:13:18 +0100
  • b6f84d648f Fixing previous commit Sorry for the mistake, it should be fine now. nowrep 2011-11-06 17:09:08 +0100
  • 2cb067878d Coding style, fixed cppcheck warnings + improved html highlighter - html highlighter is now highlighting with reg exps, no more with hard coded tags/tag options - all cppecheck warnings fixed + added script (cppcheck.sh) - introduced coding style + added astyle script (coding_style.sh) - fixed one mistake in czech translate + updated windows installer nowrep 2011-11-06 17:01:23 +0100
  • 959fc9b450 Shortcuts improvements + improved performance of cookie manager - it is now possible to close page search with Esc, it is no longer needed to click on close button. - shortcuts for reload, stop, next, back are available everytime. - performance of cookie manager is not ideal yet, but it is much better than it was before. - fixed showing search engine name in locationbar placeholder text. - updated ca-certs bundle by latest Debian update - moved keypressevent handler from WebView to QupZila to make this actions global - added keypress actions for special keys on keyboard nowrep 2011-11-06 12:05:16 +0100
  • bf22ffbf9e Setting additional QWebSettings arguments when building w/ QtWebKit 2.2 Namely HyperlinkAuditingEnabled and JavascriptCanCloseWindows. See http://gitorious.org/+qtwebkit- nowrep 2011-11-05 22:02:23 +0100
  • 178baa7dc2 Improved mouse press events on page. Closes #33 The original function eventFilter was taken from QTestBrowser and used the MousePressEvents part. You can find original function at http://gitorious.org/+qtwebkit- nowrep 2011-11-05 21:27:01 +0100
  • b8fbcdbeb5 Another little fixes (including showing unsorted bookmarks) Unsorted bookmarks are now properly showed at the bottom of tree in bookmarks manager. Removed unneeded code in siteinfowidget.cpp and tabwidget.cpp nowrep 2011-11-05 18:36:53 +0100
  • 4a556a4adc Improved cookies filtering + fixed crash Improved cookies filtering for domain mismatch and for tracking cookies, it is now fully (i hope) working and ready to use in everyday browsing. Please test it by yourself and report any issues. Also fixed crash when closing cookies manager window with "Close" in title bar or with Alt+F4 nowrep 2011-11-05 15:04:29 +0100
  • 56e7e5163a Completed translations Completed one missing string in Slovakia and Dutch translation from history. The string is "Database successfully optimized..." nowrep 2011-11-05 11:59:06 +0100
  • b62ed5edb3 Supporting data: scheme You can now enter image with data: scheme to locationbar to show it and data: images will now be showed in Site Info dialog nowrep 2011-11-05 11:51:46 +0100
  • 5f7d2d108b Added Italian translation. Closes #27 Thanks to Federico Fabiani <federico.fabiani85@gmail.com> and Francesco Marinucci <framarinucci@gmail.com> Also updated Chinese translation. nowrep 2011-11-05 10:22:24 +0100
  • 2eb0f542a9 Various small fixes Finally fixed "floating statusbar", it has now proper ToolTip behaviour. DownloadManager now won't ask you whether you want delete file if some error in downloading occurs. In all themes fixed TextBrowser's rounded borders in KDE nowrep 2011-11-04 22:34:45 +0100
  • c40ea5437c Merge pull request #34 from JHooverman/master David Rosca 2011-11-04 04:35:17 -0700
  • 078c801536 Updated German translation Jonathan Hooverman 2011-11-04 12:19:31 +0100
  • a09778896c Serializing strings from ssl certificates This is only start, all strings from web pages are going to be serialized until 1.0.0 stable nowrep 2011-11-03 20:12:35 +0100
  • 575b15db6c Fixed restoring of multiple windows Restoring of multiple windows now won't add additional tab in second and next windows nowrep 2011-11-03 18:51:46 +0100
  • c3971c2672 Fixed Save Passwords saving in Preferences This option is now properly saved. Also updated Slovakia translation of desktop launcher. nowrep 2011-11-02 12:52:55 +0100