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
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
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
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
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
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
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
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
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
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
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
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
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