Re: PLASMA_PLATFORM and kdeglobals runtimePlatform

2012-11-02 Thread Aaron J. Seigo
On Thursday, November 1, 2012 23:09:55 Marco Martin wrote: > should platformcomponents be added internally? this was done in kdelibs ad5036bae4f8518394cf27986f9f90afd9703314 on Oct 31 -- Aaron J. Seigo signature.asc Description: This is a digitally signed message p

KDEREVIEW: share like connect and plasmate

2012-11-01 Thread Aaron J. Seigo
ever it is you are looking at (assuming that what you are looking at it with uses ResourceInstance to let us know :). We've shipped it in three Plasma Active releases and have made it spiffy for the desktop so we may include it in the layout in future. -- Aaron J. Seigo signature.asc Descrip

Re: Review Request: SystemTray: Refactoring: UiTask and TasksPool have been removed

2012-11-01 Thread Aaron J. Seigo
> On Nov. 1, 2012, 9:47 a.m., Aaron J. Seigo wrote: > > plasma/generic/applets/systemtray/core/manager.h, line 54 > > <http://git.reviewboard.kde.org/r/107160/diff/1/?file=93099#file93099line54> > > > > the manager is shared across all instances of the sys

Re: Review Request: load the images for the themes correctly

2012-11-01 Thread Aaron J. Seigo
hat's true, and no, that's how it should be. if they are the stored in the same key, they are the same entry as far as the Package is concerned. - Aaron J. Seigo On Nov. 1, 2012, 3:08 p.m., Giorgos Tsiapaliokas wrote: > > ---

Re: Review Request: Add Package bindings from MobileComponents to PlasmaCore

2012-11-01 Thread Aaron J. Seigo
> On Nov. 1, 2012, 9:58 a.m., Aaron J. Seigo wrote: > > the reason this is still in MobileComponent is because it isn't quite > > "general purpose use" ready. the biggest issue is that it always assumes a > > Plasma/Generic type and can not load from anywhe

Re: Review Request: AppletContainer has moved to scriptengine

2012-11-01 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/107165/#review21282 --- Ship it! looks good from here... - Aaron J. Seigo On Oct

Re: Review Request: Add Package bindings from MobileComponents to PlasmaCore

2012-11-01 Thread Aaron J. Seigo
added. plasma/declarativeimports/core/packageproxy.cpp <http://git.reviewboard.kde.org/r/107166/#comment16589> these catalog insertions should probably be done in PackageStructure subclasses; not all packages will have i18n support - Aaron J. Seigo On Nov. 1, 2012, 12:24 a.m., S

Re: Review Request: SystemTray: Refactoring: UiTask and TasksPool have been removed

2012-11-01 Thread Aaron J. Seigo
s shared across all instances of the system tray plasmoid. (look for s_manager) this keeps memory usage and dbus activity down. so this approach can not work. - Aaron J. Seigo On Oct. 31, 2012, 7 p.m., Dmitry Ashkadov wrote: > > ---

Re: PLASMA_PLATFORM and kdeglobals runtimePlatform

2012-10-31 Thread Aaron J. Seigo
On Wednesday, October 31, 2012 10:25:22 Marco Martin wrote: > On Tuesday 30 October 2012, Aaron J. Seigo wrote: > > On Tuesday, October 30, 2012 22:34:11 Marco Martin wrote: > > > * plasma active default settings > > > > i already did that :) > > what did you

Re: Moving applet to review group

2012-10-31 Thread Aaron J. Seigo
ode that is licensed e.g. GPLv2+. but yes, having a consistent GPLv2+ would be nicest. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: PLASMA_PLATFORM and kdeglobals runtimePlatform

2012-10-30 Thread Aaron J. Seigo
On Tuesday, October 30, 2012 22:34:11 Marco Martin wrote: > * plasma active default settings i already did that :) -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-de

PLASMA_PLATFORM and kdeglobals runtimePlatform

2012-10-30 Thread Aaron J. Seigo
search path inside of packages. testing for regressions is desired, though it is working here nicely (for whatever that's worth :) at least now we have *one* place that all of this ties together, both in terms of configuration and use from the code. -- Aaron J. Seigo signature.asc Descri

Re: QML style guide

2012-10-30 Thread Aaron J. Seigo
s suddenly it will matter what language you are using :/ what i really, really don't want is .qml files with JS in them and .js files to have different styles. anyways, i don't have a hugely set opinion on which way to do this. on-new- line means one less exception to the kdelibs styl

Re: QML style guide

2012-10-30 Thread Aaron J. Seigo
ns function foo() { } function bar() { } //END: functions like a boss! this will go into the "Best Practices" page rather than the Style Guide itself so that it is not required, but appreciated and recommended ... voila, no more controversy. we can find a new bikeshed to paint now

Re: QML style guide

2012-10-30 Thread Aaron J. Seigo
just the QML/js kate syntax highlighting definition? -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: QML style guide

2012-10-30 Thread Aaron J. Seigo
On Tuesday, October 30, 2012 12:55:31 Marco Martin wrote: > if we agree to use this when possible will add to the wiki ooh, yes, absolutely! -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-de

Re: QML style guide

2012-10-30 Thread Aaron J. Seigo
On Tuesday, October 30, 2012 15:01:04 Dmitry Ashkadov wrote: > 30.10.2012 14:35, Aaron J. Seigo пишет: > >>>> 5. Vim: > >>>>> The {{{ and }}} are just for the sakes of vim's automatic folding. > >>>> > >>>> Do we all

Re: QML style guide

2012-10-30 Thread Aaron J. Seigo
On Tuesday, October 30, 2012 14:14:05 Dmitry Ashkadov wrote: > 30.10.2012 13:15, Aaron J. Seigo пишет: > > On Tuesday, October 30, 2012 12:25:14 Dmitry Ashkadov wrote: > We see that main.qml and main.js, delegate.qml and delegate.js may be > considered in pairs. main.qml canno

Re: Review Request: load the images for the themes correctly

2012-10-30 Thread Aaron J. Seigo
opts = "cotents/" + mimetype.right(mimetype.size() - themeType.length()); imageDialog(commonFilter, opts); } - Aaron J. Seigo On Oct. 4, 2012, 10:49 a.m., Giorgos Tsiapaliokas wrote: > > --- > This is an automatically genera

Re: Review Request: refactor the package model

2012-10-30 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106742/#review21136 --- Ship it! Ship It! - Aaron J. Seigo On Oct. 30, 2012, 9:17

Re: QML style guide

2012-10-30 Thread Aaron J. Seigo
rks with katepart before adding it to the style guide. > 6. > > > i'm ok either way, but declared properties before geometry properties > > means we need to alter nearly every single QML file to meet that > > guideline. > Let them be unchanged until somebody w

Re: QML style guide

2012-10-29 Thread Aaron J. Seigo
tirely uncommon, and i think it is probably due to this. so i'd really like to vote against mixing onFooChanged with property declaration and setting :) -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. _

Re: QML style guide

2012-10-29 Thread Aaron J. Seigo
t; JSLint on all our JavaScript files and send us nasty mails if it's not > compliant any more ;-) +1 -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org

Re: QML style guide

2012-10-29 Thread Aaron J. Seigo
functions which are typically blocks of code, then properties which are usually one-liners, then child objects which are blocks of code again. this back-and-forth of styles is visually messy. i do like states and transitions at the end as they define how the things above work together. -- Aaron J

QML style guide

2012-10-29 Thread Aaron J. Seigo
le slopiness complete with appropriately critical commit log messages CC'd to this list so everyone notices. but i'd rather we just cleaned up our QML act by paying attention to the details and creating beautiful, consistent code and cleaning up the messy bed we've made for ourselves

Re: dependency problem with logout from kde-runtime scriptengine

2012-10-29 Thread Aaron J. Seigo
end on from > kde-runtime. correct; and there should be no such code in kde-runtime anyways. this should be a Plasma::Service plugin which can be accessed from QML to trigger the right behaviour. that Service can then be platform specific if needed, shipped in kde-workspace or even not

Re: Review Request: Convert file content to local encoding before uploading text file in the "share" dataengine

2012-10-28 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/107044/#review21044 --- Ship it! Ship It! - Aaron J. Seigo On Oct. 25, 2012, 8:35

Re: qml systemtray: small refactorings

2012-10-26 Thread Aaron J. Seigo
ete branches. ... which i have just done :) -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: qml systemtray: small refactorings

2012-10-26 Thread Aaron J. Seigo
t lets you quickly switch back to master without losing work and if your refactoring goes badly then you can just start again very easily :) this tends to be what i do in such situations and it has saved me lots of effort more than once! -- Aaron J. Seigo signa

Re: qml systemtray: small refactorings

2012-10-25 Thread Aaron J. Seigo
xes, then the preferred means is to do them in the latest stable branch (e.g. 4.10 or whatever) and then merge that into master; if merge fails due to conflicts (which often happens eventually over the course of a devel cycle) then we restor to cherry-picks from branch into master. -- Aaron

qml systemtray: small refactorings

2012-10-25 Thread Aaron J. Seigo
y decent code to be certain; it's just nice to make it as smooth as possible so maintenance later is easier :) p.s. i'd also like to get rid of all the private pimpl classes; this is not a library after all :) -- Aaron J. Seigo signature.asc Desc

Re: Review Request: Possibility to change an element ID of svg image in IconWidget

2012-10-25 Thread Aaron J. Seigo
> On Oct. 25, 2012, 11:36 a.m., Aaron J. Seigo wrote: > > the real fix here is to not use IconWidget :) that's a QGraphicsWidget > > thing and will need to be replaced eventually anyways. > > > > this should be using the Button QML element, which does support u

Re: Review Request: Fix KRunner's 'spell in foreign language' feature

2012-10-25 Thread Aaron J. Seigo
agerPrivate::loadInstalledRunner. this is now fixed in kdelibs rev 28a310b which should make this code unnecessary. - Aaron J. Seigo On Oct. 25, 2012, 5:24 p.m., Simeon Bird wrote: > > --- > This is an automatically generated e-mail. To

Re: Review Request: Possibility to change an element ID of svg image in IconWidget

2012-10-25 Thread Aaron J. Seigo
7;s a QGraphicsWidget thing and will need to be replaced eventually anyways. this should be using the Button QML element, which does support using SVG files. - Aaron J. Seigo On Oct. 24, 2012, 1:02 p.m., Dmitry Ashkadov wrote: > > --- &

Re: Review Request: Fix Inconsistencies and Bugs in Activity Bar's Size Hinting

2012-10-25 Thread Aaron J. Seigo
eric/applets/activitybar/activitybar.cpp <http://git.reviewboard.kde.org/r/106978/#comment16460> and for non-horz/vert? remember that it can be moved between form factors :) plasma/generic/applets/activitybar/activitybar.cpp <http://git.reviewboard.kde.org/r/106978/#comment16459> should be on

Re: Review Request: make kickoff-qml partly c++, restores simpleapplet, applet type switch

2012-10-25 Thread Aaron J. Seigo
> On Oct. 19, 2012, 3:09 p.m., Greg T wrote: > > looks good, just a couple of notes: > > why are you installing 2 desktop files for the kickoff launcher: > > - metadata.desktop and the old plasma-applet-launcher.desktop > > - we don't need CMakeLists.txt in core/ anymore? > > - also it conflicts

Re: Review Request: Fix ReferenceErrors in ListItem

2012-10-25 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106937/#review20842 --- Ship it! Ship It! - Aaron J. Seigo On Oct. 18, 2012, 2:39

Re: Review Request: Fix screenChanged signal in javascript appletinterface

2012-10-25 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106936/#review20841 --- Ship it! Ship It! - Aaron J. Seigo On Oct. 18, 2012, 1 a.m

Re: Review Request: Fix KRunner's 'spell in foreign language' feature

2012-10-25 Thread Aaron J. Seigo
r/106244/#comment16450> 1_speller is a really odd var name, and doesn't really say much about what it does. just speller should be good enough. runners/spellchecker/spellcheck.cpp <http://git.reviewboard.kde.org/r/106244/#comment16449> missing whitespace: if (1_speller->i

Re: Testing several plasmoid instances at the same time

2012-10-25 Thread Aaron J. Seigo
ral instances of the same plasmoid in > the same containment so that I could drag and drop between them. > > Any hints? Am I missing something? nope :) perhaps you could try the widget-strip app from plasma-mobile? -- Aaron J. Seigo signature.asc Description: This

Re: using device targets in qml plasmoids

2012-10-24 Thread Aaron J. Seigo
e loading. of course, this won't work well if the differences are large and not just simple changes to property values. it would be helpful to gather some real world use cases (like the SLC one) to see if this will actually cover our needs. seems you've run into some already? -

Re: using device targets in qml plasmoids

2012-10-24 Thread Aaron J. Seigo
es, fallback to generic is a given :) it always ends up in contents/ if all else fails. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: using device targets in qml plasmoids

2012-10-24 Thread Aaron J. Seigo
On Wednesday, October 24, 2012 12:16:37 Sebastian Kügler wrote: > On Wednesday, October 24, 2012 11:41:17 Aaron J. Seigo wrote: > > thoughts? > > Not quite happy with it, with my experience from the microblog app. There, > the orthogonal input / layout makes complete sen

Re: using device targets in qml plasmoids

2012-10-24 Thread Aaron J. Seigo
set, right? just a symlink on disk from the directory containing the touch components to one called "tablet" -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-dev

Re: plans for Plasma Desktop default containment in QML

2012-10-24 Thread Aaron J. Seigo
cess > to Applet* pointers of their plasmoids, so paradoxically more access to > others than to themselves > is something that we want to keep?/do something about? yes, for a containment this is fine imho ... -- Aaron J. Seigo signature.asc Description: This is a digitally s

using device targets in qml plasmoids

2012-10-24 Thread Aaron J. Seigo
right for touch screens. :) thoughts? -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: slc menu

2012-10-24 Thread Aaron J. Seigo
On Monday, October 22, 2012 19:30:02 Marco Martin wrote: > * just get rid of context menus in active: long tap selects an icon, then > slc menus are available from the usual place in the panel +1 to this from me. -- Aaron J. Seigo signature.asc Description: This is a digitally signed m

Re: slc repo as dependency

2012-10-24 Thread Aaron J. Seigo
repo should also be installed. and yes .. we need to get it out of playground :) i'll make some sys admin bug reports -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-de

Re: kickoff qml

2012-10-24 Thread Aaron J. Seigo
On Tuesday, October 23, 2012 21:16:41 David Edmundson wrote: > Marco, where do you want bug reports / tracking what needs to be done. use the normal places: bugs.kde.org, community.kde.org, this mailing list, etc -- Aaron J. Seigo signature.asc Description: This is a digitally signed mess

Re: plans for Plasma Desktop default containment in QML

2012-10-24 Thread Aaron J. Seigo
On Monday, October 22, 2012 17:19:32 todd rme wrote: > Can you submit it to kde-look.org in the meantime? Does plasma > support installing containments through GHNS? There has been no such integration yet; all the client-side stuff is there (e.g. plasmapkg), but there is no scripted containments

Re: Review Request: load the images for the themes correctly

2012-10-22 Thread Aaron J. Seigo
g/r/106680/#comment16331> couldn't it just check for the string starting with [plasmate]/themeImageDialog instead of harcoding all these various values? would seem to be a lot more future proof. - Aaron J. Seigo On Oct. 4, 2012, 10:49 a.m., Giorgos Tsiapal

Re: Review Request: refactor the package model

2012-10-22 Thread Aaron J. Seigo
t and call it with package->fileExists("mainconfigxml") - Aaron J. Seigo On Oct. 5, 2012, 4:25 p.m., Giorgos Tsiapaliokas wrote: > > --- > This is an automatically generated e-mail. To reply,

Re: SLC and remote URLs

2012-10-18 Thread Aaron J. Seigo
.g. status.net / identi.ca / facebook / google+ / etc .. .. we need Accounts :) -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: SystemTray: QML version #2

2012-10-18 Thread Aaron J. Seigo
On Wednesday, October 17, 2012 17:52:58 Dmitry Ashkadov wrote: > 15.10.2012 20:20, Aaron J. Seigo ?: > > i do notice some small visual issues in the screenshots (thanks for > > providing those, btw!), mostly to do with spacing and margins in the > > popup. as you can see

settings qml module

2012-10-17 Thread Aaron J. Seigo
also want to make the QML used by active-settings reusable as well... -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: SystemTray: QML version #2

2012-10-15 Thread Aaron J. Seigo
/plasmoids/battery/contents/ui/batterymonitor.qml:183: > > TypeError: Result of expression 'pmSource.data["PowerDevil"]' hm.. and if you put the battery widget directly into the panel, or on the desktop or dashboard, it works? -- Aaron J. Seigo signature.

Re: Review Request: Add "Screen Resolution" to desktop context menu

2012-10-15 Thread Aaron J. Seigo
cause people think it will be there" things; we don't need to add that further :) the xrandr tray icon already provides quick access to this functionality (and the randr improvements will hopefully even make that somewhat obsolete) - Aaron J. Seigo On Oct. 15, 2012, 2:27 a.m., Kai Uw

Re: Review Request: Humble attempt to improve the ScreenSaver KCM

2012-10-14 Thread Aaron J. Seigo
n for each saver. > - I'd rename "Setup..." to "Configure..." as this is the word we normally > use for this. Setup sounds more like "First-time configuration routine" to > me, like something really complex. > - The spin boxes for the timing

Re: Review Request: Humble attempt to improve the ScreenSaver KCM

2012-10-14 Thread Aaron J. Seigo
n for each saver. > - I'd rename "Setup..." to "Configure..." as this is the word we normally > use for this. Setup sounds more like "First-time configuration routine" to > me, like something really complex. > - The spin boxes for the timing

Re: Review Request: Limit tooltip size for klipper

2012-10-14 Thread Aaron J. Seigo
> On Oct. 13, 2012, 6:47 p.m., Aaron J. Seigo wrote: > > klipper/tray.cpp, line 65 > > <http://git.reviewboard.kde.org/r/106829/diff/2/?file=89398#file89398line65> > > > > this will not work as expected on multi-screen systems. it needs to > > have the

Re: Review Request: Limit tooltip size for klipper

2012-10-13 Thread Aaron J. Seigo
or the given screen. good catch though! - Aaron J. Seigo On Oct. 13, 2012, 4:31 p.m., Xuetian Weng wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboar

Re: Review Request: Fix PlasmaExtras.DisappearAnimation

2012-10-12 Thread Aaron J. Seigo
/declarativeimports/plasmaextracomponents/qml/animations/DisappearAnimation.qml <http://git.reviewboard.kde.org/r/106818/#comment15980> please put these on one line each as we do with other properties - Aaron J. Seigo On Oct. 13, 2012, 12:49 a.m., Sebastian Kügler

Re: Review Request: Humble attempt to improve the ScreenSaver KCM

2012-10-12 Thread Aaron J. Seigo
> On Oct. 8, 2012, 5:31 p.m., Martin Gräßlin wrote: > > just an idea: what about hiding the whole X screen saver stuff behind > > another configure dialog. Looking at the screenshot I find the design puts > > emphasis on the wrong part: what we want to remove takes more than 50 % of > > the av

Re: Review Request: Device notifier: show mounted device and path

2012-10-12 Thread Aaron J. Seigo
> On Oct. 8, 2012, 9:52 a.m., Aaron J. Seigo wrote: > > any application which expects the user to access files on disk but does not > > provide a clear representation of mounted / removable devices is broken. > > there's no point in degrading our own primary UI for su

Re: Review Request: Device notifier: show mounted device and path

2012-10-12 Thread Aaron J. Seigo
> On Oct. 12, 2012, 1:34 p.m., Sebastian Kügler wrote: > > Screenshot: Tooltip with mounted device > > > > > > This tooltip looks really odd and out of place this way.:/ > > Lamarque Vieira Souza wrote: > The transparency effect does not look good here. I

Re: kephal or qdesktopwidget

2012-10-10 Thread Aaron J. Seigo
n just commmit and i'll see them in my commits email folder for plasma :) -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: kephal or qdesktopwidget

2012-10-09 Thread Aaron J. Seigo
oes targetSizeHint() return the correct value? (it should ... if not, that's a regression which i would fix asap) -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.o

Re: kephal or qdesktopwidget

2012-10-09 Thread Aaron J. Seigo
On Tuesday, October 9, 2012 11:37:47 Reza Shah wrote: > which return id, then pass to Kephal::ScreenUtils::screenGeometry(int > id) to get the size. iirc, the int id is the screen number -- Aaron J. Seigo signature.asc Description: This is a digitally signed messag

reminder: fixes into 4.9

2012-10-08 Thread Aaron J. Seigo
there. cheers ... -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: make pattern wallpaper thumbnail aspect ratio similar to primary screen aspect ratio

2012-10-08 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106766/#review20074 --- Ship it! Ship It! - Aaron J. Seigo On Oct. 8, 2012, 1:06

Re: Review Request: remove the child from the factory

2012-10-08 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106767/#review20073 --- Ship it! Ship It! - Aaron J. Seigo On Oct. 8, 2012, 1:17

Re: Review Request: Device notifier: show mounted device and path

2012-10-08 Thread Aaron J. Seigo
> On Oct. 8, 2012, 9:52 a.m., Aaron J. Seigo wrote: > > any application which expects the user to access files on disk but does not > > provide a clear representation of mounted / removable devices is broken. > > there's no point in degrading our own primary UI for su

Re: Review Request: Device notifier: show mounted device and path

2012-10-08 Thread Aaron J. Seigo
but does not provide a clear representation of mounted / removable devices is broken. there's no point in degrading our own primary UI for such fixable brokenness. can you provide a (short :) list of any such broken applications which are high-profile / in common use? - Aaron J. Seigo O

Re: un-NIH-ing accounts?

2012-10-08 Thread Aaron J. Seigo
On Monday, October 8, 2012 09:34:41 Mark wrote: > On Mon, Oct 8, 2012 at 9:31 AM, Aaron J. Seigo wrote: > > On Monday, October 8, 2012 02:50:57 Alex Fiestas wrote: > >> This project came out at the last Active sprint, at least 2 people there > >> mentioned that the Me

Re: un-NIH-ing accounts?

2012-10-08 Thread Aaron J. Seigo
On Monday, October 8, 2012 02:50:57 Alex Fiestas wrote: > This project came out at the last Active sprint, at least 2 people there > mentioned that the MeeGo system wasn't something we wanted to keep. Could someone share what the reasoning was? -- Aaron J. Seigo signature.asc Descri

Re: Review Request: make color wallpaper thumbnail aspect ratio similar to primary screen aspect ratio

2012-10-08 Thread Aaron J. Seigo
/backgroundlistmodel.cpp <http://git.reviewboard.kde.org/r/106754/#comment15879> is m_size was a QSize rather than a QSizeF, this line would be simpler: QPixmap scaledPixmap(m_size) - Aaron J. Seigo On Oct. 8, 2012, 12:17 a.m., Reza Shah

Re: un-NIH-ing accounts?

2012-10-08 Thread Aaron J. Seigo
ion for doing so in this case. however, as i understand it (and from looking at launchpad as well), the MeeGo SSO and the Ubuntu SSO are one and the same thing. i should speak to the mer folk and see what's up with it there as well as at jolla. -- Aaron J. Seigo signature.asc Description

Re: un-NIH-ing accounts?

2012-10-07 Thread Aaron J. Seigo
age is pretty light on details (not that the doxygen in the git reposs is comprehensive). :/ all in all, pretty light on information, but at least there is some technical information in the doxygen pages. -- Aaron J. Seigo signature.asc Description: This is a digitally signed messag

un-NIH-ing accounts?

2012-10-07 Thread Aaron J. Seigo
eone looking into it. anyone up to building and trying out the various packages to see how well it does/doesn't work out of the box on a desktop system? -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___

Re: Review Request: Device notifier: show mounted device and path

2012-10-07 Thread Aaron J. Seigo
> On Oct. 7, 2012, 3:32 p.m., Jacopo De Simoi wrote: > > I do not want the notifier to show this information in the device view; > > indeed, for devices with a label, the mount point is /media/, so the > > information about the mount point would look like quite redundant. > > Perhaps you could

Re: Review Request: make color wallpaper thumbnail aspect ratio similar to primary screen aspect ratio

2012-10-07 Thread Aaron J. Seigo
<http://git.reviewboard.kde.org/r/106754/#comment15867> need to check that data() is valid before using it (the entire point of having a weak pointer :). i would do this at the beginning of the method in this case and return an empty pixmap in that case. - Aaron J. Seigo On Oct. 7, 201

Re: Review Request: plasma-desktop: restore toolbox position

2012-10-05 Thread Aaron J. Seigo
libplasma, this looks like dead code. - Aaron J. Seigo On Oct. 5, 2012, 6:59 p.m., Greg T wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.

Re: Review Request: Plasmate: fix a crash about the emitSendMessage

2012-10-05 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106739/#review19987 --- Ship it! Ship It! - Aaron J. Seigo On Oct. 5, 2012, 3:48

Re: Review Request: better handling of Removable property for volumes in soliddevice engine

2012-10-05 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105432/#review19986 --- Ship it! Ship It! - Aaron J. Seigo On Sept. 9, 2012, 7:28

Re: wallpaper thumbnail preview size

2012-10-05 Thread Aaron J. Seigo
en geometry and > calculate best size based on it's result? probably the best bet, yes. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Screen Locking for 4.10

2012-10-04 Thread Aaron J. Seigo
Widgets UI (which could be nicer as fade in/out anyways?), and it just doesn't work here the config mode could also use some help in general, sth i've been thinking about. i don't have a concrete solution suggestion yet, but i'm getting near some ideas that i'll share

Re: Screen Locking for 4.10

2012-10-04 Thread Aaron J. Seigo
ack, despite announcements and blogs and all that. shock! horror! seriously, we don't need to get ourselves into "defend thy feature" discussions or "shit fuck shit we're fucked if we don't..." panic conversations. let's stay focused on positive engagem

Re: share-like-connect in 4.10

2012-10-04 Thread Aaron J. Seigo
ot enough applications will have ResourceInstance support, then when enough do would we switch it back? is this a solution for a short term problem? will it even be a problem, or will we have enough applications working by 4.10? > the con there would be making in this case the pager position t

Re: share-like-connect in 4.10

2012-10-04 Thread Aaron J. Seigo
On Thursday, October 4, 2012 13:39:07 Marco Martin wrote: > On Thursday 04 October 2012, Aaron J. Seigo wrote: > > as Marco noted, there are some tweaks that can be made indeed. the popups > > are ok, but as visually appealing as they could be nor as easy to use > > eit

Re: Display Configuration KCM design review

2012-10-04 Thread Aaron J. Seigo
On Thursday, October 4, 2012 13:38:06 Christoph Feck wrote: > Having two monitors placed side-by-side, you want to be able > to correctly vertically align them. can you define "correctly vertically align them"? (just so i understand exactly what you are proposing :) --

Re: Display Configuration KCM design review

2012-10-04 Thread Aaron J. Seigo
ix configuration stupidity, can we simply avoid such scenarios in the first place? imho it would be a lot nicer if instead of "being able" to tweak things, we didn't have to. simpler, easier to learn UIs with the desired results in the first place. -- Aaron J. Seigo signature.asc D

Re: share-like-connect in 4.10

2012-10-04 Thread Aaron J. Seigo
On Thursday, October 4, 2012 09:06:10 Aurélien Gâteau wrote: > Le jeudi 4 octobre 2012 00:25:53 Aaron J. Seigo a écrit : > > > I also want to see this discussed properly on kde-devel and > > > kde-usability. > > > > why kde-devel? and since when was kde-usabili

Re: Display Configuration KCM design review

2012-10-04 Thread Aaron J. Seigo
On Thursday, October 4, 2012 12:49:42 todd rme wrote: > On Thu, Oct 4, 2012 at 12:07 AM, Aaron J. Seigo wrote: > >> 2. Can users move the screens by small amounts using the arrow keys? > > > > what's the use case for this? > > It is hard to move objects

Re: [RFC] Trigger KRunner on top screenedge

2012-10-03 Thread Aaron J. Seigo
raised in this thread are probably resolvable (not active when there are fullscreen windows; if there's a top panel, don't bother, etc), it'll probably just come down to whether it "feels" natural enough after some time and whether it is useful enough to have it on by de

Re: wallpaper thumbnail preview size

2012-10-03 Thread Aaron J. Seigo
r plugins can also have render hints for target size (e.g. screen resolution) and Package uses that to aid its search for the "most suitable". then BackgroundListModel uses a KIO::PreviewJob to generate the thumbnail from that file. hth. -- Aaron J. Seigo signature.asc Description: This i

Re: share-like-connect in 4.10

2012-10-03 Thread Aaron J. Seigo
mho, a blocker for first inclusion, but it will need sorting out eventually. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: share-like-connect in 4.10

2012-10-03 Thread Aaron J. Seigo
ved (i already received one such point at Randa which was good, though sadly it was second-hand information; not sure why people can't just draft an email more often) as well as further testing. i'm not open to bikeshedding, invitations for faux-peer input from the uninformed and unski

Re: Display Configuration KCM design review

2012-10-03 Thread Aaron J. Seigo
ld on the icon to get a dropdown list of allowed > rotations? most rotations are from horizontal to vertical. that's 1 click with the 2 arrows. with a dropdown, that becomes 2 clicks + scanning a list. meh. -- Aaron J. Seigo signature.asc Desc

Re: Review Request: Correct horizontalAlignment and verticalAlignment properties of TextArea

2012-10-03 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106702/#review19812 --- Ship it! Ship It! - Aaron J. Seigo On Oct. 3, 2012, 12:22

Re: Review Request: Fix TextArea Plasma component documentation

2012-10-03 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106703/#review19811 --- Ship it! Ship It! - Aaron J. Seigo On Oct. 3, 2012, 1:31

<    3   4   5   6   7   8   9   10   11   12   >