Re: Frameworks / Plasma/ Gear Release Schedule Plan

2023-09-05 Thread christoph
https://invent.kde.org/utilities/kate/-/blob/master/.gitlab-ci.yml?ref_type=heads and require KF 6 + Qt 6 in the CMake files or is there additional stuff that needs updates to avoids one breaks stuff? Greetings Christoph - The KDE Gear release will move by 2 months to allow for the extra time n

Re: Frameworks / Plasma/ Gear Release Schedule Plan

2023-09-09 Thread christoph
eek to chime in. Let's make our Qt 6 based 'bundled' release next year a good one ;) Greetings Christoph Cheers, Albert Greetings Christoph >> - The KDE Gear release will move by 2 months to allow for the extra >> >> time needed for testing initial Qt6

Re: Frameworks / Plasma/ Gear Release Schedule Plan

2023-09-10 Thread christoph
ne", "stable": "none", "stable_kf5": "release/23.08", "trunk_kf5": "master"} Would it be something like: {"trunk": "master", "stable": "none", "stable_kf5": "release/23.08", "trunk_kf5": "none"} Greetings Christoph

Re: Frameworks / Plasma/ Gear Release Schedule Plan

2023-09-12 Thread christoph
quot;) set(QT_MAJOR_VERSION "6") set(KF_MIN_VERSION "5.240.0") set(KF_MAJOR_VERSION "6") in the first step and start later to remove the version ifs. Greetings Christoph

Re: Frameworks / Plasma/ Gear Release Schedule Plan

2023-09-13 Thread christoph
t the moment the move to KF6 means I must disable the Flatpak CI part? Greetings Christoph Greetings Christoph David

Re: KDE Gear projects with failing CI (release/23.08) (12 September 2023)

2023-09-19 Thread christoph
quot;, I assume one will need to hard code that, too, if one creates no own scripting. But I might be wrong. Greetings Christoph = FAILING UNIT TESTS = konsole: * https://invent.kde.org/utilities/konsole/-/pipelines/484148 * freebsd_qt515 tests are failing

Re: Compilation error in CI when building Konqueror for KF6 on linux

2023-10-08 Thread christoph
erties(katepch PROPERTIES POSITION_INDEPENDENT_CODE ON) to the static lib target, we need that in Kate, too. Greetings Christoph Thanks in advance Stefano

Re: Transitioning to Qt 6.6 for Windows builds - Syndication build failure

2023-11-20 Thread christoph
eduled the job, it already passed at least the syndication step. Greetings Christoph Thanks, Ben

Re: Remove/ Archive Obsolete or Disabled Bugzilla Product/Components

2023-12-18 Thread christoph
n't control the sorting of projects except by renaming them to something that starts with a Z. Hi, would that make anything better btw.? Disabled components should be invisible for bug reporting, I don't think they hurt anyone. Greetings Christoph

Re: Incubation Request: Kiview

2024-04-29 Thread christoph
List() << QStringLiteral("-c") << QString().fromStdString(command.c_str())); That will just then kill any kind of libreoffice instances or perhaps even inject other commands depending what this grep matches. I tend to agree that this would rather need some major overhaul. Greetings Christoph /Sune

RFC: Theming and styles of KDE applications

2024-05-04 Thread christoph
ser, but if the user didn't set something manually, idenpendent what the system propose, we just use Breeze. And we depend on that as dep e.g. in Kate, if you install Kate, that icon set and theme is installed. Greetings Christoph

Re: RFC: Theming and styles of KDE applications

2024-05-04 Thread christoph
we really support on these platforms. Greetings Christoph - Akseli ps. I am bad with mailing lists, lets hope this sends to right place lol

Re: RFC: Theming and styles of KDE applications

2024-05-05 Thread christoph
e something similar to the current KColorSchemeMenu::createMenu() API but for icon theme or application style. Yes, such stuff as extra would be nice. - Gary Greetings Christoph

Re: RFC: Theming and styles of KDE applications

2024-05-05 Thread christoph
e_requests/239 Testing and feedback (and help) is welcome. This would be opt-in, e.g. Kate would call KIconTheme::initTheme() before the QApplication construction and KStyleManager::initStyle() after it and that would ensure the full setup. Greetings Christoph

Re: RFC: Theming and styles of KDE applications

2024-05-09 Thread christoph
of Plasma. If you have time to help out, we use https://invent.kde.org/frameworks/kiconthemes/-/issues/3 to coordinate that a bit. Greetings Christoph

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-05-25 Thread christoph
dbus on Windows and these apps/plugins did miss to add explicit cmake finds/use of QDBus. I can patch that in master, actually even better I patch the use out on that systems. If we need that in stable, one will need to backport that, did it already for Kate. Greetings Christoph Thanks

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-05-25 Thread christoph
lled, even deleting the dll and the most freezes you will get if that is not done is just dbus related. It would be great if people could join the effort to get that right. https://invent.kde.org/packaging/craft-blueprints-kde/-/issues/17 Greetings Christoph Regards, Volker

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-05-26 Thread christoph
or. It is just like X11: don't use it on systems that don't have it as native windowing system, we guard that the same way. Greetings Christoph Regards Thomas

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-05-26 Thread christoph
that don't have it as native windowing system, we guard that the same way. Greetings Christoph Regards Thomas

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-05-27 Thread christoph
, one need to use the matching IPC services they provide. Or just not do it. For most use cases something like https://github.com/KDAB/KDSingleApplication is enough and avoids any extra spawned processes. Naturally that is not true for all usages. Greetings Christoph

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-05-27 Thread christoph
loyed a dbus-daemon the right way on Windows or macOS, that makes it just not usable for the average developer. They want to link to the framework and bundle it and it shall work. And after the last round of patches, most frameworks including KIO do. Greetings Christoph

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-05-27 Thread christoph
s lib you can depend on in the blueprints. Then KDE Connect and other parts that need it (and hopefully take care that a session bus is packaged and starts) can have it, but e.g. Kate doesn't need to start to blacklist stuff it not even depends on. Greetings Christoph Cheers, Ca

Re: Migrating Windows CI to Qt 6.7 - Roadblocks

2024-06-03 Thread christoph
that don't need it. Greetings Christoph

Re: KDE Gear projects with failing CI (master) (18 June 2024)

2024-06-21 Thread christoph
obably disable building of tests in general in Craft. Building them is just a waste of energy and time and I fail to see any benefit. When/if we want to start running the tests in Craft then we can simply re-enable their build. Ok, guess that would make sense and save power we just waste ATM. Greetings Christoph

Re: icons in filelight on windows

2024-06-23 Thread christoph
/a74a2657c7fb642c4062afb50a2c7920da315eca Hi, I tried the current master build and for me there are icons on Windows 11. Only the text color is wrong as I have dark mode on, but the app uses light mode colors for the UI beside for the text. Greetings Christoph I hope this helps! Julius

Re: KDE Gear projects with failing CI (master) (2 July 2024)

2024-07-03 Thread christoph
disk? Hmm, that would be rather strange, per default still all icons are installed, the lib is just there in addition. Greetings Christoph

Re: Guidelins for one codebase that builds with Qt5 and Qt6?

2024-08-05 Thread christoph
plugins in the repo still non-trivial), just porting once on block was a lot easier than trying to ifdef it around. But depending how much of the API Krita uses got changed from Qt 5 to 6 that might differ. I found Qt 5 to 6 porting not that hard, at least compared to older porting efforts.

Re: Help with kcoreaddons_add_plugin

2024-08-12 Thread christoph
st plugins = KPluginMetaData::findPlugins(QStringLiteral("kf6/ktexteditor")); and just loads the first plugin found with the same name, that for me works 'uninstalled' in the Kate build bin dir. Greetings Christoph On Mon, 12 Aug 2024 at 18:22 Tomaz Canabrava wrote: Hello Al

Re: Move Breeze to Framework

2024-12-30 Thread christoph
am confused with that. Would kcolorscheme then depend on breeze? Without it, it would be again back to more or less useless as it ships no proper color scheme nor will the dark mode switching work. Same for kiconthemes, that relies on that to work with just kcolorscheme & breeze-icons. Greetings Christoph Nate

Re: Move Breeze to Framework

2024-12-30 Thread christoph
SDDM theme, Plasma SVG theme) into that repo as well. But that can be a longer term thing. Nate Greetings Christoph

Re: Move Breeze to Framework

2024-12-17 Thread christoph
part there and having it in sync with Frameworks releases is nice for apps, too. Greetings Christoph Cheers, Carl

Re: Move Breeze to Framework

2024-12-17 Thread christoph
ycle which I think I not nice as Kate will wait for Plasma releases to get fixes. Beside that the development story is in my eyes not good if apps need to require Plasma parts, it is in my eyes a lot nicer to have this on the Framework level, like the Breeze icons are already. Greetings Christoph David

Re: [kdesrc-build] qca build failed

2018-01-20 Thread Christoph Feck
On 20.01.2018 17:33, Mathieu Tarral wrote: I'm trying to build KDE from source using kdesrc-build script. However, each time i have tried these last days, it failed on the QCA module. This might have to do with incompatible changes in openssl. Try to switch between 1.0.2 and 1.1.0 version. B

Re: Closing old Plasma 4 bugs

2018-02-14 Thread Christoph Feck
Thanks for your understanding! Nate Graham Hi Nate, had that on my TODO list, but happy to see you taking over for this task. I suggest to wait until Ubuntu 18.04 LTS is released, ideally a month longer to give people with LTS requirements time to update it. Christoph

Re: Kcalc maintainers/reviewers?

2018-02-15 Thread Christoph Feck
deeply appericiated! [1] https://phabricator.kde.org/D10555 and https://phabricator.kde.org/D8271 Thanks for the patches! I hope to take care of both soon. Please excuse our delays; not all projects from the KDE community have active maintainers. Christoph Feck

Re: Searching for KF5CddbConfig.cmake

2018-02-23 Thread Christoph Feck
nrad, the package 'libkcddb-dev' looks correct, but it most certainly contains the old KDE4 version. Please try a recent distribution to compile recent software. Ubuntu 16.04 is _really_ old when it comes to dependencies in the fast-moving KDE territory. Christoph

Re: KF5 Conversion problems

2018-03-10 Thread Christoph Feck
On 10.03.2018 15:51, Robin Atwood wrote: This is my first KDE4->KF5 conversion so brace for a lot of n00b questions! To start I am getting compile failures because the wrong include files are getting picked up: [...] /usr/include/kdialog.h:35:25: fatal error: QtGui/QDialog: No such file or dire

Re: kdesrc-build howto success ?

2018-03-22 Thread Christoph Feck
On 22.03.2018 08:20, Stéphane Ancelot wrote: /home/sancelot/qt5/qtbase/lib/libQt5WebKit.so.5: undefined reference to `QQuickFlickable::contentItem()@Qt_5_PRIVATE_API' You are mixing different Qt versions.

Please help in Etherpad: KDE Applications 18.04 new features

2018-03-29 Thread Christoph Feck
days to finalize the announcement text. https://phabricator.kde.org/T8357 for related discussion. Thanks! -- Christoph Feck KDE Release Team

KDE Applications 18.04 RC tagging

2018-04-05 Thread Christoph Feck
tomorrow. Please reply here or write to release-team list if you have such changes. -- Christoph Feck KDE Release Team

Re: [Plasma-5.12][Wayland] Add Qt Bug 66008 to errata website for 'No support for primary selection (middle-click to paste)'

2018-04-05 Thread Christoph Feck
On 05.04.2018 13:55, Sedat Dilek wrote: Can you add the Qt-Bug #66008 (as I have no rights for editing)? Done.

Re: Closing old Plasma 4 bugs

2018-05-11 Thread Christoph Feck
On 11.02.2018 20:52, Nate Graham wrote: All right, so let's give it a shot. How about we make it so that normal users have full privilages except the following: - Can't bulk change - Can't change Importance field We now see regressions caused by this particular change: - new 'wishlist' tickets

Please help in Etherpad: KDE Applications 18.08 new features

2018-07-26 Thread Christoph Feck
days to finalize the announcement text. https://phabricator.kde.org/T9273 for related discussion. Thanks! -- Christoph Feck KDE Release Team

Re: Upcoming reorganisation of the CI system

2018-08-14 Thread Christoph Feck
overview before doing releases. Christoph Feck

Re: CI System Reorganisation

2018-09-09 Thread Christoph Feck
I can view all of "stable" Applications on a single page? I remember I asked if it would still be possible after the change, but I cannot see a filter or link to get an overview of all builds. Christoph Feck

Re: network connectivity with proxy

2018-09-19 Thread Christoph Feck
On 20.09.2018 00:03, Albert Astals Cid wrote: El divendres, 14 de setembre de 2018, a les 18:04:59 CEST, Thiago Macieira va escriure: On Wednesday, 12 September 2018 04:17:35 PDT Harald Sitter wrote: If I am not mistaken Qt already looks in the environment variables for http_proxy, https_proxy

Announcement text for the KDE Applications 19.04 release

2019-03-18 Thread Christoph Feck
release. I created https://phabricator.kde.org/T10636 which has a link for the Etherpad document at https://notes.kde.org/p/applications_19.04_new_features Please fill this document in the next few days. -- Christoph Feck KDE Release Team

Re: May 10: Removing l10n support for kde4 playground-* repos

2019-04-21 Thread Christoph Feck
KDE4 detection come from? Thanks, and Happy Easter, Christoph Feck

Re: How is the Font DPI Scale stored?

2019-06-12 Thread Christoph Feck
144 You can read XResources via libxcb calls, code in Qt is here: https://code.qt.io/cgit/qt/qtbase.git/tree/src/plugins/platforms/xcb/qxcbscreen.cpp#n357 Note that this value is deprecated, because it isn't per-screen. -- Christoph Feck

Re: KDE Frameworks 5.62.0 released

2019-09-14 Thread Christoph Feck
On 09/14/19 13:35, David Faure wrote: 14th September 2019. KDE today announces the release of KDE Frameworks 5.62.0. http://kde.org/announcements/kde-frameworks-5.62.0.php This web page says the release number is 5.1.0.

Re: lzip vs. xz

2019-09-25 Thread Christoph Feck
on a server's toolchain. It needed a long time until xz was established. Maybe lzip will establish, or maybe zstd will. Or razor[1] will be open sourced and spreads like a fire. Or someone makes paq8 1000 times faster. Only time will tell, but until then, xz is what we have. Christoph Feck

Re: Recommendation: drop ProvidersUrl entry to rely on default value

2020-01-30 Thread Christoph Feck
KNewStuff library as current value. Does it work with all KNewStuff 5.x versions? Otherwise, the required KF5 version would need to be bumped where this change was made. -- Christoph Feck

Re: Review Kid3

2020-02-13 Thread Christoph Feck
/doc/trunk-kf5/po/kid3.po/ Kid3 exists since 2003 and I would say that it is quite mature. As it is also available as a Qt-only version (without KDE dependencies) and for macOS, Windows and Android, the build system differs a bit from the typical KDE application. -- Christoph Feck KDE Bug

Re: Review Kid3

2020-02-18 Thread Christoph Feck
On 02/13/20 22:14, Albert Astals Cid wrote: You should change the bug reporting to use bugzilla not your email address in KAboutData Right. Urs, could you please request creation of a bugzilla product? Thanks, Christoph

Re: bug 385814

2020-02-27 Thread Christoph Feck
On 02/27/20 14:24, Stefan Champailler wrote: import org.kde.plasma.private.kicker 0.1 as Kicker Kicker is in plasma-workspace, see https://cgit.kde.org/plasma-workspace.git/tree/applets/kicker

Re: start contribute to KDE

2020-03-04 Thread Christoph Feck
O. I suggest to also look at kdeutils, kdegames, and kdeedu projects for starting, but as I said, your motivation decides where and what to work on. -- Christoph Feck

Re: kpat card decks

2020-03-07 Thread Christoph Feck
On 03/07/20 21:42, 0...@caiway.net wrote: I tried to reverse engineer kpat to find the image of the backside of the cards. I want to customize it. See https://cgit.kde.org/libkdegames.git/tree/carddecks

Re: Adding the Abstract Games Suite to the KDE Applications

2020-05-06 Thread Christoph Feck
hey can go directly to release service (after code review). -- Christoph Feck

Re: Hello everyone

2020-05-29 Thread Christoph Feck
Hi Вадим, On 05/29/20 16:40, Березин Вадим wrote: Hello everyone! I am new to the community and don't know how I can be useful in it. I study C ++ and have programming experience in courses in Russian. I solved some mathematical problems using C ++ 11. My first language is Russian, but I can rea

Re: GSoC and Open Source Contribution

2020-11-18 Thread Christoph Feck
queries. Thank you for your interest in helping our community! We have collected information how to contribute at https://community.kde.org/Get_Involved If there is anything unclear, please ask more specific questions. BG, Christoph

Re: idea

2020-12-13 Thread Christoph Feck
On 12/12/20 16:19, imindmap wrote: Why Kde dont create a [DAW](https://en.wikipedia.org/wiki/Digital_audio_workstation) for linux ?? ardour not a 100% free (open source but not free) & lmms not a complete DAW hey guys please create a DAW with mix ardour & lmms source code Why do you expect you

Incubating linux-stopmotion

2021-04-07 Thread Christoph Grüninger
/linuxstopmotion/ == List of people committing to the project == Tim Band Christoph Grüninger == Plan to be in compliance with the KDE manifesto == We already comply wih the KDE manifesto - except for the infrastructure. We plan to - move over to KDE's Git repository - switch to a mailing list w

Re: Incubating linux-stopmotion

2021-04-08 Thread Christoph Grüninger
d'accord with the change. Then we now how to call the project within invent.kde.org I am going to report back! Bye Christoph Am 07.04.21 um 21:45 schrieb Christoph Grüninger: > Dear KDE team, > > I would like to apply for linux-stopmotion to become a KDE project. > > ==

Re: I want to start collaborating

2021-08-29 Thread Christoph Grüninger
ed to the well established parts of KDE. Bye Christoph Am 28.08.21 um 15:28 schrieb Alessandro Pellicciotta: > Greetings, > I would start collaborating in KDE project to get experience in programming. > I don't have great skills, but I want to work in small projects. > Where can I start?

Re: GitLab config in older repositories

2021-12-03 Thread Christoph Grüninger
Bye Christoph > Am 03.12.2021 um 18:58 schrieb Kai Uwe Broulik : > > Hi everyone, > > I noticed that in some projects, probably those that trialed GitLab before it > was rolled out completely, have different configuration options set to the > rest of KDE, most notably

Re: Part-time KDE sabbatical, feedback or guidance appreciated (but no pressure)

2023-05-07 Thread Christoph Grüninger
involved with layers closer to KDE's inner workings. - You can look for less coding related tasks, to get you started. One example is updating Kile's documentation [2] Have fun! Christoph [1] https://community.kde.org/Incubator/Incubated_Projects [2] https://invent.kde.org/office/kile/

Re: KParts and the Qt5->Qt6 transition

2024-01-23 Thread Christoph Grüninger
ed by more then a dozen crash reports that require each confirmation and a brave soul to provide a fix. See https://invent.kde.org/office/kile/-/issues/13 A Qt 6 port will probably be merged after a Kile 3 release. I am not the maintainer of Kile, Michael might have different ideas. Bye Christoph

Re: Kile release status

2024-03-04 Thread Christoph Grüninger
is kind of the maintainer. Helping testing Kile and addressing the crash bugs would definitely be helpful. Bye Christoph Am 04.03.24 um 17:28 schrieb Jonathan Riddell: Following the release of Qt 6 based libraries and apps users of Kile are reporting that it no longer runs for them.  There

Re: How do you store the KWallet master password?

2013-11-10 Thread Christoph Feck
stored in your brain. If you forget it, you only have "brute force" methods to be able to decrypt the wallet again (not that I know anyone who was successful at cracking it). Christoph Feck (kdepepo) KDE Quality Team >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: How do you store the KWallet master password?

2013-11-10 Thread Christoph Feck
On Sunday 10 November 2013 12:07:51 Christoph Feck wrote: > On Sunday 10 November 2013 07:43:12 Abe Masiddo wrote: > > Hello, > > > > I am considering to use KWallet to store some of my passwords. I > > know that KWallet uses a master password that allows me to >

Re: Please upload articles for automatic Language/Layout Switching

2013-11-25 Thread Christoph Feck
t. Regarding topic coverage, peer-reviewed grammar and spelling, you will have a hard time to beat it. You can find the raw XML as .bz2 downloads at the Wikipedia sites. Stripping the XML/Wiki formatting away and leaving only the text is a simple task for any Perl script coder. Christoph F

Kaffeine's future

2013-12-02 Thread Christoph Pfister
h patches earlier [ sorry guys! ], so I don't have a logical candidate or so. But if somebody is willing to take over [ you should know a bit about Qt and KDE and preferably have some Dvb / Atsc equipment at hand ], I will try to support the handover. Regards, Christoph - Last released version (Q

Re: Kaffeine's future

2013-12-14 Thread Christoph Pfister
Hi Mario, 2013/12/9 Mario Fux KDE ML : > Depending on where you are on this planet I could send you a DVB-S card to > test and port Kaffeine. > > Christoph: > What do you think of migrating the code and mailing lists (etc.) from > sourceforge to KDE infrastructure? As far as I

Re: Moving Baloo and Baloo-widgets into KDE SC

2013-12-24 Thread Christoph Feck
cannot introduce Baloo in KDE 4.x, but only for KF5. Christoph Feck (kdepepo) KDE Quality Team >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Review Request 114632: Improve pdf title extraction

2013-12-25 Thread Christoph Feck
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/114632/#review46156 --- Hm, you broke the comment :) - Christoph Feck On Dec. 23

Re: Review Request 114632: Improve pdf title extraction

2014-01-06 Thread Christoph Feck
> On Dec. 26, 2013, 1:57 a.m., Christoph Feck wrote: > > Hm, you broke the comment :) > > Luis Silva wrote: > What do you mean? It all works fine here. Yes, because the compiler does not read comments. - Christoph

Re: Review Request 114632: Improve pdf title extraction

2014-01-06 Thread Christoph Feck
> On Dec. 26, 2013, 1:57 a.m., Christoph Feck wrote: > > Hm, you broke the comment :) > > Luis Silva wrote: > What do you mean? It all works fine here. > > Christoph Feck wrote: > Yes, because the compiler does not read comments. > > Thomas Lüb

Re: Moving Baloo and Baloo-widgets into KDE SC

2014-01-09 Thread Christoph Feck
ll be able to completely remove the Nepomuk API for the frameworks releases, and only use Baloo, because I trust you that Baloo offers better performance than Nepomuk. But if the above scenario does not work, we should probably not introduce Baloo for KDE SC 4.x. Christoph Feck (kdepepo) K

Re: AppArmor question

2014-01-27 Thread Christoph Feck
es etc.) have "kdeinit4" as parent process to save memory and startup time due to reduced relocations. Some others, such as klipper, konsole, etc. do not. If AppArmor still only supports processes that have "systemd" (or "init" as the parent process), then yes,

Re: Setting up environment - Working on Bugs

2014-02-07 Thread Christoph Feck
With some hope, he can provide exact steps to reproduce. More questions? Ask :) Christoph Feck (kdepepo) KDE Quality Team >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: khelpcenter

2014-02-09 Thread Christoph Feck
ask on the kde-i18n-doc list. Christoph Feck (kdepepo) >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Keyboard shortcut enhancement.

2014-02-13 Thread Christoph Feck
> I always tend to realease CTRL after every hotkeys but I believe > some people doesn't. Exactly, I do not release the Ctrl key when using multiple shortcuts. Christoph Feck (kdepepo) >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: What to test for 4.13?

2014-03-07 Thread Christoph Feck
and invite users to report thing that still might need to be addressed. Thanks, Christoph Feck (kdepepo) >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Baloo - no way to index directories off root via UI

2014-04-03 Thread Christoph Feck
On Thursday 03 April 2014 12:52:32 Lindsay Mathieson wrote: > Before I swapped my 1TB boot disk for a SSD I used to have large > root partition with a /data directory contain documents etc > > I tested this by manually creating a /data2 directory owned by me > with some sample data. > > It is not

Re: [kde-community] KDE applications 4.14 LTS or 4.15?

2014-04-26 Thread Christoph Feck
er words, an initial KF5 port should not need disruptive changes. Please do not rush to remove all Qt4/KDE4Support code, because that may cause breakage that could lead to bad publicity. Like we did with removing dependency on Qt3Support, that can come slowly and gradually in the coming yea

Re: Touch interface development

2014-06-09 Thread Christoph Feck
On Monday 09 June 2014 12:15:30 Benedict Yappy wrote: > Everyone, I am interested in how touch interface support is being > developed in KDE. > > I just recently installed Sabayon 14.16 which (should) have recent > KDE build. I find the touch interface rather bland. > The main weakness: > 1. Dragg

Re: Focus Event on any Text Input

2014-07-01 Thread Christoph Feck
On Tuesday 01 July 2014 20:27:11 Ahmed Ibrahim Khalil wrote: > Hello, > > Is there any possible way that I could listen to any focus events > that happens to any text field in the whole KDE window system ? > > Cheers Have a look at how various X Input Method tools do i

Re: Can I develop mantis integration for drkonqi?

2014-08-02 Thread Christoph Feck
esides DrKonqi for crashes, we also have KBugReport (see [1]). Currently we only either support bugzilla, or plain old mail. If an application developer wants to receive bug reports in a different way, a custom bug reporting dialog is needed. Additions to support other methods here are

Re: help needed for 4.14 release promo

2014-08-02 Thread Christoph Feck
On Friday 01 August 2014 00:50:16 Carl Symons wrote: > Hello KDE-devel, > > 4.14 final release is on August 20th. We want to get the word out > as usual with an announcement and a story on the Dot. The work > that you do is the foundation for the KDE Community. Please help > us support you. > > W

Re: KIOSK in KDE4

2014-08-02 Thread Christoph Feck
files via shell. > How could I debug project like this? I am running Fedora 20 and KDE > 4.13.3. There existed a partial port for kiosktool made by > peterix, which was in playground and now it is in > /branches/work/kiosktool_petrm/. Maybe I will start with this > code, but I need mo

Re: Icon sizes

2014-08-07 Thread Christoph Feck
lobals > with respective Size set but this doesn't seem to be respected. > > Any suggestion how I could make my icons become non-super-tiny? Which icon theme do you use, and does the icon theme state which icon sizes it supports for each category in the index.theme file? Christo

Re: Review Request 114933: KF5 Port of kdeui/kmessagewidgetdemo

2014-08-12 Thread Christoph Feck
te examples repository, or we showcase a single framework, and make sure the examples do not drag in other frameworks. - Christoph --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard

Re: [kdepim/frameworks] /: Port khbox

2014-08-12 Thread Christoph Feck
s is too big, use some fraction of the font height as a reference. Christoph Feck (kdepepo) >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: KDE applications 4.14 LTS or 4.15?

2014-08-17 Thread Christoph Feck
o merge "frameworks" to "master", without risking that unfinished work is branched for release later? Or do we need to keep "master" always stable, and only merge "frameworks" when it is ready for release? Christoph Feck (kdepepo) >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Projects for Students wanted!

2014-09-09 Thread Christoph Feck
es not only know how to plan and write new code, but also reads existing code written by others to analyze it and to plan improvements and there. If you have questions, please ask on this list or in the IRC channel #kde-devel on freenode servers. -- Christoph Feck http://kdepepo.wordpress.com/ KDE Quality Team >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Help needed with KF5 port: KPart / KPluginLoader

2014-09-17 Thread Christoph Feck
s, loaders, and kparts could point me in the right direction, I would be very happy and could continue porting. Merci :) Christoph Feck (kdepepo) >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Review Request 114933: KF5 Port of kdeui/kmessagewidgetdemo

2014-09-18 Thread Christoph Feck
do you want me to move this from kdeexamples to kwidgetsaddons ? > > Christoph Feck wrote: > While it indeed makes sense to showcase the features of a framework > inside that framework, here I see the problem that the code currently depends > on other frameworks. > >

Re: Fwd: PVS-Studio KDE analysis

2014-10-02 Thread Christoph Feck
wed to do this. Okey :) The RAW log files can be downloaded here: http://developer.kde.org/~cfeck/ Would be nice if someone hacks a script to format them to readable pages. Thanks Svyatoslav and Boris! -- Christoph Feck http://kdepepo.wordpress.com/ KDE Quality Team >> Visit

Re: Help compiling and installing Kate 4.14.n on Debian Wheezy (at KDE 4.8.4)

2014-10-23 Thread Christoph Feck
messages that the "cmake" run shows. If you get stuck, post those. Christoph Feck (kdepepo) >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: WANT TO DEVELOP KDE APPLICATIONS

2014-10-23 Thread Christoph Feck
g/Getinvolved If you think C++ is a lot to read and learn, these two links will change your measure ;) Christoph Feck (kdepepo) >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

  1   2   >