| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | settingsdialog.ui: Move "Generic" widgets to QScrollArea | Xavier Del Campo Romero | 2023-08-01 | 1 | -286/+302 |
| | | | | | | | This would allow smaller screens (think of mobile devices such as the PinePhone or Librem 5) to be able to fit the settings dialog, and therefore use it. | ||||
| * | Update settingsdialog.cpp | Acidus | 2023-07-08 | 1 | -0/+1 |
| | | |||||
| * | update with active search engines | Acidus | 2023-07-08 | 1 | -3/+2 |
| | | | | adding Kennedy and TLGS as search engines | ||||
| * | Implements #245 | Felix "xq" Queißner | 2021-11-20 | 3 | -27/+100 |
| | | |||||
| * | Further improves localization (#191). Allows switching and setting the ↵ | Felix (xq) Queißner | 2021-05-08 | 7 | -30/+116 |
| | | | | | chosen localization properly. | ||||
| * | Unwarp tr() from QStrings | Karol Kosek | 2021-04-16 | 2 | -6/+6 |
| | | | | | | | | | | | We don't need to wrap tr() with QString, because it returns QString anyway. Although it doesn't change the binary size (mostly because compilers were smart to remove that already), it helps to make the code a little bit cleaner. It's a somewhat continuation of c740189bcaa5bc6c073f8b3802303acf5ac36e47, but I thought back then it happened only there, so now I've removed it from all places. | ||||
| * | systemdialog.ui: set style buttons names | Karol Kosek | 2021-04-02 | 1 | -66/+44 |
| | | | | | The text is hidden unless the user doesn't have that icon installed. | ||||
| * | Adds option to have old or new session behaviour. Closes #187 | Felix (xq) Queißner | 2021-03-17 | 3 | -60/+90 |
| | | |||||
| * | Restructures option dialog even more, adds option to strip '<nav>' tags. | Felix (xq) Queißner | 2021-03-08 | 3 | -221/+260 |
| | | |||||
| * | Starts cleaning up the settings UI a bit. | Felix (xq) Queißner | 2021-03-08 | 1 | -106/+95 |
| | | |||||
| * | Starts to implement new HTML renderer based on gumbo. Everything is a bit ↵ | Felix (xq) Queißner | 2021-03-08 | 1 | -1/+3 |
| | | | | | borked and only trivial documents work correctly. | ||||
| * | help.gemini: mention ANSI escapes | Mike Skec | 2021-03-07 | 1 | -1/+1 |
| | | |||||
| * | Add preference for ANSI escape codes | Mike Skec | 2021-03-07 | 3 | -13/+50 |
| | | |||||
| * | Moves all globals into a structure that can be deleted before the app ↵ | Felix (xq) Queißner | 2021-03-06 | 3 | -11/+11 |
| | | | | | exists. Fixes #193. | ||||
| * | Implement interface translation | Carmina16 | 2021-03-06 | 3 | -42/+44 |
| | | |||||
| * | font -> font-select-symbolic | Karol Kosek | 2021-03-06 | 1 | -6/+6 |
| | | | | | | | The "font" icon could sometimes refer to mimetype icon instead of the action icon. Changing the name to font-select-symbolic removes the ambiguity. | ||||
| * | palette -> color-select-symbolic | Karol Kosek | 2021-03-06 | 1 | -11/+11 |
| | | | | | | | | | Many icon themes does not have the palette icon, which results in an empty button in the settings. It should fix a bug from one of the comments in #64. (but not the issue itself). | ||||
| * | Add preference for centred H1 | Mike Skec | 2021-02-28 | 3 | -18/+43 |
| | | | | | Also moves the 'enable text width' checkbox to next to the text width option, to save space. | ||||
| * | Adds emoji toggle preference. | Mike Skec | 2021-02-27 | 3 | -13/+81 |
| | | |||||
| * | SettingsDialog: search engine combobox fix | Mike Skec | 2021-02-23 | 1 | -1/+3 |
| | | | | | | | Custom search engines were not being displayed in the combobox after closing/reopening the settings dialog, it was defaulting to the default option. This fixes that. Also adds the Veronica gopher search engine to list of default options | ||||
| * | SettingsDialog: set minimum width to the style settings | Karol Kosek | 2021-02-23 | 2 | -0/+12 |
| | | |||||
| * | SettingsDialog: make style settings scrollable | Karol Kosek | 2021-02-23 | 1 | -799/+822 |
| | | |||||
| * | Add 'indent size' option | Mike Skec | 2021-02-23 | 3 | -3/+33 |
| | | | | | Also includes some about:help additions | ||||
| * | List item symbol prefernece | Mike Skec | 2021-02-20 | 3 | -1/+35 |
| | | |||||
| * | Update help.gemini | Mike Skec | 2021-02-18 | 1 | -6/+6 |
| | | | | | Also add icons to root/parent navigation menu options, and move the preferences for them in the settings dialog | ||||
| * | Add optional root/parent toolbar buttons | Mike Skec | 2021-02-18 | 3 | -0/+30 |
| | | |||||
| * | Add unlimited cache life option | Mike Skec | 2021-02-18 | 3 | -12/+36 |
| | | |||||
| * | Add seperate 'icon theme' preference | Mike Skec | 2021-02-16 | 3 | -35/+70 |
| | | |||||
| * | Improved blockquotes | Mike Skec | 2021-02-16 | 3 | -31/+100 |
| | | |||||
| * | SettingsDialog: fix build failure | Mike Skec | 2021-02-15 | 2 | -3/+1 |
| | | |||||
| * | Added search engine preference | Mike Skec | 2021-02-15 | 3 | -29/+61 |
| | | |||||
| * | Margins are now split into seperate horizontal/vertical options | Mike Skec | 2021-02-13 | 3 | -19/+51 |
| | | |||||
| * | Adds per-style pref for text width | Mike Skec | 2021-02-13 | 3 | -13/+73 |
| | | |||||
| * | add pref for typographer quotes | Mike Skec | 2021-02-13 | 3 | -22/+72 |
| | | | | | Also includes a fix for single-quotes on words like "'till" | ||||
| * | Add preferences for new gemini formatting options | Mike Skec | 2021-02-10 | 3 | -2/+235 |
| | | |||||
| * | new-tab button: add preference | Mike Skec | 2021-01-21 | 3 | -6/+25 |
| | | |||||
| * | Functional cache limit, albeit a little inefficient | Mike Skec | 2021-01-08 | 1 | -2/+2 |
| | | |||||
| * | cache: item expiry and max item size | Mike Skec | 2021-01-08 | 3 | -2/+99 |
| | | | | | currently no total limit yet | ||||
| * | Added UI density option. | Mike Skec | 2021-01-01 | 3 | -23/+57 |
| | | | | | 'Compact' is the default - saves screen space a bit. The old layout is available in the 'Classic' option | ||||
| * | Fix bug in settings dialog | Mike Skec | 2020-12-31 | 1 | -8/+8 |
| | | | | | Rows were not offsetted properly | ||||
| * | Add preference for url bar styling | Mike Skec | 2020-12-31 | 3 | -0/+53 |
| | | |||||
| * | Use const variables | Karol Kosek | 2020-12-30 | 2 | -3/+3 |
| | | |||||
| * | const-reference large types | Karol Kosek | 2020-12-30 | 3 | -3/+3 |
| | | |||||
| * | Use multi-arg overload to save memory allocations | Karol Kosek | 2020-12-30 | 2 | -13/+7 |
| | | |||||
| * | Add preference to show hidden files in directory listings | Mike Skec | 2020-12-30 | 3 | -7/+60 |
| | | | | | also improved listing code so that files and dirs with spaces now display and function properly | ||||
| * | Add optional 'home' button to browser toolbar. | Mike Skec | 2020-12-29 | 3 | -0/+24 |
| | | | | | Can be disable in settings | ||||
| * | Use standard icon names | Karol Kosek | 2020-12-27 | 4 | -24/+12 |
| | | | | | | | document-{export,import}, and view-certificate aren't in the standard though. https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html | ||||
| * | Add font color rule for theme previews | Karol Kosek | 2020-12-24 | 1 | -3/+4 |
| | | | | | | Closes #46, although the real fix for sites was already in #58 - here it is for the rest of the places. | ||||
| * | Implements style preview for kristall document styles. Allows importing them ↵ | Felix (xq) Queißner | 2020-06-29 | 1 | -2/+2 |
| | | | | | via the preview site. | ||||
| * | Changes theme initialization a tad. | Felix (xq) Queißner | 2020-06-29 | 1 | -0/+2 |
| | | |||||
