nowrep
8ec59bf8b0
[Windows] Linking to system hunspell library
2013-02-18 19:09:29 +01:00
nowrep
f3c7f5a3ba
[Qt5] Fixed failing FormCompleter tests.
2013-02-18 13:37:33 +01:00
nowrep
4f53179752
[Qt5] Fixed building with Qt5.
2013-02-18 13:37:12 +01:00
nowrep
5b0f37abd5
Fixed crash when showing multiple notifications with Tabs On Top.
2013-02-17 11:41:42 +01:00
David Rosca
749889dc73
Merge pull request #761 from srazi/qtwin_work
...
[QtWin] using of direct WinAPI call.
2013-02-17 02:13:26 -08:00
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
2013-02-17 11:07:02 +01:00
nowrep
91c88872f8
Go to fullscreen in QWindoStateChangeEvent.
...
It is now possible to go properly to fullscreen also from Window
Manager's actions/shortcuts.
2013-02-17 11:05:35 +01:00
S. Razi Alavizadeh
2db89f50bf
[QtWin] using of direct WinAPI call.
2013-02-17 13:35:11 +03:30
David Rosca
e718e00e5c
Merge pull request #760 from srazi/master
...
Fixed some platform specific issues.
2013-02-16 13:29:50 -08:00
S. Razi Alavizadeh
6a4c45c0ad
[Win] another solution,isChangingTab()
removed from last commit.
2013-02-16 16:02:33 +03:30
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.
2013-02-16 11:20:03 +01:00
nowrep
12e49d1bf4
Filter "QFont::setPixelSize <= 0" warning from stderr.
2013-02-16 11:19:00 +01:00
nowrep
7b3b4f9b94
[Regression] Fixed restoring session with pinned tabs.
...
Regression from adding tabs on top feature.
2013-02-15 22:18:46 +01:00
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.
2013-02-15 15:35:23 +01:00
nowrep
e4ebeb3252
[Code] Use QString::SkipEmptyParts in QString::split.
2013-02-15 12:36:25 +01:00
nowrep
68e0831bdb
Fixed parsing arguments when starting external applications.
...
When starting external RSS readers and external download managers.
2013-02-15 12:29:13 +01:00
nowrep
5641d380d8
[QzTools] Added function to split arguments from command.
2013-02-15 11:05:46 +01:00
S. Razi Alavizadeh
c4b98d4a7a
[Win] This fix completes e934af9
2013-02-15 01:53:28 +03:30
S. Razi Alavizadeh
c41e17611a
[Cookie Manager] Reset search text on refresh.
2013-02-14 22:20:29 +03:30
S. Razi Alavizadeh
e934af92bf
[Win] fixed issue when transparent background is enabled
2013-02-14 21:45:24 +03:30
S. Razi Alavizadeh
7c0e0ab45e
[Mac] Changed fullscreen shortcut to Ctrl+Fll, and fixed issue from 83f3c90752
2013-02-14 21:36:38 +03:30
nowrep
94f1af7f2f
Merge branch 'master' of git://github.com/srazi/qupzilla into srazi-master
...
Updated coding style.
2013-02-14 18:07:50 +01:00
nowrep
bf75704cac
[RSS] Show for akregator/liferea in PATH instead of just in /usr/bin
2013-02-13 21:48:06 +01:00
S. Razi Alavizadeh
9951d2e69b
[FTP] Added support for non-latin names for dir/file.
2013-02-13 19:49:29 +03:30
nowrep
1059936d57
[Updater] Send also OS type when checking for new version.
2013-02-12 16:52:30 +01:00
nowrep
1769193284
Coding style.
2013-02-12 11:14:25 +01:00
David Rosca
be36811bc7
Merge pull request #755 from srazi/master
...
[FTP] Used a new method for list/download to support some FTP servers.
2013-02-12 02:06:30 -08:00
S. Razi Alavizadeh
1f9ce798a7
[FTP] Used a new method for list/download to support some FTP servers. see #753
2013-02-12 13:28:11 +03:30
nowrep
789b4c8600
Select all on (double) click also available for websearchbar.
...
Closes #752
2013-02-12 08:16:05 +01:00
nowrep
e069da55e3
[X11] Fixed showing window in fullscreen with XFCE.
...
Closes #648
2013-02-11 17:59:21 +01:00
nowrep
bea5f72ad7
[SiteInfo] Improved setting height of section widget.
2013-02-11 17:11:13 +01:00
nowrep
9a99509faf
Proper fix for restoring current tab.
...
Fix for 3b4d2f5534
2013-02-11 16:45:10 +01:00
nowrep
09cf53a292
LocationBar: Don't paint cursor when showing most visited in popup.
2013-02-11 13:33:02 +01:00
nowrep
8a1502c9cf
Draw line at the bottom of navigation bar if tabs are on top.
...
To visually distinguish navigation bar from the page
2013-02-11 13:08:11 +01:00
nowrep
3b4d2f5534
[Regression] Fixed restoring current tab.
...
Regression from 38c4d347c9
2013-02-11 11:02:42 +01:00
nowrep
76f324549e
Updated copyright to 2013.
...
Closes #750
2013-02-11 09:59:53 +01:00
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)
2013-02-11 09:51:22 +01:00
nowrep
0133886b06
Revert "[jsoptions] Added "Disable or change context menu" option"
...
It broke Inspect Element action.
This reverts commit f6de3bd5a0
.
2013-02-10 20:42:16 +01:00
nowrep
a1a8fb90f5
Added option to choose where to store network cache.
2013-02-10 14:50:18 +01:00
nowrep
06b582a37e
[popupwindow] Show locationbar's icons also in popup windows.
2013-02-10 14:09:28 +01:00
nowrep
23690d4154
[code] Moved checking for RSS into WebView.
2013-02-10 14:09:11 +01:00
nowrep
49b1e4c43c
[code cleanup] Moved logic of locationbar's icon into separate classes.
2013-02-10 12:28:53 +01:00
nowrep
c9bcf15f9b
[popupwindow] Show minimal version of search toolbar.
...
Also set minimumWidth.
2013-02-10 11:25:44 +01:00
nowrep
67d1a8af84
[popupwindow] Fixed copying text from locationbar.
2013-02-10 11:17:44 +01:00
nowrep
15f2471f93
[code] Don't use LineEdit class when not needed.
2013-02-10 10:46:15 +01:00
nowrep
d8527917ca
[code] Remove wantsFocus(QUrl) signal. Instead using better solution.
...
When HTTP authorization is requested, this signal is used to
set the originating WebTab as current widget in tabwidget.
2013-02-10 10:38:12 +01:00
nowrep
00cf5cdbd2
Exporting SpellCheck classes + fixed some translation issues.
2013-02-10 10:28:13 +01:00
nowrep
fcbf1e636b
[Fix] Bad behaviour on clicking into selected text in locationbar.
...
Closes #751
2013-02-09 21:55:23 +01:00
nowrep
d81b77a004
[SpeedDial] Fixed fetching title of page when title is empty.
...
When user checks "Fetch title from page" and resulting title is empty,
let's just show url of the site.
2013-02-09 20:52:25 +01:00
Jonathan Hooverman
6986473cc3
Use consistently British English in UI
2013-02-09 19:54:05 +01:00