| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
- Fix several Qt deprecated warnings
|
|
|
|
|
|
|
|
| |
- 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/
|
| |
|
|
|
|
| |
--dump: Write current configuration to stdout and exit
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- wrote not-invented-here config file parser and conf class
- spent obscene amount of time plugging in said conf class
|
|
|
|
| |
- This adds 3rd-party/args/args.git subrepository
|
|
|
|
|
| |
- meson should now properly create OpenSSL signing key and hexdump
before trying to compile plugin loader
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- Requires Python >= 3.0.0 and linenoise or linenoise-ng
- WIP: not built into the browser itself
|
| |
|
| |
|
|
|
|
|
| |
- Fix various clang-tidy warnings
- Fix use-after-free crash when deleting profiles
|
|
|
|
|
|
|
|
|
|
| |
- libweb was supposed to be a general QtWebEngine wrapper, but only
turned out to do profiles and profile management. The new name should
make this more obvious.
- Renamed ProfileManager to WebProfileManager, and cut out duplicate
code.
- Temporary profiles: temporary profiles are not kept after closing the
browser.
|
|
|
|
|
|
| |
- Make HostList and AdBlockList implementations independent from each
other
- Move urlfilter tests to lib/urlfilter
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Dragging and dropping bookmarks is done by the QTreeView rather than
through the BookmarksWidget, so the widget could not track modification
state correctly when items were reordered.
BUG: #9 Bookmark reordering does not persist
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Connected the signal to last window's current subwindow. Menu contains:
- Open link in current tab
- Open link in current tab with profile
- Open link in new tab
- Open link in new tab with profile
BUG: #10 Add right-click menu for bookmarks
|
|
|
|
| |
BUG: #8 Dragging bookmarks onto folders crash
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Split off menu bar into its own class out of MainWindow
Menu bar now has a 'Find in menus' function
|
| |
|