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

47 Commits

Author SHA1 Message Date
nowrep
a2951f4c74 Fixed build issues with copyright symlink and DEVELOPING define 2011-10-04 18:05:26 +02:00
nowrep
b73bcf5808 Start working on RC1 2011-10-02 17:42:55 +02:00
nowrep
5f6a982b12 v1.0.0-b4 2011-10-02 17:40:37 +02:00
nowrep
afbc2b1a6b Added qupzilla:start page, fixed maximising window issue on Windows 2011-10-01 20:06:38 +02:00
nowrep
b526e99c0f 1.0.0-b4 2011-10-01 17:55:10 +02:00
nowrep
49c2b36071 Added new IconProvider interface, improved performance of opening new
tab and updated themes
2011-09-30 21:44:18 +02:00
nowrep
f24b6fcc21 Save Page screen - last missing feature from first Python QupZilla added
Introduced new global function qz_centerWidgetOnScreen
2011-09-21 14:20:49 +02:00
nowrep
5ce67d498a Added new report bug system 2011-09-19 20:49:39 +02:00
nowrep
8f296c0f51 Added multiple sizes for window icon + fixed bookmark all tabs always
disabled issue
2011-09-17 11:39:25 +02:00
nowrep
334348b8db When turning on Private Browsing, it will be signalised in window title
besides icon in statusbar (which may be hidden)
2011-09-17 11:13:38 +02:00
nowrep
9902e64f81 Added theme support. 5 themes are available now: Chrome, Windows, Old,
Linux Native and Mac
2011-09-11 19:15:06 +02:00
nowrep
1c24bde8e7 Final updates for 1.0.0-b3 2011-08-28 18:57:48 +02:00
nowrep
13f8b67abd Completely rewritten all animations (hide/show notifications and search
bars)
2011-08-02 16:19:20 +02:00
nowrep
0279018f17 Fixed bug with duplicated history entries
Added AdBlock cleanup after loading page which removes blocked objects
from page
2011-07-31 00:50:40 +02:00
nowrep
3c6eee9964 A lot of improvements in Browsing Library
huge optimalization for history sidebar + manager loading with a big
profile
2011-07-30 17:57:14 +02:00
nowrep
cf3a621346 Download Manager: opening file with the name which already exists now
rename it with number suffix.
History Menu: is now generated only when webview's state is changed
2011-07-28 12:12:00 +02:00
nowrep
9801c59535 Fixed proper showing of visibility status of StatusBar in View menu 2011-07-19 22:49:42 +02:00
nowrep
b13e71162d Added Show source of selection feature. However, in Qt 4.8 beta it is
buggy, so it is disabled until it will be fixed
2011-07-19 22:04:08 +02:00
nowrep
b49a133bbe Fixed problem with showing green (secured) info on unsecured page, when
leaving secured one.
2011-07-11 20:30:49 +02:00
nowrep
85daf062d4 Added StatusBarMessage class which handles and shows those messages on a
tooltip in left bottom corner of webview if statusbar is hidden
2011-05-09 17:58:19 +02:00
nowrep
ff34a62a79 Added ReloadAndByPassCache function, binded to Ctrl+F5 key sequence 2011-05-08 14:12:35 +02:00
nowrep
5cafc27cf0 Added ClosedTabsManager class which handles list of closed tabs and
offers to restore them one by one
2011-05-07 12:59:53 +02:00
nowrep
36dc77bea6 Windows7 JumpList now also shows list of 6 most visited pages, added
variety of icons sizes, updated windows installer
2011-05-06 20:05:49 +02:00
nowrep
4924f91f0e Updated project files with LIBS for windows 2011-05-03 16:58:42 +02:00
nowrep
fb8be5dad0 Final modifications for 1.0.0-b1 version release 2011-04-29 17:47:55 +02:00
nowrep
c2f1d3dbe7 Fixed unneeded cpu usage by making ProgressBar class 2011-04-25 15:06:59 +02:00
nowrep
04e0149025 Added aboutToShow to Toolbars menu 2011-04-22 07:55:31 +02:00
nowrep
ee47f976eb Showing/hiding navigation toolbars while fullscreen is active 2011-04-22 07:45:15 +02:00
nowrep
5bf7d732a8 Added history sidebar 2011-04-20 21:39:35 +02:00
nowrep
b81de62f24 Added initial support for sidebar widget + rewritten bookmarks backend 2011-04-15 20:45:22 +02:00
nowrep
d3ef260c12 Updated menus, added &shortcuts 2011-04-09 00:22:50 +02:00
nowrep
fb71606808 Starting to work on version 1.0.0-rc1 2011-04-07 20:27:26 +02:00
nowrep
0855189e71 Fixed issue with building on Linux 2011-04-07 20:04:35 +02:00
nowrep
77b31b8f85 Download manager will now ask if you want or don't want delete file when
stopping download. Also fixed bug when you can close download manager
window when there is no main windows and thus losing your download
2011-03-29 19:55:21 +02:00
nowrep
943d89870d Initial AdBlock support 2011-03-27 21:59:40 +02:00
nowrep
c8544c7804 Begin to work on version 0.9.9 2011-03-19 18:56:54 +01:00
nowrep
a29bfcf847 Last edits for before releasing 0.9.8 version 2011-03-19 18:39:03 +01:00
nowrep
c148836d10 Removed QT_NO_DEBUG_OUTPUT define from headers, instead it is defined in
.pro project file
2011-03-18 16:08:24 +01:00
nowrep
b60b935b62 Added options to choose default character encoding to view menu 2011-03-17 20:46:53 +01:00
nowrep
d9d8506536 Updated code model 2011-03-17 17:03:04 +01:00
nowrep
be151825b4 [Fix: ] Calling twice quitApplication without reason 2011-03-05 13:41:44 +01:00
nowrep
4e992ccb3e Introducing version 0.9.8 2011-03-05 13:27:47 +01:00
nowrep
23e61ceccf Final updates for 0.9.7 release 2011-03-05 13:16:13 +01:00
nowrep
7ca0e81184 [Crash Fix:] Startup crash without restoring session 2011-03-04 15:14:35 +01:00
nowrep
0d1548c0b2 Introduced mApp macro 2011-03-04 13:59:07 +01:00
nowrep
3847f8662d Added copyright header to all files 2011-03-03 18:29:20 +01:00
nowrep
b23ed87b87 Initial commit 2011-03-02 16:57:41 +01:00