Categories:
Wednesday, 16 March 2005
dataKiosk release, la, la la
Manyoso
|
I just released v. 0.6 of dataKiosk. The major changes include editing support via a new configurable form. It also has some handy new editor widgets that are factory created depending upon the field's type. The new widgets include a MS Access alike combo table dropdown foreign key relation editor. For those of you who are interested you can check out the new extragear homepage for screenshots and/or grab the 0.6 release bzip2 tar.
Tuesday, 15 March 2005
Code Completion Continued...
Manyoso
|
A couple of updates on the code completion changes. In current CVS code completion can:
Complete in TRY/CATCH blocks... Complete on vars declared in if/for/while... Lots of other fixes... And I have this working although the patch is up for review and not in cvs: There are a few issues, because it relies on richtext and the problem is I have to strip out some chars programmatically which becomes a problem for apps who use katepart and completion entries with legitimate richtext chars...
Read More
Sunday, 13 March 2005
KListViewSearchLine Rocks!
Rich
|
KListViewSearchLine is a great class - I just added search capability to to kdcop with 2 lines of code and a little bit of work in designer!
First filter
Read More
Sunday, 13 March 2005
KSpread and Gnumeric to merge
Jriddell
|
Here's a fun pipedream overheard on #kde-devel. Very exciting I think you'll agree. Yes you freedesktop.org skeptics, you'll agree too. KOffice developers will agree too even though they don't know about it yet.
Read More
Saturday, 12 March 2005
3.5 or 4.0: that is the question
It's interesting to observe KDE development these days. Since the 3.4 code was branched from the main line, the repository is open for new development again.
For past releases this meant committing frenzy with new features flying in, development branches being merged and all the creativity bound by the feature freeze breaking loose. This time it's different. It's quiet. It's the silence before the storm. I know that there is new and interesting code around, but it doesn't seem to find its way into the main development line yet. So what's going on?
Read More
Saturday, 12 March 2005
When you add stuff to KDE Libs...
Rich
|
Reviewing some of the new code that has been added to kdelibs for 3.4, I've noticed a few old problems recurring. Some of the new classes are missing d pointers, this will be a pain in the future and should not have happenned. I strongly urge anyone writing stuff for kdelibs (or interfaces that plugins etc. will talk to for that matter) to review the doc on binary compatibility I link below.
Read More
Thursday, 10 March 2005
Announcing Get Hot New Wallpapers
Jriddell
|
Launching today for those of you lucky enough to have KDE 3.4 installed is... Get Hot New Wallpapers!
Using the excellent Get Hot New Stuff platform and its KDE library KNewStuff I added Get New Wallpapers button to the desktop configuration module. It looks like KDE Look man Frank has now added the feed from kde-look.org so you can get the current 10 latest, greatest and most downloaded wallpapers at the touch of a button.
Read More
Thursday, 10 March 2005
Get your Hot New Emoticons
Everyone else is doing it so why can't we? Today Kopete jumped on the Hot New Stuff bandwagon by letting users fetch and install new emoticon themes from the Configure dialog.
Read More
Thursday, 10 March 2005
KStars: new details window
Finally, something worth blogging in KStars-land: The Object Details window is getting a facelift.
Before and after:
The layout is much less cluttered, and all of the data fields now use kde:KActiveLabel, so the text can be copy/pasted with the mouse. Best of all, there's now a user-customizable thumbnail image of the object. If you click on the image, the following tool opens:
Read More
Thursday, 10 March 2005
Please, raise your hand...
Manyoso
|
Please, raise your hand if you'd like:
Color syntax highlighting in KDevelop's code completion? Icons in the entry list corresponding to the entry type ... ctor, dtor, method, member, etc, etc? Some sorting by entry type so all ctor's come first, dtor's next, etc, etc? The ability to specify what parts of the entry are "completeable" eg, if I'm completing a method decl I don't necessarily want to key the return type? If so, then the following changes will need to be made to KTE Completion interfaces:
Read More