Re: Fwd: Approval request for feature idea

2022-05-30 Thread samuel ammonius
/22 19:52, samuel ammonius wrote: > > Adding this feature won't make the C++ styles disappear. It will only > > make it possible for users who don't know how to make a style plugin in > > C++ to make their own styles > > the problem is that the Qt stylesheets are pretty bad at

Re: Fwd: Approval request for feature idea

2022-05-30 Thread samuel ammonius
https://doc.qt.io/qt-5/stylesheet-reference.html#:~:text=widget%2Danimation%2Dduration* Wouldn't this allow animated fades? On Mon, May 30, 2022 at 4:32 PM Sven Brauch wrote: > Hi, > > On 5/30/22 20:37, samuel ammonius wrote: > > I've worked with regular CSS and I'm sure that st

Re: Fwd: Approval request for feature idea

2022-05-30 Thread samuel ammonius
I also found this: https://github.com/Alexhuszagh/BreezeStyleSheets#gallery On Mon, May 30, 2022 at 4:32 PM Sven Brauch wrote: > Hi, > > On 5/30/22 20:37, samuel ammonius wrote: > > I've worked with regular CSS and I'm sure that stylesheets offer just as > > many customizat

Fwd: Approval request for feature idea

2022-05-30 Thread samuel ammonius
Adding this feature won't make the C++ styles disappear. It will only make it possible for users who don't know how to make a style plugin in C++ to make their own styles, while other users get to choose between using C++ styles for their performance or using stylesheet styles that may look better

Re: Approval request for feature idea

2022-06-01 Thread samuel ammonius
This sounds amazing! However, I still don't see the point of avoiding QSS because it seems to be able to do everything CSS can (besides transformations, which are the only difference that I've been able to find so far). On Wed, Jun 1, 2022 at 1:25 AM Nate Graham wrote: > Hello Samuel, > >

Re: Delivery Status Notification (Failure)

2022-06-01 Thread samuel ammonius
unknown in > virtual alias table > > > > -- Forwarded message -- > From: samuel ammonius > To: kde-devel@kde.org, n...@kde.org > Cc: > Bcc: > Date: Wed, 1 Jun 2022 15:59:23 -0230 > Subject: Re: Approval request for feature idea > This sound

Re: Approval request for feature idea

2022-06-01 Thread samuel ammonius
This sounds amazing! However, I still don't see the point of avoiding QSS because it seems to be able to do everything CSS can (besides transformations, which are the only difference that I've been able to find so far).

Re: Approval request for feature idea

2022-06-02 Thread samuel ammonius
for all your help! On Wed, Jun 1, 2022 at 4:44 PM Sven Brauch wrote: > Hi, > > On 6/1/22 20:41, samuel ammonius wrote: > > However, I still don't see the point of avoiding QSS because it seems to > > be able to do everything CSS can (besides transformations, which are th

Approval request for feature idea

2022-05-29 Thread samuel ammonius
I wanted to submit a feature for kde that would allow users to set the application style to a qstylesheet file (style.qss for example). This feature would greatly increase the amount of themes available for KDE, make it possible for users to tweak themes themselves, and make it easier to include

Re: Incubating app (Git Klient)

2022-08-22 Thread samuel ammonius
es, so you won't need to make any manual changes to it. To get the app on Discover, you can just upload it to Flatpak since that's one of the sources Discover gets its apps from. Good luck! Samuel Ammonius On Sun, Aug 21, 2022 at 6:31 AM Hamed Masafi wrote: > > Hello > As a longtime kd

Re: Incubating app (Git Klient)

2022-08-22 Thread samuel ammonius
Sorry. I was just trying to help. What would the right action be? Cheers, Samuel Ammonius On Mon, Aug 22, 2022 at 1:08 PM Albert Astals Cid wrote: > El dilluns, 22 d’agost de 2022, a les 15:55:24 (CEST), samuel ammonius va > escriure: > > Hi, > > > > I'm not a KDE deve

Re: Incubating app (Git Klient)

2022-08-22 Thread samuel ammonius
developer accounts <https://community.kde.org/Incubator#:~:text=project%20developers%20have-,developer%20accounts,-Contact%20sysadmin%20to> (I meant to link it in my last message) On Mon, Aug 22, 2022 at 2:17 PM samuel ammonius wrote: > I'll try to help by being a sponsor. Readin

Re: Incubating app (Git Klient)

2022-08-22 Thread samuel ammonius
I'll try to help by being a sponsor. Reading through the incubator page, I found this , so the app doesn't currently qualify. It will have to move to something like gitlab. What does developer accounts

Re: Incubating app (Git Klient)

2022-08-22 Thread samuel ammonius
>From my current understanding, a sponsor is a KDE developer who works with KDE's GitLab managers to make a new repo for your project and make you a KDE developer. On Mon, Aug 22, 2022 at 5:14 PM Hamed Masafi wrote: > What is a sponsor and what does it do? > > On Mon, Aug 22, 2022, 21:00 Harald

Tips in splash screen on startup (suggestion)

2022-09-19 Thread samuel ammonius
Hello everyone, KDE has a lot of features that most people don't know about, so what if a tip was shown on the splash screen during each startup? For example, the first startup could show: > Tip #1: You can open a terminal inside Dolphin using CTRL+SHIFT+F4 at the bottom of the screen. Then the

Re: Product organization in Bugzilla

2022-09-14 Thread samuel ammonius
I actually never even noticed the search bar at the top until now. It might also be a good idea to place the search bar under the select a product category" header to make it more obvious.

Re: New releases for bugfixes

2022-09-08 Thread samuel ammonius
Bug fixes don't change the entire package, only the executable, so why can't apps just be programmed to update themselves? There could be precompiled binaries stored on the git repos of each project for a few CPU architectures, or maybe the app could even recompile itself inside /tmp since most

Re: New releases for bugfixes

2022-09-08 Thread samuel ammonius
> because outside the windows world central package management is the norm > and based on "least privileges" applications must not have the > permissions to change itself I didn't mean a background update. I meant the user could get a dialog or notification asking them to update, and if they

Re: New releases for bugfixes

2022-09-08 Thread samuel ammonius
> and you marry upstream binaries with the distribution update-manager how? You don't need to. The app can just check the latest bugfix for that version on git and install it if it isn't installed. I don't understand why you stress the need for the package manager to have anything to do with the

Re: New releases for bugfixes

2022-09-09 Thread samuel ammonius
Thanks. I hadn't thought of a lot of these issues before. I think the biggest one is that If there's an update that the package manager didn't know about, the user would have to update right after installing, and the bug would come back if the user re-installed or updated the app. Sorry