nowrep
2554ad9870
Coding style: Uninline public functions
13 years ago
nowrep
8414f4fa48
Updated translations
13 years ago
Jonathan Hooverman
eee53c8a42
Fixed some typos in passwordbackends
13 years ago
S. Razi Alavizadeh
f01157d71c
EncryptedPasswordBackend: ask password on function call not on each entry
...
-also fixed converting to plain data
13 years ago
nowrep
f6449b0402
EncryptedPasswordBackend: Make sure only one ask password dialog is visible at time.
13 years ago
nowrep
7a0a4ea31e
EncryptedPasswordBackend: Coding style
13 years ago
nowrep
870ead19d3
Updated translations
13 years ago
nowrep
eb2567939f
Removed Google Reader from online RSS readers.
...
Also fixed uninitialized variable issue in AES interface.
13 years ago
nowrep
31d906b75b
Correctly link to OpenSSL library
13 years ago
nowrep
0927bf0cb7
Fix compilation on Linux + update build requirements
13 years ago
S. Razi Alavizadeh
3170fccf0e
[MasterPasswordDialog] Fixed, clear masterpassword always changes backend.
...
-Also fixed recursive call to QDialog::exec()
13 years ago
S. Razi Alavizadeh
5ea3572368
[Windows][Tests] Fixed compile issues on Windows.
13 years ago
S. Razi Alavizadeh
2abf37ed37
[DatabaseEncryptedPasswordBackend] Added tests.
13 years ago
S. Razi Alavizadeh
05755158f9
[PasswordManager] Added DatabaseEncryptedPasswordBackend.
...
-It uses AesInterface for all encryption/decryption (AES 256 CBC)
13 years ago
S. Razi Alavizadeh
102d90b77b
[PasswordManager] Moved saving selected backend to switchBackend().
...
-Also added PasswordManager::passwordBackendChanged() signal.
-Also some other options moved to AutoFillManager::currentPasswordBackendChanged()
13 years ago
S. Razi Alavizadeh
aaf082a332
[PasswordManager] change return type of updateEntry() to bool.
13 years ago
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.
13 years ago
nowrep
50a4d78026
Removed unnecessary QDebug
13 years ago
nowrep
99b35a19b5
Use palette colors for indicating not yet loaded tabs.
...
Also fixed compile issue from previous commit.
13 years ago
David Rosca
fb6114eb5b
Merge pull request #952 from char101/mark-unloaded-tab-color
...
Mark unloaded tab color
13 years ago
Charles
18f65a66f6
Only set the unloaded tab color if the url is not empty
13 years ago
Charles
7882cbcc98
Set unloaded tab color to rgb(100, 100, 100)
13 years ago
nowrep
136452ad2a
Properly test for USE_QTWEBKIT_2_2 define
13 years ago
S. Razi Alavizadeh
eac8af1b51
[Windows] Fixed compile issue.
13 years ago
nowrep
d64a86ab7e
Added new translations into project and resource files
13 years ago
nowrep
19f8c13c65
Pulled new translations (with 60+ % completed) from Transifex
13 years ago
nowrep
61ce1cb904
Updated translations from Transifex
13 years ago
Charles
9e476bfbc2
Enable closing tab by middle clicking in the tab list menu
13 years ago
nowrep
98fac13f85
[MacWebViewScroller] No need to use WebView subclass.
13 years ago
nowrep
d94a4b5386
Bumped ca-bundle version
13 years ago
nowrep
732a59e6ce
Updated ca-bundle.crt
13 years ago
nowrep
c21f2882be
[DownloadManager] Also raise window when showing it.
...
Closes #937
13 years ago
nowrep
f4315304f7
[GreaseMonkey] Fixed buttons in script list with RTL layout.
13 years ago
nowrep
6abb37d6a1
[SuperButton] Show menu correctly inside with RTL layout.
13 years ago
nowrep
d17b06ff65
[LocationBar] Delete key to hide inline completion
13 years ago
nowrep
acbd04dd3d
Improved performance of WebHistoryInterface
...
Use std::set to search in logarithmic time.
13 years ago
nowrep
8e9ea139db
Make GnomeKeyring and KWallet plugins translatable.
13 years ago
nowrep
f149aaebf2
Add possibility to load themes from profile directories.
...
Themes are now loaded from the following directories:
1. Directory "themes" in user profile
2. Directory "themes" in root profile directory
3. System data path
> /usr/share/qupzilla/themes on Linux
> $EXECUTABLE_DIR/themes on Windows
Closes #928
13 years ago
nowrep
82701235ee
Don't force older SSLv3 protocol for secured connections.
...
Closes #921
13 years ago
S. Razi Alavizadeh
9de433dffd
[BookmarksToolbar] Fixed move Left/Right in RTL layout.
...
-closes #924
13 years ago
nowrep
9be2b6f5ca
Fix "Hide tabbar with only one tab" option to work also with fullscreen.
...
Closes #927
13 years ago
nowrep
c305811334
Correctly hide/show rss icon with "Always show go icon" option.
...
Regression from 05ca29715f
Closes #926
13 years ago
nowrep
b59d42fc1b
Don't try to download empty page.
...
Closes #925
13 years ago
nowrep
de10968498
[PasswordsManager] Make names of backend translatable.
...
AutoFill needs to have Q_OBJECT macro for QObject::tr function.
13 years ago
nowrep
7001823511
Fixed crash when opening preferences and not loaded passwords manager
13 years ago
nowrep
05ca29715f
[LocationBar] Option to always show go icon.
...
Also removed unused m_drawCursor member variable.
Closes #914
13 years ago
nowrep
0e478a56d8
[Building] Use DEPENDPATH to correctly generate dependencies.
13 years ago
nowrep
58c0c77479
[GreaseMonkey, AdBlock] Use 16x16 icons in statusbar
13 years ago
nowrep
48528b36bf
[GreaseMonkey] Correctly remove icons from statusbar on unload.
13 years ago
nowrep
197240845d
[Oxygen] Tweaked last icon to be used from theme.
13 years ago