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
David Rosca
1502181dad
Merge pull request #577 from stuarch/master
...
Update Traditional Chinese Translations
2012-09-17 08:50:09 -07:00
stuarch
e942daa7b4
Update Traditional Chinese Translations
2012-09-17 18:32:43 +08:00
nowrep
eddc51734a
Version 1.3.5
2012-09-16 20:42:07 +02:00
nowrep
2b6de8182b
Updated French translation
2012-09-14 21:52:17 +02:00
Vasilis Tsivikis
25c8021371
Updated Greek Translations 1.3.5
2012-09-13 03:17:29 +03:00
nowrep
92b18f5466
Plugins: Fixed crash when unloading with settings dialog opened.
...
- also it is now possible to open only one settings dialog at time
2012-09-11 11:31:28 +02:00
Mladen Pejaković
814abafade
Serbian translation updates
2012-09-10 20:33:01 +02:00
nowrep
98bdacc296
Added missing qt_fa.qm Qt translation file.
2012-09-09 18:03:04 +02:00
S. Razi Alavizadeh
6863a240be
MouseGestures Persian translation was updated.
2012-09-09 15:02:46 +04:30
S. Razi Alavizadeh
873a801f74
Reversed some mouse-gestures for RTL environment.
2012-09-09 15:01:55 +04:30
Jonathan Hooverman
f4f5ae7083
Updated German translation for MouseGestures plugin
2012-09-09 11:40:28 +02:00
alexandre596
d4d69bee08
Update src/plugins/MouseGestures/translations/pt_BR.ts
2012-09-09 00:56:08 -03:00
Daiki Noda
5b0ba71d52
Updated Japanese translation for MouseGestures
...
Updated Japanese translation for MouseGestures
2012-09-09 03:15:18 +09:00
nowrep
14c2166e57
MouseGestures: Added 2 new gestures for switching tabs
...
- up + right and up + left
2012-09-08 20:10:41 +02:00
nowrep
398c1ffdd6
MouseGestures: Updated translations
2012-09-08 20:10:13 +02:00
nowrep
ac83b5bac6
MouseGestures: Fixed loading correct page when opening new tab.
...
- loading page according to user preferences on new tab
= eg. speed dial, blank tab, specified url, ...
2012-09-08 19:46:19 +02:00
Mark Tolley
41168f0ff4
Fix crash on unloading PIM plugin
2012-09-07 19:33:38 +01:00
nowrep
528f398cbe
Using QLatin1String and QLatin1Char now everywhere
...
- it saves few unnecessary allocations
2012-09-04 12:42:45 +02:00
nowrep
1afc663e91
GreaseMonkey: Use QLatin1String and QLatin1Char in script parsing
2012-09-04 11:29:47 +02:00
nowrep
c7cdaf824f
Qt5: Changing Q_WS_* macros to Q_OS_*
...
- Q_WS_* macros have been removed in Qt 5
2012-09-03 23:03:20 +02:00
nowrep
0c6abb8afc
Added Brazilian Portuguese translation for plugins
2012-09-03 22:38:31 +02:00
nowrep
b2181f0bab
Coding style: Use empty QString() constructor instead of "" everywhere
2012-09-02 11:42:41 +02:00
nowrep
cf2c28cfdb
Updated coding style
2012-08-31 15:19:07 +02:00
nowrep
6d997220c7
Added support for listing directories with file: scheme
...
closes #435
2012-08-23 16:17:56 +02:00
nowrep
bae437edeb
Fixed hiding access keys when scrolling page with scrollbars
2012-08-23 11:03:33 +02:00
S. Razi Alavizadeh
38456333a3
Improved, AKN_Handler
handles pressed key case-insensitive if it's possible.
2012-08-23 04:01:17 +04:30
S. Razi Alavizadeh
413e61e9b6
Fixed, accesskeys don't hide when page is scrolled without mouse wheel.
2012-08-23 04:01:16 +04:30
S. Razi Alavizadeh
1fea4cdbc3
Persian translation of plugins and linux desktop file was added.
2012-08-14 00:10:12 +04:30
S. Razi Alavizadeh
470729ce84
Fixed 'gm_*.h not found' build error. And added ignore rule for MSVC debug symbols.
2012-08-13 09:28:09 +02:00
Mladen Pejaković
22b77fb276
Spanish ES and VE translations update
2012-07-31 00:39:35 +02:00
mckaygerhard
d60cff4fc0
Updated and added new translation files, for Venezuelan spanish
2012-07-30 17:40:06 -04:30
stuarch
1034533b30
Update Traditional Chinese Translations
2012-07-22 14:16:45 +08:00
Mladen Pejaković
f72ba01838
Indonesian translations
2012-07-21 10:49:48 +02:00
w41l
745c845414
Updated Indonesian translations.
2012-07-21 15:26:19 +07:00
Mladen Pejaković
af8d3fff70
PIM: Moving through settings via tab key is now ordered
2012-07-20 13:25:56 +02:00
nowrep
e41853842a
Updated Portuguese translation for GreaseMonkey
2012-07-19 11:45:26 +02:00
nowrep
73a7c603fb
Merge branch 'master' of github.com:QupZilla/qupzilla
2012-07-17 23:22:29 +02:00
nowrep
f4139fa5ab
Updated Portuguese translations
...
- added translations for GreaseMonkey and PIM plugins
- updated homepage translation
2012-07-17 23:22:20 +02:00
Jonathan Hooverman
d6c40d9273
Updated German translation PIM plugin
2012-07-16 22:08:45 +02:00
nowrep
0a7741cc42
Version 1.3.1
...
- just bugfix release
2012-07-16 13:59:24 +02:00
Daiki Noda
bdc5545901
update ja_JP.ts for qupzilla and plugins.
...
Updated japanese language files.
2012-07-16 19:52:12 +09:00
nowrep
2fc20cbdfc
Ukrainian translation for PIM, GreaseMonkey and homepage
2012-07-15 21:28:02 +02:00
Mladen Pejaković
57298c9862
Serbian translations update
2012-07-13 21:40:53 +02:00
Jonathan Hooverman
eab422647a
Updated German translation GreaseMonkey Plugin
2012-07-13 20:00:45 +02:00
nowrep
232350c910
Added Italian translation for GreaseMonkey and PIM plugins
2012-07-13 17:30:31 +02:00
nowrep
0986f1362d
PIM plugin: Enter key on numpad now works for Ctrl+Enter shortcut
2012-07-13 16:50:26 +02:00
nowrep
14e0040a9f
AdBlock: Fixed $third-party option when Referer header is empty
...
- should fix a lot of false positives with $third-party rules
see #444
2012-07-13 11:04:14 +02:00
nowrep
fe209d8350
Updated all translations
...
- removed obsolete entries
2012-07-12 21:43:44 +02:00
nowrep
f70d77a413
AdBlock + GreaseMonkey: Fixed downloading UTF-8 subscriptions / scripts
2012-07-12 15:14:02 +02:00
nowrep
f65b30fda7
Another Windows fixes + added qt_uk.qm (ukrainian qt translation)
2012-07-12 12:55:22 +02:00
nowrep
014fa12159
Added GreaseMonkey + PIM plugins
2012-07-11 18:30:00 +02:00
nowrep
8a5880c77d
Plugins: Fixed disabling all plugins when saving preferences
...
- and not going to extensions tab
2012-07-09 12:47:27 +02:00
nowrep
0d4078f005
Build system now allow building plugins out of src/plugins directory
2012-07-06 13:28:45 +02:00
nowrep
abdcc5bfab
Updated French translation
2012-07-05 21:51:30 +02:00
nowrep
2dc0785aff
AdBlock: Support for $elemhide and $document exception rules
...
- with @@||qupzilla.com^$document you can completely disable
AdBlock from running on qupzilla.com site
2012-07-04 16:00:53 +02:00
Mikino89
de93c5ed36
Updated Slovak translation
...
- added translation for AKN plugin
2012-07-04 11:18:24 +02:00
nowrep
935cf7b40b
Updated Ukrainian translation (desktop launcher + plugins)
2012-07-03 18:21:21 +02:00
nowrep
dda70eef32
Updated Spanish translation
2012-07-02 17:12:45 +02:00
nowrep
e8792a9498
Updated Italian and Portuguese translation
2012-07-02 09:39:02 +02:00
Mariusz Fik
4ff97abfd9
polish translation for plugins
...
Signed-off-by: Mariusz Fik <fisiu@opensuse.org>
2012-06-29 22:28:36 +02:00
nowrep
572057b4f2
MouseGesturesPlugin: Fixed symbol lookup error.
...
- undefined symbol: _ZN7Gesture20MouseGestureCallbackD2Ev
closes #427
2012-06-28 22:23:46 +02:00
David Rosca
6ab3970bdd
Merge pull request #426 from sys9kdr/master
...
Updated Japanese language files.
2012-06-28 11:40:28 -07:00
Daiki Noda
c8b00d5284
Update Japanese langunage files
...
Updated Japanese languages.
All Japanese translations finished for release 1.3.0.
2012-06-29 02:19:49 +09:00
Vasilis Tsivikis
cb94172064
Updated Greek Translation v1.3.0
2012-06-28 19:31:29 +03:00
nowrep
8f75fd2532
Fixed crash when cleaning cache while cache is not used (disabled).
2012-06-15 17:43:19 +02:00
nowrep
0cba7628de
Initial work on support for 3rdparty AdBlock lists.
...
- also fixed one minor gcc warning
2012-06-15 17:03:37 +02:00
stuarch
d17bad4bfc
Update Traditional Chinese Translation
2012-05-23 18:07:26 +00:00
Jonathan Hooverman
35ab9cb25f
Updated German translation of TestPlugin
2012-04-11 22:00:45 +02:00
nowrep
a800d8a1f3
Added possibility to open .xhtml files from Open File dialog.
...
- fixed issue with showing one plugin more than once if you have
duplicated plugins in plugin directories
- remove obsolete translations from *.ts files
2012-04-06 10:15:17 +02:00
nowrep
7e3ff6f126
Version 1.2.0
2012-04-05 13:22:19 +02:00
nowrep
f94e69d557
Updated Georgian translation + fixed plugin system loading.
2012-04-04 21:12:52 +02:00
nowrep
9778773199
Using better method for loading translations.
...
- it can now load xx_CC translation even if xx_DD is
user's system locale
2012-04-04 18:48:54 +02:00
nowrep
1c883e4ec3
Mac OS X building tweaks + fixing valgrind warnings.
...
- in mousegestures plugin, don't start gesture when mouse
is at scrollbar's position
2012-04-04 17:41:33 +02:00
nowrep
7c7c1787bc
Fixed saving settings in plugins.
2012-04-03 20:23:15 +02:00
nowrep
6560459418
Fixed loading plugins when using USE_LIBPATH define
...
- reverted displaying page url with QWebFrame::baseUrl()
2012-04-03 19:28:12 +02:00
nowrep
47ec2b57f7
Fixed potentional crash on history/cookies loading
...
- changed settings path for plugins to PROFILE/extensions/
2012-04-02 16:00:08 +02:00
nowrep
e608bc0e1f
Enhanced Plugins API - possibility to add sidebar
...
- example implementation is now in TestPlugin
2012-04-01 16:36:38 +02:00
nowrep
ec4b52eda8
Updated French translation + windows installer
2012-03-31 23:58:51 +02:00
nowrep
5348c72e9d
Updated Italian translation.
2012-03-31 18:59:51 +02:00