Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | bookmarks: implicitly append if export is not set | Aqua-sama | 2020-01-18 | 1 | -4/+17 | |
| | | ||||||
| * | Add bookmarks subcommand | Aqua-sama | 2020-01-17 | 6 | -11/+101 | |
| | | ||||||
* | | 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 read support in FFJson for DateAdded and LastModified fields - add read/write support in Xbel for DateAdded and LastModified fields - BookmarkModel: set DateAdded on appendBookmark and appendFolder - EditBookmarkDialog: set LastModified field when saving changes | |||||
| * | Add Firefox bookmarks.json format to libbookmarks | Aqua-sama | 2020-01-16 | 8 | -4/+117 | |
| | | | | | | | | | | | | | | | | - can only read folders and bookmarks, their title and uri fields Not supported by Bookmark Model: - Separator items - Date added and Date modified fields | |||||
| * | 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 | |
| | | | | | | | | - add BookmarkFormat <<|>> BookmarkModel operators | |||||
* | | 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 | |
| | | | | | Hardening flags aarch64 support | |||||
* | Add close action to subwindow list | Aqua-sama | 2020-01-14 | 1 | -6/+13 | |
| | | | | | | Adding a menu to an action is incompatible with triggerring that action. This means a "Toggle to" action is required as well to preserve the functionality. | |||||
* | 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 | |
| | | | | - Remove KDE Wallet code | |||||
* | Code cleanup | Aqua-sama | 2020-01-05 | 9 | -98/+116 | |
| | | | | | | - Replace Browser::getProfileManager with WebProfileManager::instance - Make WebProfileManager::profileMenu a free function - Replace Browser::loadProfile with Browser::loadProfiles | |||||
* | Disable plugins as broken | Aqua-sama | 2020-01-04 | 13 | -59/+30 | |
| | | | | - Fix several Qt deprecated warnings | |||||
* | 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 | |
| | | | | - make toggling breakpad work properly | |||||
* | Merge some QoL improvements from staging branch | Aqua-sama | 2020-01-03 | 39 | -749/+441 | |
| | | | | | | | | - Build executable in top-level buildroot - Use meson sourceset - Pull in poi-crash and poi-update from staging - Remove extraneous scripts in tools/ - Pull in configure scripts in scripts/ | |||||
* | WebProfile refactoring | Aqua-sama | 2019-11-22 | 6 | -43/+34 | |
| | | | | | | - Remove WebProfileManager::Profile::value - Make WebProfile constructors protected, and WebProfileManager friend class | |||||
* | 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 | |
| | | | | | | - Select All - Clear Selection - Copy | |||||
* | Add configuration subcommand | Aqua-sama | 2019-11-09 | 6 | -68/+139 | |
| | | | | --dump: Write current configuration to stdout and exit | |||||
* | 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 | |
| | | | | | - wrote not-invented-here config file parser and conf class - spent obscene amount of time plugging in said conf class | |||||
* | 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 | |
| | | | | - This adds 3rd-party/args/args.git subrepository | |||||
* | Improve meson.build files | Aqua-sama | 2019-10-13 | 12 | -124/+102 | |
| | | | | | - meson should now properly create OpenSSL signing key and hexdump before trying to compile plugin loader | |||||
* | 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 | |
| | | | | | | - PluginLoader::verify can be used to check if the plugin has a valid (SHA512/RSA 4096) signature. - Uses nn OpenSSL public key that is embedded during the compile. | |||||
* | 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 | |
| |