alexandre596
d4d69bee08
Update src/plugins/MouseGestures/translations/pt_BR.ts
2012-09-09 00:56:08 -03:00
nowrep
8d8a033ebd
LocationCompleter: Reset scrollbar position when hiding completer
...
- fixes issue with opening completer scrolled down when showing
new suggestions
Patch by Franz Fellner <alpine.art.de@gmail.com>
2012-09-08 22:54:53 +02:00
nowrep
7189ff58b4
LocationCompleter: Improved sorting bookmarks by visit count.
...
- it sorts by visit counts of bookmark's url from history
- count column in bookmarks is not needed after all :-)
Patch by Franz Fellner <alpine.art.de@gmail.com>
2012-09-08 22:52:32 +02:00
David Rosca
c2100127e0
Merge pull request #560 from sys9kdr/master
...
Updated Japanese translation for MouseGestures
2012-09-08 11:17:41 -07:00
Daiki Noda
5b0ba71d52
Updated Japanese translation for MouseGestures
...
Updated Japanese translation for MouseGestures
2012-09-09 03:15:18 +09:00
nowrep
14c2166e57
MouseGestures: Added 2 new gestures for switching tabs
...
- up + right and up + left
2012-09-08 20:10:41 +02:00
nowrep
398c1ffdd6
MouseGestures: Updated translations
2012-09-08 20:10:13 +02:00
nowrep
ac83b5bac6
MouseGestures: Fixed loading correct page when opening new tab.
...
- loading page according to user preferences on new tab
= eg. speed dial, blank tab, specified url, ...
2012-09-08 19:46:19 +02:00
nowrep
a79522be4d
Show unsorted bookmarks in bookmarks menu.
2012-09-08 19:42:40 +02:00
nowrep
de6ce70038
Merge branch 'master' of github.com:QupZilla/qupzilla
2012-09-08 19:29:05 +02:00
nowrep
f548c45f6a
Check for normal tabs count when asking whether to close window.
...
- eg. don't take into account pinned tabs
2012-09-08 19:28:47 +02:00
Jonathan Hooverman
2e44d4505b
Updated German translation
2012-09-08 15:38:21 +02:00
David Rosca
a5a757a43d
Merge pull request #558 from xmt/issue557
...
Solve Issue 557
2012-09-07 11:46:33 -07:00
Mark Tolley
41168f0ff4
Fix crash on unloading PIM plugin
2012-09-07 19:33:38 +01:00
Mark Tolley
36dd2e086d
Fix build on windows
2012-09-07 19:31:55 +01:00
nowrep
a0457251a0
Updated ukrainian translation.
2012-09-07 18:44:44 +02:00
nowrep
3ee19dfa77
Windows Installer: Fixed silent installation (/S argument)
...
closes #555
2012-09-07 15:16:54 +02:00
nowrep
98fc2a8ed7
Updated Russian translation
2012-09-07 10:22:29 +02:00
nowrep
17bb99a8d8
Edited BookmarksWidget UI (widget showed after clicking on star button)
...
- in address bar
2012-09-06 20:34:18 +02:00
nowrep
3c70ebcd65
Regression: Fixed restoring state on Windows.
...
- regression from previous commit
2012-09-06 12:56:38 +02:00
nowrep
ba7f919cd5
Location/Search Bar: Always open new active window with Alt+Enter
...
- in Web Search Bar it can be also opened with middle click on
magnifying glass button
2012-09-06 12:02:03 +02:00
nowrep
55845ab4df
X11: Restore windows on correct virtual desktops
...
- this will not be used for first application window, to prevent
starting application and no window being opened on current
desktop
= applies only for other restored windows (2nd, 3rd, ...)
2012-09-06 11:39:42 +02:00
nowrep
11244acc6e
Fixed crash when dragging site with empty url from siteicon
2012-09-06 11:29:05 +02:00
nowrep
5a3f4e5f4d
Fixed crash when dragging bookmark from manager to sidebar
2012-09-06 11:28:43 +02:00
nowrep
3aba5ac7a0
Merge branch 'master' of git://github.com/srazi/qupzilla into srazi-master
2012-09-06 10:57:43 +02:00
nowrep
726b11fab3
LocationBar: Show go icon when getting focus with edited text
...
closes #554
2012-09-06 10:53:37 +02:00
S. Razi Alavizadeh
d9ae633d1a
Added Drag-n-Drop functionality to bookmarkmanager and bookmarksidebar.
2012-09-06 02:22:40 +04:30
nowrep
a046ec4ece
Show better icons in Preferences for oxygen icon theme
...
- only when oxygen icon theme is actually used
2012-09-05 19:58:30 +02:00
nowrep
62ac0e2fde
More QLatin1String and QLatin1Char work
2012-09-05 19:58:07 +02:00
nowrep
6810366994
Updated Chinese and Portuguese translations
2012-09-05 19:56:40 +02:00
nowrep
528f398cbe
Using QLatin1String and QLatin1Char now everywhere
...
- it saves few unnecessary allocations
2012-09-04 12:42:45 +02:00
nowrep
1afc663e91
GreaseMonkey: Use QLatin1String and QLatin1Char in script parsing
2012-09-04 11:29:47 +02:00
nowrep
40a335bc1f
AdBlock: Improved string performance when parsing rules
...
- using QLatin1String and QLatin1Char
2012-09-04 11:24:41 +02:00
nowrep
7b21bf61f1
Q_OS_X11 macro is invalid in both Qt 4 & 5.
...
- so for now, use just Q_WS_X11
2012-09-04 10:54:39 +02:00
David Rosca
84ec408669
Merge pull request #550 from mckaygerhard/master
...
Update transalation for es_VE
2012-09-03 14:04:33 -07: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
c71cf910cb
TabBar: If not enough space, show close button only on current tab
...
- removed "Show close button on tabs" option as it is now redundant
2012-09-03 22:40:52 +02:00
nowrep
0c6abb8afc
Added Brazilian Portuguese translation for plugins
2012-09-03 22:38:31 +02:00
mckaygerhard
b1ec2e1a35
Update transalation for es_VE and spanish
2012-09-03 14:40:55 -04:30
Mladen Pejaković
9fdcf1772f
Merge pull request #549 from sys9kdr/master
...
Fix typo at Japanese language file.
2012-09-03 09:26:51 -07:00
nowrep
30b8eaf44e
Another Oxygen workaround for pinned tab width.
...
- it now also center site icon in the tab
2012-09-03 15:28:37 +02:00
Daiki Noda
8c7891c716
Typo fixed
...
Typo fixed.
2012-09-03 22:05:00 +09:00
nowrep
3065d58b25
Fixed width of pinned tab with Oxygen theme.
...
- also added runtime check of current Qt theme in use
2012-09-03 13:24:29 +02:00
Mladen Pejaković
4e75aac866
Merge pull request #548 from sys9kdr/master
...
Japanese language file updated.
2012-09-02 12:30:05 -07:00
Mladen Pejaković
a09c108fae
Merge pull request #547 from w41l/master
...
Updated Indonesian translations
2012-09-02 12:29:31 -07:00
Mladen Pejaković
1ece8028b1
Serbian translation updates
2012-09-02 21:28:03 +02:00
Daiki Noda
f11b0a8378
Japanese language file updated
...
Japanese language file is updated.
2012-09-03 02:14:29 +09:00
w41l
1d2e22dc4f
Updated Indonesian translations
2012-09-02 23:10:19 +07:00
nowrep
d5e21ab911
BookmarksSideBar: Get focus to search line when opening sidebar
...
- also addeed support for opening bookmarks with Enter
* Enter - opens bookmark in current tab
* Ctrl + Enter - opens bookmark in new tab
2012-09-02 15:53:00 +02:00
nowrep
2c57528d29
LocationCompleter: Sort also results from bookmarks by count
...
- bookmarks get +10 count because bookmarks gets count only
from location completer and bookmakrs manager/sidebar
but history entries gets count also from navigating through
webpages (eg. click on link, redirect, ...)
2012-09-02 15:36:20 +02:00