aboutsummaryrefslogtreecommitdiff
path: root/src/protocols
Commit message (Collapse)AuthorAgeFilesLines
* fix failure when first chunk arrives lastDima Krasner2023-11-091-2/+2
|
* coding style cleanupDima Krasner2023-11-091-1/+3
|
* coding style cleanupDima Krasner2023-11-091-54/+80
|
* add ugly guppy:// v0.4 supportDima Krasner2023-11-092-0/+226
|
* AboutHandler: improve cache request generationAlexey Andreyev2023-03-241-1/+1
| | | | Specify Utf8 encoding for cache information header
* Unwarp tr() from QStringsKarol Kosek2021-04-161-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 translationOIS2021-03-163-16/+16
|
* Changes gemini TLS to use 1.2 or higher. See #35 for discussion.Felix (xq) Queißner2021-03-071-1/+1
|
* Moves all globals into a structure that can be deleted before the app ↵Felix (xq) Queißner2021-03-064-7/+7
| | | | exists. Fixes #193.
* Resolves gophermap rendering. Closes #22.Felix (xq) Queißner2021-03-061-1/+1
|
* Implement interface translationCarmina162021-03-061-1/+1
|
* GopherClient: add text-search supportKarol Kosek2021-02-231-1/+9
|
* Continuation of #134Mike Skec2021-02-183-7/+13
|
* KristallTextBrowser: use IBeam as default cursorMike Skec2021-02-161-8/+8
|
* GopherClient: suppress remote socket closure errorKarol Kosek2021-01-211-1/+8
| | | | | Removes 'unhandled network error: QAbstractSocket::RemoteHostClosedError' from logs. Mostly copy-pasted from GeminiClient::socketError. :^)
* status bar: show request status when loading pagesMike Skec2021-01-104-0/+42
| | | | status text for loading HTTP/S is only a simple 'loading webpage'. The other protocols display more information
* Attempt to fix build failuresMike Skec2021-01-061-1/+1
| | | | Also get rid of a warning
* cache code refactorMike Skec2021-01-061-0/+22
|
* Fixes a few warnings and deprecation noticesMike Skec2020-12-312-2/+2
|
* AboutHandler: add emit keywordKarol Kosek2020-12-301-1/+1
|
* Revert "file:// protocol now supports text/gemini"Mike Skec2020-12-301-16/+2
| | | | This reverts commit 01b5d9be0163a43e1d57d77820ce6c334b7f5d85.
* Add preference to show hidden files in directory listingsMike Skec2020-12-301-4/+9
| | | | also improved listing code so that files and dirs with spaces now display and function properly
* Now support file:// directory listingsMike Skec2020-12-301-0/+20
|
* file:// protocol now supports text/geminiMike Skec2020-12-301-2/+16
| | | | by checking file extension
* Tries to fix #43.Felix (xq) Queißner2020-11-051-1/+1
|
* gemini: respect sensitive input (status 11)nixo2020-10-291-1/+8
|
* bugfix for issue #48John Sennesael2020-08-213-0/+14
|
* Adds primitive support for emoji fonts.Felix (xq) Queißner2020-08-171-0/+1
|
* Adds delete button for favourites, adds improved about:favourites rendering.Felix (xq) Queißner2020-06-291-4/+13
|
* Adds basic editing for favourite groupsFelix (xq) Queißner2020-06-291-1/+5
|
* Paves road for new favourite system: Refactors the favourites into tree ↵Felix (xq) Queißner2020-06-291-2/+2
| | | | structure instead of flat list.
* Huge refacoring of the settings stuff. Provides automated migration between ↵Felix (xq) Queißner2020-06-283-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 bitFelix (xq) Queißner2020-06-2212-0/+1132