aboutsummaryrefslogtreecommitdiff
path: root/browsertab.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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