Re: Problem with installing plasmoid written by python

2011-10-21 Thread jialrs_dev
I am sorry to reply so late , i just have tried change servicetype as X-KDE-ServiceTypes=Plasma/Applet,Plasma/PopupApple but when i run it just to get the fellowing error: Could not find a suitable installer for package of type Plasma/Applet,Plasma/PopupApple then i tried ServiceTyp

Re: [PATCH] Automatically reload files modified on disk.

2011-10-21 Thread Søren holm
Fredag den 21. oktober 2011 15:56:21 Reindl Harald skrev: > > having a css file on a test-server mounted via sshfs/smbfs and normally > the tech-peopole like i making templates/css but after that changing a > color-hexcode from the boss himself i guess is not so uncommon > > in this cases it is n

Re: libqzeitgeist 0.8

2011-10-21 Thread Christoph Feck
On Friday 21 October 2011 17:40:18 Trever Fischer wrote: > > On Friday 21 October 2011 16:08:32 Trever Fischer wrote: > >> If things go well, I'll push out a release by next wednesday. > > > > Please bump the .so version before you do. > > Yup, its all handled in the cmake bits. It still install

Re: libqzeitgeist 0.8

2011-10-21 Thread Trever Fischer
> On Friday 21 October 2011 16:08:32 Trever Fischer wrote: >> If things go well, I'll push out a release by next wednesday. > > Please bump the .so version before you do. Yup, its all handled in the cmake bits. > > Christoph Feck (kdepepo) > KDE Quality Team > -- Trever Fischer (tdfischer) Fedo

Re: libqzeitgeist 0.8

2011-10-21 Thread Christoph Feck
On Friday 21 October 2011 16:08:32 Trever Fischer wrote: > If things go well, I'll push out a release by next wednesday. Please bump the .so version before you do. Christoph Feck (kdepepo) KDE Quality Team >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

Re: Custom toolbar icons.

2011-10-21 Thread Stefan Majewsky
On Thu, Oct 20, 2011 at 4:39 PM, dmitry chernov wrote: > How to add your own icons (not system) to toolbar actions? You're probably looking at the KIcon documentation. KIcon is a thin layer over QIcon to add support for system icons. The functionality you want is in QIcon. Greetings Stefan >> V

libqzeitgeist 0.8

2011-10-21 Thread Trever Fischer
Howdy, all. I've just finished implementing my plans for the libqzeitgeist 0.8 release. In short, here's what went down: * Fix all the inconsistencies between 'QtZeitgeist' and 'QZeitgeist'. It is all now just QZeitgeist. Technically source incompatible, but a simple sed script is included in

Re: [PATCH] Automatically reload files modified on disk.

2011-10-21 Thread Reindl Harald
Am 21.10.2011 15:40, schrieb Parker Coates: > On Fri, Oct 21, 2011 at 09:01, Reindl Harald wrote: >> Am 21.10.2011 13:46, schrieb Søren holm: >>> Why is it bad to have files not changed from within the editor reload when >>> they >>> change? >> >> because if i work half an hour in a css-file and

Re: [PATCH] Automatically reload files modified on disk.

2011-10-21 Thread Parker Coates
On Fri, Oct 21, 2011 at 09:01, Reindl Harald wrote: > Am 21.10.2011 13:46, schrieb Søren holm: >> Why is it bad to have files not changed from within the editor reload when >> they >> change? > > because if i work half an hour in a css-file and another one makes a simple > change and press "save"

Re: [PATCH] Automatically reload files modified on disk.

2011-10-21 Thread Reindl Harald
Am 21.10.2011 13:46, schrieb Søren holm: > Fredag den 21. oktober 2011 13:15:10 Reindl Harald skrev: >> but there was a change on the file-system and you NEED to know this because >> it is pretty useless to edit a file what is changed on disk and overwrite >> changes of other people >> >> kate is

Re: [PATCH] Automatically reload files modified on disk.

2011-10-21 Thread Sebastian Trüg
Why not use the KMessageWidget (or whatever it is called) created by Aurelien Gateau which can be displayed above the status bar or above the main view and show the user that the file was modified on disk without annoying them with a dialog. Cheers, Sebastian On 10/21/2011 01:10 PM, Esben Mose Ha

Re: [PATCH] Automatically reload files modified on disk.

2011-10-21 Thread Stephan Diestelhorst
On 21 October 2011 14:20, Sylvain "Skarsnik" Colinet wrote: > 2011/10/21 Sebastian Kügler : >> On Friday, October 21, 2011 13:15:10 Reindl Harald wrote: >>> what never must happen is to reload automatically, there are really no >>> usecases to do this without any warning, really no >> >> There is,

Re: [PATCH] Automatically reload files modified on disk.

2011-10-21 Thread Sylvain "Skarsnik" Colinet
2011/10/21 Sebastian Kügler : > On Friday, October 21, 2011 13:15:10 Reindl Harald wrote: >> what never must happen is to reload automatically, there are really no >> usecases to do this without any warning, really no > > There is, and it's a pretty common one. Using Git and pulling, for example. O

Re: [PATCH] Automatically reload files modified on disk.

2011-10-21 Thread Sebastian Kügler
On Friday, October 21, 2011 13:15:10 Reindl Harald wrote: > what never must happen is to reload automatically, there are really no > usecases to do this without any warning, really no There is, and it's a pretty common one. Using Git and pulling, for example. Or rebasing, or checking out a separa

Re: [PATCH] Automatically reload files modified on disk.

2011-10-21 Thread Søren holm
Fredag den 21. oktober 2011 13:15:10 Reindl Harald skrev: > but there was a change on the file-system and you NEED to know this because > it is pretty useless to edit a file what is changed on disk and overwrite > changes of other people > > kate is doing nearly all perfect > > the only missing o

Re: [PATCH] Automatically reload files modified on disk.

2011-10-21 Thread Reindl Harald
Am 21.10.2011 13:10, schrieb Esben Mose Hansen: > Kate is pretty terrible, popping up a dialog asking me to reload even though > there is no unsaved > data. I hate dialogs popping up when I am writing something, especially for > trivial issues. but there was a change on the file-system and yo

Re: [PATCH] Automatically reload files modified on disk.

2011-10-21 Thread Esben Mose Hansen
On 10/17/2011 08:26 AM, Søren holm wrote: No. It does not give you an empty page. File modification and file overwrite will trigger a reload. But ONLY if the document has been saved - no pending changes must bep resent. As just a plain user, this is the exact behavior I want. Kate is pretty ter