l10n daemon script
df815545a4
GIT_SILENT Sync po/docbooks with svn
2025-02-07 01:39:19 +00:00
Tobias Fella
9eea99675c
QML Cleanup: ImageWithFallback
2025-02-06 16:45:19 +01:00
Tobias Fella
ede0b3216b
QML Cleanup: SearchBar
2025-02-06 16:34:08 +01:00
Bart De Vries
a5baf218d4
Overhaul settings
...
- Port from checkboxes to switches
- Move/add/remove separators
- Rephrase text
- Make sure categories in the ConfigurationView are correct
2025-02-06 16:27:01 +01:00
Tobias Fella
3bcaeb8525
Remove unused properties from Feed
2025-02-06 15:16:45 +00:00
Tobias Fella
c0dfa649f9
Fix playbackState in VolumeSlider
2025-02-06 15:11:26 +00:00
Tobias Fella
cb02e25788
Qml Cleanup: Chapters
...
- Register Chapter as QML type
- Use required properties for ChapterListDelegate
2025-02-06 15:10:33 +00:00
l10n daemon script
d450d14b83
GIT_SILENT Sync po/docbooks with svn
2025-02-06 01:33:51 +00:00
Tobias Fella
5e09183699
Remove unused property
2025-02-05 21:24:57 +01:00
Tobias Fella
b37875fb5c
Use "root" as id for DiscoverPage
2025-02-05 21:23:51 +01:00
Tobias Fella
dc3a1c4987
Register Entry as QML element
...
Makes qmlls slightly happier
2025-02-05 19:59:17 +01:00
Bart De Vries
130548ee95
Add the possibility to force the app to mobile/desktop mode
...
Not all distros are setting QT_QUICK_CONTROLS_MOBILE correctly. This
setting allows users to have the app override incorrect system-level
settings.
2025-02-05 10:59:19 +01:00
l10n daemon script
aae237bb5a
GIT_SILENT Sync po/docbooks with svn
2025-02-04 01:32:57 +00:00
l10n daemon script
39d5245f35
GIT_SILENT Sync po/docbooks with svn
2025-02-03 01:32:46 +00:00
l10n daemon script
0f9b397d96
GIT_SILENT Sync po/docbooks with svn
2025-02-02 01:37:56 +00:00
l10n daemon script
576d524c4e
GIT_SILENT Sync po/docbooks with svn
2025-02-01 01:33:56 +00:00
l10n daemon script
cf8de3b9c7
GIT_SILENT Sync po/docbooks with svn
2025-01-31 01:34:49 +00:00
Heiko Becker
284fa1bab4
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit 9cbeb786b02b2480f10d59a5b3e1f402c325e3b7)
2025-01-31 01:40:48 +01:00
Bart De Vries
1f99751d72
Update flatpak manifest dependencies
2025-01-30 19:16:36 +01:00
Joshua Goins
599cc24ea0
ErrorListPage: Remove duplicate heading, move action to the header
...
The heading "Error Log" is already present at the top of the window, no
need to repeat ourselves. Also promote the "Clear All" button to a page
action.
2025-01-30 14:29:04 +00:00
Joshua Goins
e6f9e5acd6
QueuePage: Improve the look of the queue header
...
It now has a nicer background and separation with the rest of the
content, and matches with the other headers in other pages.
2025-01-30 14:20:21 +00:00
Joshua Goins
cdafdbe5b4
Port most of the selectable TextEdits to SelectableLabel
...
This fixes the selectable labels looking weird, makes them look native along with other goodies built-in to this Kirigami component. Also changes the links in the podcast description to use UrlButton.
2025-01-30 14:12:51 +00:00
Joshua Goins
7472277a34
Change the prioritize streaming option to "prefer streaming"
...
I was initially confused by this setting, thinking it somehow
prioritized streaming over downloading like... network-wise? What this
setting actually controls is which button is shown in the UI, which is
more of a "preference" and should be referred to as such.
2025-01-30 12:57:57 +00:00
Joshua Goins
981cc69922
DownloadListPage: Improve the placeholder text, add icon
...
This adds an icon to the placeholder text here.
Oh yeah, and add in a bit of translator context for good measure.
2025-01-30 12:56:58 +00:00
Joshua Goins
ef64dfb8aa
Don't allow opening an invalid fullscreen episode image
...
This MouseArea is still enabled even if no entry is playing, which
results in a fun bug where you can tap the image and nothing ever shows
up.
If we're not playing anything, disable the MouseArea. Also disable the
pointing hand cursor in this case, too.
2025-01-30 12:15:53 +00:00
Joshua Goins
0bbd895929
Call KIconTheme::initTheme to fix icon recoloring on other platforms
...
This should fix icons and recoloring in general for other platforms,
like Windows.
Link: https://planet.kde.org/christoph-cullmann-2024-05-11-kde-applications-icons/
BUG: 491713
2025-01-30 12:08:30 +00:00
Joshua Goins
121da79999
Rename "About" page to "About Kasts" (for real)
...
I only changed the category name, this also changes the text in the
sidebar.
2025-01-30 11:52:23 +00:00
l10n daemon script
5aa4465e1b
GIT_SILENT Sync po/docbooks with svn
2025-01-30 01:35:04 +00:00
l10n daemon script
13412e79f5
GIT_SILENT Sync po/docbooks with svn
2025-01-29 01:34:43 +00:00
l10n daemon script
93689505c7
GIT_SILENT Sync po/docbooks with svn
2025-01-28 01:35:24 +00:00
l10n daemon script
d79737a8d2
GIT_SILENT Sync po/docbooks with svn
2025-01-27 01:36:03 +00:00
Tobias Fella
b8c28b2f7f
Modernize config registration
2025-01-26 21:01:31 +01:00
Joshua Goins
981ee01dbd
Fix null dereference in FeedsModel when a feed isn't found
...
This is easily reproducible by trying to view the model in GammaRay.
2025-01-26 08:18:50 +00:00
Joshua Goins
93308f91e0
Fix crash when viewing models in GammaRay
...
In DataManger::getFeed, it doesn't check if the index is less than 0.
2025-01-26 08:18:50 +00:00
Joshua Goins
8d3cafbb04
DiscoverPage: Improve the look of the search bar
...
Self-explanatory, this makes it look way prettier and less looking like
it was stapled to the top of this page.
2025-01-26 08:03:59 +00:00
Joshua Goins
94540746b6
Rename "About" page to "About Kasts"
...
This matches the style in other KDE applications.
2025-01-26 07:59:21 +00:00
l10n daemon script
acecd713a7
GIT_SILENT Sync po/docbooks with svn
2025-01-26 01:34:08 +00:00
Max Buchholz
39590a8779
Appdata: add display size
2025-01-25 17:35:41 +00:00
l10n daemon script
10da7c098c
GIT_SILENT Sync po/docbooks with svn
2025-01-25 01:35:15 +00:00
l10n daemon script
bc94b10733
GIT_SILENT Sync po/docbooks with svn
2025-01-21 01:34:19 +00:00
l10n daemon script
5e26269d59
GIT_SILENT Sync po/docbooks with svn
2025-01-20 01:37:44 +00:00
Tobias Fella
c9dd106a79
Add qmlls files to gitignore
2025-01-19 20:02:54 +01:00
l10n daemon script
c44ba532e5
GIT_SILENT Sync po/docbooks with svn
2025-01-18 01:40:44 +00:00
l10n daemon script
2a98ba6911
GIT_SILENT Sync po/docbooks with svn
2025-01-16 01:34:14 +00:00
l10n daemon script
dc34268d40
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2025-01-16 01:27:56 +00:00
l10n daemon script
b23289b296
GIT_SILENT made messages (after extraction)
2025-01-16 00:40:31 +00:00
Bart De Vries
8f890a9eaf
Fix synchronization button on start page
...
BUG: 498690
2025-01-15 13:52:22 +01:00
Bart De Vries
7066d39715
Fix android build by removing unused string from manifest
2025-01-15 11:20:46 +01:00
l10n daemon script
cd49775ef8
GIT_SILENT Sync po/docbooks with svn
2025-01-15 01:34:51 +00:00
Bart De Vries
fe33bfa45a
Update app copyright date to 2025
2025-01-14 11:16:24 +01:00