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

2881 Commits

Author SHA1 Message Date
nowrep
c9a556658a [Json] Use built-in QJSonDocument class in Qt 5 2014-02-06 22:24:10 +01:00
David Rosca
5e0db8fe13 Merge pull request #1199 from javierllorente/master
update es_ES translation
2014-02-06 20:17:06 +01:00
Javier Llorente
f579d42431 update es_ES translation 2014-02-06 20:06:56 +01:00
nowrep
03186060aa [Bookmarks] New bookmarks backend using JSON format
New format is compatible with Chromium's Bookmarks file.
It will support everything as the current backend +
 * multi-level bookmarks
 * bookmark description
 * bookmark keyword
 * remember expanded state (for folders)

NOTE: It is NOT yet complete. There is a LOT of work still needed.
Only bookmarks loading + saving and internal tree representation is
done.
2014-02-06 17:13:05 +01:00
David Rosca
8f46da8e1e Merge pull request #1198 from javierllorente/master
update es_ES translation
2014-02-06 16:55:37 +01:00
Javier Llorente
7f30256ba5 update es_ES translation 2014-02-06 16:51:25 +01:00
nowrep
a48b230ac8 [Mac] Make template.dmg bigger (150MB) 2014-02-06 01:08:02 +01:00
nowrep
371306cd3c [Code] Various cleanups in Bookmarks code 2014-02-05 17:52:14 +01:00
nowrep
fe9ecbbbaa [Code] Renamed BookmarksModel class to Bookmarks
It actually is not model. BookmarksModel name will be needed for future
Bookmarks DataModel class.
2014-02-05 15:26:51 +01:00
nowrep
8f5c422759 [AdBlock] Fixed incorrect handling of non-trivial exception rules
News are loading fine now on http://abcnews.go.com/
2014-02-05 14:28:44 +01:00
nowrep
9fd0508e53 [Mac] macdeploy.sh now also creates a dmg image
Thanks to Seyyed Razi Alavizadeh for create script and images
2014-02-05 01:37:26 +01:00
nowrep
98307a01dc [Mac] Disable building of QtWebKit-Plugins
It doesn't work as of now and we also don't have linking to hunspell
working either. So let's just disable it for now.
2014-02-04 23:21:19 +01:00
nowrep
f19110c302 [Mac] Disable DBus as it is not available in Qt 5 2014-02-04 23:04:06 +01:00
nowrep
f824a81da3 [ProfileUpdater] Don't overwrite settings.ini on incompatible profile data 2014-02-04 23:03:21 +01:00
nowrep
2261ed4b79 Fixed previous commit
Ooops, it should actually check the return value, not just ignore it...
2014-02-04 14:52:39 +01:00
nowrep
9fd168934e [coverity] Fixed Unchecked return value from library 2014-02-04 14:48:34 +01:00
nowrep
0bf286de29 [Travis] Qt5: install gstreamer-dev + build with -Wextra -Werror 2014-02-04 12:56:23 +01:00
nowrep
261add0b3d [Travis] Fixed missing make + caching apt + missing qt51script package 2014-02-04 12:32:01 +01:00
nowrep
0457cd592a [Travis] Use PPA for Qt 5 + Allow run_scripts.sh to use specified qmake 2014-02-04 12:21:23 +01:00
nowrep
0035e359fb [Travis] Second attempt to enable Qt4/Qt5 builds 2014-02-04 12:03:27 +01:00
nowrep
1082b4af7f [Travis] First attempt to setup Qt4 & Qt5 builds 2014-02-04 11:56:25 +01:00
nowrep
b2b6d198f7 [SearchEngines] Fixed issue with default engine when more engines have same name 2014-02-04 00:43:25 +01:00
nowrep
ffa1e0561f [OpenSearch] Added support for external.AddSearchProvider js function 2014-02-04 00:02:09 +01:00
nowrep
cb99a3154e [SpeedDial] Fix issues with loading a missing preview on load
Missing previews are now loaded after the page has been loaded (from
JavaScript code), instead of loading being started on generating
initial script (from C++ code)
2014-02-03 23:50:53 +01:00
nowrep
1a5fc6a1a1 [ExternalJsObject] Add window.external Js object to all pages
SpeedDial is now available with external.speeddial
2014-02-03 23:50:18 +01:00
nowrep
aa6aea1399 [coverity] Followup fixes
webview.cpp: Fixed pointer to local outside scope
bookmarksmodel.cpp: Unchecked return value
2014-02-03 00:29:51 +01:00
nowrep
5b55d5b483 Add build option to disable new version checking
Closes #1184
2014-02-02 16:21:48 +01:00
nowrep
cfddd6d4e1 [NetworkManager] Also add centrum.cz to SslV3 sites list 2014-02-01 22:45:48 +01:00
nowrep
5d1f560c5f [Autotests] Added new test for forced SslV3 for not-working servers 2014-02-01 22:06:17 +01:00
nowrep
ad1296e170 [NetworkManager] SSL workaround: use correct domain matching 2014-02-01 21:07:42 +01:00
nowrep
ee91727cb2 [NetworkManager] Use list of old servers that doesn't understand TLSv1 handshake
Force SslV3 for those old servers.

Closes #1176
Closes #1141
Closes #1080
2014-02-01 20:58:20 +01:00
nowrep
260447e414 [coverity] Fixes for issues found by scan.coverity.com 2014-02-01 19:21:49 +01:00
nowrep
222137e93b [README] Style fixup 2014-02-01 18:07:29 +01:00
nowrep
bb551b87bf [README] Added Travis build passing icon 2014-02-01 18:05:44 +01:00
nowrep
d65512d9f6 [PACTest] Correctly accept localhost resolved IPv4/6 addresses 2014-02-01 17:55:20 +01:00
nowrep
3635edc88f [Travis] Autotests requires X server to be running 2014-02-01 17:38:46 +01:00
nowrep
865fd034a3 [Autotests] Correctly link to KDE/Gnome password plugins
Also make PACTest pass by fixing qupzilla.com IP.
2014-02-01 17:22:55 +01:00
nowrep
91f0c40691 [Travis] Fix the invocation of tests 2014-02-01 16:56:17 +01:00
nowrep
5e661cc2d7 Added .travis.yml for travis-ci.com 2014-02-01 16:48:15 +01:00
nowrep
08929228bd [CodingStyle] TabStackedWidget::isValid should be private
And also choose better name - validIndex
2014-01-29 21:15:04 +01:00
nowrep
1d1451aee4 [Windows] Updated installer 2014-01-29 00:11:51 +01:00
nowrep
8c40683396 Updated bash/zsh completions 2014-01-28 11:29:08 +01:00
nowrep
0d2db81ffa OS/2 + Windows: Don't build KDE/Gnome password plugins.
OS/2: Correctly link to libcrypto
BUILDING: Make a note about gdb being requirement for debug build
2014-01-27 22:30:55 +01:00
nowrep
5f2948dadd New stable version 1.6.1 2014-01-27 19:31:00 +01:00
nowrep
5b97bb321b [Translations] Updated array of applicationt translations
Also updated script to also generate application translations
2014-01-27 19:29:20 +01:00
Mladen Pejaković
77d10dbec7 [Translations] Serbian files update 2014-01-27 15:27:33 +01:00
nowrep
15844ceeab Fixed building 2014-01-27 00:31:48 +01:00
nowrep
a0117e6313 Updated copyright to 2014 2014-01-26 19:13:17 +01:00
nowrep
585da812dd Development version 1.7.0 2014-01-26 19:12:34 +01:00
nowrep
82c2bfa849 [Translations] Updated Czech translation 2014-01-26 19:04:21 +01:00