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
nowrep
f3c7f5a3ba
[Qt5] Fixed failing FormCompleter tests.
13 years ago
nowrep
4f53179752
[Qt5] Fixed building with Qt5.
13 years ago
nowrep
5b0f37abd5
Fixed crash when showing multiple notifications with Tabs On Top.
13 years ago
David Rosca
749889dc73
Merge pull request #761 from srazi/qtwin_work
...
[QtWin] using of direct WinAPI call.
13 years ago
nowrep
742326bde7
Added possibility to select text on page with Shift+Arrow keys.
...
Shift+Right Arrow => select next char
Shift+Left Arrow => select previous char
Shift+Ctrl+Right Arrow => select next word
Shift+Ctrl+Left Arrow => select previous word
Shift+Home => select start of line
Shift+End => select end of line
Shift+Ctrl+Home => select start of document
Shift+Ctrl+End => select end of document
13 years ago
nowrep
91c88872f8
Go to fullscreen in QWindoStateChangeEvent.
...
It is now possible to go properly to fullscreen also from Window
Manager's actions/shortcuts.
13 years ago
S. Razi Alavizadeh
2db89f50bf
[QtWin] using of direct WinAPI call.
13 years ago
David Rosca
e718e00e5c
Merge pull request #760 from srazi/master
...
Fixed some platform specific issues.
13 years ago
S. Razi Alavizadeh
6a4c45c0ad
[Win] another solution,`isChangingTab()` removed from last commit.
13 years ago
nowrep
a84b180444
[AutoFill] Fixed extracting form on Twitter.com
...
Twitter uses multiple same forms (differing in class and id names).
Now PageFormComplter also tests occurence of username name=value pair
in sent post data.
13 years ago
nowrep
12e49d1bf4
Filter "QFont::setPixelSize <= 0" warning from stderr.
13 years ago
nowrep
7b3b4f9b94
[Regression] Fixed restoring session with pinned tabs.
...
Regression from adding tabs on top feature.
13 years ago
nowrep
8c9f09b17a
Improved arguments parsing in external download manager.
...
Option to choose where exactly to put url (%d placeholder)
instead of just appending it at the end of arguments.
13 years ago
nowrep
e4ebeb3252
[Code] Use QString::SkipEmptyParts in QString::split.
13 years ago
nowrep
68e0831bdb
Fixed parsing arguments when starting external applications.
...
When starting external RSS readers and external download managers.
13 years ago
nowrep
5641d380d8
[QzTools] Added function to split arguments from command.
13 years ago
S. Razi Alavizadeh
c4b98d4a7a
[Win] This fix completes e934af9
13 years ago
S. Razi Alavizadeh
c41e17611a
[Cookie Manager] Reset search text on refresh.
13 years ago
S. Razi Alavizadeh
e934af92bf
[Win] fixed issue when transparent background is enabled
13 years ago
S. Razi Alavizadeh
7c0e0ab45e
[Mac] Changed fullscreen shortcut to Ctrl+Fll, and fixed issue from 83f3c90752
13 years ago
nowrep
94f1af7f2f
Merge branch 'master' of git://github.com/srazi/qupzilla into srazi-master
...
Updated coding style.
13 years ago
nowrep
bf75704cac
[RSS] Show for akregator/liferea in PATH instead of just in /usr/bin
13 years ago
S. Razi Alavizadeh
9951d2e69b
[FTP] Added support for non-latin names for dir/file.
13 years ago
nowrep
1059936d57
[Updater] Send also OS type when checking for new version.
13 years ago
nowrep
1769193284
Coding style.
13 years ago
David Rosca
be36811bc7
Merge pull request #755 from srazi/master
...
[FTP] Used a new method for list/download to support some FTP servers.
13 years ago
S. Razi Alavizadeh
1f9ce798a7
[FTP] Used a new method for list/download to support some FTP servers. see #753
13 years ago
nowrep
789b4c8600
Select all on (double) click also available for websearchbar.
...
Closes #752
13 years ago
nowrep
e069da55e3
[X11] Fixed showing window in fullscreen with XFCE.
...
Closes #648
13 years ago
nowrep
bea5f72ad7
[SiteInfo] Improved setting height of section widget.
13 years ago
nowrep
9a99509faf
Proper fix for restoring current tab.
...
Fix for 3b4d2f5534
13 years ago
nowrep
09cf53a292
LocationBar: Don't paint cursor when showing most visited in popup.
13 years ago
nowrep
8a1502c9cf
Draw line at the bottom of navigation bar if tabs are on top.
...
To visually distinguish navigation bar from the page
13 years ago
nowrep
3b4d2f5534
[Regression] Fixed restoring current tab.
...
Regression from 38c4d347c9
13 years ago
nowrep
76f324549e
Updated copyright to 2013.
...
Closes #750
13 years ago
nowrep
38c4d347c9
[TabsOnTop] Fixed flickering when closing tab.
...
It only occured when closing tab and going to tab that hasn't
been loaded yet (don't load tabs until selected)
13 years ago
nowrep
0133886b06
Revert "[jsoptions] Added "Disable or change context menu" option"
...
It broke Inspect Element action.
This reverts commit f6de3bd5a0 .
13 years ago
nowrep
a1a8fb90f5
Added option to choose where to store network cache.
13 years ago
nowrep
06b582a37e
[popupwindow] Show locationbar's icons also in popup windows.
13 years ago
nowrep
23690d4154
[code] Moved checking for RSS into WebView.
13 years ago
nowrep
49b1e4c43c
[code cleanup] Moved logic of locationbar's icon into separate classes.
13 years ago
nowrep
c9bcf15f9b
[popupwindow] Show minimal version of search toolbar.
...
Also set minimumWidth.
13 years ago
nowrep
67d1a8af84
[popupwindow] Fixed copying text from locationbar.
13 years ago
nowrep
15f2471f93
[code] Don't use LineEdit class when not needed.
13 years ago