| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix failure when first chunk arrives last | Dima Krasner | 2023-11-09 | 1 | -2/+2 |
| | | |||||
| * | coding style cleanup | Dima Krasner | 2023-11-09 | 1 | -1/+3 |
| | | |||||
| * | coding style cleanup | Dima Krasner | 2023-11-09 | 1 | -54/+80 |
| | | |||||
| * | add ugly guppy:// v0.4 support | Dima Krasner | 2023-11-09 | 2 | -0/+226 |
| | | |||||
| * | AboutHandler: improve cache request generation | Alexey Andreyev | 2023-03-24 | 1 | -1/+1 |
| | | | | | Specify Utf8 encoding for cache information header | ||||
| * | Unwarp tr() from QStrings | Karol Kosek | 2021-04-16 | 1 | -2/+2 |
| | | | | | | | | | | | 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. | ||||
| * | mark more strings for translation | OIS | 2021-03-16 | 3 | -16/+16 |
| | | |||||
| * | Changes gemini TLS to use 1.2 or higher. See #35 for discussion. | Felix (xq) Queißner | 2021-03-07 | 1 | -1/+1 |
| | | |||||
| * | Moves all globals into a structure that can be deleted before the app ↵ | Felix (xq) Queißner | 2021-03-06 | 4 | -7/+7 |
| | | | | | exists. Fixes #193. | ||||
| * | Resolves gophermap rendering. Closes #22. | Felix (xq) Queißner | 2021-03-06 | 1 | -1/+1 |
| | | |||||
| * | Implement interface translation | Carmina16 | 2021-03-06 | 1 | -1/+1 |
| | | |||||
| * | GopherClient: add text-search support | Karol Kosek | 2021-02-23 | 1 | -1/+9 |
| | | |||||
| * | Continuation of #134 | Mike Skec | 2021-02-18 | 3 | -7/+13 |
| | | |||||
| * | KristallTextBrowser: use IBeam as default cursor | Mike Skec | 2021-02-16 | 1 | -8/+8 |
| | | |||||
| * | GopherClient: suppress remote socket closure error | Karol Kosek | 2021-01-21 | 1 | -1/+8 |
| | | | | | | Removes 'unhandled network error: QAbstractSocket::RemoteHostClosedError' from logs. Mostly copy-pasted from GeminiClient::socketError. :^) | ||||
| * | status bar: show request status when loading pages | Mike Skec | 2021-01-10 | 4 | -0/+42 |
| | | | | | status text for loading HTTP/S is only a simple 'loading webpage'. The other protocols display more information | ||||
| * | Attempt to fix build failures | Mike Skec | 2021-01-06 | 1 | -1/+1 |
| | | | | | Also get rid of a warning | ||||
| * | cache code refactor | Mike Skec | 2021-01-06 | 1 | -0/+22 |
| | | |||||
| * | Fixes a few warnings and deprecation notices | Mike Skec | 2020-12-31 | 2 | -2/+2 |
| | | |||||
| * | AboutHandler: add emit keyword | Karol Kosek | 2020-12-30 | 1 | -1/+1 |
| | | |||||
| * | Revert "file:// protocol now supports text/gemini" | Mike Skec | 2020-12-30 | 1 | -16/+2 |
| | | | | | This reverts commit 01b5d9be0163a43e1d57d77820ce6c334b7f5d85. | ||||
| * | Add preference to show hidden files in directory listings | Mike Skec | 2020-12-30 | 1 | -4/+9 |
| | | | | | also improved listing code so that files and dirs with spaces now display and function properly | ||||
| * | Now support file:// directory listings | Mike Skec | 2020-12-30 | 1 | -0/+20 |
| | | |||||
| * | file:// protocol now supports text/gemini | Mike Skec | 2020-12-30 | 1 | -2/+16 |
| | | | | | by checking file extension | ||||
| * | Tries to fix #43. | Felix (xq) Queißner | 2020-11-05 | 1 | -1/+1 |
| | | |||||
| * | gemini: respect sensitive input (status 11) | nixo | 2020-10-29 | 1 | -1/+8 |
| | | |||||
| * | bugfix for issue #48 | John Sennesael | 2020-08-21 | 3 | -0/+14 |
| | | |||||
| * | Adds primitive support for emoji fonts. | Felix (xq) Queißner | 2020-08-17 | 1 | -0/+1 |
| | | |||||
| * | Adds delete button for favourites, adds improved about:favourites rendering. | Felix (xq) Queißner | 2020-06-29 | 1 | -4/+13 |
| | | |||||
| * | Adds basic editing for favourite groups | Felix (xq) Queißner | 2020-06-29 | 1 | -1/+5 |
| | | |||||
| * | Paves road for new favourite system: Refactors the favourites into tree ↵ | Felix (xq) Queißner | 2020-06-29 | 1 | -2/+2 |
| | | | | | structure instead of flat list. | ||||
| * | Huge refacoring of the settings stuff. Provides automated migration between ↵ | Felix (xq) Queißner | 2020-06-28 | 3 | -5/+5 |
| | | | | | old and new configuration file stuff. Themes are now just files in a folder instead of encoded data in the config file. | ||||
| * | Restructures the project source and cleans up a bit | Felix (xq) Queißner | 2020-06-22 | 12 | -0/+1132 |
