aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Create .profile file when adding a new profileAqua-sama2018-10-082-3/+15
|
* Disable Chromium crash handlerAqua-sama2018-10-084-10/+40
| | | | | | Chromium's crash handler prevents breakpad from creating crashdumps. - add browser.crash.path: set minidump location - add browser.crash.handler: call this program after crashing
* Fix wiping current directory when deleting off-the-record profilesAqua-sama2018-10-081-3/+9
|
* Expand HTTP header settings #4Aqua-sama2018-10-0719-130/+512
| | | | | | | - add doc/Usage/Filter.asciidoc to explain the usage of the filter headers - add HTTP headers to Profile (section "headers") - Use request interceptor to apply filter headers, then profile headers - add insert/delete actions to ProfileEditor
* Add hint on enabling plugins to makepkgAqua-sama2018-10-072-0/+15
|
* Merge branch 'master' of ssh://gitea/aqua/smolboteAqua-sama2018-10-071-7/+15
|\
| * Updated firejail profilejc_gargma2018-10-071-7/+15
| |
* | mainwindow: keep maximized state when adding subwindowsAqua-sama2018-10-071-1/+11
| | | | | | | | | | Only maximize added subwindow when there is no current subwindow, or when the current subwindow is maximized.
* | Show subwindow system menu at correct positionAqua-sama2018-10-061-1/+4
|/
* Add "subwindow.shortcuts.menu" shortcutAqua-sama2018-10-062-6/+16
|
* bookmarks: save folder expanded stateAqua-sama2018-10-063-2/+18
|
* bookmarks: fix new/delete buttonsAqua-sama2018-10-059-26/+90
|
* Fix line endings in appveyor.ymlAqua-sama2018-10-052-64/+70
| | | | build-appveyor
* Add appveyor.ymlAqua-sama2018-10-051-0/+64
|
* downloads: only show preview on imagesAqua-sama2018-10-051-19/+27
|
* clazy: fix warningsAqua-sama2018-10-0412-34/+36
|
* Update pkgbuild to use asciidoctorAqua-sama2018-10-043-26/+40
|
* Update pkgbuildAqua-sama2018-10-032-21/+23
|
* Convert documentation into asciidoc from markdownAqua-sama2018-10-0329-552/+389
|
* Subwindow: only keep tab history for restore tab actionAqua-sama2018-10-032-20/+41
|
* Update PKGBUILDAqua-sama2018-10-021-5/+13
|
* Add SingleApplication as a git submoduleAqua-sama2018-10-0213-1233/+12
|
* 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
|