nowrep
ace07520d6
Fixed building GnomeKeyringPasswords plugin.
2013-05-24 14:47:36 +02:00
nowrep
a172327992
[Plugins] Added InitState to plugin's init() function
2013-05-24 11:03:16 +02:00
nowrep
972af5552d
[GnomeKeyring] Make tests pass with gnome-keyring backend.
...
Fixed PasswordManager::urlEncodePassword - ~ is also needed to encode
2013-05-21 16:43:56 +02:00
nowrep
a5a5cfbbf0
[KWalletBackend] Small changes to make tests pass.
2013-05-21 15:35:11 +02:00
Mladen Pejaković
a7044e36ea
Plugins: Serbian translations
2013-05-20 14:23:47 +02:00
nowrep
c035e02bbd
[Building] Correctly detect whether to build keyring plugins.
2013-05-20 14:12:48 +02:00
nowrep
5c698d5d2a
[PasswordManager] Fixed encoding passwords to url encoded format.
2013-05-20 13:33:13 +02:00
nowrep
8da362b119
[GnomeKeyring] Added plugin for storing passwords in gnome-keyring.
2013-05-20 11:16:45 +02:00
nowrep
74edb1efa1
[KWallet] Don't load incorrect passwords from wallet.
2013-05-20 11:14:00 +02:00
nowrep
54a3509fcb
[PasswordManager] Added updated member to PasswordEntry struct.
2013-05-20 11:05:54 +02:00
nowrep
6e4f21930c
[Building] Rename KDE flag to KDE_INTEGRATION
2013-05-19 10:52:44 +02:00
nowrep
0fe79f3f71
Updated translations
2013-05-17 15:57:17 +02:00
nowrep
34f8162615
[PasswordBackends] Added possibility to change backends in preferences.
2013-05-17 15:42:06 +02:00
nowrep
95a44ded44
[PasswordManager] Added KWallet backend plugin.
...
When building with KDE integration (KDE build flag), this plugin
will now be built.
Closes #592
2013-05-15 21:31:34 +02:00
Mladen Pejaković
39e6e1a0f1
Optimization of png icons for plugins
2013-05-04 23:21:38 +02:00
nowrep
087eb93ecb
[Code] Improved cppcheck script and fixed all warnings.
2013-04-28 17:50:09 +02:00
nowrep
faeba013bc
Fixed building with Qt 5
2013-04-03 21:14:06 +02:00
nowrep
67dbddedfe
[FileWatcher] Delay emition of file/dir changed signal.
...
Fixes reloading files edited by eg. vim.
2013-04-02 13:14:19 +02:00
nowrep
2e853beef4
[GreaseMonkey] Fixed loading invalid script when script file is deleted
...
Also fixed copyright in gm_jsobect.{cpp,h}
2013-04-02 12:00:27 +02:00
nowrep
51f0232ca3
[GreaseMonkey] Added support for GM_Settings functions.
...
Closes #814
2013-04-02 11:21:12 +02:00
nowrep
39af453281
[AKN] Fixes crash while closing tab with shown labels.
...
See #817
2013-03-21 15:14:35 +01:00
nowrep
8af495599c
Development version has now 1.5.0 version number.
2013-03-17 10:32:55 +01:00
nowrep
b543658a5e
Updated translations from Transifex
2013-03-16 19:53:42 +01:00
nowrep
8c606c0bd1
Updated translations from Transifex
2013-03-15 11:03:25 +01:00
nowrep
79c57f61b6
Version 1.4.0
2013-03-11 17:45:48 +01:00
nowrep
d29aff5330
Updated translations from Transifex.
2013-03-11 17:00:28 +01:00
nowrep
5f5cf7417d
[Code] Updated coding style with patched Astyle + normalized signals.
...
Code was formatted with patched astyle that correctly formats
foreach macro.
Normalize tool is now used to normalize all signal/slots signatures
to normalized format. It saves few reallocations on connections.
2013-03-06 09:08:29 +01:00
nowrep
cc93b67002
[GreaseMonkey] Fixed crash when deleting userscript.
2013-03-05 21:40:34 +01:00
nowrep
d885444501
[Code] Use QVector instead of QList for elements bigger than pointer.
2013-02-26 12:56:11 +01:00
nowrep
4eba746a2c
GreaseMonkey: Bumped plugin version.
2013-02-24 12:07:57 +01:00
nowrep
bed43ed0c8
[Qt5] Use RegExp wrapper to take advantage of new regexp engine.
...
QzRegExp wrapper is using QRegExp directly on Qt 4 and
QRegularExpression (with PCRE engine) on Qt 5.
2013-02-24 10:57:58 +01:00
nowrep
304f1704d2
GreaseMonkey: Don't load invalid scripts.
2013-02-24 10:48:23 +01:00
nowrep
1ae60d65bb
Added new Catalan translation.
...
Thanks to Guillem Prats and Clara Villalba.
2013-02-23 16:19:25 +01:00
S. Razi Alavizadeh
bb9bccf580
Added 'MacToolButton' as a replacement for QToolButton on Mac
2013-02-21 01:09:26 +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
nowrep
e4ebeb3252
[Code] Use QString::SkipEmptyParts in QString::split.
2013-02-15 12:36:25 +01:00
S. Razi Alavizadeh
c4b98d4a7a
[Win] This fix completes e934af9
2013-02-15 01:53:28 +03:30
nowrep
0a9f2ec4d6
Coding style.
2013-02-08 12:10:12 +01:00
nowrep
67a08d237d
[code] Using QVariant::fromValue instead of obsolted qVariantFromValue.
2013-02-05 22:33:54 +01:00
nowrep
ced0683c96
Updated translations.
2013-01-31 15:07:17 +01:00
nowrep
61e11c7404
Moving translations to Transifex.com
...
https://www.transifex.com/projects/p/qupzilla
2013-01-31 14:19:13 +01:00
nowrep
949bfe42ed
GreaseMonkey: Reload scripts on when source file changes.
...
Closes #729
2013-01-30 14:12:09 +01:00
Mladen Pejaković
e716a277e4
Serbian Latin translations for plugins
2013-01-29 14:48:39 +01:00
nowrep
c1c1b4130e
New option "Open new empty tabs after active tab".
...
Closes #544
2013-01-25 23:49:46 +01:00
nowrep
e28f9d438e
[Code] qz_ prefixed functions moved to QzTools namespace.
2013-01-22 19:04:22 +01:00
nowrep
7e6802ba35
[Qt5] Ported all plugins to Qt5 plugin system
2013-01-16 14:53:17 +01:00
nowrep
89e091f09c
Qt5: Main code has been edited to support both Qt4 and Qt5
...
It doesn't include plugins yet.
Even thought the app can be built with Qt5 now, it won't run.
I am still working on a fix.
2012-12-20 14:45:35 +01:00
Mladen Pejaković
517cb4efd0
Add full name to the list, if both name and last name are defined
2012-12-12 15:24:26 +01:00
Mladen Pejaković
508dcbb95c
Use actual PIM data for menu action name
2012-12-12 15:23:25 +01:00
nowrep
999f499288
Use .qupzilla/tmp instead of /tmp.
...
- use it for downloading temporary files that are going
to be opened
- this directory will be cleaned upon application close
2012-11-27 19:14:03 +01:00