aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* webengine: remove dependency on autogen/utilsdevelAqua-sama2020-12-158-103/+134
|
* Move src/webengine to lib/webengineAqua-sama2020-12-1534-73/+82
|
* Code cleanupAqua-sama2020-12-145-43/+26
|
* Update PKGBUILD to build with cmakeAqua-sama2020-12-104-83/+137
|
* Use custom icons in webviewcontextmenuAqua-sama2020-12-077-21/+36
|
* Rewrite meson build scripts into cmakelistsAqua-sama2020-12-0774-798/+700
|
* Hostlist filter plugin can rewrite hostnamesAqua-sama2020-11-238-80/+120
| | | | skip clazy warnings in tests
* Fix test failuresAqua-sama2020-11-215-5/+8
| | | | Updated sha256sum for bumped rcc version
* Probe several locations for configuration fileAqua-sama2020-11-215-14/+96
|
* Fix meson warningsAqua-sama2020-11-208-24/+14
| | | | Update about dialog
* Drop args.hxx dependencyAqua-sama2020-11-1921-479/+476
| | | | Replace args.hxx with QCommandLineParser.
* Remove updaterAqua-sama2020-11-063-73/+0
|
* Remove data/resources.qrcAqua-sama2020-11-0610-72/+85
|
* Add tabler-iconsAqua-sama2020-11-028-30/+82
| | | | Add rcc dependency to create dumps of svg files
* Update wrapsAqua-sama2020-10-284-22/+13
|
* Fix useless-cast warnings in ConfigurationAqua-sama2020-10-043-17/+10
|
* Remove Breakpad optdependAqua-sama2020-10-0414-363/+0
|
* Remove outparam section in Configuration parseAqua-sama2020-10-043-32/+60
|
* Fix deprecated warning in meson.buildAqua-sama2020-10-032-3/+4
| | | | Fix warnings in libconfiguration
* Update ReadmeAqua-sama2020-09-224-51/+45
| | | | Fix crash when downloading
* Fix compiler warnings in ConfigurationAqua-sama2020-06-237-99/+100
|
* enable smolblokstaging-smolblokAqua-sama2020-05-3137-40/+37
| | | | Build both HostlistFilter and AdblockFitler plugins by default.
* staging: smolblokAqua-sama2020-05-3064-832/+1576
| | | | | | | | | | | | | smolblok is a replacement for the current lib/urlfilter AdBlockPlus and hostlist format filter parser. It is a library that uses plugins to provide support for different filter formats. staging/adblock: AdBlockPlus parser plugin plugins/smolblok_hostlist: hostlist format parser plugin Headers will be installed to include/smolbote/ Remove lib/urlfilter
* Fix segfault in release buildAqua-sama2020-05-297-58/+33
| | | | | | | | When creating a WebView out of a Session struct, fall back to the default profile if one is not set, or a profile with that ID is not found. - Update PKGBUILD
* Turn on more warnings by defaultAqua-sama2020-05-2827-189/+216
| | | | | | - fix clazy warnings - fix various other compiler warnings - bugfix: connect profiles' downloadRequested signal
* Update ProfileEditor pluginAqua-sama2020-05-2636-993/+757
| | | | | | | | ProfileEditor: - add tests - disable read-only settings on otr profiles Add WebProfile::setHeaders and WebProfile::setCookies
* libwebengineAqua-sama2020-05-0851-993/+1186
| | | | | | | | | | | 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
* Expand pluginloader test coverageAqua-sama2020-04-298-100/+229
| | | | | | | - add poi-plugin-load to test compatibility of plugins - rewrite tests to use catch2 - use cpp stdlib to read files - clang-tidy and clang-format pass
* CleanupAqua-sama2020-04-2916-330/+26
| | | | | | | - Don't run configuration fuzzer as test - Remove plugins/ConfigurationEditor - Move exported interfaces to include/smolbote - Install plugin interfaces
* Add libfuzzer test to libconfigurationAqua-sama2020-04-218-37/+84
|
* Rewrite configuration tests in catch2Aqua-sama2020-04-206-164/+223
| | | | | - Drop s_conf check in operator<< as s_conf cannot be nullptr there - Add arithmetic type cast to string values
* move lib/about to src/aboutAqua-sama2020-04-1911-65/+118
| | | | | - add AboutDialog test - add SVG icon in place of application icon
* Add args.wrapAqua-sama2020-04-156-16/+10
| | | | Remove 3rd-party/args
* Rewrite Session backendAqua-sama2020-04-1330-460/+590
| | | | | | | | | | | | | | | | | | Add session.hpp, containing structs that describe session data MainWindow, SubWindow and WebView can be created from Session::structs Opening new window will automatically open a default subwindow and tab if none were specified Add lib/session_formats Add JsonSession, to serialize/deserialize Session structs into JSON - add some tests clang-tidy: - fix various warnings - disable modernize-use-trailing-return-type check
* Add singleapplication.wrapAqua-sama2020-04-136-34/+15
| | | | Remove SingleApplication git submodule
* Remove QMdiArea in MainWindowAqua-sama2020-04-0311-319/+229
| | | | | | | | | | | | | | | | | | | | Kconfig: Change About Dialog shortcut default to F1 (was Ctrl+H) Change close current tab shortcut to Ctrl+W (was Ctrl+X) MainWindow: automatically close window when last subwindow is closed MenuBar: remove Tile/Cascade subwindows actions add show/hide/close subwindow actions SubWindow: remove Subwindow menu shortcut (was F1 by default) add close shortcut (default Ctrl+Shift+W) Minor fixes: Fix PKGBUILD sources
* Fix various compiler warningsAqua-sama2020-03-2313-51/+40
|
* lib/configuration improvementsAqua-sama2020-03-2212-128/+322
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Configuration changes: - Configuration::value return type is now [[nodiscard]] - Configuration::value<T> is now a generic template that only works with the exact types of the underlying std::variant - Add Configuration::value<concept_value_t> for standard library types compatible with the types of std::variant - Add Configuration::shortcut<> placeholder, and QAction and QKeySequence specializations as a convenient way to set up shortcuts - Deprecate setShortcut - Add Configuration::read_file convenience member that takes file path as parameter Format changes: - Configuration files can now have sections, specified as [section name]. Section names are prepended to keys. Section names cannot be nested. - Configuration files can now have @@include directives, causing another file to be read as well. The included file is not treated as nested into a section, and will overwrite values previously set. Others: - add some tests for libconfiguration. QAction/QKeySequence require a QApplication be set up, so the test application may require running xorg/wayland. old coverage: lines: 15.6% (960 out of 6172) branches: 9.9% (1187 out of 12012) new coverage: lines: 17.1% (1067 out of 6254) branches: 11.0% (1388 out of 12644)
* Remove ProfileInterfaceAqua-sama2020-02-2910-110/+87
| | | | | | | | | Plugins should define their own specific interfaces rather than subclassing from ProfileInterface: - add Filter for QWebEngineUrlRequestInterceptor filters - add FilterPlugin for Filter loading Remove deprecated Browser::profileList()
* Added example firefox/palemoon bookmarks to testjc_gargma2020-02-124-0/+65
|
* BookmarkModel: enable drag/drop for the root itemAqua-sama2020-01-301-1/+2
|
* BookmarksWidget: add Clear selection in context menuAqua-sama2020-01-303-31/+45
|
* MenuBar: Add Unlock toolbars toggleAqua-sama2020-01-294-9/+33
| | | | | | | | Add BookmarksToolbar config toggles - bookmarks.toolbar.movable - bookmarks.toolbar.visible clang-format pass
* BookmarksToolbar: add toggle shortcutAqua-sama2020-01-295-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 iconAqua-sama2020-01-281-1/+2
|
* Remove non-const BookmarkItem::iconAqua-sama2020-01-285-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 toolbarAqua-sama2020-01-2813-79/+184
| | | | | Bookmarks Toolbar displays the contents of the top-level "Bookmarks Toolbar" folder.
* Refactor Browser::addPlugin to ::loadPluginsAqua-sama2020-01-275-68/+41
|
* pluginloader: generate keys by mesonAqua-sama2020-01-274-23/+18
|
* pluginloader: add test for PluginLoader::verifyAqua-sama2020-01-277-48/+109
|