|
| This Week... |
|
KBoard, a game canvas, gets several new chess-based themes, whilst KSokoban gets many new levels. KPhotoAlbum imports the winning entry from its Splashscreen Contest. Krazy and apidox (parts of the EBN test suite) move from playground into the kdesdk module. KBlog, a library to interface with various blogs, is imported into the PIM playground in KDE SVN. Work begins on a GStreamer backend for Phonon. More work on Yahoo Chatroom support in Kopete. Kexi Query Designer supports data sorting in design and SQL view. Painting experiments with Chinese brushes in Krita.
|
Scripting applications using higher-level languages is currently a hot topic within KDE, with KDE 4 set to feature scripting functionality throughout. Scott Wheeler expresses the general sentiment:
|
- Having a "blessed" KDE scripting language for writing complete KDE applications is a good thing and allowing applications written in that language
- A tangent to the main thread is adding scriptability to KDE applications
- For the first sort of scripting, there's something of a concensus that Python or Ruby are the primary candidate languages
- There hasn't been much language flaming between Ruby and Python; it seems most folks agree that they're both acceptable OO scripting languages, though there have been plugs a bit for one language or the other
- There's some debate over what appropriate languages are for the latter; KJS (JavaScript) is currently advocated, but there's some debate over the merits of JavaScript
To qualify the first comment, even if your language of choice isn't the one taken, there's nothing lost. Currently all scripting languages are second class citizens in the KDE world. Promoting one to first-class status doesn't demote the others significantly. An "everybody wins, use what you want" solution really is just a way of rephrasing the current situation.
|
|
Boudewijn Rempt provides his KOffice-influenced viewpoint (emphasis added):
|
The thread is long, yes, but to say that matters have come to a conclusion, that it is possible to even arrive at an executive summary is premature. As far as I'm concerned, there have been no conclusive arguments in favor of Scott's summary. But since the discussion is now apparently to be held in blog form, here's my summary.- Blessing the use of scripting languages for writing complete applications is important. Equally important is not to bless a single language. Let's first see in which languages applications actually will be written. The really important thing is that among the set of tarballs that comprises a complete kde release can be applications completely written in a scripting language. Of course, apart from Python and Ruby there are no serious candidates.
- There are still people who think that the current bindings to Qt and KDE of, for instance Python, are not completely mature and stable and that the maintenance of those bindings will cost kde-core hackers time. Come on, guys! Living under a rock is not healthy. We've had stable scripting language bindings for more than half a decade. They just didn't take off because kde doesn't package scripted applications, relegating them to the whims of distribution packagers.
- Forcing users to script in Javascript is an act of unmitigated evil. Allowing them to do that is okay.
- Making applications extensible through scripting should be done with Kross. Using Kross exposes a single API for your applications to D-Bus, Javascript, Python and Ruby. That means, no longer designing a separate DCOP API and a separate KJSEmbed API. It also means that people actually using the applications can code their extensions in the language they already know.
- I'm fine with no, or just one, or two scripting languages allowed for extending or implementing kde-base and kde-core bits. I still think that Kross is better than just mandating kjsembed. Look at how cool Kross is: Kross 2.0 and DBus. Kross really is the definitive solution to scripting KDE, on a par with what BeOS had, maybe even better.
|
|
Richard Dale, KDE language bindings guru, provides a summary of the recent work on the QtRuby Ruby and Qyoto C# bindings:
|
Arno Rehn has added a uics tool which takes a Qt4 Designer file and generates C# code, and so you can now use Designer with Qyoto. Arno has also added Q_CLASSINFO class attribute and a Q_SCRIPTABLE method attributes. These attributes are used as part of the data to construct the QMetaObject for QObject based classes. He has also implemented the code for return values on slot invocations. The exciting thing about these changes is that we are quite close to getting the QtBus classes working with Qyoto, and you will soon be able to use DBus from C#.
I've been doing more work with QDBus in QtRuby. I've translated all the Qt4 dbus examples, and they all work except 'complexpingpong'. One nice thing I've added to Qt::DBusMessage is the ability to call methods on them as proxies, instead of having to invoke the call() method, with the target method name as a string. For example, you can call a method called 'query()' like this:
reply = iface.call("query", Qt::Variant.new(line))
Or call it more simply like this:
reply = iface.query(line)
In the first case 'reply' will be a Qt::DBusMessage, and you can check if it is ok with 'reply.valid?', and then extract the value with 'reply.value'. In the second case 'reply' is the return value of the method (a Ruby String in this example). So it works just as if it was a local method call.
|
|
In the upcoming week, KDE 3.5.5 will be released (11th October). On the 7th October, KOffice 1.6 was tagged in preparation for a release on the 16th October. Slightly-biased sources assure me that it is going to be an excellent release, one which will function comfortably until KOffice 2.0, currently the subject of intense development, is completed.
|
|
| Statistics |
|
Commits: |
2675
by 219
developers, 5294
lines modified, 1338
new files. |
|
Open Bugs:
|
13040
|
|
Open Wishes:
|
11682
|
|
Bugs Opened:
|
269 in the last 7 days. |
|
Bugs Closed:
|
184 in the last 7 days. |
|
|
Commit Summary |
|
Module
|
Commits
|
|
/trunk/www |
|
|
/trunk/KDE |
|
|
/branches/stable |
|
|
/trunk/l10n |
|
|
/trunk/extragear |
|
|
/trunk/koffice |
|
|
/trunk/playground |
|
|
/branches/KDE |
|
|
/branches/work |
|
|
/branches/koffice |
|
|
|
Lines
|
Developer
|
Commits
|
|
|
Adriaan de Groot
|
|
|
|
Stephan Kulow
|
|
|
|
Christoph Cullmann
|
|
|
|
Laurent Montel
|
|
|
|
Dirk Mueller
|
|
|
|
Jaroslaw Staniek
|
|
|
|
Allen Winter
|
|
|
|
Oswald Buddenhagen
|
|
|
|
Gilles Caulier
|
|
|
|
Michal Ostrowski
|
|
|
|
|
Internationalisation (i18n) Status
|
|
|
Bug Killers and Buzz |
|
Bug Killer
|
Number Of Bugs Closed
|
|
Lex Hider
|
|
|
Sebastian Trueg
|
|
|
Joris Guisson
|
|
|
Mark Kretschmann
|
|
|
Christoph Burger-Scheidlin
|
|
|
Maks Orlovich
|
|
|
Alexandre Pereira de Oliveira
|
|
|
Gilles Caulier
|
|
|
Jaroslaw Staniek
|
|
|
Tommi Tervo
|
|
|
|
Program |
Buzz |
|
Amarok |
|
8255 |
|
|
KMail |
|
5100 |
|
|
Kate |
|
4950 |
|
|
KDevelop |
|
3820 |
|
|
K3B |
|
3580 |
|
|
Kat |
|
3415 |
|
|
Kopete |
|
3370 |
|
|
Ark |
|
|
Kontact |
|
|
Quanta |
|
|
|
Person |
Buzz |
|
David Faure
|
|
986
|
|
|
Adriaan de Groot
|
|
950
|
|
|
Stephan Kulow
|
|
768
|
|
|
Waldo Bastian
|
|
540
|
|
|
Jonathan Riddell
|
|
524
|
|
|
Philip Rodrigues
|
|
456
|
|
|
George Staikos
|
|
342
|
|
|
Boudewijn Rempt
|
|
311
|
|
|
Stephan Binner
|
|
|
Aaron J. Seigo
|
|
|
|
|
|
| Contents |
|
|
Bug Fixes |
Features |
Optimise |
Security |
Other |
|
Accessibility |
|
|
|
|
|
|
Development Tools |
|
|
|
|
|
|
Educational |
|
|
|
|
|
|
Graphics |
|
|
|
|
|
|
KDE-Base |
|
|
|
|
|
|
KDE-PIM |
|
|
|
|
|
|
Office |
|
|
|
|
|
|
Konqueror |
|
|
|
|
|
|
Multimedia |
|
|
|
|
|
|
Networking Tools |
|
|
|
|
|
|
User Interface |
|
|
|
|
|
|
Utilities |
|
|
|
|
|
|
Games |
|
|
|
|
|
|
Other |
|
|
|
|
|
|
There are 58 selections this week.
|
|
Bug Fixes |
|
Networking Tools |
|
Joris Guisson committed changes in /trunk/extragear/network/ktorrent:
|
Changes : - Fixed bug in advanced choke algorithm - Deselecting files without deleting data is now possible - Deselecting files without deleting data is now the default action when you uncheck a file in the infowdiget - Deselecting existing files at torrent load time, will not delete the file |
|
|
|
|
|
|
Utilities |
|
Tom Albers committed changes in /trunk/extragear/utils/rsibreak/src:
|
- Allright, after two days I've finally tracked down this bug. The loadconfig did not get the correct value for the slider interval. By re-setting the config group it magically works again. If any guru can tell me why this is needed, you get a beer. - Change default slider interval from 2 sec to 10 sec. Draining your system resources by default is not very friendly... |
|
|
|
|
|
|
Features |
|
Development Tools |
|
David Nolden committed changes in /branches/kdevelop/3.4:
|
Add initial support for namespace-aliases and namespace-imports. They are both stored into the code-repository and code-model now, and used through the namespace-aliasing system. Create facilities for efficient management and comparison of include-files for future header-parsing. Make the namespace-system aware of those facilities.
Together with some simple header-parsing (included headers need to be collected), and with a little work on making the resolution-system aware of those header-sets, that will allow near-perfect code-completion. A few other fixes. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Graphics |
|
Pino Toscano committed changes in /trunk/playground/graphics/okular:
|
|
As suggested by our usability expert Florian, add a bar above the page view showing in case the document has embedded files, that can be clsed with the X button. |
|
|
|
|
|
|
|
|
|
|
KDE-Base |
|
Robert Knight committed changes in /trunk/KDE/kdebase/apps/konsole/konsole:
|
|
Allow views to be removed from a session. Better handling of terminal emulation size when a view is resized - Konsole looks through all of the visible views on a session and selects the largest number of lines and columns which can be displayed on all views. |
|
|
|
|
|
|
|
|
Harri Porten committed changes in /trunk/KDE/kdelibs/kjs:
|
|
the parsing part of "import" support. if my old bison version is causing problems please run create_parser with a newer one. |
|
|
|
|
|
|
|
|
|
|
Matthias Kretz committed changes in /trunk/KDE/kdelibs:
|
Add supportsOpening to KProtocol{Info,Manager} and ++KSYCOCA_VERSION for it. Use this method when you want to know whether a given URL can be opened with a KIO::FileJob (seekable). |
|
|
|
|
|
|
Aaron J. Seigo committed changes in /branches/KDE/3.5/kdebase/kicker:
|
lower the time the tip shows except for taskbar, pager and clock where it makes sense to have extended times (4s in this case) re-increase the time between tip reshows because too many reshows sucks on low powered cpus and also looks a bit stupid on the pager and taskbar (among other places, i'm sure) the idea is that the tip should show only on items that the user settles on, not to follow their mouse around randomly. yes, this is not how things like tooltips work but that's because those items do something differently and do it, quite honestly, rather poorly anyways. the design of the kicker mouse overs is quite intentional and based on a fair amount of actual research, testing and reaching stated goals.
if you think there's something wrong in it, perhaps talk to me first because it may be your assumptions that are wrong rather than the code in kickerTip.cpp. |
|
|
|
|
|
|
|
|
Till Adam committed changes in /branches/kdepim/proko2/kdepim/kmail:
|
Implement top quoting support for signatures. There's a new config option to include signatures before quoted text, and a new entry in the composer's edit menu to prepend the current signature. Identity switching tries to remove the signature, if it finds it anywhere in the body, which has some risk, but I guess that's not a real issue. In top quote mode the signatures are added without -- seperator, as seems to be the convention. (Kolab Issue 1385) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tim Beaulen committed changes in /trunk/KDE/kdemultimedia:
|
Start of the Phonon GStreamer backend.
It's not functional yet, just a copy of the fake backend. I'll now port the fake backend to GStreamer. |
|
|
|
|
|
|
Seb Ruiz committed changes in /trunk/extragear/multimedia/amarok/src/mediadevice/daap:
|
|
allow the user to hide music which is already in the local collection when browsing daap shares. The option to enable this is in the config page, which is very obscure location to put it. Probably should put the config button in the daap toolbar |
|
|
|
|
|
|
|
|
|
|
|
|
Joris Guisson committed changes in /trunk/extragear/network/ktorrent:
|
|
Added distinction in Completed status, there is now a seeding completed and a downloading completed. Seeding completed means that the torrent has reached it's max share ratio. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Jan Hambrecht committed changes in /trunk/koffice/karbon:
|
Replaced old layer list view with a pretty one based on the KoDocumentSection stuff. It is still basic, only showing layers/shapes and inserting layers does work, but looks much better than before. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Optimise |
|
Educational |
|
Cies Breijs committed changes in /trunk/KDE/kdeedu/kturtle/src:
|
fixed a lot of memleaks... (from 42,084 to 536 bytes definitely lost) thanks valgrind people, i could not figure it out without... thanks coolo, for pointing it out to me... thanks annma for putting it on my agenda...
the remaining memleaks seem out of my control |
|
|
|
|
|
|
|
|
KDE-Base |
|
Robert Knight committed changes in /trunk/KDE/kdebase/apps/konsole/konsole:
|
|
Performance improvement when scrolling - especially with large terminal windows. The emulation now gives hints to the display about how the image has scrolled since the last update, which allows the display to scroll using QWidget::scroll() and avoid redrawing lots of text. Unfortunately it seems that Vim and terminal emacs don't use the terminal facilities to scroll the display, so it doesn't help those particular programs. |
|
|
|
|
|
|
|
|
|
|
Office |
|
Sebastian Sauer committed changes in /trunk/koffice/libs/kross:
|
* improved caching of methods at the python-backend. ~10% more performance. * made sequence_slice in pythonextension work as expected. * some more work on forms. |
|
|
|
|
|
|
Other |
|
|
|
|
|
Oswald Buddenhagen committed changes in /trunk/KDE/kdebase/workspace/kdm/kfrontend:
|
while the theming engine is sufficiently similar to gdm's one to make creating theme variants for both gdm and kdm from one source simple, it is certainly not true that kdm can directly use gdm themes. so don't claim it. let's see how many people this upsets ... :} |
|
|
|
|
|
|
|
|
|
|
Features |
|
|