Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BookmarksWidget: add Clear selection in context menu | Aqua-sama | 2020-01-30 | 3 | -31/+45 |
| | |||||
* | MenuBar: Add Unlock toolbars toggle | Aqua-sama | 2020-01-29 | 4 | -9/+33 |
| | | | | | | | | Add BookmarksToolbar config toggles - bookmarks.toolbar.movable - bookmarks.toolbar.visible clang-format pass | ||||
* | BookmarksToolbar: add toggle shortcut | Aqua-sama | 2020-01-29 | 5 | -11/+41 |
| | | | | | | - MenuBar: add toggles for MainWindow toolbars to Window menu - set NavigationBar and BookmarksToolbar titles so the default MainWindow context menu makes sense | ||||
* | BookmarksToolbar: show text next to icon | Aqua-sama | 2020-01-28 | 1 | -1/+2 |
| | |||||
* | Remove non-const BookmarkItem::icon | Aqua-sama | 2020-01-28 | 5 | -15/+33 |
| | | | | | | | Default BookmarkItem icons will be created when creating the item, if a QApplication (and subsequently, qApp->style()) is present. - added a poi-bookmarks test | ||||
* | Add bookmarks toolbar | Aqua-sama | 2020-01-28 | 13 | -79/+184 |
| | | | | | Bookmarks Toolbar displays the contents of the top-level "Bookmarks Toolbar" folder. | ||||
* | Refactor Browser::addPlugin to ::loadPlugins | Aqua-sama | 2020-01-27 | 5 | -68/+41 |
| | |||||
* | pluginloader: generate keys by meson | Aqua-sama | 2020-01-27 | 4 | -23/+18 |
| | |||||
* | pluginloader: add test for PluginLoader::verify | Aqua-sama | 2020-01-27 | 7 | -48/+109 |
| | |||||
* | Move compiler flags to meson.build from pkgbuild | Aqua-sama | 2020-01-24 | 2 | -13/+17 |
| | |||||
* | Merge branch 'bookmarks-subcommand' | Aqua-sama | 2020-01-18 | 6 | -11/+114 |
|\ | |||||
| * | 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 |
|\ |