Re: Review Request: Use static KNS3::DownloadDialog in PlasmoidPackage

2012-11-22 Thread Aaron J. Seigo
connect the finished() signal of the dialog to deleteLater(), which will cause it to be recreated after it's gone. - Aaron J. Seigo On Nov. 22, 2012, 7:08 p.m., Jan Grulich wrote: --- This is an automatically generated e-mail. To reply

Re: Prepping KDirModel and KFileItem for QML

2012-11-17 Thread Aaron J. Seigo
and change the data? In my case i don't need that functionality because i only pull up the KFileItem data when i actually click a file. you mean updating the KFI when the on-disk file changes? i would hope the model itself already does that ... ? -- Aaron J. Seigo signature.asc Description

Re: Review Request: Make sure ksmserver ignores excluded apps when saving session

2012-11-11 Thread Aaron J. Seigo
catch 1 and 4, however, was in case there were binaries of the same name in different paths that should be treated differently (allowing differentiation by full path).. Lubos will certainly have more insight on this, however. - Aaron J. Seigo On Nov. 10, 2012, 12:45 p.m., Jekyll Wu

Re: KDEREVIEW: share like connect and plasmate

2012-11-08 Thread Aaron J. Seigo
is integrated with the (needs to be secure) gpg passphrase infrastructure. that is not the case here, so it can easily use KPasswordDialog. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

Re: Property id of Plasma::Applet

2012-11-08 Thread Aaron J. Seigo
is released? Yes, it is constant. I'll note that in the property now. Note that none of Plasma::Applet's properties are notifiable as they were put in place before the QML world decended upon us making that important. In libplasma2, this will not matter though :) -- Aaron J. Seigo signature.asc

Re: What is the git workflow for kdelibs ?

2012-11-07 Thread Aaron J. Seigo
put this information where you (and others) are going to find it and can reference it? As soon as that is defined, I'll make sure the information is there asap. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

Re: What is the git workflow for kdelibs ?

2012-11-07 Thread Aaron J. Seigo
; minor detail though) ... what probably is most important is to make this visible. a prominent link at the top of the main page might help that says something about it being a guide to kde wikis ... -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

Re: KDEREVIEW: share like connect and plasmate

2012-11-04 Thread Aaron J. Seigo
findings and implemening fixes for them :) -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

Re: Cleaning house: KDE Review

2012-11-02 Thread Aaron J. Seigo
. - Stackfolder Plasma Applet (stackfolder) as Sebas noted, this one is stil in review and actively changing as a result. pls keep it in kdereview for now :) -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

Re: Cleaning house: KDE Review

2012-11-02 Thread Aaron J. Seigo
: - Stackfolder Plasma Applet (stackfolder) We're reviewing it right now, so I suppose it won't skip the next step after that (i.e. the move). Why wasn't k-c-d notified of the review? human imperfection, i imagine :) -- Aaron J. Seigo signature.asc Description: This is a digitally signed message

KDEREVIEW: share like connect and plasmate

2012-11-01 Thread Aaron J. Seigo
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 Description

Re: kdereview: bodega

2012-10-25 Thread Aaron J. Seigo
to deal with. i think this is out of scope for now, as we have a number of things already on the roadmap to finish out .. but i won't exclude it as an idea for the future. thanks for challenging our vision by pushing it further :) -- Aaron J. Seigo signature.asc Description: This is a digitally

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

2012-10-25 Thread Aaron J. Seigo
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: 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 using SVG files. Dmitry Ashkadov

Re: Moving ktouchpadenabler to kdebase^Wkde-workspace

2012-10-13 Thread Aaron J. Seigo
} STREQUAL Desktop) group -- 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-12 Thread Aaron J. Seigo
On Oct. 12, 2012, 1:34 p.m., Sebastian Kügler wrote: Screenshot: Tooltip with mounted device http://git.reviewboard.kde.org This tooltip looks really odd and out of place this way.:/ Lamarque Vieira Souza wrote: The transparency effect does not look good here. I would like

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 such fixable brokenness. can you

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 On Oct

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 such fixable brokenness. can you

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/label, so the information about the mount point would look like quite redundant. Perhaps you could

Re: Review Request: Add Activity Awareness to KFilePlaces* Widget (OnlyInActivity)

2012-10-02 Thread Aaron J. Seigo
in the window title where you can assign a window to multiple activities. Aaron J. Seigo wrote: unfortunately, this can't only be done in the frameworks branch, and even then not quite yet. kactivities has already been broken out, and while it should be a valid dependency for the kfile library

Re: Review Request: Make it possible to use QtCreator QML profiler and debugger with KDE Applications

2012-09-28 Thread Aaron J. Seigo
On Sept. 26, 2012, 9:16 a.m., Aurélien Gâteau wrote: I pushed the plasmoidviewer changed in and filed a Qt review as well: https://codereview.qt-project.org/#change,35683 this change was pushed into the KDE/4.9 branch of kdelibs, but not master. not sure it should be in the 4.9 branch at

Re: Review Request: expand the theme package in order to include *.svgz files

2012-09-24 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106557/#review19393 --- Ship it! Ship It! - Aaron J. Seigo On Sept. 24, 2012, 3:38

Re: How Can I change wallpaper from CLI?

2012-09-06 Thread Aaron J. Seigo
things like set that as a wallpaper easily: it's writing one plugin for one app (SLC) instead of writing one plugin for every single application out there. really, it's the same thinking that went into things like kparts. -- Aaron J. Seigo signature.asc Description: This is a digitally signed

Re: How Can I change wallpaper from CLI?

2012-09-05 Thread Aaron J. Seigo
that. :) -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

Re: KDE SC 4.8.4 important problems

2012-06-10 Thread Aaron J. Seigo
::defaultOffers or KMimeTypeTrader::query apparently at times in KSycocaDict::find_string. #3 kontact executing the kaddressbook component #4 kmail executed outside kontact these need to be sent to the kdepim team as they are crashes in kdepim components (address book library, kmail editor, ...) -- Aaron J

Re: KDE SC 4.8.4 important problems

2012-06-10 Thread Aaron J. Seigo
On Sunday, June 10, 2012 11:20:09 Aaron J. Seigo wrote: On Sunday, June 10, 2012 03:23:04 José Manuel Santamaría Lema wrote: #1 dolphin: #2 gwenview #6 kontact executing various components: calendar, to-do list, journal #7 kmail links these are all the same crash, or at least related

Re: ALERT: KDElibs (at least) 4.8.4 is actually 4.8.80+

2012-06-09 Thread Aaron J. Seigo
: http://www.kde.org/code-of-conduct/ instead of getting upset, step back for a moment and understand what the libs developers are doing and try to support them in their (hard) efforts. cheers and happy hacking ... -- Aaron J. Seigo signature.asc Description: This is a digitally signed message

Re: ALERT: KDElibs (at least) 4.8.4 is actually 4.8.80+

2012-06-09 Thread Aaron J. Seigo
to avoid the unhappy and negative back-and-forth emails over nothing. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

Re: ALERT: KDElibs (at least) 4.8.4 is actually 4.8.80+

2012-06-09 Thread Aaron J. Seigo
On Saturday, June 9, 2012 13:40:29 Andreas K. Huettel wrote: Am Samstag 09 Juni 2012, 12:57:16 schrieb Aaron J. Seigo: now, i really don't understand the use of words like stupid and dumb. I'll leave the fist fighting to others, and would like to apologize for my choice of words. cool

Re: ALERT: KDElibs (at least) 4.8.4 is actually 4.8.80+

2012-06-09 Thread Aaron J. Seigo
? if not, could we? a report like this across our public libraries made at beta1 would be so fantastic ... -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

Re: kdelibs and Qt version dependency

2012-06-08 Thread Aaron J. Seigo
On Thursday, June 7, 2012 18:57:42 Albert Astals Cid wrote: El Dijous, 7 de juny de 2012, a les 09:27:22, Aaron J. Seigo va escriure: On Wednesday, June 6, 2012 20:32:49 Albert Astals Cid wrote: Someone from plasma? summary: no hard requirement to jump to Qt 4.8 from plasma at this time

Re: kdelibs and Qt version dependency

2012-06-07 Thread Aaron J. Seigo
code will be well tested with Qt 4.8 and Qt 4.7 will not be as well tested. i don't think there is much we can do about that though, unless a magic QA fairy passes by dropping testers. :) -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

Re: Please fix kde-runtime buildsystem

2012-06-04 Thread Aaron J. Seigo
On Sunday, June 3, 2012 20:26:36 Albert Astals Cid wrote: If kactivities is not found it gives done. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

Re: Review request: moving libkgoogle to extragear

2012-05-26 Thread Aaron J. Seigo
On Saturday, May 26, 2012 00:47:04 Dan Vratil wrote: Hi, LibKGoogle is a new optional dependency of kdepim-runtime. It's used by the new Akonadi Google resources. It's now in kdereview [0] and I'd like to move it to extragear, so I'm asking for a review on the library. i haven't looked

Re: QtScript considered dangerous

2012-05-25 Thread Aaron J. Seigo
the testing that comes with it) the JS support in numerous KDE applications is rather more sensible imho. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

Re: kio and frameworks 5

2012-05-15 Thread Aaron J. Seigo
kioslaves (such as file, http, ...)? does this only apply to a subset of kioslaves (e.g. file, but not http)? iow, what is the scope of this discussion? :) -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

Re: [REVIEW]: plasma-mobile repositories

2012-03-26 Thread Aaron J. Seigo
On Friday, March 23, 2012 20:38:49 Albert Astals Cid wrote: Problems i found in a few seconds with a grep i've fixed these now in the master branch. please let me know if you find additional issues. thanks. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

Re: [REVIEW]: plasma-mobile repositories

2012-03-26 Thread Aaron J. Seigo
/config will go away. so .. no, i won't move it to playground because it is not playground material. cheers ... -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

[REVIEW]: plasma-mobile repositories

2012-03-23 Thread Aaron J. Seigo
don't hesitate :) -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

Re: Need suggestion on how to fix the common crash in plasma-desktop (kdelibs related)

2012-03-21 Thread Aaron J. Seigo
the backtraces in those bug reports but not actually solve anything in the real world. the aborts will still happen as a result of the underlying error. p.s. this probably belongs on plasma-devel rather than kde-core-devel ... -- Aaron J. Seigo signature.asc Description: This is a digitally

Re: Review Request: Remember current desktop when changing activity

2012-03-16 Thread Aaron J. Seigo
. service/ActivityManager.cpp http://git.reviewboard.kde.org/r/104261/#comment9136 should also check for = 0. also, this statement needs {}s, we use them even for single line conditionals :) - Aaron J. Seigo On March 16, 2012, 7:40 a.m., makis marimpis wrote

Re: Review Request: KImageCache optimization

2012-02-23 Thread Aaron J. Seigo
://git.reviewboard.kde.org/r/104052/#comment8776 this needs a check on destination being not-null. e.g. if (destination !temp.isNull()) above - Aaron J. Seigo On Feb. 23, 2012, 6:21 p.m., Mark Gaiser wrote: --- This is an automatically generated e-mail

Re: Review Request: KImageCache optimization

2012-02-23 Thread Aaron J. Seigo
to make this as efficient as possible without destroying readability/maintainability. - Aaron J. Seigo On Feb. 23, 2012, 7:23 p.m., Mark Gaiser wrote: --- This is an automatically generated e-mail. To reply, visit: http

Re: From kdelibs4 to KDE frameworks... how to make KDE more cross platform...

2012-02-14 Thread Aaron J. Seigo
that the applications should be the _focus_, then we arrive at the conclusions of the original post in this thread :) -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

Re: From kdelibs4 to KDE frameworks... how to make KDE more cross platform...

2012-02-13 Thread Aaron J. Seigo
not really gain us more users or deliver value to existing users... so +1 for emphasizing on apps on win/mac -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

Re: Conflict in merging kde-workspace KDE/4.8 → master

2011-12-22 Thread Aaron J. Seigo
/KdmGreeterTheme.desktop Automatic merge failed; fix conflicts and then commit the result. What should be done to take care of this? i merged KDE/4.8 into master earlier today, and dealt with this conflict in the process. p.s. for others wondering, it's in kde-workspace :) -- Aaron J. Seigo

Re: Review Request: Reset time format upon user request

2011-12-18 Thread Aaron J. Seigo
at making KLocale work better for us here :) plasma/generic/applets/digital-clock/clock.cpp http://git.reviewboard.kde.org/r/103434/#comment7475 this still realy ought to be done in klocale - Aaron J. Seigo On Dec. 16, 2011, 9:13 p.m., Lamarque Vieira Souza wrote

Re: Review Request: check if enough disk space available before even starting to copy each file

2011-12-17 Thread Aaron J. Seigo
-effects on disks that aren't full. kio/kio/copyjob.cpp http://git.reviewboard.kde.org/r/103412/#comment7473 kdelibs style says braces around all block statements, even single line if/else/for/whiles :) - Aaron J. Seigo On Dec. 16, 2011, 1:28 p.m., Nick Shaforostoff wrote

Re: Review Request: check if enough disk space available before even starting to copy each file

2011-12-16 Thread Aaron J. Seigo
one copy job happening (in or out of KIO). though i suppose it will end up catching more cases than are caught now (e.g. none) - Aaron J. Seigo On Dec. 14, 2011, 2:56 p.m., Nick Shaforostoff wrote: --- This is an automatically

Re: Review Request: Crash guard for KSelectionProxyModelPrivate::removeRangeFromProxy()

2011-12-16 Thread Aaron J. Seigo
:) kdeui/itemviews/kselectionproxymodel.cpp http://git.reviewboard.kde.org/r/103421/#comment7467 this should be in kdelibs style: if (!q-sourceModel() || m_rootIndexList.isEmpty()) { return; } - Aaron J. Seigo On Dec. 15, 2011, 8:54 p.m., Allen Winter wrote

Re: Review Request: Reset time format upon user request

2011-12-16 Thread Aaron J. Seigo
be checking what has been changed and only changing on SettingsChanged. (we don't need to do this on, for instance, icon or cursor changes ;) - Aaron J. Seigo On Dec. 16, 2011, 6:35 p.m., Lamarque Vieira Souza wrote

Re: Suggestions for some KDE default options

2011-12-13 Thread Aaron J. Seigo
-core-devel :) -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core developer sponsored by Qt Development Frameworks signature.asc Description: This is a digitally signed message part.

Re: Review Request: Make the action names of KRecentFilesAction not be extremely long

2011-12-09 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103360/#review8822 --- Ship it! Ship It! - Aaron J. Seigo On Dec. 8, 2011, 10:39

Re: Review Request: [PATCH] Change HTML thumbnail generator to kdewebkit

2011-12-06 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101365/#review8749 --- Ship it! Ship It! - Aaron J. Seigo On Oct. 23, 2011, 4:19

Re: Review Request: Fix KCategorizedView race

2011-12-06 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103335/#review8750 --- Ship it! Ship It! - Aaron J. Seigo On Dec. 5, 2011, 2:21

Re: Review Request: Do not show Remember Password checkbox if KWallet is disabled

2011-12-06 Thread Aaron J. Seigo
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103291/#review8753 --- Ship it! Ship It! - Aaron J. Seigo On Nov. 29, 2011, 6:48

Re: Review Request: Fix KCategorizedView race

2011-12-06 Thread Aaron J. Seigo
On Dec. 6, 2011, 2:07 p.m., Aaron J. Seigo wrote: Ship It! Thomas Lübking wrote: What's the policy for merging things into the frameworks branch? - Merge? - Cherry-pick? - Have someone else do it anyway? we merge KDE/4.7 into frameworks every so often. i did it just

Re: kactivities update

2011-12-05 Thread Aaron J. Seigo
On Monday, December 5, 2011 10:12:04 Ivan =?utf-8?B?xIx1a2nEhw==?= wrote: On 5 December 2011 09:54, Aaron J. Seigo ase...@kde.org wrote: On Monday, December 5, 2011 09:31:49 Ivan =?utf-8?B?xIx1a2nEhw==?= wrote: Since kdelibs are frozen, this will never go into master, but will need to wait

Re: Moving libmm-qt and libnm-qt to kdereview

2011-12-04 Thread Aaron J. Seigo
chance of collision with other libraries. i know that the networkmanager project decided to call their library libnm, but we don't need to repeat such errors ourselves, right? :) -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core

Re: Review Request: three trivial fixes and one not so trivial

2011-12-04 Thread Aaron J. Seigo
, and not here. - Aaron J. Seigo On Dec. 4, 2011, 10:17 a.m., Jaime Torres Amate wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103323

Re: Review Request: fix infinite recurssion in kcategorizedview

2011-12-03 Thread Aaron J. Seigo
it as this is a serious issue people run into regularly. i wish there was a better fix than just disabling the horizontal scrollbar, but i'd rather see this not hit users than wait for the perfect solution that so far has not been forthcoming. - Aaron J. Seigo On Dec. 3, 2011, 10:55 a.m

Re: Review Request: Proper password caching when opening remote directories in KFileDialog

2011-11-24 Thread Aaron J. Seigo
/#comment7159 how is this different just calling widget-window()? - Aaron J. Seigo On Nov. 24, 2011, 7:37 a.m., Dawit Alemayehu wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org

Re: Review Request: Proper password caching when opening remote directories in KFileDialog

2011-11-24 Thread Aaron J. Seigo
-window()? kfile/knewfilemenu.cpp http://git.reviewboard.kde.org/r/103226/#comment7163 QWeakPointer kfile/knewfilemenu.cpp http://git.reviewboard.kde.org/r/103226/#comment7164 d-m_parentWidget-window()? - Aaron J. Seigo On Nov. 24, 2011, 7:37 a.m., Dawit Alemayehu wrote

Re: Review Request: Ensure Plasma Desktop does not crash on exit with Qt 4.8

2011-11-22 Thread Aaron J. Seigo
a crazy, crazy regression. in any case, yes, this can go in, and the commit should mark BUG:284989 - Aaron J. Seigo On Nov. 22, 2011, 7:39 a.m., Ben Cooksley wrote: --- This is an automatically generated e-mail. To reply, visit: http

Re: Review Request: Ensure Plasma Desktop does not crash on exit with Qt 4.8

2011-11-22 Thread Aaron J. Seigo
On Nov. 22, 2011, 9:24 a.m., Thomas Lübking wrote: plasma/private/containment_p.h, line 71 http://git.reviewboard.kde.org/r/103202/diff/1/?file=41732#file41732line71 ibeg your pardon? to me this looks like you delete the same entry forever (what *will* crash at a point)

Re: Review Request: Ensure Plasma Desktop does not crash on exit with Qt 4.8

2011-11-22 Thread Aaron J. Seigo
will ever actually notice optimizations we've seen from time to time in Qt. again, communication on these kinds of changes would be helpful in letting those using Qt to decide how to feel about these things. :) -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75

Re: Frameworks mailing list

2011-11-19 Thread Aaron J. Seigo
, though for nearly the opposite reason: to be able to see only those emails separate from other conversations and thereby prioritize reading them :) -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core developer sponsored by Qt

Re: Frameworks mailing list

2011-11-19 Thread Aaron J. Seigo
term piss off a few people as they would lose a soapbox from which to repeatedly share their opinions. personally, i think that possible cost is well worth the benefits that would come withit. -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1

Re: Frameworks mailing list

2011-11-19 Thread Aaron J. Seigo
is, unfortunately, tolerated and therefore encouraged on k-c-d. a prefix on a subject line does nothing to resolve that. we need to address the situation head-on or accept that more people will want to take their productive discussions elsewhere where they can be had in peace. -- Aaron J. Seigo humru othro

Re: Frameworks mailing list

2011-11-19 Thread Aaron J. Seigo
with value. let's identify real issues, derive real solutions we can possibly try out by implementing, and then do so. :) On Saturday 19 November 2011, Aaron J. Seigo wrote: On Thursday, November 17, 2011 18:17:30 Alexander Neundorf wrote: If the signal to noise ratio here is considered too

Re: Frameworks mailing list

2011-11-17 Thread Aaron J. Seigo
their point :( meanwhile, everyone on frameworks is also on k-c-d and frameworks is an open list ... -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core developer sponsored by Qt Development Frameworks signature.asc Description

Re: Review Request: Pretty resize of RenameDialog according to its content

2011-11-17 Thread Aaron J. Seigo
a bug fix for sure and should go into the KDE/4.7 branch. that gets merged into master on a semi-regular basis, so don't worry about master (it'll happen for you). it will also get merged into frameworks. cheers ... - Aaron J. Seigo On Nov. 16, 2011, 8:55 p.m., Alexey Chernov wrote

Re: This starts to become a dangerous path (Was: New Feature for kdelibs)

2011-11-16 Thread Aaron J. Seigo
with it is not to consider it a fork of kdelibs but the next version of kdelibs (that's what it is) and help out with it :) another way of putting is: please don't fighting your own teammates (the ones, in this case, who have done the majority of kdelibs work in the last few years), but join then. -- Aaron J

Re: [proposal] Move all of the ksecretsservice components into kdeutils/ksecrets

2011-11-15 Thread Aaron J. Seigo
://techbase.kde.org/Development/Tutorials/Services/Plugins there are many practical examples in KDE as well; libplasma has half a dozen different types of plugins, in fact :) feel free to ask questions or track me down on irc if you need/want any input... -- Aaron J. Seigo humru othro a kohnu se GPG

Re: Request: remove libkactivites from kdelibs (in experimental/)

2011-11-14 Thread Aaron J. Seigo
on irc later this month. it is quite clear to everyone that this is sorely needed, and so we're going to make this thing along with some other supporting information for frameworks ... -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE

Re: [proposal] Move all of the ksecretsservice components into kdeutils/ksecrets

2011-11-14 Thread Aaron J. Seigo
, and i'll take care of the kwallet integration ... technically it's a new feature that'll be dropping into 4.8's kdelibs, but it's a reasonable compromise imho. i will commit it after the 4.7.4 release so as not to interfere with that. -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint

Re: Request: remove libkactivites from kdelibs (in experimental/)

2011-11-13 Thread Aaron J. Seigo
On Saturday, November 12, 2011 10:35:02 Kevin Kofler wrote: Aaron J. Seigo wrote: first, let's back off from the unecessary rhetoric. for instance, i don't think calling people hypocrites is going to get anyone anywhere other than annoyed, upset and divided. i hope we can agree

Re: [proposal] Move all of the ksecretsservice components into kdeutils/ksecrets

2011-11-13 Thread Aaron J. Seigo
of things and it would be easy to break it into its own repo when that time comes using git filter-branch. Kevin Ottens: can you confirm the above as being in line with the tier structure? -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1

Re: Request: remove libkactivites from kdelibs (in experimental/)

2011-11-11 Thread Aaron J. Seigo
, there is no PackageMetadata class and the install package routine has moved into PackageStructure as well. you were given a heads up not a month ago, but 3 months ago, along with the offer of help to make that merge happen. -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7

Re: Request: remove libkactivites from kdelibs (in experimental/)

2011-11-11 Thread Aaron J. Seigo
On Friday, November 11, 2011 16:50:00 Alexander Neundorf wrote: On Friday 11 November 2011, Aaron J. Seigo wrote: note that the decisions which i am simply repeating and asking people to respect were made this past summer in a meeting of some 30 libs contributors and then brought here to k

Re: New Feature for kdelibs (Was: The case for a kdelibs 4.8)

2011-11-10 Thread Aaron J. Seigo
hope that with further documentation and clairty of goals that others will be able to see how they can get involved with frameworks and why now is a good time to do so. -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core developer

Re: I have ALL MOUSE BUTTONS WORKING for xcb and xlib :)) on qt5

2011-11-10 Thread Aaron J. Seigo
? to an actual implementation! -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core developer sponsored by Qt Development Frameworks signature.asc Description: This is a digitally signed message part.

Re: Review Request: Make the tab group Xproperty accessable via NETWinInfo

2011-11-10 Thread Aaron J. Seigo
On Nov. 10, 2011, 10:02 a.m., Martin Gräßlin wrote: I would like to see this in kdelibs 4.8. It is a rather minor change and should be fine for 4.7 as well. But I don't know what's the state for additions to kdelibs currently... Christoph Feck wrote: The freeze is today, which

Re: Review Request: Make the tab group Xproperty accessable via NETWinInfo

2011-11-10 Thread Aaron J. Seigo
means it has to go in today. Aaron J. Seigo wrote: this is a new feature. it is not needed to address any functionality bugs. so it belongs in frameworks, not the KDE/4.7 branch. (and yes, i'm aware of the good things we can do with this feature in workspace code :) Anton

Re: New Feature for kdelibs (Was: The case for a kdelibs 4.8)

2011-11-09 Thread Aaron J. Seigo
during porting, and if we don't (for whatever reason) then we can easily merge such a branch into master at that point. -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core developer sponsored by Qt Development Frameworks

Re: Request: remove libkactivites from kdelibs (in experimental/)

2011-11-09 Thread Aaron J. Seigo
On Friday, November 4, 2011 23:05:28 Aaron J. Seigo wrote: we currently have libkactivities in kdelibs/experimental. due to upcoming changs and frameworks 5 development, it has been moved into its own git repository: kactivities. unless there are any further objections, here is what i plan

Re: New Feature for kdelibs (Was: The case for a kdelibs 4.8)

2011-11-09 Thread Aaron J. Seigo
of kdelibs. not something for someone else to work on and give us in some far distant undetermined future, but for us to work on so we can have it sooner rather than later. -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core

Re: New Feature for kdelibs (Was: The case for a kdelibs 4.8)

2011-11-09 Thread Aaron J. Seigo
here: we should learn from the past rather than repeat it. -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core developer sponsored by Qt Development Frameworks signature.asc Description: This is a digitally signed message part.

Re: Review Request: KActivities requires Soprano 2.7 to compile

2011-11-08 Thread Aaron J. Seigo
On Nov. 7, 2011, 3:56 p.m., Ralf Jung wrote: Any comment on this? The patch looks trivial, but I am still new to all this so I'd prefer if someone could confirm that KActivites can and should actually require Soprano 2.7. it builds here with 2.6.51. so 2.7 is not required, but perhaps

Re: New Feature for kdelibs (Was: The case for a kdelibs 4.8)

2011-11-08 Thread Aaron J. Seigo
. -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core developer sponsored by Qt Development Frameworks signature.asc Description: This is a digitally signed message part.

Re: Request: remove libkactivites from kdelibs (in experimental/)

2011-11-07 Thread Aaron J. Seigo
. -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core developer sponsored by Qt Development Frameworks signature.asc Description: This is a digitally signed message part.

Re: Request: remove libkactivites from kdelibs (in experimental/)

2011-11-07 Thread Aaron J. Seigo
On Monday, November 7, 2011 16:35:57 Albert Astals Cid wrote: A Dilluns, 7 de novembre de 2011, Aaron J. Seigo vàreu escriure: On Sunday, November 6, 2011 10:29:56 Allen Winter wrote: Do you mean to remove it from the kdelibs-4.7 branch? it should definitely be removed from kdelibs-master

Request: remove libkactivites from kdelibs (in experimental/)

2011-11-04 Thread Aaron J. Seigo
for the plasma-mobile repository. -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core developer sponsored by Qt Development Frameworks signature.asc Description: This is a digitally signed message part.

Re: detection if applet is running

2011-10-29 Thread Aaron J. Seigo
and port them. You must abide by separation of concern. In your application your concern is to determine wether a particular applet is running. in this case it probably only needs to use the kded daemon. the applet or tray icon is likely irrelevant. -- Aaron J. Seigo humru othro a kohnu se

Re: detection if applet is running

2011-10-28 Thread Aaron J. Seigo
in the containments running in plasma-active ... -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core developer sponsored by Qt Development Frameworks signature.asc Description: This is a digitally signed message part.

Re: detection if applet is running

2011-10-28 Thread Aaron J. Seigo
or not there is a system tray icon or plasmoid? -- Aaron J. Seigo humru othro a kohnu se GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA EE75 D6B7 2EB1 A7F1 DB43 KDE core developer sponsored by Qt Development Frameworks signature.asc Description: This is a digitally signed message part.

Re: Review Request: Add Activity Awareness to KFilePlaces* Widget (OnlyInActivity)

2011-10-26 Thread Aaron J. Seigo
On Oct. 25, 2011, 10:05 a.m., Kai Uwe Broulik wrote: Is there any progress on this? I’d propose you enhance the feature to make the individual activities selectable, i.e. you can choose in which particular activities an entry should appear, similar to KWin’s Activity menu in the

Re: Review Request: Fix Object::connect: No such slot AbstractItemView::iconSettingsChanged(int)

2011-09-30 Thread Aaron J. Seigo
, so this is no longer needed here. - Aaron J. Seigo On Sept. 27, 2011, 4:31 p.m., Romain Perier wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/102719

Re: The case for a kdelibs 4.8

2011-09-30 Thread Aaron J. Seigo
versions in CMakeLists.txt. for, e.g. kde-workspace, that minimum version for kdelibs is 4.7. it may be even lower for other modules (many apps probably compile with rather older kdelibs than that). this really isn't an argument for or against a 4.8 .. -- Aaron J. Seigo humru othro a kohnu se GPG

<    1   2   3   4   >