- 31 Aug, 2008 1 commit
-
-
Pino Toscano authored
-
- 21 Apr, 2008 1 commit
-
-
Thierry Bastian authored
-objectdescriptionmodel: fixed build issue on MSVC2002 -videowidget: workatround for compiz fullscreen mode
-
- 03 Apr, 2008 2 commits
-
-
Matthias Kretz authored
-
Matthias Kretz authored
-
- 28 Mar, 2008 1 commit
-
-
Matthias Kretz authored
Factory is an internal class, so the header needs to be called factory_p.h instead
-
- 14 Mar, 2008 3 commits
-
-
Thierry Bastian authored
-
Thierry Bastian authored
- phononVersion - compat with VC6
-
Matthias Kretz authored
-
- 13 Mar, 2008 2 commits
-
-
Ian Monroe authored
discussed on the review board. Phonon-xine support for this API is coming shortly, with Dragon Player later today or tomorrow. CCMAIL:phonon-backends@kde.org
-
Pino Toscano authored
CCMAIL: kretz@kde.org
-
- 11 Mar, 2008 3 commits
-
-
Thierry Bastian authored
-
Thierry Bastian authored
-
Thierry Bastian authored
-
- 10 Mar, 2008 1 commit
-
-
Luboš Luňák authored
they do more then just change the state of the window and all these usage cases were wrong (that is, all their usage). For changing the state, use something like window->setWindowState( window->windowState() | Qt::WindowFullScreen ); // set window->setWindowState( window->windowState() & ~Qt::WindowFullScreen ); // reset or simply use the new KToggleFullScreenAction::setFullScreen() helper.
-
- 09 Mar, 2008 1 commit
-
-
KDE Community authored
-
- 05 Mar, 2008 1 commit
-
-
Matthias Kretz authored
- the resulting code seems to be smaller than before so I don't #ifndef QT_NO_PARTIAL_TEMPLATE_SPECIALIZATION and simply replace the whole thing - the template argument order to (Const)Iface is mirrored now - docs are updated accordingly
-
- 04 Mar, 2008 1 commit
-
-
Thierry Bastian authored
-fix fullscreen management -don't emit error when loading a non-URL MediaSource after a URL MediaSource
-
- 03 Mar, 2008 1 commit
-
-
KDE Community authored
-
- 01 Mar, 2008 3 commits
-
-
Matthias Kretz authored
-
Matthias Kretz authored
-
Matthias Kretz authored
-
- 29 Feb, 2008 6 commits
-
-
Matthias Kretz authored
-
Matthias Kretz authored
-
Matthias Kretz authored
-
Matthias Kretz authored
-
Matthias Kretz authored
-
Matthias Kretz authored
-
- 25 Feb, 2008 2 commits
-
-
Matthias Kretz authored
-
Thierry Bastian authored
-
- 20 Feb, 2008 1 commit
-
-
Alexander Neundorf authored
we are able to do cmake -DCOMPONENT=Devel -P cmake_install.cmake and only the development stuff will be installed (i.e. static libs and headers) -some cosmetics (indentation, lower casing, limiting line lengths to around 120) -removed empty install() command in kdecore Alex
-
- 19 Feb, 2008 1 commit
-
-
Christian Ehrlicher authored
cmake 2.4 doesn't complain about this :(
-
- 18 Feb, 2008 1 commit
-
-
Christian Ehrlicher authored
-
- 14 Feb, 2008 2 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
- 12 Feb, 2008 3 commits
-
-
Thierry Bastian authored
-
David Faure authored
CCMAIL: kretz@kde.org
-
Thierry Bastian authored
-namespace macros added on every file -seek slider improvement when reaching the end of the current file
-
- 09 Feb, 2008 2 commits
-
-
Albert Astals Cid authored
const & in foreach
-
KDE Community authored
-
- 07 Feb, 2008 1 commit
-
-
Matthias Kretz authored
now new functions can simply do Iface<FooInterface> iface(d); if (iface) iface->foo(); and old functions call Iface<FooInterface, FooInterface41, FooInterface40> iface(d); if (iface) iface->foo();
-