Re: Changes to our Git infrastructure

2015-01-05 Thread Aaron J. Seigo
as it gets. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

Re: Changes to our Git infrastructure

2015-01-03 Thread Aaron J. Seigo
for reviews which I have been automatically subscribed to which I have absolutely zero interest in. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

Re: Awesome project: looking for enthusiast devs !

2014-12-19 Thread Aaron J. Seigo
the separation between KDE-the- desktop, KDE-the-libraries and KDE-applications extra clear?) -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe

Re: [Kde-pim] Problems with infrastructure

2014-12-15 Thread Aaron J. Seigo
system. the command line integration (arc) is quite nice and powerful. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

Re: [Kde-pim] Problems with infrastructure

2014-12-12 Thread Aaron J. Seigo
On Thursday, December 11, 2014 23.23:59 Albert Astals Cid wrote: El Dijous, 11 de desembre de 2014, a les 07:48:51, Aaron J. Seigo va escriure: individual learning curves is just not very attractive when Github sits there shiny and usable. and siloed and non-free. Indeed

Re: [Kde-pim] Problems with infrastructure

2014-12-10 Thread Aaron J. Seigo
to something that provides such a github-like experience, even if it has other drawbacks. Those drawbacks probably don't matter as much. If they did, github wouldn't be thriving quite as much as it does. [1] thinking that it would be nice or that would be a good idea does not make it a goal -- Aaron J

Re: Review Request 121094: KCoreAddons: add KTextToHTML class for plaintext - HTML conversion

2014-12-02 Thread Aaron J. Seigo
blockers imo. src/lib/text/ktexttohtml_p.h https://git.reviewboard.kde.org/r/121094/#comment49767 Comment is not accurate/relevant anymore src/lib/text/ktexttohtml_p.h https://git.reviewboard.kde.org/r/121094/#comment49766 Comment is not accurate/relevant anymore - Aaron J. Seigo

Re: Review Request 121094: KCoreAddons: add KTextToHTML class for plaintext - HTML conversion

2014-12-01 Thread Aaron J. Seigo
than export the symbol? every user of the library pays a startup cost for ever exported symbol, and it also increases the interface surface of the library even if these classes are theoretically private - Aaron J. Seigo On Nov. 18, 2014, 1:37 p.m., Daniel Vrátil wrote

Re: Review Request 121118: KEmoticons: Add a KEmoticonsIntegrationPlugin for KTextToHTML from KCoreAddons

2014-12-01 Thread Aaron J. Seigo
... - Aaron J. Seigo On Nov. 25, 2014, 9:39 a.m., Daniel Vrátil wrote: --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/121118

Re: Adventures in Bodega

2014-11-24 Thread Aaron J. Seigo
and running. it does not require any configuration: just install, start, profit. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

Review Request 120438: improve baloo file indexing overhead by ~2.5x

2014-09-30 Thread Aaron J. Seigo
/diff/ Testing --- Thanks, Aaron J. Seigo Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe

Re: Review Request 120438: improve baloo file indexing overhead by ~2.5x

2014-09-30 Thread Aaron J. Seigo
: https://git.reviewboard.kde.org/r/120438/diff/ Testing (updated) --- Indexed files, ran testsuite with 0 failures. Thanks, Aaron J. Seigo Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe

Re: KConfigGroup parent() and isValid()

2014-09-21 Thread Aaron J. Seigo
On Friday, September 19, 2014 17.28:04 Thomas Lübking wrote: On Freitag, 19. September 2014 13:06:41 CEST, Aaron J. Seigo wrote: KConfigGroup group = some valid group; while (group.isValid()) { group = group.parent(); } I'm checking for existance rather than validity

Re: Review Request 120283: make KConfigLoader more predictable by exposing a getter to KConfig's OpenFlags

2014-09-19 Thread Aaron J. Seigo
/ Testing --- Used KConfigLoader in startup config of plasmashell and settings are now propagated correctly from the shell scripting to the config loader objects. Thanks, Aaron J. Seigo ___ Kde-frameworks-devel mailing list Kde-frameworks-devel

Review Request 120283: make KConfigLoader more predictable by exposing a getter to KConfig's OpenFlags

2014-09-19 Thread Aaron J. Seigo
in startup config of plasmashell and settings are now propagated correctly from the shell scripting to the config loader objects. Thanks, Aaron J. Seigo ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo

Re: Review Request 120283: make KConfigLoader more predictable by exposing a getter to KConfig's OpenFlags

2014-09-19 Thread Aaron J. Seigo
Diff: https://git.reviewboard.kde.org/r/120283/diff/ Testing --- Used KConfigLoader in startup config of plasmashell and settings are now propagated correctly from the shell scripting to the config loader objects. Thanks, Aaron J. Seigo ___ Kde

KConfigGroup parent() and isValid()

2014-09-19 Thread Aaron J. Seigo
for the group being the top level group without hardcoding magic literal strings like default into the code. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

replacement for KDialog::[save|restore]DialogSize?

2014-09-14 Thread Aaron J. Seigo
hi.. what is the new idiom for KDialog::[save|restore]DialogSize when moving to QDialog? i couldn't find anything in the porting notes or in the porting scripts. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

window titles with modified status

2014-09-14 Thread Aaron J. Seigo
hi.. KDialog::makeStandardCaption used to provide standardized support for creating window titles with a modified status. is there a replacement for this in frameworks 5? -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

Re: replacement for KDialog::[save|restore]DialogSize?

2014-09-14 Thread Aaron J. Seigo
On Sunday, September 14, 2014 19.49:42 Thomas Lübking wrote: On Sonntag, 14. September 2014 19:16:35 CEST, Aaron J. Seigo wrote: hi.. what is the new idiom for KDialog::[save|restore]DialogSize when moving to QDialog? i couldn't find anything in the porting notes or in the porting

Re: Using Gerrit for code review in KDE

2014-09-10 Thread Aaron J. Seigo
. there are ways to introduce workflow improvements, and the options vary depending on whether there is precedent, documentation, etc. anyways .. i've said my bit, so EOT for me :) cheers ... -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

Re: Using Gerrit for code review in KDE

2014-09-09 Thread Aaron J. Seigo
all for improvements through change, but one can minimize disruptions as they go. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

Re: Using Gerrit for code review in KDE

2014-09-09 Thread Aaron J. Seigo
On Tuesday, September 9, 2014 18.32:41 Pier Luigi Fiorini wrote: 2014-09-09 17:39 GMT+02:00 Aaron J. Seigo ase...@kde.org: [1] even if I have my personal doubts w/regards to gerrit's appropriateness for KDE Probably I'm too late for the party, but have you considered gitlab? Yes; I

Re: Review Request 120029: introduce the concept of package fallback

2014-09-03 Thread Aaron J. Seigo
On Sept. 1, 2014, 4:53 p.m., David Edmundson wrote: I need some the concept explaining, why would a developer set a fallbackpackage? Is it not always org.kde.breeze.desktop? Marco Martin wrote: It would usually be the packagestructure setting it, in initPackage(), so

Re: Review Request 120029: introduce the concept of package fallback

2014-09-03 Thread Aaron J. Seigo
than sorry :p Aaron J. Seigo wrote: Is it not always org.kde.breeze.desktop? No, because of third party developers. Not every project targets the desktop. That said, this applies to any use of Plasma::Package, which is meant to be a generic concept not something

Re: Review Request 120029: introduce the concept of package fallback

2014-09-03 Thread Aaron J. Seigo
than sorry :p Aaron J. Seigo wrote: Is it not always org.kde.breeze.desktop? No, because of third party developers. Not every project targets the desktop. That said, this applies to any use of Plasma::Package, which is meant to be a generic concept not something

Review Request 119988: Package structure cleanups

2014-08-29 Thread Aaron J. Seigo
Plasma Desktop session. Thanks, Aaron J. Seigo ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 119988: Package structure cleanups

2014-08-29 Thread Aaron J. Seigo
. To reply, visit: https://git.reviewboard.kde.org/r/119988/#review65481 --- On Aug. 29, 2014, 11:51 a.m., Aaron J. Seigo wrote: --- This is an automatically generated e-mail. To reply

Re: Review Request 119988: Package structure cleanups

2014-08-29 Thread Aaron J. Seigo
On Aug. 29, 2014, noon, David Edmundson wrote: src/plasma/packagestructure.h, line 99 https://git.reviewboard.kde.org/r/119988/diff/1/?file=308188#file308188line99 would removing a #define count as a SIC? Aaron J. Seigo wrote: Yes, but I don't think it maters for two reasons

Re: Review Request 119988: Package structure cleanups

2014-08-29 Thread Aaron J. Seigo
On Aug. 29, 2014, noon, David Edmundson wrote: src/plasma/packagestructure.h, line 99 https://git.reviewboard.kde.org/r/119988/diff/1/?file=308188#file308188line99 would removing a #define count as a SIC? Aaron J. Seigo wrote: Yes, but I don't think it maters for two reasons

Re: Review Request 119988: Package structure cleanups

2014-08-29 Thread Aaron J. Seigo
On Aug. 29, 2014, noon, David Edmundson wrote: src/plasma/packagestructure.h, line 99 https://git.reviewboard.kde.org/r/119988/diff/1/?file=308188#file308188line99 would removing a #define count as a SIC? Aaron J. Seigo wrote: Yes, but I don't think it maters for two reasons

Review Request 119992: PackageStructure plugin loading and tidy up of DataEngien plugin loading

2014-08-29 Thread Aaron J. Seigo
/packagestructure.h fb32c22a6e7df1528b3d7a5b30b94c60a85a93e3 Diff: https://git.reviewboard.kde.org/r/119992/diff/ Testing --- Ran a Plasma Desktop 5 session with these changes. Thanks, Aaron J. Seigo ___ Kde-frameworks-devel mailing list Kde-frameworks

Re: Review Request 119988: Package structure cleanups

2014-08-29 Thread Aaron J. Seigo
Diff: https://git.reviewboard.kde.org/r/119988/diff/ Testing --- Ran a full Plasma Desktop session. Thanks, Aaron J. Seigo ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks

Re: Review Request 119992: PackageStructure plugin loading and tidy up of DataEngien plugin loading

2014-08-29 Thread Aaron J. Seigo
0833a4ed1b5704efffccade5e52589878e8b4957 src/plasma/package.cpp 6ad332167bb83c2f794f9f5d059e9f369ad33841 src/plasma/packagestructure.h fb32c22a6e7df1528b3d7a5b30b94c60a85a93e3 Diff: https://git.reviewboard.kde.org/r/119992/diff/ Testing --- Ran a Plasma Desktop 5 session with these changes. Thanks, Aaron J. Seigo

Review Request 119942: give the applet alternatives QML file an entry

2014-08-26 Thread Aaron J. Seigo
/packages.cpp 585ab1f272d48f9b998c64968beeccf0f6dd979f Diff: https://git.reviewboard.kde.org/r/119942/diff/ Testing --- Loaded plasmashell and the alternatives UI. Thanks, Aaron J. Seigo ___ Kde-frameworks-devel mailing list Kde-frameworks-devel

Re: Review Request 119942: give the applet alternatives QML file an entry

2014-08-26 Thread Aaron J. Seigo
. --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/119942/#review65294 --- On Aug. 26, 2014, 5:25 p.m., Aaron J. Seigo wrote

Re: Review Request 119942: give the applet alternatives QML file an entry

2014-08-26 Thread Aaron J. Seigo
point in the package, so it should have a well known name. Diffs - src/plasma/private/packages.cpp 585ab1f272d48f9b998c64968beeccf0f6dd979f Diff: https://git.reviewboard.kde.org/r/119942/diff/ Testing --- Loaded plasmashell and the alternatives UI. Thanks, Aaron J. Seigo

Re: Splitting kactivities reporitory

2014-08-26 Thread Aaron J. Seigo
probably don't belong in the framework -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

Re: Splitting kactivities reporitory

2014-08-26 Thread Aaron J. Seigo
kwin/ksmserver, it still switches activities, you just don't get application session handling with that. So it is functional, just missing features? -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part.

Re: Review Request 119498: Report crashes of KDE apps in Apple OS X (2) (fix drkonqi)

2014-07-31 Thread Aaron J. Seigo
procedure and return with the raw text, instead of with a partly formated text, when the assert condition triggers? About processing backtraces: recent OS X versions use lldb instead of gdb. How have you tackled that, Ian - added a dependency on port:gdb ? Aaron J. Seigo wrote

Re: Review Request 119498: Report crashes of KDE apps in Apple OS X (2) (fix drkonqi)

2014-07-30 Thread Aaron J. Seigo
On July 27, 2014, 11:17 a.m., Thomas Lübking wrote: drkonqi/reportassistantpages_bugzilla.cpp, line 300 https://git.reviewboard.kde.org/r/119498/diff/1/?file=293512#file293512line300 this is commented. if the test is pointless altogether (i do not know. no idea. no

Re: Review Request 116692: Lower memory usage of akonadi_baloo_indexer with frequent commits

2014-07-10 Thread Aaron J. Seigo
in the description, but with far better long-term results) Thanks, Aaron J. Seigo Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe

Re: KIO directory listing - CPU slows down SSD

2014-06-06 Thread Aaron J. Seigo
On Tuesday, June 3, 2014 00:11:51 Mark Gaiser wrote: We should do this as a gsoc project. Since this would be very unless it is a very gifted student, this is almost certainly outside the realm of reason for a GSoC project. -- Aaron J. Seigo signature.asc Description: This is a digitally

Re: KIO directory listing - CPU slows down SSD

2014-06-06 Thread Aaron J. Seigo
On Monday, June 2, 2014 20:54:11 Mark Gaiser wrote: On Mon, Jun 2, 2014 at 6:42 PM, Aaron J. Seigo ase...@kde.org wrote: On Thursday, May 29, 2014 16:32:28 Mark Gaiser wrote: On Thu, May 29, 2014 at 12:21 AM, Aaron J. Seigo ase But don't you just move logic to the slave that way? yes

Re: KIO directory listing - CPU slows down SSD

2014-06-02 Thread Aaron J. Seigo
On Thursday, May 29, 2014 16:32:28 Mark Gaiser wrote: On Thu, May 29, 2014 at 12:21 AM, Aaron J. Seigo ase It's just a hobby for me to optimize it to levels that match raw speed (without any KIO). meaningful speed improvements would be a reason to change things. if wire compatibility can

Re: KIO directory listing - CPU slows down SSD

2014-05-28 Thread Aaron J. Seigo
On Wednesday, May 28, 2014 16:23:31 Mark Gaiser wrote: On Wed, May 28, 2014 at 9:59 AM, David Faure fa...@kde.org wrote: On Wednesday 14 May 2014 12:50:18 Aaron J. Seigo wrote: * one entry at a time, serialized * no changing data once put there * no getting the data back out the class

Re: KIO directory listing - CPU slows down SSD

2014-05-28 Thread Aaron J. Seigo
be tempted to raise it to 500k files to REALLY push it. ;) .. you'll also find some perhaps useful cleanups and optimizations in the aseigo/cleanups branch in kio. feel free to cherry-pick. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part

Re: KIO directory listing - CPU slows down SSD

2014-05-14 Thread Aaron J. Seigo
... -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 116787: Always create NETEventFilter (a QWidget subclass) in the main application thread

2014-03-19 Thread Aaron J. Seigo
. --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116787/#review53254 --- On March 17, 2014, 9:09 a.m., Aaron J. Seigo wrote

Re: Review Request 116787: Always create NETEventFilter (a QWidget subclass) in the main application thread

2014-03-19 Thread Aaron J. Seigo
thread)? Aaron J. Seigo wrote: I commented this out to see if it resulted in any difference in function with Qt5; I didn't notice any difference, but did mean to comment it back in as I did not do a full examination of the code behind the scenes. I've put this line back in here locally

Re: Review Request 116787: Always create NETEventFilter (a QWidget subclass) in the main application thread

2014-03-19 Thread Aaron J. Seigo
/kwindowsystem.cpp 4c17baa src/kwindowsystem_p_x11.h 75f3028 src/kwindowsystem_x11.cpp 95c396b Diff: https://git.reviewboard.kde.org/r/116787/diff/ Testing --- Used in the Sprinter Windows plugin and works lovely to find desktops, windows, etc. Thanks, Aaron J. Seigo

Re: Review Request 116787: Always create NETEventFilter (a QWidget subclass) in the main application thread

2014-03-17 Thread Aaron J. Seigo
lovely to find desktops, windows, etc. Thanks, Aaron J. Seigo ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 116787: Always create NETEventFilter (a QWidget subclass) in the main application thread

2014-03-17 Thread Aaron J. Seigo
PRE-CREATION src/kwindowsystem.cpp 4c17baa src/kwindowsystem_p_x11.h 75f3028 src/kwindowsystem_x11.cpp 95c396b Diff: https://git.reviewboard.kde.org/r/116787/diff/ Testing --- Used in the Sprinter Windows plugin and works lovely to find desktops, windows, etc. Thanks, Aaron J

Re: Review Request 116787: Always create NETEventFilter (a QWidget subclass) in the main application thread

2014-03-17 Thread Aaron J. Seigo
Diff: https://git.reviewboard.kde.org/r/116787/diff/ Testing --- Used in the Sprinter Windows plugin and works lovely to find desktops, windows, etc. Thanks, Aaron J. Seigo ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https

Re: Releasing Deprecated modules and Tier 4 Definition

2014-03-17 Thread Aaron J. Seigo
needs to provide stability. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Releasing Deprecated modules and Tier 4 Definition

2014-03-17 Thread Aaron J. Seigo
faster / more reliably when there is deadline. if there is interest in maintaining the modules past that date, those interested can take on the effort after this point. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part

Re: Review Request 116787: Always create NETEventFilter (a QWidget subclass) in the main application thread

2014-03-14 Thread Aaron J. Seigo
. --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116787/#review52914 --- On March 13, 2014, 6:44 p.m., Aaron J. Seigo wrote

Re: Review Request 116787: Always create NETEventFilter (a QWidget subclass) in the main application thread

2014-03-14 Thread Aaron J. Seigo
On March 13, 2014, 10:31 p.m., Martin Gräßlin wrote: did you try to make it not use QWidget anymore? There shouldn't be a reason why it is QWidget. Aaron J. Seigo wrote: No; I can try it as a non QWidget ... let's see how that goes. So, challenges a plenty :) First, this line

Re: Review Request 116787: Always create NETEventFilter (a QWidget subclass) in the main application thread

2014-03-14 Thread Aaron J. Seigo
plugin and works lovely to find desktops, windows, etc. Thanks, Aaron J. Seigo ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Review Request 116787: Always create NETEventFilter (a QWidget subclass) in the main application thread

2014-03-13 Thread Aaron J. Seigo
lovely to find desktops, windows, etc. Thanks, Aaron J. Seigo ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Review Request 116692: Lower memory usage of akonadi_baloo_indexer with frequent commits

2014-03-10 Thread Aaron J. Seigo
tested an earlier (but functionally equivalent) version. Rather than reaching the common 250MB+ during regular usage it now idles at ~20MB (up from ~7MB when first started; so some fragmentation remains as noted in the description, but with far better long-term results) Thanks, Aaron J. Seigo

Re: Review Request 116692: Lower memory usage of akonadi_baloo_indexer with frequent commits

2014-03-10 Thread Aaron J. Seigo
, Aaron J. Seigo Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe

Re: Review Request 116692: Lower memory usage of akonadi_baloo_indexer with frequent commits

2014-03-10 Thread Aaron J. Seigo
. --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116692/#review52509 --- On March 10, 2014, 11:12 a.m., Aaron J. Seigo wrote

Re: Review Request 116692: Lower memory usage of akonadi_baloo_indexer with frequent commits

2014-03-10 Thread Aaron J. Seigo
. --- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/116692/#review52518 --- On March 10, 2014, 11:12 a.m., Aaron J. Seigo wrote

Re: Review Request 116692: Lower memory usage of akonadi_baloo_indexer with frequent commits

2014-03-10 Thread Aaron J. Seigo
you this maildir.. might help trigering this. Aaron J. Seigo wrote: The reason for the time difference is obvious: before it was making one commit after processing those 70k mails. Now it makes 700 commits in that same time. The commits are the expensive part, time-wise

Re: Review Request 116692: Lower memory usage of akonadi_baloo_indexer with frequent commits

2014-03-10 Thread Aaron J. Seigo
you this maildir.. might help trigering this. Aaron J. Seigo wrote: The reason for the time difference is obvious: before it was making one commit after processing those 70k mails. Now it makes 700 commits in that same time. The commits are the expensive part, time-wise

Re: c++ plugins with Frameworks 5

2014-03-04 Thread Aaron J. Seigo
cache is in place, then we can stop installing the .desktop files. once the i18n process has been migrated to use the json files directly, then we can remove the .desktop files from the repositories. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part

Re: KWindowSystem

2014-03-03 Thread Aaron J. Seigo
restore SC. done :) and yes, the preservation of source compatibility is important, especially as there is no compelling reason to break it in this case. see: https://community.kde.org/Frameworks/Epics/Splitting_kdelibs#Strive_for_Source_Compatibility -- Aaron J. Seigo signature.asc

Re: KWindowSystem

2014-03-03 Thread Aaron J. Seigo
should be easily resolved; we disagree on the definition of ‘proper usage’ in this case. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https

c++ plugins with Frameworks 5

2014-03-03 Thread Aaron J. Seigo
json- only. (i’m not willing to do that work if it isn’t, as i prefer not to waste my time :) -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https

Re: c++ plugins with Frameworks 5

2014-03-03 Thread Aaron J. Seigo
to the user. -- Aaron J. Seigo signature.asc Description: This is a digitally signed message part. ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: using KDBusConnectionPool in libraries

2014-02-21 Thread Aaron J. Seigo
On Friday, February 21, 2014 08:30:02 Kevin Ottens wrote: Hello, On Thursday 20 February 2014 20:03:20 Aaron J. Seigo wrote: I ran into an interesting situation the other day with libkactivities: it uses KDBusConnectionPool to create connections in a thread-safe manner

desktoptojson and kservice

2014-02-21 Thread Aaron J. Seigo
? -- Aaron J. Seigo ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: desktoptojson and kservice

2014-02-21 Thread Aaron J. Seigo
the translated versions of the strings of whatever locale the user currently has set. so if someone using german as their language, whenever they run desktoptojson they’ll get german strings rather than the default english ones. has anyone tested this with non-’c’ locales? -- Aaron J. Seigo

Re: desktoptojson and kservice

2014-02-21 Thread Aaron J. Seigo
. yeah, i was wondering the same thing ... will take a look around. a long while ago i had found such a class on the Internet. perhaps qt3 days? hm.. google, here i come. -- Aaron J. Seigo ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org

using KDBusConnectionPool in libraries

2014-02-20 Thread Aaron J. Seigo
to what exactly in QDBusConnection is not thread safe? -- Aaron J. Seigo ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Review Request 112294: Implement multi-seat support in KDM

2014-02-18 Thread Aaron J. Seigo
On Sept. 3, 2013, 10:20 p.m., Oswald Buddenhagen wrote: given that there is no intention to make further feature releases of the kde workspace which will include kdm, i wonder why we'd go through the (potentially tedious) process of upstreaming this now? Stefan Brüns wrote: The

Re: Review Request 112294: Implement multi-seat support in KDM

2014-02-18 Thread Aaron J. Seigo
still wants to make a new feature release. anyway, you'll understand that my motivation to invest effort into this is kinda low, time constraints notwithstanding. i may reconsider if i see credible support for such a patch from multiple downstreams here. Aaron J. Seigo wrote

Re: Review Request 115225: Add runtime platform support to KWindowInfo

2014-01-22 Thread Aaron J. Seigo
mark it as ShipIt with a clean conscience (as I haven't tested it at runtime), but the code looks good and the design is reasonable imho. - Aaron J. Seigo On Jan. 22, 2014, 2:03 p.m., Martin Gräßlin wrote: --- This is an automatically

Re: Review Request 115225: Add runtime platform support to KWindowInfo

2014-01-22 Thread Aaron J. Seigo
On Jan. 22, 2014, 3:22 p.m., Aaron J. Seigo wrote: Looks quite nice, other than the missing win/mac support which you can do little about at this point. Use of the explicitly shared pointer approach is a simple and nice performance booster when passing these objects around

Re: Framework metadata

2013-12-20 Thread Aaron J. Seigo
them by hand. This is a single day’s worth of hacking at most. +1 DOAP, -1 for the bikeshedding .. :) -- Aaron J. Seigo ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Nepomuk in 4.13 and beyond

2013-12-13 Thread Aaron J. Seigo
available again. -- Aaron J. Seigo

[Kde-hardware-devel] Review Request 114433: Crash fix on non-existent device

2013-12-13 Thread Aaron J. Seigo
/main.cpp 7fca8f2 Diff: http://git.reviewboard.kde.org/r/114433/diff/ Testing --- Tried it with invalid device addresses as well as valid ones, both from the command line and from the bluedevil systray icon. Thanks, Aaron J. Seigo ___ Kde-hardware

Re: [Kde-hardware-devel] Review Request 114433: Crash fix on non-existent device

2013-12-13 Thread Aaron J. Seigo
://git.reviewboard.kde.org/r/114433/#comment32593 werf.. just noticed the editor helpfully pushed this down a line. i'll fix this before pushing. - Aaron J. Seigo On Dec. 13, 2013, 11:30 a.m., Aaron J. Seigo wrote

Re: Nepomuk in 4.13 and beyond

2013-12-12 Thread Aaron J. Seigo
and even looked briefly at the code. where do you want the discussion to occur? i have some technical questions already :) -- Aaron J. Seigo

Re: Nepomuk in 4.13 and beyond

2013-12-12 Thread Aaron J. Seigo
and Milou must compile and work without Akonadi. nepomuk already does. i don’t see the issue here. -- Aaron J. Seigo

Re: Nepomuk in 4.13 and beyond

2013-12-12 Thread Aaron J. Seigo
really got comfortable with with nepomuk. When planning Baloo, I've mostly taken a look at PIM, Dolphin, KRunner (and Milou), PMC, and KPeople. Perhaps something was missed? usage in activities and Plasma Active are key use cases from my POV. -- Aaron J. Seigo

Re: Getting ecm files from the ECM package

2013-11-11 Thread Aaron J. Seigo
that work for everyone? -- Aaron J. Seigo ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Adopting AppData in KDE?

2013-11-06 Thread Aaron J. Seigo
going on (I would be, too, if I were them), but KDE needs to make intelligent choices as to what makes sense for our use cases, and AppStream is not that thing. -- Aaron J. Seigo

Re: Adopting AppData in KDE?

2013-11-05 Thread Aaron J. Seigo
but some kde private folder. But each small widget is like an small application. Then I suppose it makes sense to ship an AppData file. How does a plasmoid register itself as available? I'll likely have to create a plasmapkg -i pathtopackage -- Aaron J. Seigo

Re: Adopting AppData in KDE?

2013-11-05 Thread Aaron J. Seigo
On Tuesday, November 5, 2013 12:08:57 Richard Hughes wrote: On 5 November 2013 12:06, Aaron J. Seigo ase...@kde.org wrote: plasmapkg -i pathtopackage Sure, but what does that do? it should be of no concern to the installer. what it does is an implementation detail. it may even change

Re: Adopting AppData in KDE?

2013-11-05 Thread Aaron J. Seigo
On Tuesday, November 5, 2013 12:57:28 Richard Hughes wrote: On 5 November 2013 12:18, Aaron J. Seigo ase...@kde.org wrote: why do you need to know this? can AppStream not call external tools to do the installation? The way AppStream is generated in Fedora is we: ok ... this is separate

Re: Adopting AppData in KDE?

2013-11-02 Thread Aaron J. Seigo
systems. -- Aaron J. Seigo

Re: Adopting AppData in KDE?

2013-11-02 Thread Aaron J. Seigo
and installation, anything that isn’t an application. -- Aaron J. Seigo

Re: Review Request 113447: Attempt to unbreak pre-configuring QML applets via desktop scripting, take 2

2013-10-27 Thread Aaron J. Seigo
an application API POV. - Aaron J. Seigo On Oct. 27, 2013, 12:19 p.m., Eike Hein wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/113447

Re: Review Request 113471: Fix crash when removing an item while we are adding one

2013-10-27 Thread Aaron J. Seigo
that should be fixed before pushing. cheers .. plasma/generic/applets/notifications/contents/ui/NotificationDelegate/NotificationDelegate.qml http://git.reviewboard.kde.org/r/113471/#comment30810 missing {}s (even one-liners get them) - Aaron J. Seigo On Oct. 27, 2013, 10:36 a.m

Keep the Things You Forgot

2013-10-22 Thread Aaron J. Seigo
remind others to believe as much as we do in the things we’re doing. love ‘n hugs to you all ... -- Aaron J. Seigo ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel

Re: Network Applet

2013-10-19 Thread Aaron J. Seigo
it is, but ok :) then i would suggest perhaps putting them in the bottom drawer that expands when clicked on. they could appear there as a horizontal row of icons which can be selected? -- Aaron J. Seigo Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe

Re: Network Applet

2013-10-19 Thread Aaron J. Seigo
and then reconnect to a wifi AP which you had expanded to show more info, on disconnect it would collapse and on connect it would automatically expand again) that way if you wish to see the connection information you only need to click once. ever. thoughts? -- Aaron J. Seigo Visit http

Re: Review Request 110118: wrong path for plugin. ( doubling the plugin address cause the basepath to )

2013-10-10 Thread Aaron J. Seigo
/r/110118/ --- (Updated April 21, 2013, 6:18 p.m.) Review request for kde-workspace, Aaron J. Seigo and Marco Martin. Repository: kde-workspace Description --- plasma-desktop(7470)/libplasma Plasma::PackageStructure

  1   2   3   4   5   >