nowrep
946354a15d
[Bookmarks] Load default bookmarks on error
2014-02-09 18:55:11 +01:00
nowrep
b915439ba6
[Bookmarks] Activate bookmarks with single click in Sidebar
2014-02-09 18:53:21 +01:00
nowrep
9a5a795449
[LocationCompleterModel] Simplify createQuery function
...
It is no longer needed to search for bookmarks in database
2014-02-09 17:35:43 +01:00
nowrep
b3c4d5d8da
[Bookmarks] Draw separators in BookmarksTreeView
2014-02-09 17:27:55 +01:00
nowrep
549e20a31d
[Bookmarks] Implement searching in BookmarksTreeView
2014-02-09 15:44:38 +01:00
nowrep
395b865d55
[Bookmarks] Various smaller changes
...
BookmarksTreeView: Select & ensure visibility of newly added bookmark
BookmarksTools: Added function to open folder in tabs
LocationCompleterModel: Removed bookmarks bits in createQuery
QupZilla: loadAddress now opens new tab if current tab is pinned
2014-02-09 15:09:04 +01:00
nowrep
83b8b0b666
[Bookmarks] LocationCompleter now works
...
BookmarkItem: Added counting of bookmark's visits
2014-02-09 13:34:52 +01:00
nowrep
877eefec22
[Bookmarks] Clean dead code in Bookmarks & TreeWidget
2014-02-09 12:43:06 +01:00
nowrep
2ea155560a
[Bookmarks] Removed BookmarksTree and renamed BookmarkIcon -> BookmarksIcon
2014-02-09 12:22:49 +01:00
nowrep
1f4272e45e
[Bookmarks] BookmarksIcon & PopupWidget are now working
2014-02-09 12:18:52 +01:00
nowrep
511a6e1cd7
[Bookmarks] BookmarksSidebar is now working
2014-02-09 11:02:51 +01:00
nowrep
973014ae89
[EnhancedMenu] Rename signals to ctrlTriggerd and shiftTriggered
2014-02-09 01:14:00 +01:00
nowrep
bb6ead3ad4
[Bookmarks] Bookmarks menu is now working
2014-02-09 01:09:08 +01:00
nowrep
a805f19f13
[Bookmarks] Add bookmarks dialogs are now working
2014-02-08 23:01:01 +01:00
nowrep
1536cd0c46
[Bookmarks] Save bookmarks with AutoSaver
...
Also implement loading & saving expanded property of top-level
internal folders (toolbar, menu, unsorted).
2014-02-08 21:11:13 +01:00
nowrep
9348f1d4fc
[Bookmarks] BookmarksManager now supports adding & removing bookmarks
2014-02-08 20:01:07 +01:00
nowrep
92aedc3e0f
[Bookmarks] BookmarkItem: Added convenience functions isType
2014-02-08 18:28:01 +01:00
nowrep
8c3623e633
[Bookmarks] BookmarksManager now uses new BookmarksTreeView
2014-02-08 18:14:38 +01:00
nowrep
181de48f68
[Bookmarks] Added BookmarksTreeView class
2014-02-08 18:14:20 +01:00
nowrep
da970b274d
[QJson] Check for QJson headers in /usr/include/qjson
...
Also hopefully fix the QJSON_HAVE_INDENT check
2014-02-08 00:47:03 +01:00
nowrep
eef8741b4b
[QJson] Hack to check for Indent support
...
There is no library version available in header files, so this is
the only solution to fix building on Debian stable
2014-02-08 00:19:22 +01:00
nowrep
a7240e07d1
[ModelTest] Added Qt ModelTest
...
Fixed to work with both Qt 4 & Qt 5
2014-02-07 23:54:18 +01:00
nowrep
9271b70802
[Bookmarks] Added BookmarksModel
2014-02-07 22:48:30 +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
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