nowrep
021e6315e0
Preferences: Fixed showing current language in languages menu.
13 years ago
nowrep
d46d5c6786
[Mac] Fixes font rendering with HiDPI (retina) displays.
13 years ago
David Rosca
560c4c414c
Merge pull request #780 from srazi/master
...
[Windows] Don't update transparent margins on close.
13 years ago
S. Razi Alavizadeh
5d10b7ba94
Updated Windows installer Persian translation.
13 years ago
S. Razi Alavizadeh
0066027215
fixed hiding bookmarksToolbar after going back from fullscreen.
13 years ago
S. Razi Alavizadeh
825e14140c
[Mac] fixed search highlighting on Mac, see #756 , also don't paint cursor when showing popup.
13 years ago
nowrep
49382fd832
Updated certificate bundle + build it only on Windows.
13 years ago
nowrep
4eba746a2c
GreaseMonkey: Bumped plugin version.
13 years ago
nowrep
bed43ed0c8
[Qt5] Use RegExp wrapper to take advantage of new regexp engine.
...
QzRegExp wrapper is using QRegExp directly on Qt 4 and
QRegularExpression (with PCRE engine) on Qt 5.
13 years ago
nowrep
f32ec93caf
NetworkManager: Use certificates from bundle only on Windows.
...
On other platforms, let's just use system certificates.
13 years ago
nowrep
304f1704d2
GreaseMonkey: Don't load invalid scripts.
13 years ago
nowrep
53b31ea912
Fixed copying url with special characters into clipboard.
...
Also properly encode url for loading in W3 validator.
Followup to #762
13 years ago
nowrep
1ae60d65bb
Added new Catalan translation.
...
Thanks to Guillem Prats and Clara Villalba.
13 years ago
nowrep
63b5a059c9
Coding style + changed line endings of copyright
13 years ago
nowrep
f0f2620a78
Translations: Generate empty.ts with lines from source code.
13 years ago
nowrep
2ddff2a34e
Restore tabs: Disable updates of tabbar while restoring session.
...
Fixes sometimes drawing tabbar while restoring is in process, resulting
in painting only few tabs and then all restored tabs after a moment.
It will now only draw completely restored tabbar.
Also fixed one incorrect usage of setUpdatesEnabled in TreeWidget.
13 years ago
S. Razi Alavizadeh
c7193162d2
[Windows] Don't update transparent margins on close.
13 years ago
David Rosca
f19cb64163
Merge pull request #779 from srazi/master
...
File/Ftp SchemeHandlers: Clickable title for easier navigation, also using native separator in file's title.
13 years ago
S. Razi Alavizadeh
802f95f0d6
File and Ftp SchemeHandlers: Clickable title for easier navigation, also using native separator in file's title.
13 years ago
nowrep
7fae03959d
TabsOnTop: Fixed picking correct color for drawing line at the bottom of
...
navigation container.
13 years ago
nowrep
b4b1ce03d6
LocationBar: Proper fix for determing when to draw cursor.
...
Cursor will be properly drawn by Qt when starting writing
into empty lineedit (eg. select all and start typing).
After the completion popup is hidden for the first time, Qt will stop
drawing cursor and will only paint it again after losing and gaining
focus.
13 years ago
nowrep
1cbc8c6d2d
[Windows] Fixed color of selected text when view loses focus.
...
Closes #756
13 years ago
David Rosca
d01c512520
Merge pull request #778 from srazi/master
...
[Win] FileSchemeHandler: fixed issues with '*.lnk' and 'x:'
13 years ago
S. Razi Alavizadeh
33b9b3832f
[Win] FileSchemeHandler: fixed issues with '*.lnk' and 'x:'
13 years ago
nowrep
bc2e163b90
X11: Symlink qupzilla/tmp into /tmp
13 years ago
nowrep
76849082e4
[LocationCompleter] Fixes performance when drawing really long urls.
...
data: urls can get really long (> 1000000 characters), so don't save
them in history from now on.
13 years ago
nowrep
36e73949c2
Don't show context menu on scrollbars.
...
Also fixed coding style in mactoolbutton.cpp
13 years ago
David Rosca
915b972e48
Merge pull request #777 from srazi/master
...
[FTP] fixed problem with 'link to file'+show shortcut icon for links
13 years ago
S. Razi Alavizadeh
120455b11a
Used qIconProvider instead of QFileIconProvider() and removed msgHandler on Windows.
13 years ago
nowrep
64e6c36ed4
LocationBar: Fixed drawing cursor at correct position with popup opened.
13 years ago
S. Razi Alavizadeh
17591ce89f
[FTP] fixed problem with 'link to file'+show shortcut icon for links
13 years ago
S. Razi Alavizadeh
06ad80583c
IconProvider: fixed, return a fallback icon on non-linux OSes
13 years ago
David Rosca
2a5ff86972
Merge pull request #773 from srazi/Mac_work
...
Mac related fixes.
13 years ago
nowrep
3e743c9d1f
Moved config directory info ~/.config/qupzilla
...
See #774
13 years ago
S. Razi Alavizadeh
bb9bccf580
Added 'MacToolButton' as a replacement for QToolButton on Mac
13 years ago
S. Razi Alavizadeh
72c66cb218
[Mac] RSSManager/AdBlockDialog documentMode was disabled and fixed double cursor problem.
13 years ago
S. Razi Alavizadeh
1320a6cf03
[Mac] Fixed rendering of tab's buttons.
13 years ago
nowrep
3b3e62cd76
[code] Explicitly set UTF-8 codec when using QTextStream.
...
Fixes encoding issues on Windows.
Closes #769
13 years ago
nowrep
ecfb784c92
Preferences: Adjust size to current page on page change.
13 years ago
nowrep
134f8f5263
[SiteInfo] Use uniform item sizes in list widget.
...
Also fixed showing the whole item on Windows.
13 years ago
nowrep
9ea89aacc1
Updated Polish translation for windows installer.
13 years ago
nowrep
7ba5798133
Using unix line ends in COPYRIGHT.
...
Closes #767
13 years ago
nowrep
18a1d4802e
Don't use double QUrl::fromUserInput in QupZilla constructor.
...
Closes #762
13 years ago
nowrep
ac7dc197ae
Fixed hiding navigation container when disable and enabling tabs on top.
...
Closes #764
13 years ago
nowrep
27cd8cce64
Revert "[QtWin] using of direct WinAPI call."
...
It has to be resolved at runtime to provide the same binary
compatibility with Windows versions older than Vista.
This reverts commit 2db89f50bf .
13 years ago
David Rosca
aadf72b7df
Merge pull request #763 from srazi/master
...
CookieManager::filterString() and some fixes from recent commits.
13 years ago
S. Razi Alavizadeh
09bfa457e8
Forgotten changes from 91c88872f8, 6a4c45c0ad and 7b3b4f9b94
13 years ago
S. Razi Alavizadeh
df8eeb9525
Faster 'filterString()' for CookieManager.
13 years ago
nowrep
498f4b0555
[Windows] Adjust height of AboutDialog.
13 years ago
nowrep
8ec59bf8b0
[Windows] Linking to system hunspell library
13 years ago