2 Questions for Teamwork

David Nolden david.nolden.kdevelop at art-master.de
Wed Jul 4 17:28:01 UTC 2007


Am Mittwoch, 4. Juli 2007 19:01:11 schrieb Andreas Pakulat:
> Hi,
>
> as it was just "resurrected" I gave it a little test (two kdevelops on
> the same computer) and got two questions:
>
> a) Do you plan an overhaul of the GUI? IMHO its unusable, cluttered and
> missing various labels (not to mention the broken popup dialogs)
Yes of course it needs an overhaul. It mainly needs a little work on the 
ui-files, one or two labels filled, and some stuff should probably go out of 
the tab into some configuration-dialog or sub-dialogs, but those didn't exist 
when it was created. I don't know whether there is a usable 
configuration-system now. 

Then it needs some support from kdevplatform to signalize that a new message 
has arrived.

I don't know though why it's unusable though.

> b) I didn't look at the code, but the plugin states that it creates a
> workspace-thing, why is that needed? We tried to avoid having a
> workspace in KDevelop4 to place the projects in. Or is this more like a
> workspace per project where stuff that is being worked on using teamwork
> stored?
>
> Andreas

The plugin was designed when kdevelop was a one-project application, it relies 
on having one central folder where to save patches, message-logs, etc., and 
from where to relatively search for the files of reference-messages and 
similar.

When partially porting it so it works with multi-project, I renamed the 
project-folder to workspace-folder because workspace is what fits the name 
best. A space where you "teamwork". It could contain multiple projects, so 
you can teamwork on all of them. We can think about a way to make it work 
with all open projects, by using some kind of a "virtual workspace" or 
similar.

greetings, David





More information about the KDevelop-devel mailing list