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
2cb067878d
Coding style, fixed cppcheck warnings + improved html highlighter
...
- html highlighter is now highlighting with reg exps, no more with hard
coded tags/tag options
- all cppecheck warnings fixed + added script (cppcheck.sh)
- introduced coding style + added astyle script (coding_style.sh)
- fixed one mistake in czech translate + updated windows installer
2011-11-06 17:01:23 +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
575b15db6c
Fixed restoring of multiple windows
...
Restoring of multiple windows now won't add additional tab in second and
next windows
2011-11-03 18:51:46 +01:00
nowrep
490f88ffc2
Fixed crash + updated html highlighter
...
Fixed crash when closing main window while there are still tabs loading
and there are more than one QupZilla window
2011-10-31 21:27:52 +01:00
nowrep
627fcd1d7b
Improved Saving Passwords
...
It is now saving webview's url, not url of request (used to have
problems on some pages)
And addition small improvements
- added possibility to open rss feed in new tab with middle click
- middle click on home button loads homepage in new tab
- right click on back/next buttons now show menu instantly (instead of
holding left mouse button to get menu shown)
2011-10-26 19:23:50 +02:00
nowrep
9902476078
Import Bookmarks from other Browsers
...
Added possibility to import bookmarks from Chrome, Firefox and Opera
Please test it by yourself and send me feedback. Thanks :)
2011-10-22 22:29:33 +02:00
nowrep
dca3d3a31a
Fixed occasional random crashes + middle mouse click improvements
...
Using now qobject_cast everywhere possible instead of c++ type cast
Middle mouse click in bookmarks manager (library + sidebar + toolbar)
and history manager (library + sidebar) now opens a new tab
2011-10-18 21:07:58 +02:00
nowrep
a46ea19a25
Fixed issues with download manager on windows, added possibility to
...
build W7API with msvc 2008, width of locationbar, websearchbar and
sidebars is now saved
2011-10-17 09:59:09 +02:00
nowrep
722a79aef1
Fixed loading animation sometimes stopped while page still loading +
...
updated positioning of hovered link widget
Also when adblock is disabled, the statusbar icon is now clickable.
When running with different profile from command line argument, in
preferences will be showed real starting profile, not active.
2011-10-15 16:37:32 +02:00
nowrep
edbcb5e541
Rewritten WebInspector. Hopefully fixes #3
...
When you show Web Inspector panel, it will be open only for actual tab.
So when you change tab, the web inspector panel will hide, and if you go
back to tab with open web inspector, inspector will show.
2011-10-14 20:14:57 +02:00
nowrep
3c8b08957a
Updated code BUILDING informations to support building for OS/2
2011-10-07 15:37:49 +02:00
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