Re: KDE/kdebase/workspace/plasma/generic/applets/devicenotifier

2010-07-15 Thread Aaron J. Seigo
On July 14, 2010, Jacopo De Simoi wrote: On Wednesday 14 July 2010 20:10:42 Jacopo De Simoi wrote: SVN commit 1149977 by jacopods: First attempt to get rid of the capacity bar in the device notifier: use a Plasma::Meter with tooltips. Screenshot:

Re: KDE/kdebase/workspace/plasma/generic/applets/devicenotifier

2010-07-15 Thread Markus Slopianka
On Thursday 15 July 2010 17:57:11 Aaron J. Seigo wrote: aaron's advocatei really dislike text-on-graphics from a design perspective. text is fine detail, and a progress bar is visually fairly complex. maybe it's time to think outside the box. e.g. maybe colourize the device icon showing what

Re: KDE/kdebase/workspace/plasma/generic/applets/devicenotifier

2010-07-15 Thread Aaron J. Seigo
On July 15, 2010, Markus Slopianka wrote: On Thursday 15 July 2010 17:57:11 Aaron J. Seigo wrote: aaron's advocatei really dislike text-on-graphics from a design perspective. text is fine detail, and a progress bar is visually fairly complex. maybe it's time to think outside the box. e.g.

Re: KDE/kdebase/workspace/plasma/generic/applets/devicenotifier

2010-07-15 Thread Chani
On July 15, 2010 17:22:24 Markus Slopianka wrote: On Thursday 15 July 2010 17:57:11 Aaron J. Seigo wrote: aaron's advocatei really dislike text-on-graphics from a design perspective. text is fine detail, and a progress bar is visually fairly complex. maybe it's time to think outside the

KDE/kdebase/workspace/plasma/generic/applets/devicenotifier

2010-07-14 Thread Jacopo De Simoi
deviceitem.h --- trunk/KDE/kdebase/workspace/plasma/generic/applets/devicenotifier/deviceitem.cpp #1149976:1149977 @@ -33,7 +33,6 @@ #include KStandardDirs #include KDesktopFile #include KGlobalSettings -#include kcapacitybar.h #include kdesktopfileactions.h //Plasma @@ -42,6 +41,7

Re: KDE/kdebase/workspace/plasma/generic/applets/devicenotifier

2010-07-14 Thread Aaron J. Seigo
On July 14, 2010, Jacopo De Simoi wrote: SVN commit 1149977 by jacopods: First attempt to get rid of the capacity bar in the device notifier: use a Plasma::Meter with tooltips. Screenshot: http://imagebin.ca/view/ccJ3dD.html the screenshot looks nice; but i'm curious: what were the issues

Re: KDE/kdebase/workspace/plasma/generic/applets/devicenotifier

2010-07-14 Thread Jacopo De Simoi
On July 14, 2010, Jacopo De Simoi wrote: SVN commit 1149977 by jacopods: First attempt to get rid of the capacity bar in the device notifier: use a Plasma::Meter with tooltips. Screenshot: http://imagebin.ca/view/ccJ3dD.html the screenshot looks nice; but i'm curious: what were the

Re: KDE/kdebase/workspace/plasma/generic/applets/devicenotifier

2010-07-14 Thread Aaron J. Seigo
On July 14, 2010, Jacopo De Simoi wrote: On July 14, 2010, Jacopo De Simoi wrote: SVN commit 1149977 by jacopods: First attempt to get rid of the capacity bar in the device notifier: use a Plasma::Meter with tooltips. Screenshot: http://imagebin.ca/view/ccJ3dD.html the

Re: KDE/kdebase/workspace/plasma/generic/applets/devicenotifier

2010-07-14 Thread Markus Slopianka
On Wednesday 14 July 2010 20:10:42 Jacopo De Simoi wrote: SVN commit 1149977 by jacopods: First attempt to get rid of the capacity bar in the device notifier: use a Plasma::Meter with tooltips. Screenshot: http://imagebin.ca/view/ccJ3dD.html No longer displays amount of free space --

Re: KDE/kdebase/workspace/plasma/generic/applets/devicenotifier

2010-07-14 Thread Markus Slopianka
On Wednesday 14 July 2010 23:46:41 Jacopo De Simoi wrote: No longer displays amount of free space -- regression. Avoidable tooltips - Usability problem. I agree, suggestions? How about extending Plasma::Meter to show text/numbers in the progress bar? Maybe it could look like the

Re: KDE/kdebase/workspace/plasma/generic/applets/devicenotifier

2010-05-11 Thread Aaron J. Seigo
On May 11, 2010, Jacopo De Simoi wrote: SVN commit 1125556 by jacopods: Try to clarify if it is safe or unsafe to remove the device via tooltips. good idea. the strings you committed: Device is plugged in and the volume can be accessed by applications. It is not safe to remove this device.

Re: KDE/kdebase/workspace/plasma/generic/applets/devicenotifier

2010-05-11 Thread todd rme
On Tue, May 11, 2010 at 2:34 PM, Aaron J. Seigo ase...@kde.org wrote: It is currently bnot safe/b to remove this device: applications may be accessing other volumes on this device. Click the eject button img src=\devicenotifier://eject.png\ / on these other volumes to safely remove this

Re: KDE/kdebase/workspace/plasma/generic/applets/devicenotifier

2010-05-11 Thread Aaron J. Seigo
On May 11, 2010, todd rme wrote: On Tue, May 11, 2010 at 2:34 PM, Aaron J. Seigo ase...@kde.org wrote: It is currently bnot safe/b to remove this device: applications may be accessing other volumes on this device. Click the eject button img src=\devicenotifier://eject.png\ / on these other

Re: KDE/kdebase/workspace/plasma/generic/applets/devicenotifier

2010-05-11 Thread Aaron J. Seigo
On May 11, 2010, todd rme wrote: On Tue, May 11, 2010 at 2:34 PM, Aaron J. Seigo ase...@kde.org wrote: It is currently bnot safe/b to remove this device: applications may be accessing other volumes on this device. Click the eject button img src=\devicenotifier://eject.png\ / on these other

KDE/kdebase/workspace/plasma/generic/applets/devicenotifier

2010-04-11 Thread Jacopo De Simoi
(e.g. dolphin). Feedback is welcome! CCMAIL:plasma-devel@kde.org M +7 -1 devicenotifier.cpp M +69 -9 notifierdialog.cpp M +20 -0 notifierdialog.h --- trunk/KDE/kdebase/workspace/plasma/generic/applets/devicenotifier/devicenotifier.cpp #1113685:1113686 @@ -158,6