1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
Commit Graph

1409 Commits

Author SHA1 Message Date
nowrep
ac36261549 Plugins: Calling unload() on app shutdown. 2012-07-08 14:03:50 +02:00
nowrep
7fee7053d4 Plugins: New method in API (createRequest in network manager) 2012-07-08 00:15:03 +02:00
nowrep
f9b38c4376 Fixed compilation from previous commit 2012-07-06 20:28:10 +02:00
nowrep
19f34ecd4c Fixed potentional issue with starting external download manager 2012-07-06 20:22:08 +02:00
nowrep
c0c996dbbd Fixed building with Qt 4.7 2012-07-06 16:52:27 +02:00
nowrep
2bf1638dea Fixed setting WebPage to WebView more than once 2012-07-06 14:47:34 +02:00
nowrep
189193a8b8 PluginsList: Sorting plugins alphabetically 2012-07-06 14:37:49 +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
Mladen Pejaković
cdf10da2af Serbian home page translation updates 2012-07-05 10:17:32 +02:00
nowrep
9ff76a5911 Fixed showing duplicated (Private browsing) in window title
- also don't save window geometry in private mode
2012-07-04 19:13:44 +02:00
Jonathan Hooverman
b4c3c1b9b1 Updated German homepage translation 2012-07-04 18:00:07 +02:00
nowrep
d8e0556d3e AdBlock: Changes to element blocking rules are now instant.
- instead of need to reload settings / restart browser
2012-07-04 17:53:49 +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
David Rosca
526c7475d4 Merge pull request #436 from Mikino89/master
Updated translation + fixed building on Windows
2012-07-04 02:19:54 -07:00
Mikino89
de93c5ed36 Updated Slovak translation
- added translation for AKN plugin
2012-07-04 11:18:24 +02:00
Mikino89
ae18e4c221 Fixed building on Windows 2012-07-04 11:16:38 +02:00
nowrep
138ffdfe93 AdBlock: Better and faster hiding placeholders of blocked elements
- also Ctrl+C in AdBlock tree now copies url filter into clipboard
2012-07-04 10:08:55 +02:00
nowrep
2b7b28db37 HistoryModel: Fixed deleting top level item (month, day)
- when it was not fetched
2012-07-04 00:21:08 +02:00
nowrep
770a9762a9 Linux: Generating backtrace upon crash and saving it to file.
- in $PROFILEDIR/crashlog
2012-07-03 22:57:31 +02:00
nowrep
dea5c4261a Merge branch 'master' of github.com:QupZilla/qupzilla 2012-07-03 21:54:28 +02:00
nowrep
adac699cc9 AdBlock: Subscription downloading now follows redirects.
- fixed related possible crash
2012-07-03 21:54:04 +02:00
Jonathan Hooverman
55a2931ffe Updated homepage translation 2012-07-03 20:32:43 +02:00
nowrep
935cf7b40b Updated Ukrainian translation (desktop launcher + plugins) 2012-07-03 18:21:21 +02:00
nowrep
42fd82fb2d Added CHANGELOG file instead of changelog in wiki 2012-07-03 17:42:26 +02:00
nowrep
cc62966840 Updated homepage translations.
- added one new string
2012-07-03 16:55:23 +02:00
nowrep
8542dc307f NetworkManager: Fixed excessive questions about invalid SSL certificate
- user will now be asked only once if he rejects the certificate
   * works only within WebPage, so if user opens new tab, he will
     get the question again (in case he want to change his mind)
2012-07-03 15:22:42 +02:00
nowrep
193a9371f0 WebView: Shift modifier for inverting preferred new tab position.
- Shift + MiddleMouseClick and Ctrl + Shift + LeftMouseClick
2012-07-03 11:28:14 +02:00
nowrep
dda70eef32 Updated Spanish translation 2012-07-02 17:12:45 +02:00
nowrep
a63078bc02 [Fix:] Navigationbar's completer popup when used with dark themes 2012-07-02 16:38:27 +02:00
nowrep
608135ac95 AdBlock: Using QString::endsWith in domain matching
- instead of QString::contains
2012-07-02 09:58:56 +02:00
David Rosca
5b68deba48 Merge pull request #433 from stuarch/master
Update Traditional Chinese Translations
2012-07-02 00:39:43 -07:00
nowrep
e8792a9498 Updated Italian and Portuguese translation 2012-07-02 09:39:02 +02:00
stuarch
baf98203f4 Update Traditional Chinese Translations 2012-07-02 09:22:59 +08:00
nowrep
c73c9820e4 AdBlock: Fixed domain match rules ||domain.com^
- it should also match something.domain.com
2012-07-02 01:40:32 +02:00
nowrep
e06517bdd4 Added EasyPrivacy into known third party subscriptions
- also fixed crashes when not having adblock enabled on startup

see #329
2012-07-01 20:38:37 +02:00
nowrep
699f309ffd AdBlock: Disabling rules now persist through subscription updates 2012-07-01 20:11:37 +02:00
nowrep
dd170f653f Using QChar instead of 1-char QString everywhere 2012-07-01 18:50:18 +02:00
nowrep
fbc44d2889 AdBlock: Show correct subscription when opening dialog with rule
- from AdBlock context menu or icon
2012-07-01 18:13:49 +02:00
nowrep
a37b29b275 Using QString::left instead of QString::mid(0, ) 2012-07-01 18:11:43 +02:00
nowrep
066600ff10 AdBlock: Option to delete rule with Del key
- fixed setting color of newly added rule according to its type
2012-07-01 14:44:42 +02:00
nowrep
1b000812b9 AdBlock: Improved performance in 2 types of rules
- ||domain.com^ and anything| rules are now using string matching
- edited updating EasyList to download more rules
   * only 50 rules are slow now (use regexp) in EasyList
2012-07-01 14:44:01 +02:00
nowrep
6228082225 AdBlock: Support for $object $subdocument and $xmlhttprequest options
- also there's now support for blocking all netscape plugins,
  not just flash plugin
2012-07-01 12:07:00 +02:00
nowrep
2ffb8ee523 Updated Ukrainian translation. 2012-06-30 21:49:36 +02:00
nowrep
3eecc93f54 Updated Russian translation 2012-06-29 22:31:21 +02:00
Mariusz Fik
86580cba4d website Polish update
Signed-off-by: Mariusz Fik <fisiu@opensuse.org>
2012-06-29 22:28:52 +02:00
Mariusz Fik
2c4d97e050 Polish translation of Windows part
Signed-off-by: Mariusz Fik <fisiu@opensuse.org>
2012-06-29 22:28:42 +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
Mariusz Fik
ba6875e2a6 Update QupZilla Polish translation
Signed-off-by: Mariusz Fik <fisiu@opensuse.org>
2012-06-29 22:28:23 +02:00
nowrep
4baa0baa3e Merge branch 'master' of github.com:QupZilla/qupzilla 2012-06-29 10:01:05 +02:00