aboutsummaryrefslogtreecommitdiff
path: root/browsertab.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Moves source code into subdirectory.Felix (xq) Queißner2020-06-061-405/+0
|
* A bit of redesign of the user interface, more convenience functions.Felix (xq) Queißner2020-06-061-36/+4
|
* Navigation via outline is now possible. Sexy!Felix (xq) Queißner2020-06-061-0/+6
|
* Fixes bug in outline generation, adds application icon to mainwindow, adds ↵Felix (xq) Queißner2020-06-061-1/+2
| | | | more README, adds save settings on closing settings dialog.
* Improves navigation with hotkeys, adds sane default theme, adds page margin ↵Felix (xq) Queißner2020-06-061-6/+21
| | | | settings.
* Starts to implement history management.Felix (xq) Queißner2020-06-061-35/+37
|
* Moves from favourites.db to QSettings, moves theming to MainWindow, ↵Felix (xq) Queißner2020-06-061-3/+3
| | | | save/load installed theme.
* Adds color theming, adds automatic color theming with dark/light themesFelix (xq) Queißner2020-06-061-2/+11
|
* Starts to implement settings dialog, allows styling the fonts, fixes ↵Felix (xq) Queißner2020-06-061-197/+18
| | | | stop/reload button, refactors text document rendering into own file, fixes stuff in README
* Reworks document rendering: Now generates QTextDocument directly instead of ↵Felix (xq) Queißner2020-06-061-107/+172
| | | | using HTML inbetween.
* Adds option to navigate back to an older itemFelix (xq) Queißner2020-06-051-1/+6
|
* Starts to implement navigation history.Felix (xq) Queißner2020-06-051-4/+5
|
* Makes graphics view zoom to fit first.Felix (xq) Queißner2020-06-051-1/+12
|
* Adds support for images served via gemini.Felix (xq) Queißner2020-06-051-38/+48
|
* Cleans up UI a bit, adds document margin, adds view enable/disable, adds ↵Felix (xq) Queißner2020-06-051-1/+52
| | | | shitty default style sheet.
* Removes the need for qt web engine, replaces the web renderer with the ↵Felix (xq) Queißner2020-06-041-11/+56
| | | | waaaay faster rich text rendering engine.
* More usability, survives conmans torture nearly with 100%Felix (xq) Queißner2020-05-301-4/+42
|
* Initial commit: Basic Gemini client.Felix (xq) Queißner2020-05-301-0/+357