S. Razi Alavizadeh
68cdba9e3a
Fixed some small issues when re-loading settings.
2014-01-02 15:40:23 +03:30
nowrep
1fd1691ee2
Handle window.beforeunload event
...
Closes #1041
2014-01-02 12:09:04 +01:00
nowrep
93927dfa1e
[TabPreviews] Do not show tab previews when they are disabled in prefences
2014-01-02 10:48:59 +01:00
nowrep
4b75a98806
[WindowsTheme] Add extra icon for add-tab button when outside tabbar.
2014-01-01 18:23:56 +01:00
nowrep
da15e5868d
[CodingStyle] Don't use references when assigning to local variable
...
Let the compiler do the optimization
2013-12-30 13:43:48 +01:00
nowrep
4265b90643
[TabPreviews] Another tab preview behavior tweak
2013-12-29 14:50:12 +01:00
nowrep
e78e0fe498
[TabPreviews] Only hide preview on LeaveEvent when cursor is outside tabbar.
...
For some reason, tabbar receives first leave event (after first preview
is shown) even when cursor is inside tabbar rect, which leads to this
first tab preview being shown -> hidden and then again shown.
2013-12-28 17:25:41 +01:00
nowrep
1b3c9e38ea
[TabPreviews] Don't show tab preview when moving tab
2013-12-28 17:12:24 +01:00
nowrep
1808208f66
[WebView] Correctly replace \t in selected text
2013-12-28 15:26:56 +01:00
nowrep
eb1f4f590d
[WebView] Fixed GoogleTranslate urls
2013-12-26 21:26:30 +01:00
nowrep
f28eb82fb2
[FileDialogs] All file dialogs now remember last directory.
2013-12-26 20:49:59 +01:00
nowrep
5828d57277
[TabBar] Fixed crash in tabSizeHint (division by zero).
2013-12-26 19:52:07 +01:00
nowrep
3d4da9e4ea
[FileDialogs] Remember last path in all dialogs
...
Closes #1075
2013-12-25 19:06:58 +01:00
nowrep
5af425aecc
[WebView] Added new conetxt menu action for translating page
...
Also added icon for W3Validator.
Closes #860
2013-12-24 14:56:17 +01:00
nowrep
4ed66114e7
[TabPreviews] Only show previews after a small delay of mouse at tab
...
Instead of showing previews on ToolTipEvent, which would be fired
immediately if moving from one tooltip to another, it now always show
preview after a set small delay.
This delay have been changed to 300 msecs from original 200 msecs.
2013-12-24 11:58:00 +01:00
nowrep
cf87a9895e
[TabPreviews] Immediately hide preview when using mouse wheel in tabbar
2013-12-24 00:18:28 +01:00
nowrep
3bfa8cecaa
[TabPreviews] Fix some small tab preview issues with ComboTabBar
2013-12-24 00:01:35 +01:00
nowrep
6fcbefc7b1
TabBar: Edit sizes of tabs. Minimal tab width is now 100
2013-12-23 20:31:05 +01:00
S. Razi Alavizadeh
bff614144b
Added TabStackedWidget + ComboTabBar
...
Set of patches:
Introduce TabStackedWidget+ComboTabbar
[Windows] Fix enabling blur background in fullscreen
[ComboTabBar] Fix some issues with pinned tabs
[ComboTabBar] Don't use pointer to integer,
Implement TabStackedWidget::keyPressEvent() and fix changing tab by wheel event
Fix animation delay of dragged tab's buttons.
[ComboTabBar] Add themable scrollButtons
2013-12-23 20:30:54 +01:00
nowrep
7e088d0f1d
[Fix] Url with only query is valid too
...
mailto:?subject=foo should be treated as valid url too
Closes #1112
2013-12-22 00:46:00 +01:00
nowrep
ffd560142b
Fixed showing "//" as receiver in Thunderbird form "Send page/link ..." actions
...
Instead of empty receiver address, just one space %20 is used.
2013-12-22 00:39:23 +01:00
nowrep
b4f0096f96
[Code] Add/Edit some comments
2013-12-05 19:52:13 +01:00
nowrep
5a7789bd17
[WebView] Edit isValidUrl method. All non-empty urls are valid now.
...
Fixes #1099
2013-12-05 19:18:11 +01:00
nowrep
43ab2e44f0
[StatusBar] Don't decode url of hovered link
...
Workarounds #1095
2013-12-05 18:45:11 +01:00
nowrep
4f3aba95ff
[TabBar] Ask user before closing all other tabs.
...
Closes #1088
2013-11-21 18:37:59 +01:00
nowrep
2211fbf2b3
SearchEngines: Added support for POST method.
...
Closes #715
2013-11-09 15:48:24 +01:00
nowrep
c9ff4f1c94
SearchEngines: Return SearchResult on all searches
2013-11-09 13:32:03 +01:00
nowrep
55cbdec32c
[Unloaded tab color] Make sure it work also for black color
...
Closes #1013
2013-09-17 17:03:50 +02:00
nowrep
5de4075a98
Tabs: Make sure unloaded tabs color is different even for white color.
...
Closes #1013
2013-09-13 17:29:52 +02:00
S. Razi Alavizadeh
333d0b0cdd
Fixed, update icon of detached tab.
2013-09-03 10:59:12 +04:30
S. Razi Alavizadeh
1ebc952ae0
Fixed closing tabs from TabsMenu by middle-click
2013-08-21 17:08:37 +04:30
S. Razi Alavizadeh
7dbaf71f23
Fixed changing TabsOnTop option when there are more than one window.
2013-08-04 00:39:54 +04:30
Jonathan Hooverman
4848def230
Modified copyright year
2013-07-11 16:21:57 +02:00
nowrep
f05a300281
What is this? I didn't write it ...
2013-07-11 11:01:32 +02:00
nowrep
7e00f73daf
Define QzTools::setWmClass on all platforms.
...
Get rid of #ifdef's and make it do nothing on non X11.
2013-07-08 00:08:05 +02:00
nowrep
dccf8d9787
X11: Set correct WM_CLASS property to windows
...
Closes #968
2013-07-07 12:32:55 +02:00
S. Razi Alavizadeh
5d48edc7a3
[LocationBar][StatusBar] show precent decoded version of non-latin link and draw RTL path correctly.
...
- also fixed a compile issue
2013-07-05 02:51:07 +04:30
nowrep
2554ad9870
Coding style: Uninline public functions
2013-06-30 12:41:01 +02:00
nowrep
50a4d78026
Removed unnecessary QDebug
2013-06-18 11:05:25 +02:00
nowrep
99b35a19b5
Use palette colors for indicating not yet loaded tabs.
...
Also fixed compile issue from previous commit.
2013-06-18 11:03:52 +02:00
Charles
18f65a66f6
Only set the unloaded tab color if the url is not empty
2013-06-18 14:33:05 +07:00
Charles
7882cbcc98
Set unloaded tab color to rgb(100, 100, 100)
2013-06-18 14:25:37 +07:00
nowrep
136452ad2a
Properly test for USE_QTWEBKIT_2_2 define
2013-06-17 21:03:45 +02:00
Charles
9e476bfbc2
Enable closing tab by middle clicking in the tab list menu
2013-06-16 13:49:08 +02:00
nowrep
98fac13f85
[MacWebViewScroller] No need to use WebView subclass.
2013-06-12 19:58:25 +02:00
nowrep
9be2b6f5ca
Fix "Hide tabbar with only one tab" option to work also with fullscreen.
...
Closes #927
2013-06-06 13:14:12 +02:00
nowrep
b59d42fc1b
Don't try to download empty page.
...
Closes #925
2013-06-06 11:48:43 +02:00
nowrep
197240845d
[Oxygen] Tweaked last icon to be used from theme.
2013-06-02 22:47:02 +02:00
nowrep
10bba39bd4
New tab button in toolbar opens tab with url from clipboard on middle click.
...
Closes #907
2013-06-02 16:46:26 +02:00
nowrep
9725f53bbf
[StatusBarIcons] Added JavaScript icon to manage JavaScript settings.
2013-05-26 18:15:24 +02:00