aboutsummaryrefslogtreecommitdiff
path: root/src/protocols/filehandler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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-161-3/+3
|
* Moves all globals into a structure that can be deleted before the app ↵Felix (xq) Queißner2021-03-061-1/+1
| | | | exists. Fixes #193.
* 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
* Restructures the project source and cleans up a bitFelix (xq) Queißner2020-06-221-0/+45