nowrep
16d5917d43
[Code] Make it possible to move TabbedWebView to other window.
2013-05-12 22:55:53 +02:00
nowrep
5f5cf7417d
[Code] Updated coding style with patched Astyle + normalized signals.
...
Code was formatted with patched astyle that correctly formats
foreach macro.
Normalize tool is now used to normalize all signal/slots signatures
to normalized format. It saves few reallocations on connections.
2013-03-06 09:08:29 +01:00
nowrep
06b582a37e
[popupwindow] Show locationbar's icons also in popup windows.
2013-02-10 14:09:28 +01:00
nowrep
c9bcf15f9b
[popupwindow] Show minimal version of search toolbar.
...
Also set minimumWidth.
2013-02-10 11:25:44 +01:00
nowrep
67d1a8af84
[popupwindow] Fixed copying text from locationbar.
2013-02-10 11:17:44 +01:00
nowrep
772440d86c
Fixed opening target=_blank links in new tab.
...
Regression from b7cc728d63610978dbac37238b00f0e08cf58ddc#L3R102
2013-01-27 20:49:22 +01:00
nowrep
3f616b330d
Added Inspect Element action into popup window's context menu.
2013-01-25 20:00:37 +01:00
nowrep
b7cc728d63
Improved PopupWindow + added correspoding tests.
...
Added menu to popup windows. It is now also possible
to search on page in popup window (Ctrl+F).
2013-01-25 19:52:30 +01:00
nowrep
498f24add1
[Code] Renamed AutoFillModel + new class PageFormCompleter.
2013-01-24 17:47:50 +01:00
nowrep
2135ab8d13
Final proper fix for showing popup windows with QtWebKit 2.3
...
Checking only size of popup window as 100x100 is the smallest
possible size.
2013-01-23 18:23:34 +01:00
nowrep
e28f9d438e
[Code] qz_ prefixed functions moved to QzTools namespace.
2013-01-22 19:04:22 +01:00
nowrep
01f07a4a2a
Properly fixed opening popup windows for QtWebKit 2.3
...
The workaround is now only used for QtWebKit 2.3 and
it checks only for x, widht and height in QRect
2013-01-21 22:11:46 +01:00
nowrep
fa62b299a0
Fixed opening popup windows with QtWebKit 2.3
...
It now correctly opens new tab / popup window
according to arguments in window.open call.
2013-01-19 01:05:17 +01:00
nowrep
51f1c73d20
Coding style
2013-01-16 14:52:50 +01:00
nowrep
71724d6ff4
Add QupZilla* pointer to PopupWindow class
2013-01-13 00:53:48 +01:00
nowrep
151bba6293
Small changes in JsOptionsDialog
2013-01-09 13:52:12 +01:00
Mladen Pejaković
bba5d3680d
JavaScript privacy options, update, part2
2012-12-28 19:54:34 +01:00
nowrep
c7cdaf824f
Qt5: Changing Q_WS_* macros to Q_OS_*
...
- Q_WS_* macros have been removed in Qt 5
2012-09-03 23:03:20 +02:00
nowrep
b2181f0bab
Coding style: Use empty QString() constructor instead of "" everywhere
2012-09-02 11:42:41 +02:00
nowrep
cf2c28cfdb
Updated coding style
2012-08-31 15:19:07 +02:00
nowrep
5de31410a4
Fixed padding of text and widgets position in address bar
...
- after recent RTL commit
closes #500
2012-08-13 15:41:08 +02:00
nowrep
14e0040a9f
AdBlock: Fixed $third-party option when Referer header is empty
...
- should fix a lot of false positives with $third-party rules
see #444
2012-07-13 11:04:14 +02:00
nowrep
4743549851
Showing loading animation (spinner) in popup windows.
2012-06-27 18:29:00 +02:00
nowrep
2055621f2a
Show star icon in completer when item is from bookmarks.
...
- IconProvider has no longer static members
- new macro qIconProvider for accessing IconProvider instance
2012-04-22 20:51:28 +02:00
nowrep
7c7c1787bc
Fixed saving settings in plugins.
2012-04-03 20:23:15 +02:00
nowrep
6560459418
Fixed loading plugins when using USE_LIBPATH define
...
- reverted displaying page url with QWebFrame::baseUrl()
2012-04-03 19:28:12 +02:00
nowrep
4d96a6760c
No longer using global event filters, instead filtering widget events.
...
- using guarded pointers in plugins now
2012-03-26 17:47:28 +02:00
nowrep
8e9293e475
Added new page into Site Info: Databases.
...
- shows all used web databases on the site
2012-03-23 17:29:12 +01:00
nowrep
c7187bf064
AKN plugin now correctly shows keys on pages with more frames
...
- it works fine now for example on gmail
- status bar overlay now hides after small delay (500ms)
2012-03-21 13:00:30 +01:00
nowrep
f590ad1925
Removed use of whatsThis() and other code cleanups
2012-03-13 17:51:06 +01:00
nowrep
e5ad571647
Japanese translation by Daiki Noda
2012-03-10 14:59:43 +01:00
nowrep
cb603f409a
Send Referer header when opening new tab from webview.
2012-03-10 13:57:50 +01:00
nowrep
291468a9ab
Showing context menus on event's position.
...
- some keyboards (usually in laptops) have special key for
showing context menu
- context menu events from keyboard will now be shown on
correct position (not on mouse position)
2012-03-09 16:02:27 +01:00
nowrep
5ea084c09d
Fixed showing progressbar when opening new tab from <a target="_blank">
...
- search button in websearchbar no longer shows context menu
= fixed possible focus issue
2012-03-06 21:27:37 +01:00
nowrep
39575cf2ab
Added statusbar message overly also in popup window.
...
- added progressbar into statusbar in popup window
2012-03-04 14:25:52 +01:00
nowrep
a0b9c0fc69
Fixed building on Windows + whole compilation is now faster.
2012-02-29 18:33:50 +01:00
nowrep
9c789792f4
Rearranged directory structure. All sources are under src/ dir now.
...
- updated Italian homepage translation
2012-02-23 19:18:08 +01:00