aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add preference for ANSI escape codesMike Skec2021-03-071-0/+16
* Moves all globals into a structure that can be deleted before the app exists....Felix (xq) Queißner2021-03-061-69/+55
* main.cpp: use QLibraryInfo to get the exact i18n pathKarol Kosek2021-03-061-1/+2
* Some cleanupCarmina162021-03-061-1/+1
* Implement interface translationCarmina162021-03-061-3/+10
* Implements proper multi-window support.Felix (xq) Queißner2021-03-061-24/+74
* Starts preparing the codebase for multiple windows.Felix (xq) Queißner2021-03-061-37/+99
* Implements an IPC scheme for kristall. Closes #139.Felix (xq) Queißner2021-03-061-15/+276
* Adds emoji toggle preference.Mike Skec2021-02-271-0/+20
* DocumentStyle: fixes for font issuesMike Skec2021-02-251-0/+7
* Fix window geometry/state not being saved in some environmentsMike Skec2021-02-231-6/+15
* Add light icons for favourite/certificate buttons for dark themesMike Skec2021-02-231-0/+12
* Add optional root/parent toolbar buttonsMike Skec2021-02-181-0/+4
* Add unlimited cache life optionMike Skec2021-02-181-0/+2
* Add seperate 'icon theme' preferenceMike Skec2021-02-161-13/+52
* Added search engine preferenceMike Skec2021-02-151-0/+2
* add pref for typographer quotesMike Skec2021-02-131-0/+3
* new-tab button: add preferenceMike Skec2021-01-211-0/+2
* Functional cache limit, albeit a little inefficientMike Skec2021-01-081-2/+2
* cache: item expiry and max item sizeMike Skec2021-01-081-0/+8
* cache code refactorMike Skec2021-01-061-0/+1
* better default fontsMike Skec2021-01-041-1/+10
* No longer useing QPalette::Mid for url bar highlightMike Skec2021-01-041-2/+3
* Theming: only use standard icons on LinuxMike Skec2021-01-021-0/+7
* Get rid of unneeded hacky code for fancy url barMike Skec2021-01-021-0/+3
* Fix bug with fancy url bar stylingMike Skec2021-01-021-1/+10
* Added UI density option.Mike Skec2021-01-011-1/+23
* Add preference for url bar stylingMike Skec2020-12-311-0/+3
* Use const variablesKarol Kosek2020-12-301-1/+1
* const-reference large typesKarol Kosek2020-12-301-1/+1
* Add preference to show hidden files in directory listingsMike Skec2020-12-301-0/+3
* Add optional 'home' button to browser toolbar.Mike Skec2020-12-291-0/+3
* kristall: use system icon theme when using OS Default themeKarol Kosek2020-12-271-1/+1
* Allow to open local files without specifying the 'file:' schemaKarol Kosek2020-12-241-0/+7
* Adds 'show document source' menu item. Closes #11.Felix (xq) Queißner2020-08-171-1/+1
* Adds primitive support for emoji fonts.Felix (xq) Queißner2020-08-171-1/+33
* Adds basic editing for favourite groupsFelix (xq) Queißner2020-06-291-1/+4
* Paves road for new favourite system: Refactors the favourites into tree struc...Felix (xq) Queißner2020-06-291-4/+54
* Changes theme initialization a tad.Felix (xq) Queißner2020-06-291-0/+35
* Huge refacoring of the settings stuff. Provides automated migration between o...Felix (xq) Queißner2020-06-281-38/+178
* Fixes #25 and #23, starts to implement new config/cache directory system.Felix (xq) Queißner2020-06-281-1/+46
* Adds 'OS Default' theme.Felix (xq) Queißner2020-06-211-3/+13
* Adds option for manually trusting a TLS server.Felix (xq) Queißner2020-06-211-0/+5
* Reworks TLS trust to enable symmetry between HTTPS and GeminiFelix (xq) Queißner2020-06-191-2/+7
* Implements Timeout UIFelix (xq) Queißner2020-06-191-0/+2
* Fixes #17Felix (xq) Queißner2020-06-191-1/+1
* Reworks global settings handling, improves redirection configuration.Felix (xq) Queißner2020-06-181-3/+41
* Refactoring: Changes internal structure of requests and unifies a lot of code...Felix (xq) Queißner2020-06-161-0/+3
* Adds improved client certificate management, adds server certificate management.Felix (xq) Queißner2020-06-161-0/+5
* Adds first draft of client certificate management.Felix (xq) Queißner2020-06-111-0/+5