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 |
|
Jonathan Hooverman
|
e08a4d9836
|
Use consistently British English in UI
|
2013-02-09 19:49:02 +01:00 |
|
Jonathan Hooverman
|
4e2a829680
|
Use consistently British English in UI
|
2013-02-09 19:43:13 +01:00 |
|
nowrep
|
b525e0740a
|
Don't save window geometry when in fullscreen.
|
2013-02-09 15:47:06 +01:00 |
|
nowrep
|
945b40f2a5
|
Improved showing navigation in fullscreen.
It will now hide navigation toolbar after 1 second instead
of hiding it instantly when on mouse leave.
|
2013-02-09 15:44:17 +01:00 |
|
nowrep
|
8a6beac501
|
Show toolbars menu on right click in menubar and navigation toolbar.
|
2013-02-09 14:08:12 +01:00 |
|
nowrep
|
83f3c90752
|
Added option to show tabs on top.
You can change it in Menu View -> Toolbars
Closes #640
|
2013-02-09 13:00:45 +01:00 |
|
nowrep
|
732c1b533f
|
Coding style.
|
2013-02-09 12:40:20 +01:00 |
|
David Rosca
|
484c76eae2
|
Merge pull request #749 from srazi/mac_global_menu
Added support for Mac global menu
|
2013-02-09 03:38:16 -08:00 |
|
S. Razi Alavizadeh
|
e1e62db4c4
|
Updated .gitignore and fixed a typo
|
2013-02-09 14:47:26 +03:30 |
|
S. Razi Alavizadeh
|
05a8b7fcc5
|
[Mac] Fixed, actions were not triggered.
|
2013-02-09 14:47:25 +03:30 |
|
S. Razi Alavizadeh
|
a1ff0799cb
|
[Mac gobalmenu] Fixed issue about bookmark menu and sidebar menu.
|
2013-02-09 14:47:24 +03:30 |
|
S. Razi Alavizadeh
|
7b0e45269f
|
[Mac] Create menubar's instance just for FirstAppWindow
|
2013-02-09 14:47:22 +03:30 |
|
S. Razi Alavizadeh
|
4e87177c15
|
Enabling actions moved to MacMenuReceiver.
|
2013-02-09 14:47:21 +03:30 |
|
S. Razi Alavizadeh
|
ed928dc512
|
[Mac Global Menu] Added some new slots to support our MENU_RECEIVER idea.
|
2013-02-09 14:47:19 +03:30 |
|
S. Razi Alavizadeh
|
860b5b8440
|
[Mac] Added support for global-menu.
-Added MacMenuReceiver class
-Added MENU_RECEIVER as receiver for action's signal
|
2013-02-09 14:47:18 +03:30 |
|
nowrep
|
67d6d380cd
|
[AutoFill] Added password icon into locationbar to choose username.
Closes #735
|
2013-02-08 18:44:26 +01:00 |
|
nowrep
|
3ccc0a67c1
|
[AutoFill] Support for saving passwords of multiple users per site.
|
2013-02-08 15:07:56 +01:00 |
|
nowrep
|
8988f9c86e
|
[AutoFill] Initial rewrite to support multi-users for one site.
|
2013-02-08 13:02:53 +01:00 |
|
nowrep
|
0a9f2ec4d6
|
Coding style.
|
2013-02-08 12:10:12 +01:00 |
|
nowrep
|
3b648397b0
|
[code] Added checks before using QWebPage::view().
|
2013-02-07 14:38:31 +01:00 |
|
nowrep
|
312a86d584
|
[spellcheck] Fixed adding some words into user dictionary.
|
2013-02-07 13:43:37 +01:00 |
|
nowrep
|
efe5ed8e7d
|
Disabled opacity effect in animated tab previews by default.
It can still be enabled with ENABLE_OPACITY_EFFECT build variable.
This is final fix for #663
|
2013-02-07 12:35:54 +01:00 |
|
nowrep
|
9c31ff875e
|
[adblock] Added RU Adlist into known subscriptions.
|
2013-02-07 11:12:54 +01:00 |
|
nowrep
|
3b301e8446
|
[adblock] Added support for $image rules.
It tests whether the url ends with .jpg/.jpeg/.gif/.png
|
2013-02-07 11:04:09 +01:00 |
|
nowrep
|
2bb002b62d
|
Properly returning page to its original state after rendering preview.
See #663
|
2013-02-06 23:45:43 +01:00 |
|
nowrep
|
24957fd537
|
Fixed crash with "Allow js to disable context menu" option.
See f6de3bd5a0
|
2013-02-06 23:44:45 +01:00 |
|
nowrep
|
f6de3bd5a0
|
[jsoptions] Added "Disable or change context menu" option
User can now set whether sites are allowed to change or
completely disable context menu.
|
2013-02-06 18:17:50 +01:00 |
|
nowrep
|
60550fcbfb
|
Fixed scrolling to anchor(#) links in background tabs.
Setting correct QWebPage::viewportSize() on creation.
Closes #663
|
2013-02-06 17:42:32 +01:00 |
|
nowrep
|
7c9d7fd25c
|
[spellcheck] Enable SpellCheck on Windows by default.
|
2013-02-06 13:11:26 +01:00 |
|
nowrep
|
785b9fcdbe
|
[spellcheck] Fixed replacing words in multiple lines text.
|
2013-02-06 12:06:35 +01:00 |
|
nowrep
|
67a08d237d
|
[code] Using QVariant::fromValue instead of obsolted qVariantFromValue.
|
2013-02-05 22:33:54 +01:00 |
|
nowrep
|
0a7773bec1
|
[spellcheck] Added dialog with spell check settings.
|
2013-02-05 22:31:16 +01:00 |
|
nowrep
|
c3a0e1f13a
|
[spellcheck] Added context menu options to replace misspelled words.
And also to add word into user dictionary.
|
2013-02-05 20:43:53 +01:00 |
|
nowrep
|
074bd928c7
|
[spellcheck] Adding Speller object into MainApplication.
|
2013-02-05 15:41:10 +01:00 |
|
nowrep
|
fc41e1516d
|
[sourceviewer] Option to load edited source code in page.
Also fixed showing AdBlock css rules when reloading source.
|
2013-02-05 15:17:36 +01:00 |
|
nowrep
|
dfb69be90e
|
Don't show AdBlock icon in webview context menu on editable content.
|
2013-02-05 13:41:30 +01:00 |
|
nowrep
|
668022ed64
|
Improved parsing of Content-Disposition header.
It now tries to detect whether UTF-8 encoding is used.
Closes #745
|
2013-02-04 22:48:34 +01:00 |
|
nowrep
|
37a81cdf30
|
Sending information about versions in reportbug page.
Improved OS detection on Windows. It will also show version
of Windows (except Win 8)
|
2013-02-04 13:07:21 +01:00 |
|
David Rosca
|
bb8bff1676
|
Merge pull request #744 from srazi/master
Better RTL support for LocationCompleter and add direction property to dirlist.html
|
2013-02-04 03:54:34 -08:00 |
|
S. Razi Alavizadeh
|
e3db93740b
|
Better RTL support for LocationCompleter and add direction property to dirlist.html
|
2013-02-04 15:14:56 +03:30 |
|
David Rosca
|
9f02eecc21
|
Merge pull request #743 from srazi/master
Update HTTP authorization when needed+remove redundant casting
|
2013-02-04 03:18:29 -08:00 |
|