| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix various gcc and clazy compile warnings | Aqua-sama | 2020-01-17 | 17 | -81/+88 |
* | Merge branch 'firefox-bookmarks-json-importer' | Aqua-sama | 2020-01-17 | 23 | -79/+311 |
|\ |
|
| * | Parse Tags and Descriptions in FFJson | Aqua-sama | 2020-01-17 | 2 | -0/+20 |
| * | Add Import option to BookmarksWidget | Aqua-sama | 2020-01-17 | 3 | -15/+43 |
| * | BookmarkItem::DateAdded and LastModified fields | Aqua-sama | 2020-01-17 | 6 | -5/+48 |
| * | Add Firefox bookmarks.json format to libbookmarks | Aqua-sama | 2020-01-16 | 8 | -4/+117 |
| * | Move BookmarksWidget out of libbookmarks | Aqua-sama | 2020-01-15 | 10 | -12/+15 |
| * | Move/rename files for readability | Aqua-sama | 2020-01-14 | 11 | -56/+81 |
* | | Create default profile when the one set doesn't exist | Aqua-sama | 2020-01-15 | 1 | -5/+4 |
|/ |
|
* | Fix if statements in PKGBUILD | jc_gargma | 2020-01-14 | 1 | -17/+27 |
* | Add close action to subwindow list | Aqua-sama | 2020-01-14 | 1 | -6/+13 |
* | Update pkgbuild | Aqua-sama | 2020-01-13 | 1 | -2/+2 |
* | Fix address bar completer deleting url when closing with no item selected | Aqua-sama | 2020-01-12 | 2 | -1/+3 |
* | Update doc/ and move various entries to wiki | Aqua-sama | 2020-01-12 | 29 | -837/+117 |
* | Refactor WebViewContextMenu | Aqua-sama | 2020-01-11 | 7 | -245/+272 |
* | Code cleanup | Aqua-sama | 2020-01-05 | 9 | -98/+116 |
* | Disable plugins as broken | Aqua-sama | 2020-01-04 | 13 | -59/+30 |
* | Fix configuration not being read unless explicitly specified | Aqua-sama | 2020-01-04 | 2 | -35/+15 |
* | PKGBUILD: add install stage for debug symbols | Aqua-sama | 2020-01-03 | 7 | -64/+97 |
* | Merge some QoL improvements from staging branch | Aqua-sama | 2020-01-03 | 39 | -749/+441 |
* | WebProfile refactoring | Aqua-sama | 2019-11-22 | 6 | -43/+34 |
* | Configuration: only try reading it when cfg file can be opened | Aqua-sama | 2019-11-17 | 1 | -6/+7 |
* | Bookmarks: move xbel implementation to formats/ | Aqua-sama | 2019-11-15 | 7 | -5/+69 |
* | Context menu: add actions for MediaTypeNone | Aqua-sama | 2019-11-09 | 1 | -6/+18 |
* | Add configuration subcommand | Aqua-sama | 2019-11-09 | 6 | -68/+139 |
* | Fix manpages not disabled when disabled by meson | Aqua-sama | 2019-11-05 | 2 | -7/+9 |
* | Move lib/webprofile into src/webengine | Aqua-sama | 2019-11-04 | 15 | -37/+23 |
* | Fix gcc compile errors and warnings | Aqua-sama | 2019-11-03 | 3 | -9/+22 |
* | Make gtest optional dependency and remove -Dtesting | Aqua-sama | 2019-11-03 | 2 | -2/+2 |
* | Drop boost dependency | Aqua-sama | 2019-11-03 | 41 | -655/+645 |
* | Change spdlog from makedepends to depends | jc_gargma | 2019-10-22 | 1 | -2/+2 |
* | Use github.com/Taywee/args to parse command line | Aqua-sama | 2019-10-22 | 12 | -203/+106 |
* | Improve meson.build files | Aqua-sama | 2019-10-13 | 12 | -124/+102 |
* | Add some cpp compiler options and warnings | Aqua-sama | 2019-10-11 | 1 | -0/+14 |
* | Remove gen-qtcreator-config.py | Aqua-sama | 2019-09-08 | 2 | -71/+0 |
* | Add openssl key generation step to meson.build | Aqua-sama | 2019-05-17 | 2 | -3/+15 |
* | Merge branch 'master' of origin | Aqua-sama | 2019-05-05 | 1 | -1/+1 |
|\ |
|
| * | Added spdlog makedepend | jc_gargma | 2019-05-04 | 1 | -1/+1 |
| * | Added missing qt5-tools makedepend | jc_gargma | 2019-05-04 | 1 | -1/+1 |
* | | Add plugin signature verification policies | Aqua-sama | 2019-04-19 | 12 | -43/+110 |
|/ |
|
* | Use scdoc to generate manpages | Aqua-sama | 2019-03-24 | 6 | -92/+125 |
* | Added firejail profile workarounds for amd cpu and/or ati graphics | jc_gargma | 2019-03-22 | 1 | -1/+4 |
* | Fix PKGBUILD | Aqua-sama | 2019-03-22 | 1 | -4/+6 |
* | tools/hexdump: make --output work | Aqua-sama | 2019-03-22 | 1 | -8/+9 |
* | Replace xxd with python script | Aqua-sama | 2019-03-22 | 5 | -13/+104 |
* | Add PluginLoader class | Aqua-sama | 2019-03-11 | 7 | -15/+121 |
* | repl: import python module | Aqua-sama | 2019-03-06 | 1 | -2/+43 |
* | Fixed failing build if manpage is disabled | Aqua-sama | 2019-02-24 | 2 | -2/+2 |
* | Add WIP Python REPL interface | Aqua-sama | 2019-02-23 | 15 | -48/+98 |
* | SubWindow: closing tab restores previous index | Aqua-sama | 2019-02-15 | 2 | -2/+9 |