Re: Nepomuk in 4.13 and beyond

2013-12-13 Thread Marco Martin
On Thursday 12 December 2013, Vishesh Handa wrote: About 2 months ago we started to draft Baloo [1], a metadata solution that will cover the bare necessities of each use case we have. I'd like to avoid getting into the technical details of the implementation in this thread. Another thread

Re: Nepomuk in 4.13 and beyond

2013-12-13 Thread Vishesh Handa
On Thursday 12 Dec 2013 21:23:51 Aaron J. Seigo wrote: On Thursday, December 12, 2013 20:10:27 Vishesh Handa wrote: On Thursday 12 Dec 2013 19:40:11 Ivan Čukić wrote: If we all decide to store stuff in sqlite, then it doesn't matter if they are separate database files or the same

Re: Nepomuk in 4.13 and beyond

2013-12-13 Thread Vishesh Handa
On Thursday 12 Dec 2013 23:33:50 Ivan Čukić wrote: for the Plasma Active shell as it currently is, single-store querying might be workable as we tend to keep most of the different resources separated in the UI (though that’s one thing i want to change in future releases, so you can

Re: Nepomuk in 4.13 and beyond

2013-12-13 Thread Vishesh Handa
On Friday 13 Dec 2013 15:10:32 Shantanu Tushar Jha wrote: Hi Vishesh, While we're doing a better Nepomuk, something that I'll personally love improved is real-time[1] resource updates. We disabled resource watcher in PMC a long time back because it used to slow down things a *lot*. I'd

Re: Nepomuk in 4.13 and beyond

2013-12-13 Thread Marco Martin
On Thursday 12 December 2013, Vishesh Handa wrote: On Thursday 12 Dec 2013 19:40:11 Ivan Čukić wrote: If we all decide to store stuff in sqlite, then it doesn't matter if they are separate database files or the same one. I might be missing a few things here, but asking questions is the

Re: Nepomuk in 4.13 and beyond

2013-12-13 Thread Marco Martin
On Thursday 12 December 2013, Vishesh Handa wrote: what you describe is amazingly similar to the system Wheeler and I came up with during the very first Akademy. if you’re ever interested in what ever became of that, remind me over a coffee/beer sometime and i’ll put on my old-man pants

Re: Nepomuk in 4.13 and beyond

2013-12-13 Thread Aaron J. Seigo
On Friday, December 13, 2013 12:13:19 Vishesh Handa wrote: If you want, we can discuss this over a hangout or irc where there is a smaller delay between responses. What time would be suitable for everyone? today before 17:00; this weekend i’m busy, and then next week i’m relatively

Review Request 114436: Set WindowModality of all KIO message box to Qt::WindowModal

2013-12-13 Thread Dawit Alemayehu
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/114436/ --- Review request for kdelibs, David Faure and Frank Reininghaus.

Re: Review Request 114436: Set WindowModality of all KIO message box to Qt::WindowModal

2013-12-13 Thread Frank Reininghaus
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/114436/#review45646 --- Thanks for looking into this, Dawit! I greatly appreciate this

Review Request 114437: Add right click contextmenu for Plasma Components TextField

2013-12-13 Thread Leszek Lesner
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/114437/ --- Review request for KDE Runtime. Repository: kde-runtime Description

Re: Review Request 114437: Add right click contextmenu for Plasma Components TextField

2013-12-13 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/114437/#review45652 --- Two comments inline.

Re: Review Request 114437: Add right click contextmenu for Plasma Components TextField

2013-12-13 Thread Lukáš Tinkl
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/114437/#review45654 --- plasma/declarativeimports/plasmacomponents/qml/TextField.qml

Re: Review Request 114436: Set WindowModality of all KIO message box to Qt::WindowModal

2013-12-13 Thread Thomas Lübking
On Dec. 13, 2013, 2:27 p.m., Frank Reininghaus wrote: Thanks for looking into this, Dawit! I greatly appreciate this effort. Two questions come to my mind: 1. Why should these dialogs be modal at all? Everything that KIO does is asynchronous, so it could very well be that the

Re: Review Request 114437: Add right click contextmenu for Plasma Components TextField

2013-12-13 Thread Leszek Lesner
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/114437/ --- (Updated Dec. 13, 2013, 3:35 p.m.) Review request for KDE Runtime.

Re: Review Request 114437: Add right click contextmenu for Plasma Components TextField

2013-12-13 Thread Leszek Lesner
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/114437/ --- (Updated Dec. 13, 2013, 3:37 p.m.) Review request for KDE Runtime.

Re: Review Request 114437: Add right click contextmenu for Plasma Components TextField

2013-12-13 Thread Burkhard Lück
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/114437/#review45657 --- Where is the message extraction for these i18n() ? - Burkhard

Re: Review Request 114436: Set WindowModality of all KIO message box to Qt::WindowModal

2013-12-13 Thread Kai Uwe Broulik
On Dec. 13, 2013, 2:27 p.m., Frank Reininghaus wrote: Thanks for looking into this, Dawit! I greatly appreciate this effort. Two questions come to my mind: 1. Why should these dialogs be modal at all? Everything that KIO does is asynchronous, so it could very well be that the

Re: Nepomuk in 4.13 and beyond

2013-12-13 Thread Ivan Čukić
today before 17:00; this weekend i’m busy, and then next week i’m relatively available again. Monday or later for me. -- Science gathers knowledge faster than society gathers wisdom. -- Isaac Asimov

Re: Nepomuk in 4.13 and beyond

2013-12-13 Thread Ivan Čukić
If both are sqlite, then it's one query - select fid from tagRelation, activityRelation where aid = 'activityId' and tid = 'TagIdentifier'; Now your talkin' This looks nice - It needs to be abstracted into a proper api that can understand that those are separate dbs. (this removes my