Main Contents

Mercurial bulk update

November 14, 2008

I don’t know about you, but I have on a lot of different places a directory called ‘hg’ with lot of different mercurial clones inside. Whether on the home of my several computers for my own projects, or inside other directories for external projects, and so on.
Now, remember one important aspect of distributed source control [...]

Filed under: Admin, Gentoo, KDE | Comments (3)

Full blown kde-aware opale version

November 12, 2008

Since the release of opale-0.9, I have mostly worked on improving the (optional) KDE integration. And now if KDE is available, opale will use things like : KMainWindow, KApplication (session management..), XML GUI, KFileDialog and specific menu entries (Switch application language, configure shortcuts/toolbars, KDE-aware recent files submenu,…).
While I was there, the Qt-only version now also [...]

Filed under: KDE | Comments (1)

KDE standard aboutbox is kind of close-minded

November 12, 2008

Back in the days of kde3, while writing a KDE application, I encountered quite a big problem while trying to use the aboutbox stuff from KDE (that means kaboutdata and the now called kaboutapplicationdialog). I talked to some guys on #kde-devel, and I have been told that, yes, this will be changed for KDE4.
Now that [...]

Filed under: KDE | Comments (5)

Opale ported to qt4 and kde4

November 11, 2008

Opale was an application written using koffice that I use to handle my personal accounts. Long ago I have dropped support for koffice (mainly because of the crappy/undocumented/buggy chart API) and since then opale was a kde-based application.
One year ago, i have started porting it to kde4, and, meanwhile, made it a Qt4 application. Using [...]

Filed under: Gentoo, KDE | Comments (4)

Activities gallery

November 2, 2008

While developing my recently released activity mercurial extension (and here too), I did a lot of tests on some quite famous/big projects. I’ve found the results to be quite interesting and decided to put up this gallery. Are you interested in the history of commits for kde, linux, django, portage(software), and others?
warning : this is [...]

Filed under: Admin, Django, Gentoo, KDE, Linux kernel | Comments (2)

Activity extension for mercurial

October 31, 2008

This is something i’ve really been missing for long in mercurial : a way to display the activity of a repository. No, ‘hg churn’ is not the right answer, I want an idea of when the peaks of development happened. So I have written this small extension. It is based on matplotlib, so you’ll need [...]

Filed under: Admin, Gentoo, KDE | Comments (4)

KDE 4.1.2 tagged, gentoo land frozen

September 26, 2008

I’m not a gentoo fan. Mainly because I don’t like the idea of being a ‘fan’. Being a fan in the Free Software world usually means being an extremist and i hate extremism.
I nonetheless use almost exclusively Gentoo on all computers, laptops, servers and other divx boxes I have or maintain. That means a lot [...]

Filed under: Gentoo, KDE | Comments (24)

Konqueror web shortcut for gentoo packages

September 13, 2008

You’re going to think that I’m some kind of web shortcut maniac, but I really think I’m not.
I’m using http://packages.larrythecow.org a lot, and only today did I think about creating a konqueror web shortcut to get there faster. I’ve called it ‘gt’ (for gentoo, yes, i’m that lazy), and the magic url thinguy is
http://packages.larrythecow.org/?v=search&s=\{@}
Now I [...]

Filed under: Gentoo, KDE | Comments (9)

Youtube web shortcut

July 20, 2008

You all know the web shortcuts for konqueror, don’t you ? (like gg: or wp: when you want to use google or wikipedia in alt-f2 or konqueror).
Well, I find this really useful, but theres none for youtube (in kde 3 at least, I haven’t checked kde4 yet). This is really easy to do. Go in [...]

Filed under: Gentoo, KDE | Comments (2)

Static link with cmake under windows (Qt and others)

June 27, 2008

One of the great things about Qt is that you can compile the code under esoteric OSs (mmh?) like Windows or MacOS. Although I’ve almost never used windows, I did the packaging of yzis. I used the Nullsoft Installer, which is ok.
I had several issues with static linking, and thought maybe some of you [...]

Filed under: KDE | Comments (3)