nowrep
0038fd6cb6
[ComboTabBar] Double click on scroll buttons will scroll to end/start
2013-12-24 00:57:01 +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
e8bbe53edb
[ComboTabBar] Correctly fix tabAt function
2013-12-24 00:01:18 +01:00
nowrep
b4f3b5962e
[ComboTabBar] Fix tabAt when pos is on right/left scroll buttons
2013-12-23 21:24:41 +01:00
nowrep
2a60572f36
Added Tab scrolling feature when tabs don't fit in tabbar.
...
Closes #432
2013-12-23 20:33:32 +01:00
nowrep
6c747b3c36
[Coding style] It should be only one if statement...
2013-12-23 20:32:42 +01:00
nowrep
ea8b099688
[ComboTabBar] Tweaked appearance of buttons when tabs overflows.
...
Also disabled painting shadow gradient indicationg that tabbar is not
scrolled at the end.
2013-12-23 20:31:56 +01:00
nowrep
3e3d823d95
[ComboTabBar] m_heightIsDirty is not really needed
2013-12-23 20:31:51 +01:00
nowrep
852e197334
[ComboTabBar] Workaround for setting tabbbar height with Oxygen
2013-12-23 20:31:44 +01:00
S. Razi Alavizadeh
23876a3765
[ComboTabBar] Fixed weird scrolling on resizing.
2013-12-23 20:31:12 +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
ed8ec5ab4a
[LocationBar] Fixed rendering selected text with visible popup completer.
2013-12-23 19:21:47 +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
36bdbf00a0
[shell completions] Bash completion is installed into /usr/share/...
2013-12-18 18:18:49 +01:00
nowrep
a1df4fb262
[shell completions] Fix markdown syntax in README.md
2013-12-18 18:13:15 +01:00
nowrep
cb95c95c3f
[shell completions] Rename and edit readme
2013-12-18 18:11:11 +01:00
nowrep
c08d8ca251
[bash/zsh completion] Complete also filenames and directories
...
See #1109
2013-12-18 18:09:17 +01:00
nowrep
3295899230
Files with relative paths can now be opened from command line
...
Closes #1109
2013-12-18 17:51:38 +01:00
nowrep
a84bafe1f3
translations.pri: List languages sorted like 'ls' output
2013-12-07 23:03:03 +01:00
nowrep
af33f79c66
[Translations] Pulled all plugins translations from Transifex
...
*Passwords and StatusBarIcons were missing
2013-12-06 22:46:28 +01:00
nowrep
c1bac5cd3c
[Scripts] Added new generate-qmake-plugins-translations script
...
Also removed old unused scripts
2013-12-06 22:33:29 +01:00
nowrep
efe1d4d125
[Translations] Pulled plugins translations from Transifex
2013-12-06 22:32:58 +01:00
Mladen Pejaković
8474e196d8
Serbian translations update
2013-12-06 22:20:45 +01:00
nowrep
d11d9f15e0
Added Qt translations for new languages
2013-12-06 21:44:05 +01:00
nowrep
6f01497509
[Translations] Pulled app translations from Transifex
2013-12-06 21:38:51 +01:00
nowrep
d519a1253e
[Sessions] Last 2 sessions are now backuped in profile directory.
...
Closes #1100
2013-12-06 21:26:07 +01:00
nowrep
5a550eb853
[Preferences] Move "Add .co.uk by pressing ALT" option under Keyboard Shortcuts
...
This option adds local domain (not necessarily .co.uk) by pressing ALT
Closes #1047
2013-12-05 21:22:56 +01:00
nowrep
586982e473
[Bookmarks] Fixed drag&drop moving folders into bookmarks toolbar
...
Closes #1097
2013-12-05 21:15:20 +01:00
nowrep
b4f0096f96
[Code] Add/Edit some comments
2013-12-05 19:52:13 +01:00
nowrep
0d5c86f8cd
[UrlCompleter] Don't show same urls multiple times
...
Closes #1096
2013-12-05 19:49:32 +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
a49e574f83
[WebSearchBar] Ctrl+Up/Down for changing search engines.
...
Closes #1090
2013-11-21 18:23:11 +01:00
nowrep
479df003a0
defines.pri: Set QMAKE_LFLAGS_RPATH when empty
...
Closes #1089
2013-11-19 20:09:59 +01:00
nowrep
2276a7f274
PageFormCompleter: Coding style
...
PageFormCompleter::getAllElementsFromPage doesn't need passing
QWebPage *
2013-11-15 19:35:06 +01:00
Mladen Pejaković
2c1e4bd613
Serbian translations update
2013-11-14 12:11:25 +01:00
nowrep
4819e2c65d
UserAgentDialog: Update list of known user agents
2013-11-11 22:06:45 +01:00
nowrep
605ce133e1
OpenSearchReader: Fixed parsing files with XML declaration
2013-11-10 12:27:05 +01:00
S. Razi Alavizadeh
d1f0b1776a
Fix translation issue and compile issue on Windows.
2013-11-09 22:24:39 +03:30
nowrep
478af279da
SearchEngines: Fixed adding GET forms as search engines from pages
2013-11-09 16:14:54 +01:00
nowrep
f48363d484
SearchEngines: YouTube replaced with StartPage
...
Closes #1079
2013-11-09 15:59:35 +01:00
nowrep
c443209e83
Updated translations
2013-11-09 15:49:33 +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
8a5a4017d6
SearchEngine: Prepare for POST method support
2013-11-08 22:17:27 +01:00
nowrep
f465157897
SpeedDial: Google.com is no longer in default pages
...
See #1079
2013-11-06 17:17:49 +01:00