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
nowrep
ec70c7d43d
LocationCompleter: Bookmarks results are now ordered by count
2012-09-02 15:19:12 +02:00
nowrep
cff5fce5da
Fixed showing close buttons on pinned tabs.
...
- regression from 1e5b7d92cd
2012-09-02 14:18:07 +02:00
nowrep
1d919e0172
Fixed width of pinned tabs on all Qt styles.
...
closes #518
2012-09-02 12:22:11 +02:00
nowrep
b2181f0bab
Coding style: Use empty QString() constructor instead of "" everywhere
2012-09-02 11:42:41 +02:00
nowrep
0437ae171f
LocationCompleter: Draw light line at the bottom of item
...
- also space between title and link is now 2px bigger because
of underlining
2012-09-01 17:23:17 +02:00
nowrep
179d173bcf
Removed explicit setting of font size to 8pt from previous commit.
...
- mistake ...
2012-09-01 17:00:27 +02:00
nowrep
8429f84879
LocationCompleter: Another improvements and fixes.
...
- draw 1px line for fonts smaller than 9pt
2012-09-01 16:58:55 +02:00
nowrep
53d4f00c36
Added option to start new instance of browser with --no-remote option
...
- however, new instance cannot be started for default profile
closes #541
2012-09-01 15:59:27 +02:00
nowrep
6d52ef3c77
LocationCompleter: Painting underline manually looks better than by Qt
...
- QFont::Underline is ugly with graphicssystem raster
- also fixed issue when not all parts of text was highlighted as they
should be
2012-09-01 15:35:27 +02:00
nowrep
9f376ac14c
Enabling sorting for Table/Tree Widgets everywhere.
2012-09-01 13:56:00 +02:00
nowrep
b442492c27
Fixed small bug with domain matching
...
- accounts.youtube.com won't be matched by s.youtube.com anymore
- fixes ||s.youtube.com^ AdBlock rule matching anything from
https://accounts.youtube.com
2012-09-01 11:41:12 +02:00
nowrep
575b211997
Search suggestions in address bar now take into account hit count too
...
thanks to Franz Fellner
2012-08-31 22:05:14 +02:00
nowrep
c6d1743706
Disabling touch mocking on Google sites.
...
- fixes issue with Google maps with menu not hiding
closes #545
2012-08-31 15:20:00 +02:00
nowrep
cf2c28cfdb
Updated coding style
2012-08-31 15:19:07 +02:00
nowrep
d1d837616a
Merge branch 'master' of github.com:QupZilla/qupzilla
2012-08-30 21:34:56 +02:00
David Rosca
78061d7e96
Merge pull request #540 from srazi/master
...
The bug about Windows blur effect and PDF plugins was fixed.
2012-08-30 05:47:34 -07:00
David Rosca
c3f6efd793
Merge pull request #542 from Mikino89/master
...
Update Slovak translation
2012-08-30 05:46:24 -07:00
Mikino89
bbe74f9aba
Update Slovak translation
2012-08-30 14:44:35 +02:00
S. Razi Alavizadeh
2861f4dae4
Fixed conflict between blur background and Adobe PDF plugins on Windows.
2012-08-30 13:16:58 +04:30
nowrep
3e85b04424
Merge branch 'master' of github.com:QupZilla/qupzilla
2012-08-29 21:35:48 +02:00
nowrep
d18ebe6c88
Updated italian translation
...
- thanks to Francesco Marinucci
2012-08-29 21:35:34 +02:00
David Rosca
47c9faa97d
Merge pull request #536 from sys9kdr/master
...
Japanese language file updpated.
2012-08-28 23:34:29 -07:00
Daiki Noda
6085af0614
Japanese language file updpated.
...
Japanese language file updpated.
2012-08-28 23:02:35 +09:00
nowrep
f1c9112a86
Fixed close buttons on tabs not working after recent commit.
...
closes #533
2012-08-28 10:40:03 +02:00
David Rosca
93ca2c507b
Merge pull request #532 from srazi/master
...
Updated, Persian translation.
2012-08-28 01:38:41 -07:00
S. Razi Alavizadeh
1b234c8c33
The Persian translation was updated.
2012-08-28 03:02:00 +04:30
David Rosca
2fbf5d5671
Merge pull request #531 from alexandre596/master
...
Updated PT_BR translation
2012-08-27 07:06:55 -07:00
alexandre596
c76a785acc
Update translation
2012-08-27 11:03:36 -03:00