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

12 Commits

Author SHA1 Message Date
nowrep
35fb5cecad [Json] Removed dependency on QJson
QtScript is now used instead of QJson. QtScript is available on both
Qt 4 & Qt 5 and also as side benefit, is TWICE as fast as QJson!
2014-02-10 23:33:12 +01:00
nowrep
df9703f4a3 [Travis] Don't build tests when make fails 2014-02-10 12:14:45 +01:00
nowrep
c9a556658a [Json] Use built-in QJSonDocument class in Qt 5 2014-02-06 22:24:10 +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
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
3635edc88f [Travis] Autotests requires X server to be running 2014-02-01 17:38:46 +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