Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Probe several locations for configuration file | Aqua-sama | 2020-11-21 | 1 | -1/+11 |
| | |||||
* | Drop args.hxx dependency | Aqua-sama | 2020-11-19 | 1 | -0/+3 |
| | | | | Replace args.hxx with QCommandLineParser. | ||||
* | Update Readme | Aqua-sama | 2020-09-22 | 1 | -31/+7 |
| | | | | Fix crash when downloading | ||||
* | libwebengine | Aqua-sama | 2020-05-08 | 6 | -177/+122 |
| | | | | | | | | | | | Make src/webengine into a static library - Add some tests - Updated manpage - Remove WebProfileManager::id and WebProfileManager::instance - Add consumable semantics checks to WebProfileManager - Add WebProfileManager::walk Add ApplicationMenu class | ||||
* | Update doc/ and move various entries to wiki | Aqua-sama | 2020-01-12 | 25 | -639/+96 |
| | |||||
* | Fix manpages not disabled when disabled by meson | Aqua-sama | 2019-11-05 | 1 | -1/+4 |
| | |||||
* | Use scdoc to generate manpages | Aqua-sama | 2019-03-24 | 4 | -87/+121 |
| | |||||
* | Fixed failing build if manpage is disabled | Aqua-sama | 2019-02-24 | 1 | -1/+1 |
| | |||||
* | Add configure script | Aqua-sama | 2019-02-11 | 1 | -0/+9 |
| | | | | | Configure script is not needed when building, it is provided as a convenience tool. Requires python3. | ||||
* | Rewrite lib/web to lib/webprofile | Aqua-sama | 2019-01-16 | 1 | -0/+6 |
| | | | | | | | | | | - libweb was supposed to be a general QtWebEngine wrapper, but only turned out to do profiles and profile management. The new name should make this more obvious. - Renamed ProfileManager to WebProfileManager, and cut out duplicate code. - Temporary profiles: temporary profiles are not kept after closing the browser. | ||||
* | Rewrite lib/urlfilter | Aqua-sama | 2019-01-09 | 1 | -0/+3 |
| | | | | | | - Make HostList and AdBlockList implementations independent from each other - Move urlfilter tests to lib/urlfilter | ||||
* | Add assorted unfished doc files to repo | Aqua-sama | 2019-01-04 | 4 | -28/+116 |
| | |||||
* | Fix filter.header not working | Aqua-sama | 2018-12-30 | 1 | -2/+5 |
| | |||||
* | Add smolbote.5 manpage | Aqua-sama | 2018-12-30 | 2 | -0/+120 |
| | | | | Configuration file and Options description manpage | ||||
* | Add separate firejail .desktop | Aqua-sama | 2018-12-10 | 1 | -0/+15 |
| | |||||
* | Add --session and --pick-session | Aqua-sama | 2018-11-29 | 5 | -56/+33 |
| | | | | | | -s,--session replaces --browser.session --pick-session shows the SessionDialog instead of creating a session on startup | ||||
* | Rewrite Session saving and loading | Aqua-sama | 2018-11-28 | 3 | -34/+49 |
| | |||||
* | Add Session Dialog | Aqua-sama | 2018-11-25 | 2 | -0/+58 |
| | |||||
* | Make keyboard shortcut defaults configurable | Aqua-sama | 2018-11-20 | 1 | -23/+10 |
| | |||||
* | Remove breakpad gitmodule | Aqua-sama | 2018-10-25 | 1 | -2/+26 |
| | |||||
* | Remove CMakeLists | Aqua-sama | 2018-10-25 | 2 | -43/+33 |
| | |||||
* | Add missing install items | Aqua-sama | 2018-10-24 | 1 | -0/+12 |
| | |||||
* | Add cmake manpage target | Aqua-sama | 2018-10-20 | 1 | -0/+12 |
| | |||||
* | Add Kconfiglib to parse Kconfig/.config | Aqua-sama | 2018-10-20 | 1 | -0/+34 |
| | |||||
* | Add workaround for QTBUG-62511 | Aqua-sama | 2018-10-15 | 1 | -0/+3 |
| | |||||
* | Rewrite vendor.cmake to cmake/VendorConfig.cmake | Aqua-sama | 2018-10-15 | 1 | -7/+2 |
| | | | | | | Add menuconfig-editable .config files to platforms. VendorConfig.cmake looks for and includes .config files based on platform name. | ||||
* | Update CMakeLists option names | Aqua-sama | 2018-10-14 | 1 | -1/+3 |
| | |||||
* | Update readme | Aqua-sama | 2018-10-12 | 1 | -3/+12 |
| | |||||
* | Unlink plugins from lib/ libraries | Aqua-sama | 2018-10-09 | 1 | -0/+3 |
| | |||||
* | Expand HTTP header settings #4 | Aqua-sama | 2018-10-07 | 1 | -0/+12 |
| | | | | | | | - 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 | ||||
* | clazy: fix warnings | Aqua-sama | 2018-10-04 | 1 | -0/+10 |
| | |||||
* | Update pkgbuild to use asciidoctor | Aqua-sama | 2018-10-04 | 2 | -24/+38 |
| | |||||
* | Convert documentation into asciidoc from markdown | Aqua-sama | 2018-10-03 | 23 | -281/+371 |
| | |||||
* | updater: windows fixes | Aqua-sama | 2018-09-30 | 1 | -0/+1 |
| | | | | | - fix .part rename - add press enter pause to panics | ||||
* | Add breakpad submodule | Aqua-sama | 2018-09-26 | 1 | -0/+14 |
| | |||||
* | Add updater notes to documentation | Aqua-sama | 2018-09-21 | 1 | -0/+24 |
| | |||||
* | Update documentation | Aqua-sama | 2018-09-19 | 6 | -5/+79 |
| | |||||
* | Add commit template | Aqua-sama | 2018-09-08 | 1 | -6/+14 |
| | |||||
* | Integrate urlfilter with urlrequestinterceptor | Aqua-sama | 2018-07-07 | 1 | -3/+7 |
| | |||||
* | Add web/urlfilter | Aqua-sama | 2018-07-05 | 1 | -0/+91 |
| | |||||
* | Update translations | Aqua-sama | 2018-07-05 | 1 | -0/+5 |
| | |||||
* | Add configuration/defaults.h | Aqua-sama | 2018-07-02 | 1 | -0/+9 |
| | |||||
* | Include boost in ConfigurationEditor | Aqua-sama | 2018-07-01 | 1 | -0/+19 |
| | |||||
* | Add browser.locale and browser.translation | Aqua-sama | 2018-07-01 | 1 | -0/+19 |
| | |||||
* | Add --session parameter to load a session json | Aqua-sama | 2018-06-28 | 1 | -0/+30 |
| | | | | Add Session menu to main window | ||||
* | Update pkgbuild | Aqua-sama | 2018-06-25 | 3 | -0/+40 |