Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add --session and --pick-session | Aqua-sama | 2018-11-29 | 1 | -0/+1 |
| | | | | | | -s,--session replaces --browser.session --pick-session shows the SessionDialog instead of creating a session on startup | ||||
* | Add About and Run actions to plugin submenu | Aqua-sama | 2018-11-23 | 1 | -2/+2 |
| | | | | - Remove plugin list from About dialog | ||||
* | Make keyboard shortcut defaults configurable | Aqua-sama | 2018-11-20 | 1 | -19/+54 |
| | |||||
* | Add cmake manpage target | Aqua-sama | 2018-10-20 | 1 | -0/+2 |
| | |||||
* | Add Kconfiglib to parse Kconfig/.config | Aqua-sama | 2018-10-20 | 1 | -25/+15 |
| | |||||
* | Integrate FilterTree into browser (#6) | Aqua-sama | 2018-10-19 | 1 | -1/+1 |
| | | | | | | - change filter.path to filter.hosts to represent that the setting is only used for hostlist-format lists - change FilterTree::match to use QUrl and not QString | ||||
* | buildconfig: don't overwrite install prefix by default | Aqua-sama | 2018-10-16 | 1 | -1/+1 |
| | |||||
* | urlfilter: Add FilterTree class | Aqua-sama | 2018-10-16 | 1 | -1/+1 |
| | | | | | | | FilterTree is a class that holds filter rules, sorted by the domain they are to be applied on. The rules are to follow FilterLeaf as interface. - Add a hostlist rule format to FilterTree. - Add a test for hostlist format. | ||||
* | Add workaround for QTBUG-62511 | Aqua-sama | 2018-10-15 | 1 | -0/+5 |
| | |||||
* | Remove -march and -mtune from default release flags | Aqua-sama | 2018-10-15 | 1 | -2/+2 |
| | |||||
* | Rewrite vendor.cmake to cmake/VendorConfig.cmake | Aqua-sama | 2018-10-15 | 1 | -0/+52 |
Add menuconfig-editable .config files to platforms. VendorConfig.cmake looks for and includes .config files based on platform name. |