aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update remaining repository paths in license headersAqua-sama2018-10-0228-24/+56
|
* Add Util namespaceAqua-sama2018-10-027-73/+85
| | | | - Util::files lists files in specified .path
* Split off UrlFilter into libraryAqua-sama2018-10-0213-96/+119
| | | | - add more adblock filter options
* updater: windows fixesAqua-sama2018-09-303-7/+18
| | | | | - fix .part rename - add press enter pause to panics
* ProfileManager: move initial profile loading to ProfileManagerAqua-sama2018-09-298-76/+54
|
* Update repository path in license headersAqua-sama2018-09-2941-41/+41
|
* ProfileEditor plugin: fix delete buttonAqua-sama2018-09-298-21/+44
|
* Turn Session class into namespaceAqua-sama2018-09-285-31/+13
|
* breakpad: try to write session on crashAqua-sama2018-09-285-10/+58
|
* breakpad: Use system breakpad by defaultAqua-sama2018-09-283-8/+16
|
* breakpad: keep all build artifactsAqua-sama2018-09-261-6/+3
|
* breakpad: use absolute paths in build.shAqua-sama2018-09-261-3/+11
|
* Add breakpad submoduleAqua-sama2018-09-268-13/+94
|
* Bookmarks: remove debug definesAqua-sama2018-09-251-39/+22
|
* Bookmarks: add search by tagAqua-sama2018-09-251-7/+44
| | | | - Tags are any words starting with ':'
* Bookmarks: add tags and description fields to xbelAqua-sama2018-09-2510-150/+81
|
* Bookmarks: integrate model/viewAqua-sama2018-09-2514-311/+259
| | | | | | - fix addBookmark and search signals - fix drag'n'drop - add xbel::write
* Bookmarks: add BookmarkItem and BookmarkModelAqua-sama2018-09-2411-5/+743
| | | | | - read-only xbel - only enabled in debug build
* Add bookmark auto-save (5min)Aqua-sama2018-09-223-7/+20
|
* SubWindow: add 'open last closed tab/tabs' actionsAqua-sama2018-09-223-0/+63
|
* Add updater notes to documentationAqua-sama2018-09-212-18/+43
|
* Update documentationAqua-sama2018-09-1912-44/+128
|
* clang-format passAqua-sama2018-09-188-37/+42
|
* Update vendor.cmakeAqua-sama2018-09-1812-44/+56
| | | | | - add some more comments - made plugin include paths more generic
* Updater: add --dry-run parameterAqua-sama2018-09-113-127/+156
| | | | - go fmt pass
* Update golang updater toolAqua-sama2018-09-113-79/+157
|
* WebProfile: save httpCacheType and persistentCookiesPolicyAqua-sama2018-09-095-63/+60
|
* Add commit templateAqua-sama2018-09-082-6/+33
|
* Save WebProfile config when changedAqua-sama2018-09-085-35/+49
|
* Replace ProfileManager::profileList() with ProfileManager::idList()Aqua-sama2018-09-0812-62/+102
|
* Move ProfileManager to libwebAqua-sama2018-09-0714-132/+161
|
* Some cppcheck fixesAqua-sama2018-09-034-4/+7
|
* Clean up ProfileManagerAqua-sama2018-09-027-31/+54
|
* PluginEditor: implement add plugin actionAqua-sama2018-08-2713-14/+198
|
* Add BrowserInterface to simplify plugins a bitAqua-sama2018-08-257-79/+40
|
* MainWindow: fix load session actionAqua-sama2018-08-242-22/+21
|
* Downloads: prevent download widget width from exceeding download list widthAqua-sama2018-08-247-34/+55
| | | | Downloads: add open button
* WebPage: add render process crash recovery pageAqua-sama2018-08-232-2/+35
|
* Add mute button to WebView context menuAqua-sama2018-08-201-2/+15
|
* WebView: close context menu when buttons are pressedAqua-sama2018-08-191-3/+14
|
* Add back/forward/refresh buttons to page context menuAqua-sama2018-08-191-2/+35
|
* Update readmeAqua-sama2018-08-187-58/+70
| | | | Update configuration summary
* AddressBar: prevent URL formatting caused by context menuAqua-sama2018-08-075-31/+95
|
* Add move tab left/right shortcutAqua-sama2018-08-073-12/+27
|
* Move SubWindow to src/subwindowAqua-sama2018-08-0711-38/+42
|
* Fix fullscreen toggleAqua-sama2018-08-051-0/+9
|
* Update manpageAqua-sama2018-08-051-64/+16
|
* WebView: add open image action to context menuAqua-sama2018-07-311-3/+8
|
* Address bar: add go buttonAqua-sama2018-07-302-0/+7
|
* Update build instructionsAqua-sama2018-07-294-34/+44
|