1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
Commit Graph

135 Commits

Author SHA1 Message Date
nowrep
da1ea0a108 [Fix] Showing also RSS feeds without title now in RSS list. 2011-12-24 13:43:26 +01:00
nowrep
d9b5c86dbe WebView now recieves only own Events.
- also using static variables for qupzilla: scheme pages
   no need to generate it every time it is about to load
2011-12-24 12:21:23 +01:00
nowrep
7b7d030540 Option to load title from page in Speed Dial. Closes #77
- also showing "Unable to load" title when page fails
  to load
2011-12-23 13:47:38 +01:00
nowrep
b5fa490573 [Fix] Click2Flash should now work properly on all pages.
- using QWebHitTestResult mechanism to find html element
  associated to Click2Flash object (should work now 100%)
  > please let me know
- added new context menu action to history manager = copy
  link address
2011-12-21 20:58:02 +01:00
nowrep
882d0c6e18 Added option "Ask on entering Private mode" to preferences. Closes #70 2011-12-21 18:57:27 +01:00
nowrep
c1e4212261 Showing "Apply" in Speed Dial edit dialog rather than "Edit". 2011-12-20 20:02:04 +01:00
nowrep
bffe5654c0 Updated translations + coding style
- removed multiple translations for standard bookmark folders
   = tr("Bookmarks In Menu"), tr("Bookmarks In ToolBar"),
     tr("Unsorted Bookmarks")

- consistency of these translations is important, otherwise
  it would confuse app when adding/moving/editing bookmarks
2011-12-17 16:04:04 +01:00
nowrep
efd79d246e Opening bookmarks/history in background on middle click. Closes #60
- also edited behaviour when page does not have title
   * it will be now used all url, not path -> host
2011-12-16 20:17:17 +01:00
nowrep
d27293355e Added empty.ts translation file for new translations. 2011-12-16 12:03:47 +01:00
nowrep
826126fd2d Added multiple sizes for desktop icon + little fixes.
- fixed session restore problem, where tab url wasn't
  properly restored (and instead loads empty search on
  active search engine)
- fixed loading icons in next/back history menu
2011-12-14 15:16:09 +01:00
nowrep
0fdb151d2a Middle click now works in bookmarks + history menu. See #58
- also changed some strings in czech + slovak translation
2011-12-13 19:18:05 +01:00
nowrep
05f1809242 Fixed typo "appereance"->"appearance". Thanks to #59
- also fixed in all translations
2011-12-13 16:02:41 +01:00
nowrep
668c038147 Improved context menus in bookmarks manager
- added import bookmarks link to bookmarks manager
- edited coding style
- updated translations
2011-12-12 21:14:43 +01:00
nowrep
4f8454a3d9 Added "broken page" image to speed dial when loading fails.
+ updated translations
2011-12-11 12:34:51 +01:00
nowrep
33813592a5 Cookie manager sorting + Preferences under Edit on Linux
- also added new script to show download stats of PPA
2011-12-10 13:15:07 +01:00
nowrep
f03b05fecb Speed Dial: fixed showing of loading animation in first tab
- also using faster QWeakPointer everywhere instead of slower
  and deprecated QPointer
2011-12-09 21:56:01 +01:00
nowrep
5336c1f41d [Fix:] Fixed showing close button on pinned tab on session restore.
- removed hide close button when there is only one tab option
2011-12-09 16:44:00 +01:00
nowrep
6ec593f436 Added option to import bookmarks form html. Closes #29
- also updated translations scripts
- updated translations
2011-12-08 21:52:03 +01:00
nowrep
4c84d74d5d Option to open Speed Dial after launch. Closes #48
- also updated translations
2011-12-04 20:35:49 +01:00
nowrep
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
2011-12-04 16:54:57 +01:00
nowrep
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)
2011-12-02 23:25:27 +01:00
nowrep
6af16c7054 Fixing crash after closing any tab (regression from previous commit)
- bad parenting of NetworkManagerProxy
 - also updated translations
2011-11-29 23:12:07 +01:00
nowrep
0b56af4be7 Updated translations
- after previous fix from Jonathan
2011-11-27 16:35:39 +01:00
nowrep
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 :-)
2011-11-26 16:54:44 +01:00
nowrep
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
2011-11-21 18:24:56 +01:00
nowrep
b88bfd46c7 Password manager now detects also username
- username is detected as first input type="text" in form
 - it should work on almost every page

This is last requirements to implement saving multiple users on
one page.
2011-11-20 17:09:10 +01:00
nowrep
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
2011-11-19 18:21:22 +01:00
nowrep
75cfab6a97 Show native notification preview in preferences
When you enter "Notifications" page, osd + native notifications will now
be shown
2011-11-19 17:38:47 +01:00
nowrep
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)
2011-11-16 16:47:08 +01:00
nowrep
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.
2011-11-13 20:36:10 +01:00
nowrep
3db65361ba Spanish translation, thanks to Jorge Sevilla <jsevi@ozu.es>
Also removed one redundant string from translations
2011-11-13 01:19:05 +01:00
nowrep
6021330765 Polish translation, uncompleted for now
Added Polish translation, thanks to Krzysztof Malinowski
<boromil@gmail.com>
Also improved showing of click2flash object
2011-11-12 09:45:32 +01:00
nowrep
c132767d5a Updated Italian translation
Fixed some errors in translation
2011-11-10 20:31:20 +01:00
nowrep
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
2011-11-06 12:05:16 +01:00
nowrep
5f7d2d108b Added Italian translation. Closes #27
Thanks to Federico Fabiani <federico.fabiani85@gmail.com> and Francesco
Marinucci <framarinucci@gmail.com>
Also updated Chinese translation.
2011-11-05 10:22:24 +01:00