[kdeplasma-addons] [Bug 378823] EPOD POTD display header image instead of the real photo

2023-01-18 Thread Justin Zobel
https://bugs.kde.org/show_bug.cgi?id=378823 Justin Zobel changed: What|Removed |Added Status|REPORTED|NEEDSINFO Resolution|---

Re: make IDEs aware of the headers

2023-01-18 Thread David Redondo
Am Samstag, 7. Januar 2023, 16:40:27 CET schrieb Andrey Butirsky: > > Other IDEs should benefit too. KDevelop (and I think Kate too) displays headers in "Project" view without this. I am not convinced of this amount of work (and cluttering of our CMake files) to workaround IDE/editor deficienc

Re: Pager keyboard shortcuts

2023-01-18 Thread Méven
Hi van, > Is there a text file of settings for the pager that I can edit? No need, there is an UI for this. In systemsettings > Workspace > Shortcuts > KWin > "Switch to desktop". My system is in french and my plasma version is more recent (5.22.5) but I think it should be there nevertheless. C

Pager keyboard shortcuts

2023-01-18 Thread Van Snyder
I'm using Debian 10. Kinfocenter says KDE Plasma version 5.20.5 and KDE Frameworks version 5.78.0 are installed. When I installed my system and account, I chose to have four virtual desktops. There were apparently built-in shortcuts Alt-F1, Alt-F2, Alt- F3, Alt-F4, to switch between them. I added

Rename pt to pt_PT in svn

2023-01-18 Thread hanyoung
Hello everyone, I'd like to rename `pt` directory in our svn to `pt_PT` to fix the bug that most applications treat `pt` as `pt_BR`. My understanding is that `l10n-kf5/$LANGUAGE/messages/plasma-workspace/plasmashell.po` will be sync to `plasma-workspace/po/$LANGUAGE/plasmashell.po`. In turn, wh

make IDEs aware of the headers

2023-01-18 Thread Andrey Butirsky
Hi all, let me introduce my finding we probably want for all KDE's CMake-based projects eventually. The idea is, wherever we add a source files to a project, we should also add a headers alongside: |add_library(my_lib [STATIC|SHARED|MODULE] [source.cpp source.h ...]) add_executable(my_exe