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

6403 Commits

Author SHA1 Message Date
nowrep
80dab0151a Edited string from previous commit. 2011-12-09 21:16:32 +01:00
nowrep
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..."
2011-12-09 21:10:16 +01:00
nowrep
43e04991fa Updated German + Spanish translation
- update *.qm files
2011-12-09 18:10:01 +01:00
David Rosca
c9093fe2ed Merge pull request #52 from JHooverman/master
Updated German translation
2011-12-09 09:09:30 -08:00
Jonathan Hooverman
5597c23113 Updated German translation 2011-12-09 18:06:13 +01:00
Jonathan Hooverman
89b534cdfb Updated German translation# 2011-12-09 17:59:30 +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
51c178c5f1 Using asynchronous write to sqlite database when useful.
- DatabaseWriter class
2011-12-08 19:12:43 +01:00
nowrep
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

- you are still able to organize bookmarks in toolbar in
  bookmarks manager
2011-12-08 18:11:05 +01:00
nowrep
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)
2011-12-07 21:48:50 +01:00
nowrep
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
2011-12-07 21:32:47 +01:00
nowrep
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
2011-12-07 18:57:42 +01:00
nowrep
8e885ec065 Private Browsing dialog will only show for the first time. 2011-12-07 17:59:41 +01:00
nowrep
cbde1158eb Support ctrl + mouse click on bookmarks toolbar
- also on home button in toolbar
2011-12-07 15:17:21 +01:00
nowrep
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)
2011-12-07 13:54:06 +01:00
nowrep
529d8e16dc Removing unnecessary code.
- namely pagethumbnailer call in about dialog
2011-12-06 21:14:52 +01:00
nowrep
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)

- hopefully fixed one crash in webview, showing QMenu with popup()
  instead of exec(), popup() is asynchronous call.

- scrolling to top in source viewer on open
2011-12-06 19:18:06 +01:00
nowrep
f75b336e36 Added PPA for Ubuntu. Update if you are using Ubuntu :-)
- currently containing development snapshot of QupZilla
- a lot of improvements and Speed Dial
2011-12-05 21:44:36 +01:00
nowrep
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
2011-12-05 19:54:17 +01:00
David Rosca
7174e217ec Merge pull request #50 from JHooverman/master
Updated German translation
2011-12-05 08:49:13 -08:00
Jonathan Hooverman
17ca3fa599 Updated German translation
Please enter the commit message for your changes. Lines starting
2011-12-05 17:44:31 +01:00
nowrep
23b44cc2ac Moved .pro file to root dir. No more need to cd src to start building.
- please update your scripts if you used some
2011-12-05 17:27:49 +01:00
nowrep
d5c9b40601 [Fix:] Opening link (target=blank) in new selected tab (regression) 2011-12-05 16:12:48 +01:00
nowrep
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 :-)
2011-12-04 21:17:13 +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
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