- 28 Jan, 2010 40 commits
-
-
Rémi Denis-Courmont authored
vlc_object_find is not used for the playlist anymore, so this is OK.
-
Rémi Denis-Courmont authored
-
Pierre d'Herbemont authored
We now properly layout elements, and size the window accordingly.
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Pierre d'Herbemont authored
-
Jean-Philippe André authored
-
Jean-Philippe André authored
Now you can click on URLs
-
Jean-Philippe André authored
-
Jean-Philippe André authored
If true, load the extensions on startup. Otherwise, don't load them automatically.
-
Jean-Philippe André authored
-
Jean-Philippe André authored
This flag will indicate that we can't load the extensions module, thus preventing many unnecessary (failing) loads on ViewMenu::exec()
-
Jean-Philippe André authored
-
Jean-Philippe André authored
-
Jean-Philippe André authored
Clean Extension dialogs and widgets without using a cond_timedwait but a simple cond_wait instead.
-
Rafaël Carré authored
The QPixmapCache default size is 10240kB on desktops, this leaves room for 640 pictures 64x64 in rgba Improves scrolling with a lot of items. Also use art url from the first children with art for nodes without art TODO: cache the full rendering (text + art), QPixmap is a QPaintDevice subclass
-
Jakob Leben authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Rémi Duraffort authored
-
Jakob Leben authored
Only respond to input item change if in icon view. Update location bar according to current view.
-
Jakob Leben authored
And add a debug msg when sorting happens.
-
Jakob Leben authored
-
Ilkka Ollakka authored
-
Jakob Leben authored
-
Jakob Leben authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jakob Leben authored
-
Jakob Leben authored
-
Pierre Ynard authored
When RTSP is shut down, the server destroys sessions (with no locking) while clients are still able to concurrently access them, potentially leading to a crash. Make sure we unregister the RTSP URL before cleaning up (then indeed no locking is needed).
-
Jean-Baptiste Kempf authored
This is ugly, but I don't know how to do it the correct way. The UI is not top-quality yet, but it works. Feel free to improve.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-