| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 1 | -3/+3 |
| | | |||||
| * | Moves all globals into a structure that can be deleted before the app ↵ | Felix (xq) Queißner | 2021-03-06 | 1 | -1/+1 |
| | | | | | exists. Fixes #193. | ||||
| * | 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 | ||||
| * | Restructures the project source and cleans up a bit | Felix (xq) Queißner | 2020-06-22 | 1 | -0/+45 |
