Re: Review Request: Activities KCM

2012-08-23 Thread Ivan Čukić
/BlacklistApplicationView.qml PRE-CREATION src/workspace/settings/ui/MainConfigurationWidgetBase.ui PRE-CREATION Diff: http://git.reviewboard.kde.org/r/106130/diff/ Testing --- Thanks, Ivan Čukić ___ Plasma-devel mailing list Plasma-devel

Re: Activities KCM

2012-08-23 Thread Ivan Čukić
This should be done automatically - the activities should be scored based on the current location and stuff like in Plasma Active, and the switcher should sort them by the score, or mark them in some way. I don't really agree here. There are some activities you probably never want to

Activities KCM

2012-08-22 Thread Ivan Čukić
Hi all, What would you like to see configurable in activities? Currently planned (and mostly finished): - plugins selection - choosing which applications' documents should be stored in history (all, none, choosing the specific ones [1]), for how long - clearing the history (like in

Re: Activities KCM

2012-08-22 Thread Ivan Čukić
and in a kcm is quite confusing (and generates useless chrome) so i would really not have something like kamdsettings1.png Awesome - I'm now guilt-free for removing that part :) (though, playing again with qml a bit was fun :D) Cheerio! -- So remember when you're feeling very small and

Review Request: Activities KCM

2012-08-22 Thread Ivan Čukić
src/workspace/settings/ui/MainConfigurationWidgetBase.ui PRE-CREATION src/workspace/settings/ui/kdeclarativeview.h PRE-CREATION src/workspace/settings/ui/kdeclarativeview.cpp PRE-CREATION Diff: http://git.reviewboard.kde.org/r/106130/diff/ Testing --- Thanks, Ivan Čukić

Re: Activities KCM

2012-08-22 Thread Ivan Čukić
Officially starting two-week review period: https://git.reviewboard.kde.org/r/106130/ Ch! -- So remember when you're feeling very small and insecure How amazingly unlikely is your birth And pray that there's intelligent life somewhere up in space Because there's bugger all down here on earth.

Re: Review Request: Activities KCM

2012-08-22 Thread Ivan Čukić
Try to avoid nesting GroupBoxes, especially inside a TabWidget, you get this box inside boxes inside boxes effect. A list of radio buttons should have a question above. In this case you're using the groupbox title as the question. You may find the first one works better simply as a label.

Re: Review Request: Activities KCM

2012-08-22 Thread Ivan Čukić
/106130/#review17886 --- On Aug. 22, 2012, 10:04 p.m., Ivan Čukić wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/106130

Re: Review Request: Activities KCM

2012-08-22 Thread Ivan Čukić
On Wednesday, 22. August 2012. 22.33.11 David Edmundson wrote: ... Code comments fixed or replied. BTW, thanks for a *very* quick review dude! Cheerio, Ivan -- Progress isn't made by early risers. It's made by lazy men trying to find easier ways to do something. -- Robert Heinlein

Re: Review Request: Dolphin reports open locations to the activity manager

2012-08-14 Thread Ivan Čukić
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105973/#review17365 --- On Aug. 11, 2012, 10:27 a.m., Ivan Čukić wrote

Re: Review Request: Dolphin reports open locations to the activity manager

2012-08-13 Thread Ivan Čukić
: http://git.reviewboard.kde.org/r/105973/#review17282 --- On Aug. 11, 2012, 10:27 a.m., Ivan Čukić wrote: --- This is an automatically generated e-mail. To reply, visit: http

Re: Review Request: Nepomuk2 port of Kactivities

2012-08-11 Thread Ivan Čukić
. - Ivan Čukić On July 30, 2012, 12:02 p.m., Marco Martin wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105790

Re: Review Request: Dolphin reports open locations to the activity manager

2012-08-11 Thread Ivan Čukić
://git.reviewboard.kde.org/r/105973/s/672/ Thanks, Ivan Čukić ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: Nepomuk2 port of Kactivities

2012-08-11 Thread Ivan Čukić
On Aug. 11, 2012, 6:43 a.m., Ivan Čukić wrote: If I see it correctly, it is mostly a namespace change (and the old nepomuk namespace is not used anymore), with two other changes so far? If so, I'd rather go for something like namespace Nepomuk = Nepomuk2; and leave the rest

Re: Patch to fix order of includes in kactivities (for FreeBSD)

2012-07-07 Thread Ivan Čukić
On 07/07/12 02:24, Alberto Villa wrote: I have a KDE commit bit, so I can commit it. You have the permission to push. Are you going to parch the master as well (the file is now in src/service/ directory) or should I? Cheers, Ivan ___ Plasma-devel

Re: Patch to fix order of includes in kactivities (for FreeBSD)

2012-07-07 Thread Ivan Čukić
I didn't look at master yet (this patch is against 4.8.4 as you can imagine), but of course I plan to patch master and then backport to KDE/4.9. No need,I'll patch master then. -- Cheerio, Ivan -- While you were hanging yourself on someone else's words Dying to believe in what you heard I

Mainpage.dox for KActivities

2012-06-22 Thread Ivan Čukić
Hi, Since KActivities repository contains both the library and the other components, api.kde.org should index only the lib/ subdirectory, not the whole source. Is it sufficient to move the Mainpage.dox into that folder? -- Cheerio, Ivan -- While you were hanging yourself on someone else's

Re: Hello... WorkFlow Plasmoid

2012-06-22 Thread Ivan Čukić
i seen this problem in the past. seems that to be correctly deleted the deletion should happen at least an event loop after the stop. (like being done by a slot connected with a timer with 0 timeout). if this is still the case in master is worth investigating why this happens. Ok, as I said

Re: RFC: Activities vs Virtual Desktop document on the wiki

2012-06-17 Thread Ivan Čukić
Given the result of the tree game, it is very clear to me that implementing this feature is not worth the effort. Can you elaborate on the tree game? And what were the conclusions regarding activities in general, and activities+VDs. This is not really useful for those of us who weren't at the

Re: Theming, again

2012-06-05 Thread Ivan Čukić
another thing that i wish it was possible that is a bit troublesome at the moment is a thing like this part of the mockup that i have not (yet) posted: http://wstaw.org/m/2012/06/05/plasma-desktoprK3844.png This is not that different to the 3D dock. It just needs some contextual information to

Theming, again

2012-06-04 Thread Ivan Čukić
Hi all, With qml-ifying plasma, we have the opportunity to completely break the current theming system and make something that would work. I'm usually all for back-compatibility, but in this case I think we should start from scratch. We have already had discussions about why the current theming

Re: Theming, again

2012-06-04 Thread Ivan Čukić
FrameSvg is awesome, that stands. At the same time it is filled with unused features. And misused features :) From my pov, it could be slimmed down for the common use-case, kept the current one in the old-theme-compatibility-plugin etc. Aka, performance impact only on explicit request. The issue

Re: Theming, again

2012-06-04 Thread Ivan Čukić
yes, a concrete thing that i would do different.. (and i'm not advocating to change, because of the retrocompatibility and because there are plenty other areas that have more priorities to put work into) That is true. I'm somehow hoping this will all come free somehow :/ (or we will find some

Re: Theming, again

2012-06-04 Thread Ivan Čukić
Not thinking anymore this has a purpose since, as Marco said, there are more important things to do. And the API doesn't need to change in order for us to later change the FSVG. But, here are the answers... for the record, and as a thought experiment :) +1 .. overlay was a neat idea, but i

Re: Review Request: kickoff: save recent applications list on every change to it

2012-05-31 Thread Ivan Čukić
On May 31, 2012, 10:09 a.m., Aaron J. Seigo wrote: the real fubar here is that it stores this information internally in its own config file. this really ought to be stored/retrieved from nepomuk and/or zeitgeist. i've cc'd Trever on this because he may have something to say about

Re: Review Request: Use Config to Provide Activity Icons

2012-05-22 Thread Ivan Čukić
://git.reviewboard.kde.org/r/105008/ --- (Updated May 22, 2012, 3:12 a.m.) Review request for Plasma and Ivan Čukić. Description --- Since we can't trust Nepomuk anymore now that ontologies are loaded asynchronously, we better

Re: Workspace Next Sprint Organization

2012-05-11 Thread Ivan Čukić
while i will not be there, i would be interested in doing a remote presentation, e.g. video over the net. let me know if that would be of It'd be nice if the presentation (and more) would be on a (for example) G+ hangout so that a few of us can watch it. --- On a different note, I've wrote a

Re: Review Request: [KActivityManagerDaemon] Activity Changed On Screen Display

2012-05-07 Thread Ivan Čukić
, I dream of a day when kamd will have no GUI code whatsoever. - Ivan Čukić On May 7, 2012, 5:49 p.m., makis marimpis wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104603

Re: Review Request: [KActivityManagerDaemon] Activity Changed On Screen Display

2012-05-07 Thread Ivan Čukić
On May 7, 2012, 6:04 p.m., Ivan Čukić wrote: I really don't like having this as a kamd plugin. In general, I dream of a day when kamd will have no GUI code whatsoever. Thomas Lübking wrote: What about using knotify and extending it by an OSD? makis marimpis wrote: heh

Re: Next Iteration Sprint, confirmed !

2012-04-19 Thread Ivan Čukić
It needs live video feeds. Some of us would like to chime in while unable to go to Barcelona for the meeting. Cheerio! ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request: GlobalShortcuts Plugin for ActivityManager (kamd)

2012-04-12 Thread Ivan Čukić
. - Ivan Čukić On April 11, 2012, 9:15 p.m., makis marimpis wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104428

Re: Review Request: GlobalShortcuts Plugin for ActivityManager (kamd)

2012-04-12 Thread Ivan Čukić
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104428/#review12348 --- Ship it! Ship It! - Ivan Čukić On April 12, 2012, 8:23 a.m

Re: Review Request: GlobalShortcuts Plugin for ActivityManager (kamd)

2012-03-31 Thread Ivan Čukić
/globalshortcuts.cpp http://git.reviewboard.kde.org/r/104428/#comment9499 The default shortcuts is something I'd like discussed on the ML. Personally, I'd have them empty by default. - Ivan Čukić On March 31, 2012, 4:19 p.m., makis marimpis wrote

Re: Review Request: Copy files instead of moving if parent dir is not writable

2012-03-28 Thread Ivan Čukić
to the private activity that can't be encapsulated in it. The things that should be added here are (something I forgot) is first to check whether url is a local file or not. If not, it should act like it is unmovable. (web pages...) - Ivan Čukić On March 27, 2012, 2:22 p.m., Lamarque Vieira

Re: Review Request: Add keyboard shortcuts to ActivityManager

2012-03-24 Thread Ivan Čukić
can change), and then press the key. I'd rather have it in kactivitymanagerd - to register global shortcuts, and that the user can set them in the system settings where the shortcuts for other programs are set. - Ivan Čukić On March 23, 2012, 7:35 p.m., makis marimpis wrote

Re: Review Request: Add keyboard shortcuts to ActivityManager

2012-03-24 Thread Ivan Čukić
On March 24, 2012, 6:12 p.m., Ivan Čukić wrote: I don't think this is the right approach of dealing with the keyboard shortcuts for activities: - not discoverable - clashes with the filter bar (which is the only way to discover the feature) - doesn't work in general case

Re: Review Request: Remember current desktop when changing activity

2012-03-21 Thread Ivan Čukić
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104261/#review11705 --- Ship it! Ship It! - Ivan Čukić On March 18, 2012, 9:22 a.m

Re: Review Request: Remember current desktop when changing activity

2012-03-17 Thread Ivan Čukić
On March 16, 2012, 12:49 p.m., Ivan Čukić wrote: makis marimpis wrote: Hm, i did that in order to restore the desktop ids from a previous run of kamd (let's say, in case of log out). You misunderstood, I don't mind saving it in the config file, I don't understand the need to keep

Re: Review Request: Remember current desktop when changing activity

2012-03-16 Thread Ivan Čukić
/104261/#comment9139 Why do you want to keep these in memory? - Ivan Čukić On March 16, 2012, 11:55 a.m., makis marimpis wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104261

Re: Recently Used engine?

2012-02-20 Thread Ivan Čukić
Misunderstood what you wanted. So recent apps... The problem with the idea of using a global thing like kactivitymanager/zeitgeist to get the list of applications is that you'll also get the applications that were started outside of your launcher. Imagine following: You keep konsole and

Re: Recently Used engine?

2012-02-19 Thread Ivan Čukić
Hi, you should look at KRecentDocuments class. Cheerio, Ivan p.s. Martin is already on this list. On 20 February 2012 02:12, Shaun Reich shaun.re...@kdemail.net wrote: i'm in need of kickoff-like information, i need Recently used applications, recently visited browser history, recent

Re: First Experience With Activities

2011-12-28 Thread Ivan Čukić
Hi, All the things you wrote sound like a setup issues. (or a 4.7 bug that I forgot about - it was a long time ago). You should only have (if you haven't created them before) one existing activity and two-three templates shown in the activity strip. The templates are already in the Create

Re: First Experience With Activities

2011-12-28 Thread Ivan Čukić
Can you please try to create a new user and see how many activities does he have by default? -- Cheerio, Ivan -- While you were hanging yourself on someone else's words Dying to believe in what you heard I was staring straight into the shining sun

Re: Extenders in libplasma2 (or.. not)

2011-11-15 Thread Ivan Čukić
+1 for removal with a small note - I don't think that extenders turned up to be a bad idea - from my pov, extenders in plasma failed because of a few design decisions (eg could have been dropped on an unlocked desktop and nowhere else) and bugs :) -- Cheerio, Ivan -- While you were hanging

Re: QML splash screen

2011-11-03 Thread Ivan Čukić
the default splash screen the reference to rebecca black :p) N! :) Thanks for doing this -- Cheerio, Ivan -- While you were hanging yourself on someone else's words Dying to believe in what you heard I was staring straight into the shining sun

Re: How to do a Plasma runner which only triggers once the query string is complete?

2011-10-21 Thread Ivan Čukić
On marble-devel Anders proposed to wait until user stops typing, but from what I could see there is no way to make use of that here, right? What does a 'stops typing' mean? Some people type faster, some slower. Some have lengthy pauses between words some don't. You can't tell whether somebody

Re: removing dependencies from kactivitymanagerd

2011-10-05 Thread Ivan Čukić
i really recommend KDBusService. Ok, so that means this will be a brang of kamd for kf5? ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Re: ScreenSaver and KDE Plasma 4.8?

2011-10-02 Thread Ivan Čukić
What would you say if KDE Plasma would no longer support X Screensavers? It needs to specify that no X Screensavers doesn't mean no screensavers -- Cheerio, Ivan -- While you were hanging yourself on someone else's words Dying to believe in what you heard I was staring straight into the

Re: QML splash screen

2011-09-14 Thread Ivan Čukić
as for the qml splash, as it won't be used by default on anything but plasma active, and since not multiscreen means it will either be stretched over all IIRC, you and a couple of other ppl wanted to make it default even for normal KDE Workspace. But, yeah, as long as it is only Active, we

Re: QML splash screen

2011-09-10 Thread Ivan Čukić
Ivan, what are for you the roadblocks that avoid merging it? multiscreen support, which should be trivial, but I haven't had the time to do it yet. (the stuff I'm currently doing is more important imo) to me, the biggest gripe is that the state of the splash steps is defined by a state

Re: New add widget layout proposal

2011-08-11 Thread Ivan Čukić
If the widget dialogue is that big, how can you add widgets to the desktop? What about the vertical panels? Cheerio On 11 August 2011 05:35, Reza Shah rshah0...@kireihana.com wrote: Hi, I'm proposing the new add widget dialog layout, something like in SystemSettings. Please see the

Re: the utter failure of bugzilla (and us?)

2011-05-25 Thread Ivan Čukić
Personally I would vote for a private bug where only team developers are allowed to open bugs to keep the Kwin is slow out of the tracker. Either that, or some karma system - when a bug is marked as valid, the reporter gets a star - so that the next time he/she reports a new one, we get it as

Re: Review Request: Fixing massive memory consumption in KWin using the raster graphicssystem.

2011-05-19 Thread Ivan Čukić
On May 19, 2011, 7:34 a.m., Aaron J. Seigo wrote: those are some impressive results. my guess is that we likely have a very similar issue in plasma. in both cases, we are dealing with lots of small bits of memory in the form of pixmaps, strings, etc. that are fairly constantly coming

Review Request: Activity ResourceInstance class for API review

2011-05-02 Thread Ivan Čukić
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101273/ --- Review request for Nepomuk, Plasma, Aaron J. Seigo, Marco Martin, and

Re: Review Request: Activity ResourceInstance class for API review

2011-05-02 Thread Ivan Čukić
://git.reviewboard.kde.org/r/101273/#comment2599 register, notify... ? - Ivan On May 2, 2011, 12:50 p.m., Ivan Čukić wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101273

Re: Review Request: Activity ResourceInstance class for API review

2011-05-02 Thread Ivan Čukić
how to call it really - Ivan --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101273/#review3044 --- On May 2, 2011, 12:50 p.m., Ivan

Re: Review Request: Activity ResourceInstance class for API review

2011-05-02 Thread Ivan Čukić
On May 2, 2011, 1:04 p.m., Ivan Čukić wrote: experimental/libkactivities/ResourceInstance.h, line 77 http://git.reviewboard.kde.org/r/101273/diff/1/?file=15799#file15799line77 register, notify... ? disregard this ^^^ (should have been posted up) - Ivan

Re: Review Request: Activity ResourceInstance class for API review

2011-05-02 Thread Ivan Čukić
:07 p.m., Ivan Čukić wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101273/ --- (Updated May 2, 2011, 1:07 p.m

Re: Review Request: Activity ResourceInstance class for API review

2011-05-02 Thread Ivan Čukić
, 2011, 1:07 p.m., Ivan Čukić wrote: --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101273/ --- (Updated May 2, 2011, 1:07 p.m

Re: Review Request: Activity ResourceInstance class for API review

2011-05-02 Thread Ivan Čukić
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101273/#review3043 --- On May 2, 2011, 1:07 p.m., Ivan Čukić wrote

Re: Review Request: Activity ResourceInstance class for API review

2011-05-02 Thread Ivan Čukić
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101273/#review3052 --- On May 2, 2011, 1:07 p.m., Ivan Čukić wrote: --- This is an automatically generated e

Re: Review Request: Activity ResourceInstance class for API review

2011-05-02 Thread Ivan Čukić
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101273/ --- (Updated May 2, 2011, 3:11 p.m.) Review request for Nepomuk and Plasma.

Re: Review Request: Activity ResourceInstance class for API review

2011-05-02 Thread Ivan Čukić
://git.reviewboard.kde.org/r/101273/#comment2618 The thing I don't like about the /empty/ constructor is that the user could thing the class will work if only some props or none are defined. - Ivan On May 2, 2011, 3:11 p.m., Ivan Čukić wrote

Re: activity API in experimental?

2011-04-26 Thread Ivan Čukić
Ok, the stripped version of the api is now in kdelibs/experimental Just the bare activity related stuff, without the resource access methods and similar. -- Cheerio, Ivan -- While you were hanging yourself on someone else's words Dying to believe in what you heard I was staring straight into

Re: activity API in experimental?

2011-04-26 Thread Ivan Čukić
You're welcome :) It is ok now. I don't expect api of this part to change. Cheerio On 26 April 2011 19:41, Jeffery MacEachern j.maceach...@gmail.com wrote: On Tue, Apr 26, 2011 at 08:11, Ivan Čukić ivan.cu...@kde.org wrote: Ok, the stripped version of the api is now in kdelibs/experimental

Re: Tokamak V: please confirm and price estimation

2011-02-25 Thread Ivan Čukić
Which dates did we agree upon? -- Cheerio, Ivan -- While you were hanging yourself on someone else's words Dying to believe in what you heard I was staring straight into the shining sun ___ Plasma-devel mailing list Plasma-devel@kde.org

Re: GSoC on Porting Plasmoids to QML

2011-02-23 Thread Ivan Čukić
Just mind that more people can apply for a specific project, and one can apply to more than just one. So, the sentences like: But if you find that it's not something you'd like to do I'd be more than willing to take it up! are not really needed. It is not like 'we'll pick the one who posts to

Re: QML code style

2011-02-23 Thread Ivan Čukić
Sorry for the necro, but: you can also transplant the d-pointer idiom into QML for private properties. Like this: Never apologise for useful comments :) -- Cheerio, Ivan -- While you were hanging yourself on someone else's words Dying to believe in what you heard I was staring straight into

Re: GSoC on Porting Plasmoids to QML

2011-02-23 Thread Ivan Čukić
yeah, that's more in the qtcomponents project tough. This will be a bit problematic - one student is expected to port plasmoids to something, while the other one makes the components of that something. If those are not coordinated well, we'll end up with a set of applets that will have to be

Re: Activities library in kdelibs

2011-02-22 Thread Ivan Čukić
I think the library will probably have to be in experimental/ fir 4.7 and api rally finalized for 4.8. Yes. The api related to the activities is stable, but the resource open/close/... reporting is not. So, it can go to experimental, not further. -- Cheerio, Ivan -- While you were hanging

Re: GSoC on Porting Plasmoids to QML

2011-02-22 Thread Ivan Čukić
Not gonna vanish here too. ;p , morpheuz knows where I live and can kill me if I do. I want to pull the strings from the other side of the pond for that - so that I can brag about it later :) Ch -- While you were hanging yourself on someone else's words Dying to believe in what you heard I

Re: How to define the action the side-buttons of a plasmoid?

2011-02-14 Thread Ivan Čukić
The fourth button is for opening an associated application (dolhin for the folderview etc.) - don't use it for anything else (even if theoretically/hackishly possible) Those buttons are not otherwise exposed so you can't define custom ones. (just like the window caption-bar buttons) Cheerio

Re: Cashew buttons Featurelets

2011-02-14 Thread Ivan Čukić
Shutdown *is* the default. I think this is configurable. I'm not sure what is the default default button - I've set it to shutdown as well. -- While you were hanging yourself on someone else's words Dying to believe in what you heard I was staring straight into the shining sun

Re: Cashew buttons Featurelets

2011-02-14 Thread Ivan Čukić
I think this is configurable. I'm not sure what is the default default button - I've set it to shutdown as well. System settings - Startup and shutdown - Session management - Default leave option -- Cheerio, Ivan -- While you were hanging yourself on someone else's words Dying to believe in

Re: GSOC: idea page

2011-02-13 Thread Ivan Čukić
Did media center have contributions outside of GSoC? Asking since I haven't noticed any related blog posts in ages. -- Cheerio, Ivan -- While you were hanging yourself on someone else's words Dying to believe in what you heard I was staring straight into the shining sun

Re: Custom plasma shell

2011-02-10 Thread Ivan Čukić
I'm not sure I see this as Martin did. The thing I agree with is that this can't be plasma. This would first and foremost need to be a new window manager, which would load plasmoids as windows. (so, I agree with the 'hardly possible' statement - implementing a new WM is not a trivial task, far

Re: Custom plasma shell

2011-02-10 Thread Ivan Čukić
Just an uninformed idea. But couldn't the scripting capabilities of Kwin and plasmoidviewer help to at least do a proof of concept? Instead of writing a new windows manager from scratch?!? I haven't looked at the scripting API for KWin, so I have no idea how powerful it is. Martin? --

Re: Custom plasma shell

2011-02-10 Thread Ivan Čukić
what i see possible of all of this, but not necessarily pretty (nor efficient;) is having plamoids informed of window geometries and move themselves accordingly IMO, this would be evil if limited only to plasmoids (honestly, if it was vice versa - windows moving, plasmoids not - it would be

Re: Dataengine for browser bookmarks

2011-02-05 Thread Ivan Čukić
Hi, The first thing here I'd like to see is separation of different browsers into different classes. It would be much easier to maintain/extend later. I guess that you're copying sqlite database file to another place so that you don't run into 'database locked' issue when firefox updates the

Re: Dataengine for browser bookmarks

2011-02-05 Thread Ivan Čukić
p.s. There is no point really in doing this until the user (applet) requests a data source: /* Konqueror */ m_konquerorBookmarkManager = KBookmarkManager::userBookmarksManager(); /* Firefox 3 */ m_firefoxDbDir = QDir(KStandardDirs::locateLocal(cache, ) +

Re: Dataengine for browser bookmarks

2011-02-05 Thread Ivan Čukić
I'm not sure how to make this into classes properly. I tried to understand the way the weather dataengine uses but I didn't get it. For starters, you can just create classes like KonquerorBookmarks, Firefox3Bookmarks etc. with some common abstract interface like getFolders(const QString

Re: the next step on the desktop

2011-02-03 Thread Ivan Čukić
This is IceWM, very useful feature when you have very limited resources. ;-) Strangely enough, I use it from time to time, but completely forgot it was from there :) --- Well, we definitely need mocks of everything, this idea, and everything else people can devise. Maybe we should ask the

Re: tokamak five

2011-02-03 Thread Ivan Čukić
I can do April, but not before 11th. what we want to do, what the architecture of libplasma2 could be.. (good news, Bring the aspirins for this one :) location I propose something not in the Arctic circle :) Do we have something/someone in Vienna or similar? -- While you were hanging

Re: feature/topic branches; activities runner

2011-02-02 Thread Ivan Čukić
I'm not really familiarized with Git yet, but I think that personal clones are a bit too much. Those are ok when contributors are from outside of the core-devel team and have no push rights on the master, but I don't think it is needed for most of us. I might be missing something, though. --

Re: the next step on the desktop

2011-01-31 Thread Ivan Čukić
What about just middle-click on the group? I've had a talk (IRC) with Martin and I decided to pull out the proposal since due to one reason (at least for the time being) - it is not useful in general, but only for specific SDI applications. -- Cheerio, Ivan -- While you were hanging yourself

Re: the next step on the desktop

2011-01-31 Thread Ivan Čukić
hm.. but they don't show up in window titlebar context menus when they are stopped; so a bug in kwin, then? it should be possible imho to send windows to any defined activity. we could put the stopped activities at the bottom of What would that do? 1. Start the activity in question 2. Stop

Re: plasma kpart theming

2011-01-24 Thread Ivan Čukić
yeah, I'm not a great fan of the wallpaper as well, (i actually don't like that much any of the current start pages) but the only alternative to me is using the standard white view color from the color scheme, that looks a bit poor i think (but we can decide is good enough eh ;)). What

Re: plasma kpart theming

2011-01-23 Thread Ivan Čukić
The only issue for me is the wallpapery background. For me, it just doesn't belong there, visually nor semantically. Ok, we are using it in other apps, but it is used for the main background, then the content is shown in a nicely styled small rectangle. Here, there is the wallpaper, then the

QML code style

2011-01-20 Thread Ivan Čukić
Hi all, I think this would be essential to decide before we dive into QML deeper. We're all used to kdelibs style when C++ is concerned, so our code is generally unified all across different parts of KDE Code. QML is a new area which nobody (with the exception of Marco and a few other ppl) has

Re: QML code style

2011-01-20 Thread Ivan Čukić
qt has a (quite scarce) conventions document Yes, it covers a bit specific stuff where the more important things are not present. The thing currently on my mind is the following - if the Qt examples and the mentioned page are to be followed - we'd end up with something like this: property

Re: QML code style

2011-01-20 Thread Ivan Čukić
I always do the opposite, like iconImage yes, I've noticed :) The main reason I do it this way is that I easier remember the field type than name, so it narrows the completion options :) -- Cheerio, Ivan -- While you were hanging yourself on someone else's words Dying to believe in what you

Re: [kde-artists] Re: Plasma themes set in kdeartwork

2010-12-15 Thread Ivan Čukić
Hi Xavier, Can you be on IRC (#plasma channel) in about 3 hrs? Cheerio, Ivan -- While you were hanging yourself on someone else's words Dying to believe in what you heard I was staring straight into the shining sun ___ Plasma-devel mailing list

Re: First try on Git repo for kdebase-workspace

2010-12-14 Thread Ivan Čukić
Essentually, since you can name the local repo as you wish, IMO it doesn't really matter that much. Currently, I keep base, plasma-addons, etc. because having kde prefix for all folders makes it one tab harder to navigate. Cheerio -- While you were hanging yourself on someone else's words

Re: First try on Git repo for kdebase-workspace

2010-12-14 Thread Ivan Čukić
heh of course it matters... its what everyone will call it. No, I meant that it doesn't really matter that the repo name contains kde so that ppl can track where is it from. If they want to, they can always put it in kde/workspace, kdesc/workspace, etc. Maybe it is just me, but I've never

RE: Plasma themes set in kdeartwork

2010-12-13 Thread Ivan Čukić
Thanks for reminding me. Will you be on irc in the afternoon? I guess Nuno will be there, he always hangs there :-) -original message- Subject: Re: Plasma themes set in kdeartwork From: Riccardo Iaconelli ricca...@kde.org Date: 13.12.2010 10:26 On Saturday 27 November 2010 13:19:36 Ivan Čukić

Re: Plasma themes set in kdeartwork

2010-12-13 Thread Ivan Čukić
i resent that fact that you think I have no life and reside in IRC all the time. The rumours even if true have not yet been proven :), I have a life i Sorry, but I just got to say this - dude, not to put a finer point on it - you have a wife, that, by definition, implies no life :D think, not

Re: Plasma themes set in kdeartwork

2010-12-13 Thread Ivan Čukić
Why do we need Plasma themes in kdeartwork at all? The same as with the wallpapers, icon sets, colour schemes, aurorae decos etc. Cheerio, Ivan -- While you were hanging yourself on someone else's words Dying to believe in what you heard I was staring straight into the shining sun

Re: windows and default activity assignment

2010-11-30 Thread Ivan Čukić
For me, both approaches have drawbacks - either I need to set a group of windows to be on one activity only, or to set them to be on all activities. There are a few things more that need to be done for 4.7: - In 'Adwanced Window/Application Settings' - show on specified/all activities - an

Re: The KWin Coding Style Situation

2010-11-28 Thread Ivan Čukić
Just noting that plasma coding style is the same as kdelibs [1] -- Cheerio, Ivan [1] http://techbase.kde.org/Policies/Kdelibs_Coding_Style -- While you were hanging yourself on someone else's words Dying to believe in what you heard I was staring straight into the shining sun

Re: Plasma themes set in kdeartwork

2010-11-27 Thread Ivan Čukić
Ok, since you've agreed and forgot to include kdeartists list into the discussion, I'll send them a nudge to make some kind of jury (Nuno, me, and possibly someone else). Anybody from plasma interested in judging? -- Cheerio, Ivan -- While you were hanging yourself on someone else's words

<    4   5   6   7   8   9   10   11   12   >