S. Razi Alavizadeh
|
b05ddc12db
|
[ThemeManager] Fixed crash on saving settings when theme is unavailable.
|
2013-07-13 02:31:24 +04:30 |
|
nowrep
|
c313b2d961
|
Set WM_CLASS also to Download Manager.
|
2013-07-12 11:43:13 +02:00 |
|
S. Razi Alavizadeh
|
d3cb32247a
|
[RTL Layout] Set layoutDirection of widgets with LTR contents to LTR, for having a better look.
- closes #971
|
2013-07-11 20:48:32 +04:30 |
|
Jonathan Hooverman
|
4848def230
|
Modified copyright year
|
2013-07-11 16:21:57 +02:00 |
|
nowrep
|
f05a300281
|
What is this? I didn't write it ...
|
2013-07-11 11:01:32 +02:00 |
|
S. Razi Alavizadeh
|
b153324484
|
[RSSManager] Fix some small leaks.
|
2013-07-10 08:06:05 +04:30 |
|
nowrep
|
3a06549c70
|
Fix compilation with Qt 5.1
|
2013-07-09 10:43:23 +02:00 |
|
S. Razi Alavizadeh
|
b472bd2021
|
[GreaseMonkey] set list of userscripts as LTR widget.
-its contents are in LTR regardless of interface language.
-Closes #967
|
2013-07-08 14:04:19 +04:30 |
|
nowrep
|
e690dbdd2c
|
Fix compile on non X11 platforms
|
2013-07-08 00:16:02 +02:00 |
|
nowrep
|
7e00f73daf
|
Define QzTools::setWmClass on all platforms.
Get rid of #ifdef's and make it do nothing on non X11.
|
2013-07-08 00:08:05 +02:00 |
|
nowrep
|
2dcb5efbb1
|
Don't leak when setting WM_CLASS
|
2013-07-07 15:29:41 +02:00 |
|
nowrep
|
7d557f5f74
|
Finished Hebrew window installer translation.
Thanks to GreenLunar.
bef40d2ca6 (commitcomment-3576703)
|
2013-07-07 15:17:29 +02:00 |
|
nowrep
|
dccf8d9787
|
X11: Set correct WM_CLASS property to windows
Closes #968
|
2013-07-07 12:32:55 +02:00 |
|
nowrep
|
166a7fedd4
|
[AesInterface] Q_OBJECT macro is needed there for translations.
It is needed for tr() functions.
|
2013-07-05 15:55:15 +02:00 |
|
S. Razi Alavizadeh
|
5d48edc7a3
|
[LocationBar][StatusBar] show precent decoded version of non-latin link and draw RTL path correctly.
- also fixed a compile issue
|
2013-07-05 02:51:07 +04:30 |
|
nowrep
|
973cb65349
|
Don't set network configuration to network manager.
Closes #957
|
2013-07-01 17:39:56 +02:00 |
|
nowrep
|
a4ee2d7497
|
[SBI_NetworkIcon] Use QNetworkConfigurationManager to detect online state
|
2013-07-01 17:38:35 +02:00 |
|
nowrep
|
2554ad9870
|
Coding style: Uninline public functions
|
2013-06-30 12:41:01 +02:00 |
|
nowrep
|
8414f4fa48
|
Updated translations
|
2013-06-30 12:27:29 +02:00 |
|
Jonathan Hooverman
|
eee53c8a42
|
Fixed some typos in passwordbackends
|
2013-06-28 13:46:46 +02:00 |
|
S. Razi Alavizadeh
|
f01157d71c
|
EncryptedPasswordBackend: ask password on function call not on each entry
-also fixed converting to plain data
|
2013-06-26 21:17:43 +04:30 |
|
nowrep
|
f6449b0402
|
EncryptedPasswordBackend: Make sure only one ask password dialog is visible at time.
|
2013-06-26 13:59:46 +02:00 |
|
nowrep
|
7a0a4ea31e
|
EncryptedPasswordBackend: Coding style
|
2013-06-26 13:24:18 +02:00 |
|
nowrep
|
870ead19d3
|
Updated translations
|
2013-06-24 15:37:33 +02:00 |
|
nowrep
|
eb2567939f
|
Removed Google Reader from online RSS readers.
Also fixed uninitialized variable issue in AES interface.
|
2013-06-22 17:33:59 +02:00 |
|
nowrep
|
31d906b75b
|
Correctly link to OpenSSL library
|
2013-06-21 15:24:39 +02:00 |
|
nowrep
|
0927bf0cb7
|
Fix compilation on Linux + update build requirements
|
2013-06-21 11:09:19 +02:00 |
|
S. Razi Alavizadeh
|
3170fccf0e
|
[MasterPasswordDialog] Fixed, clear masterpassword always changes backend.
-Also fixed recursive call to QDialog::exec()
|
2013-06-21 03:27:58 +04:30 |
|
S. Razi Alavizadeh
|
5ea3572368
|
[Windows][Tests] Fixed compile issues on Windows.
|
2013-06-19 02:07:46 +04:30 |
|
S. Razi Alavizadeh
|
2abf37ed37
|
[DatabaseEncryptedPasswordBackend] Added tests.
|
2013-06-19 02:07:45 +04:30 |
|
S. Razi Alavizadeh
|
05755158f9
|
[PasswordManager] Added DatabaseEncryptedPasswordBackend.
-It uses AesInterface for all encryption/decryption (AES 256 CBC)
|
2013-06-19 02:07:43 +04:30 |
|
S. Razi Alavizadeh
|
102d90b77b
|
[PasswordManager] Moved saving selected backend to switchBackend().
-Also added PasswordManager::passwordBackendChanged() signal.
-Also some other options moved to AutoFillManager::currentPasswordBackendChanged()
|
2013-06-19 02:07:41 +04:30 |
|
S. Razi Alavizadeh
|
aaf082a332
|
[PasswordManager] change return type of updateEntry() to bool.
|
2013-06-19 02:07:39 +04:30 |
|
S. Razi Alavizadeh
|
6342884e86
|
Added AES encryption/decryption ability (version 1)
-AesInterface is a Qt interface for AES encryption/decryption
that uses AES 256 CBC mode.
|
2013-06-19 02:07:38 +04:30 |
|
nowrep
|
50a4d78026
|
Removed unnecessary QDebug
|
2013-06-18 11:05:25 +02:00 |
|
nowrep
|
99b35a19b5
|
Use palette colors for indicating not yet loaded tabs.
Also fixed compile issue from previous commit.
|
2013-06-18 11:03:52 +02:00 |
|
David Rosca
|
fb6114eb5b
|
Merge pull request #952 from char101/mark-unloaded-tab-color
Mark unloaded tab color
|
2013-06-18 01:47:32 -07:00 |
|
Charles
|
18f65a66f6
|
Only set the unloaded tab color if the url is not empty
|
2013-06-18 14:33:05 +07:00 |
|
Charles
|
7882cbcc98
|
Set unloaded tab color to rgb(100, 100, 100)
|
2013-06-18 14:25:37 +07:00 |
|
nowrep
|
136452ad2a
|
Properly test for USE_QTWEBKIT_2_2 define
|
2013-06-17 21:03:45 +02:00 |
|
S. Razi Alavizadeh
|
eac8af1b51
|
[Windows] Fixed compile issue.
|
2013-06-17 03:46:50 +04:30 |
|
nowrep
|
d64a86ab7e
|
Added new translations into project and resource files
|
2013-06-16 23:45:27 +02:00 |
|
nowrep
|
19f8c13c65
|
Pulled new translations (with 60+ % completed) from Transifex
|
2013-06-16 23:09:02 +02:00 |
|
nowrep
|
61ce1cb904
|
Updated translations from Transifex
|
2013-06-16 23:04:10 +02:00 |
|
Charles
|
9e476bfbc2
|
Enable closing tab by middle clicking in the tab list menu
|
2013-06-16 13:49:08 +02:00 |
|
nowrep
|
98fac13f85
|
[MacWebViewScroller] No need to use WebView subclass.
|
2013-06-12 19:58:25 +02:00 |
|
nowrep
|
d94a4b5386
|
Bumped ca-bundle version
|
2013-06-11 09:57:56 +02:00 |
|
nowrep
|
732a59e6ce
|
Updated ca-bundle.crt
|
2013-06-11 09:56:37 +02:00 |
|
nowrep
|
c21f2882be
|
[DownloadManager] Also raise window when showing it.
Closes #937
|
2013-06-11 09:08:26 +02:00 |
|
nowrep
|
f4315304f7
|
[GreaseMonkey] Fixed buttons in script list with RTL layout.
|
2013-06-10 23:06:17 +02:00 |
|