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

156 Commits

Author SHA1 Message Date
nowrep
cb5242f98c Using QImage for storing icons in database.
- fixed issue on some pages when icon was shown correctly in
  locationbar, but not on tab
- using QImage for storing icons will help to have BookmarksModel
  in separate thread
- unfortunately, all currently saved icons won't be possible to load
  so I recommend erasing all icons (to not waste space in db)
2012-01-17 19:27:24 +01:00
nowrep
1add497966 Making "QupZilla" translatable in window title. 2012-01-16 18:28:56 +01:00
nowrep
8846b5b973 Change: Ctrl+F5 and Ctrl+Shift+R shortcuts for reload and bypass cache. 2012-01-16 17:40:28 +01:00
nowrep
65a3badf38 Added Ctrl+R shortcut for reload + Shift+F5 for reload & bypass cache. 2012-01-16 17:31:15 +01:00
nowrep
e8504c6b20 Added some new strings for network errors. 2012-01-14 12:44:14 +01:00
nowrep
57da64d133 Finally fixes #156 and fixes sidebar width with Qt 4.8
- disconnecting only own signals, keeping Qt internals
  so Qt can know when objects are deleted
    * QObject::destroyed(QObject*) [signal]
2012-01-14 11:46:06 +01:00
nowrep
56e30f081e Added possibility to close speed dial editing with Esc. Closes #167
- also added global possibility to allow listening ESC key events
  to page (for example key shortcuts from JavaScript)
2012-01-14 09:54:51 +01:00
nowrep
d848d5621d [Fix] Fixed saving of sidebar width when closing with maximized window. 2012-01-13 16:51:58 +01:00
nowrep
999f0ef702 Using global QSettings object, should save some writes to disk.
- instead of creating new QSettings objects whenever we want to
  save some data, we are using global QSettings object that is
  keeping its data in memory and writing to disk only when
  really needed
2012-01-11 21:58:25 +01:00
nowrep
b4a18d5729 Updated translations 2012-01-10 21:15:03 +01:00
nowrep
ee8a16b3e1 [Fix] Fixed occasional fails to restore session.
- also removed unneeded (now) checks to process slot
  while app/window is closing
  * as now no signals will be invoked on deleted objects
2012-01-10 19:10:16 +01:00
nowrep
8a88bdcc2d [Fix] Fixed occasional crash when closing tabs/windows. Closes #143
- disconnecting all signals/slots from widgets before deleting
  them to prevent invoking slots on deleted objects.
2012-01-10 18:31:38 +01:00
nowrep
eb0d24efd3 Edited Menu behaviour on Mac, should hopefully close #129
- also improved visible clicks on ToolButtons
2012-01-09 22:14:02 +01:00
nowrep
2d6585c786 [Fix] Fixed wrong tab focus order. Closes #135
- it is now LocationBar -> WebSearchBar -> WebView -> ...
2012-01-08 12:38:02 +01:00
nowrep
f0c04e88e9 [Fix] Fixed standard menu actions in app menu on Mac. Closes #130
- it should show About QupZilla, About Qt, Preferences and Quit in
  application menu on Mac
- it should also fix related crash in #130
2012-01-08 11:38:15 +01:00
nowrep
8320dd0615 Added Alt+Left/Right shortcuts for history back/forward. Closes #136 2012-01-08 11:12:04 +01:00
nowrep
aa7ab1d9e1 Version 1.1.5 2012-01-07 12:43:18 +01:00
nowrep
e05cb9b835 Edited themes, should look better on Mac now. Also improved Click2Flash
- also resizing PrintDialog to reasonable size (it is too small by
  default)
- removed obsolete translation entries from .ts files
2012-01-06 17:31:44 +01:00
nowrep
412b170f4f Don't quit application on last closed window on Mac. Closes #129 2012-01-06 15:03:48 +01:00
nowrep
ab5555d913 [Fix] Fixed "Hide tabs when there is only one tab" option. Closes #121
- also edited spanish translation in desktop launcher
2012-01-04 16:00:59 +01:00
nowrep
002dc39bc8 [Fix] Fixed cookies loss when closing browser with private browsing. 2012-01-04 14:09:27 +01:00
nowrep
8d3c56afe2 Code style + fixed cppcheck warnings.
- using static_cast rather than C-style casting
2012-01-02 17:23:31 +01:00
nowrep
66ee47d3cf Context menu in webview now include also options for current frame.
"This frame" menu is shown when frame at clicked point is different from
main frame and it contains following options:
- show only this frame, show this frame in new tab
- reload frame, print frame
- zoom in, zoom out, reset zoom
- show source code of frame
2012-01-02 13:56:52 +01:00
nowrep
f3970f164b Updated copyright for new year. Closes #100 2012-01-01 15:29:55 +01:00
nowrep
18fbb1cd31 New project domain qupzilla.com. Thank you very much, Radomir Orkac. 2011-12-31 10:33:01 +01:00
nowrep
b8a0b52982 Improved commandline options. Possibility to use more than at once.
- it is also now possible to start in private mode from commandline
2011-12-30 16:54:37 +01:00
nowrep
77e7ed55f0 Fixed overflowing bookmarks toolbar when there is a lot of bookmarks.
- also updated Russian translation
2011-12-29 15:21:26 +01:00
nowrep
9564b0a5a9 Cleaned #ifdefs, Preferences in menu on all platforms. Closes #96 2011-12-28 13:16:04 +01:00
nowrep
a8f3c74c74 Transp. bg on Windows can now be turned off without restart. Closes #92
- also updated CA-Certificates (ca-certs.crt)
2011-12-26 21:23:21 +01:00
nowrep
f7952267d7 Added Unity QuickList actions + new command line option.
- new command line option: turn on private browsing
 - QuickList actions:
     * open new tab
     * open new window
     * start private browsing
2011-12-26 20:23:54 +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
1898643224 Opens all bookmarks in folder after middle click in menu. Closes #68
- also setting title of new tab when loading bookmarks/history when
   possible (when we know title of history entry / bookmark, let
   show on tab its title, rather than showing just "New page")
2011-12-20 18:58:42 +01:00
nowrep
a6874eeed9 Enabling/disabling close window action in file menu. Closes #64
- enabled only when there is more than one main window
2011-12-17 15:09:17 +01:00
nowrep
976e5b5696 [Fix] editing new bookmark + moving some classes to own thread
- history model and database writer are now in own thread
- this will keep main thread (GUI) responsive when writing to
  database
- it also greatly increases performance when deleting multiple
  items in history
2011-12-17 14:30:54 +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
348d0e5a18 Merge branch 'master' of github.com:nowrep/QupZilla 2011-12-16 19:46:05 +01:00
Jonathan Hooverman
4618119b87 Small fixes 2011-12-16 19:42:49 +01:00
Jonathan Hooverman
669a1c695b Small fixes 2011-12-16 19:38:29 +01:00
nowrep
2cfd9808ec Possiblity to move up/down in search engines manager and other...
- F6 shortcut for focusing locationbar
- no more empty title in history back/next menus
- showing only active norification preview in preferences
2011-12-16 19:07:36 +01:00
nowrep
de3535b8db Edited copyright + escaping html entities in copyright at qupzilla:about
- adding my email <nowrep@gmail.com> to copyright
2011-12-15 18:34:48 +01:00
nowrep
04af41d0b2 OS/2 related tweaks.
- fixed compilation error by renaming menu.h to enhancedmenu.h
2011-12-14 22:30:05 +01:00
nowrep
59de491557 Version 1.1.0
- checking for updates is by default disabled on Linux
- added Polish translation, thanks to Michał Szymanowski
2011-12-14 18:09:43 +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
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)
2011-12-10 22:53:01 +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
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
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
8e885ec065 Private Browsing dialog will only show for the first time. 2011-12-07 17:59:41 +01:00