| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Headers will be installed to include/smolbote/
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Drop s_conf check in operator<< as s_conf cannot be nullptr there
- Add arithmetic type cast to string values
|
|
|
|
|
| |
- add AboutDialog test
- add SVG icon in place of application icon
|
|
|
|
| |
Remove 3rd-party/args
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Remove SingleApplication git submodule
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
|
|
|
|
|
|
|
|
| |
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()
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Add BookmarksToolbar config toggles
- bookmarks.toolbar.movable
- bookmarks.toolbar.visible
clang-format pass
|
|
|
|
|
|
| |
- MenuBar: add toggles for MainWindow toolbars to Window menu
- set NavigationBar and BookmarksToolbar titles so the default
MainWindow context menu makes sense
|
| |
|
|
|
|
|
|
|
| |
Default BookmarkItem icons will be created when creating the item, if a
QApplication (and subsequently, qApp->style()) is present.
- added a poi-bookmarks test
|
|
|
|
|
| |
Bookmarks Toolbar displays the contents of the top-level "Bookmarks
Toolbar" folder.
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
| | |
|
|/ |
|
|\ |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
- 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
|
| |
| |
| |
| |
| |
| |
| |
| | |
- can only read folders and bookmarks, their title and uri fields
Not supported by Bookmark Model:
- Separator items
- Date added and Date modified fields
|
| | |
|
| |
| |
| |
| | |
- add BookmarkFormat <<|>> BookmarkModel operators
|
|/ |
|
|
|
|
|
| |
Hardening flags
aarch64 support
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
| |
- Remove KDE Wallet code
|
|
|
|
|
|
| |
- Replace Browser::getProfileManager with WebProfileManager::instance
- Make WebProfileManager::profileMenu a free function
- Replace Browser::loadProfile with Browser::loadProfiles
|
|
|
|
| |
- Fix several Qt deprecated warnings
|
| |
|
|
|
|
| |
- make toggling breakpad work properly
|