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

978 Commits

Author SHA1 Message Date
nowrep
4c84d74d5d Option to open Speed Dial after launch. Closes #48
- also updated translations
2011-12-04 20:35:49 +01:00
nowrep
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)
2011-12-04 20:09:44 +01:00
nowrep
53ea31fa37 [Fix:] Fix crash in PageThumbnailer. Closes #49
- using QObject::deleteLater rather than normal delete
2011-12-04 19:15:44 +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
David Rosca
934e6ea5a1 Merge pull request #47 from JHooverman/master
Updated German translation + english corrections
2011-12-04 07:26:28 -08:00
Jonathan Hooverman
79ef6658be Updated German translation 2011-12-04 16:21:36 +01:00
nowrep
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
2011-12-03 15:51:08 +01:00
nowrep
79f825c173 Edited Speed Dial to work in Windows.
- prepending file:/// instead of file://
- also disabled user selection in all page
  (selection in inputs allowed)
2011-12-03 15:33:23 +01:00
nowrep
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
2011-12-03 14:43:13 +01:00
nowrep
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
2011-12-03 12:07:10 +01:00
nowrep
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.
2011-12-03 11:27:53 +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
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
2011-11-28 19:17:48 +01:00
nowrep
0dd2c61d2d Finally fixed error with saving certificate exceptions. Closes #44
- removed slashes "/" from certificate name
   (when certificate name was for example http://a.c/)
2011-11-27 19:57:04 +01:00
nowrep
0b56af4be7 Updated translations
- after previous fix from Jonathan
2011-11-27 16:35:39 +01:00
David Rosca
a9b662b6ed Merge pull request #45 from JHooverman/master
Small fixes
2011-11-27 07:34:26 -08:00
Jonathan Hooverman
5231aaa15b Small fixes 2011-11-27 16:30:38 +01:00
nowrep
c9dac73758 Added option to select text on some QLabels (select & copy text)
- for example in javascript dialogs, certificate informations
   site informations, ...
2011-11-27 15:43:54 +01:00
nowrep
ba38a0e68d Fixed saving of exception certificates. Closes #44 2011-11-27 14:30:16 +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
David Rosca
533f01fd32 Merge pull request #42 from JHooverman/master
Updated German translation
2011-11-26 07:07:52 -08:00
Jonathan Hooverman
be501c42b3 Updated German translation 2011-11-26 12:35:01 +01:00
nowrep
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

 - fixes issue, when sometimes background filled only half
   of the page
   this issue occurs sometimes when more than one frames
   were in page
2011-11-24 22:18:45 +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
4bb5ff9b26 Fixed selecting all on click to location bar
- it was enabled even if you disabled it in preferences
2011-11-20 15:13:19 +01:00
David Rosca
a86a9882aa Merge pull request #41 from JHooverman/master
Updated German translation
2011-11-20 01:59:52 -08:00
Jonathan Hooverman
80f9c74482 Updated German translation 2011-11-20 10:52:25 +01:00
nowrep
a13cfba247 Deleted unneeded and added new icons
- according to previous commit
2011-11-19 18:23:42 +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
06b73291f3 Fixed selecting search engine when using shortcuts in locationbar
It is now returning invalid engine when shortcut is empty
2011-11-14 16:00:54 +01:00
David Rosca
2ef2553167 Merge pull request #40 from JHooverman/master
Updated German translation
2011-11-13 11:55:00 -08:00
Jonathan Hooverman
40dece8e90 Updated German translation 2011-11-13 20:48:43 +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
David Rosca
3fe5f154e1 Merge pull request #39 from boromil/master
Polish translation
2011-11-11 06:46:46 -08:00
boromil
9b4e750376 more pl translation changes 2011-11-11 15:00:53 +01:00
boromil
b0c767c04c more pl translation changes 2011-11-11 13:47:47 +01:00
boromil
e9d495b0f3 added some pl transaltion 2011-11-11 13:35:51 +01:00
nowrep
c132767d5a Updated Italian translation
Fixed some errors in translation
2011-11-10 20:31:20 +01:00
nowrep
3b0ac5b3b5 Fixed Click2Flash plugin disabled by default
Also updated README file with current version informations
2011-11-09 20:20:42 +01:00
nowrep
7808408cc8 Final updates for 1.0.0 stable release.
Containing small fixes:
 - updated windows installer
 - small modification to linux default theme (new tab button)
2011-11-09 16:58:25 +01:00
David Rosca
8791b9cf50 Merge pull request #37 from JHooverman/master
Minor Changes
2011-11-08 11:55:00 -08:00
Jonathan Hooverman
7d959bcdee Minor changes 2011-11-08 20:49:16 +01:00
nowrep
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.
2011-11-08 15:20:53 +01:00
nowrep
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
2011-11-07 19:56:53 +01:00