nowrep
1808208f66
[WebView] Correctly replace \t in selected text
12 years ago
nowrep
b8cb20ced6
Revert "[Code] Use QDir::separator() instead of hardcoded "/""
...
This reverts commit 4f059a75ee .
It is really not helpful at all (Qt will automatically use native
separators)
12 years ago
nowrep
a9dc3a929a
[Code] Added comment
12 years ago
nowrep
eb1f4f590d
[WebView] Fixed GoogleTranslate urls
12 years ago
nowrep
4f059a75ee
[Code] Use QDir::separator() instead of hardcoded "/"
...
QDir::separator() returns native separator (= "\" on Windows)
12 years ago
nowrep
f28eb82fb2
[FileDialogs] All file dialogs now remember last directory.
12 years ago
nowrep
5828d57277
[TabBar] Fixed crash in tabSizeHint (division by zero).
12 years ago
nowrep
e9fccbfb75
[ComboTabBar] Fixed height of tabbar when there are no normal tabs.
12 years ago
nowrep
3d4da9e4ea
[FileDialogs] Remember last path in all dialogs
...
Closes #1075
12 years ago
nowrep
33615d3f32
Fixed compilation with Qt 5
12 years ago
nowrep
ba4cbf194f
Updated translations and changelog
12 years ago
nowrep
5af425aecc
[WebView] Added new conetxt menu action for translating page
...
Also added icon for W3Validator.
Closes #860
12 years ago
nowrep
23d402a12b
[ComboTabBar] Setup layout as soon as possible.
...
Also fixed typo widthes -> widths
12 years ago
nowrep
91a8930a0d
Updated changelog
12 years ago
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.
12 years ago
nowrep
0038fd6cb6
[ComboTabBar] Double click on scroll buttons will scroll to end/start
12 years ago
nowrep
cf87a9895e
[TabPreviews] Immediately hide preview when using mouse wheel in tabbar
12 years ago
nowrep
3bfa8cecaa
[TabPreviews] Fix some small tab preview issues with ComboTabBar
12 years ago
nowrep
e8bbe53edb
[ComboTabBar] Correctly fix tabAt function
12 years ago
nowrep
b4f3b5962e
[ComboTabBar] Fix tabAt when pos is on right/left scroll buttons
12 years ago
nowrep
2a60572f36
Added Tab scrolling feature when tabs don't fit in tabbar.
...
Closes #432
12 years ago
nowrep
6c747b3c36
[Coding style] It should be only one if statement...
12 years ago
nowrep
ea8b099688
[ComboTabBar] Tweaked appearance of buttons when tabs overflows.
...
Also disabled painting shadow gradient indicationg that tabbar is not
scrolled at the end.
12 years ago
nowrep
3e3d823d95
[ComboTabBar] m_heightIsDirty is not really needed
12 years ago
nowrep
852e197334
[ComboTabBar] Workaround for setting tabbbar height with Oxygen
12 years ago
S. Razi Alavizadeh
23876a3765
[ComboTabBar] Fixed weird scrolling on resizing.
12 years ago
nowrep
6fcbefc7b1
TabBar: Edit sizes of tabs. Minimal tab width is now 100
12 years ago
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
12 years ago
nowrep
ed8ec5ab4a
[LocationBar] Fixed rendering selected text with visible popup completer.
12 years ago
nowrep
7e088d0f1d
[Fix] Url with only query is valid too
...
mailto:?subject=foo should be treated as valid url too
Closes #1112
12 years ago
nowrep
ffd560142b
Fixed showing "//" as receiver in Thunderbird form "Send page/link ..." actions
...
Instead of empty receiver address, just one space %20 is used.
12 years ago
nowrep
36bdbf00a0
[shell completions] Bash completion is installed into /usr/share/...
12 years ago
nowrep
a1df4fb262
[shell completions] Fix markdown syntax in README.md
12 years ago
nowrep
cb95c95c3f
[shell completions] Rename and edit readme
12 years ago
nowrep
c08d8ca251
[bash/zsh completion] Complete also filenames and directories
...
See #1109
12 years ago
nowrep
3295899230
Files with relative paths can now be opened from command line
...
Closes #1109
12 years ago
nowrep
a84bafe1f3
translations.pri: List languages sorted like 'ls' output
12 years ago
nowrep
af33f79c66
[Translations] Pulled all plugins translations from Transifex
...
*Passwords and StatusBarIcons were missing
12 years ago
nowrep
c1bac5cd3c
[Scripts] Added new generate-qmake-plugins-translations script
...
Also removed old unused scripts
12 years ago
nowrep
efe1d4d125
[Translations] Pulled plugins translations from Transifex
12 years ago
Mladen Pejaković
8474e196d8
Serbian translations update
12 years ago
nowrep
d11d9f15e0
Added Qt translations for new languages
12 years ago
nowrep
6f01497509
[Translations] Pulled app translations from Transifex
12 years ago
nowrep
d519a1253e
[Sessions] Last 2 sessions are now backuped in profile directory.
...
Closes #1100
12 years ago
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
12 years ago
nowrep
586982e473
[Bookmarks] Fixed drag&drop moving folders into bookmarks toolbar
...
Closes #1097
12 years ago
nowrep
b4f0096f96
[Code] Add/Edit some comments
12 years ago
nowrep
0d5c86f8cd
[UrlCompleter] Don't show same urls multiple times
...
Closes #1096
12 years ago
nowrep
5a7789bd17
[WebView] Edit isValidUrl method. All non-empty urls are valid now.
...
Fixes #1099
12 years ago
nowrep
43ab2e44f0
[StatusBar] Don't decode url of hovered link
...
Workarounds #1095
12 years ago