1
0
Fork 0
mirror of synced 2024-05-03 12:12:56 +12:00
Commit graph

26 commits

Author SHA1 Message Date
loathingKernel 8a3bdbdd91 Rare: Improve translation handling
* Remove base Qt translations from repo, load translations from Qt itself
* Prefix translation `qm` files with `rare_`.
* Rename `translation_source.ts` to simply `source.ts`
* If the selected language matches the system local, remove the option from the configuration.
2024-02-12 21:52:08 +02:00
loathingKernel 17066f9a67 Rare: cherry-pick some of sourcery suggestions 2024-02-12 21:52:07 +02:00
loathingKernel eb0d727d34
Misc: exclude deleted files in ui2py.sh 2023-12-23 13:45:12 +02:00
loathingKernel 76068014b8 Misc: Remove connectSlotByName() in single file invocation 2023-02-20 14:16:45 +02:00
loathingKernel ff81f38dd4 Misc: Shellcheck 2023-02-18 17:25:55 +02:00
loathingKernel d3bee28443 Ui: Delete QtCore.QMetaObject.connectSlotsByName from UI python files
Since pyuic5 doesn't handle `connectSlotByName=False` in ui files
use sed in `misc/ui2py.sh` to remove those lines

Signed-off-by: loathingKernel <142770+loathingKernel@users.noreply.github.com>
2023-02-04 17:38:07 +02:00
loathingKernel 0f80f02dc2 Misc: Use python from virtualenv for pylint.sh script
Signed-off-by: loathingKernel <142770+loathingKernel@users.noreply.github.com>
2023-02-04 17:38:06 +02:00
Dummerle 7f002b99e7
Merge pull request #255 from loathingKernel/fixups
HiDPI and CSS
2022-11-04 16:29:28 +01:00
SuperSamus 6e62302be6 rare.desktop: fix categories
The `Games` and `Multimedia` categories don't exist https://specifications.freedesktop.org/menu-spec/latest/apa.html
2022-11-02 13:19:38 +01:00
loathingKernel 47b474a31a StyleSheets: Remove last use of custom noBorder property
Instead, use `QFrame.NoFrame` as `FrameShape` to set `0px` border width.
2022-10-29 14:50:18 +03:00
Stelios Tsampas 8d7bd89d63 workflows: Copy SSL files with the names QtNetwork expects 2022-09-22 10:16:43 +02:00
loathingKernel 2a9bf5ac59 misc: nuitka sample script for linux 2022-09-13 12:38:43 +03:00
Stelios Tsampas 412100f464 windows: unfollow some python modules in the nuitka script for testing 2022-09-13 12:38:43 +03:00
Stelios Tsampas 9d28680804 Build: enable console output on windows if it is a test build 2022-09-13 12:38:43 +03:00
loathingKernel 54f11a6c94 workflow: include the correct files for the translations 2022-09-10 23:34:20 +03:00
Stelios Tsampas cdeb3c4030 Add some helper scripts 2022-09-10 22:08:02 +03:00
loathingKernel 99f3303db1 Resources: Split stylesheets from base resources
Stylesheets: Each stylesheet specifies its own resources file

Signed-off-by: loathingKernel <142770+loathingKernel@users.noreply.github.com>
2022-06-19 00:01:56 +03:00
Stelios Tsampas 303bd0fd20 A bunch of minor UI fixes 2022-03-29 00:36:42 +03:00
Zhao Zuohong 5346372def add "Categories=Game;" in desktop entries 2022-02-17 19:32:03 +08:00
Dummerle af8da372de
Add Portuguese (Brazil) 2022-01-04 21:31:17 +01:00
Dummerle 5d4f180fa2
Rename translation file and update german translation 2021-12-22 18:01:50 +01:00
Dummerle a7f3f3c325
Add generate_version_name.py 2021-12-12 00:04:40 +01:00
Dummerle 1aa5c7f5df
Update german translation + placeholder.ts 2021-12-11 00:57:18 +01:00
Dummerle 782968b1d0
Fix workflow for macos, and fix py2ts.sh 2021-12-10 20:06:26 +01:00
Dummerle c425775f28
Update to new QResource system 2021-12-09 21:59:07 +01:00
Dummerle bb9d3b6c33
Rename scripts to misc 2021-12-05 19:47:06 +01:00