Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
OZ buildroot can pass in -lsupc++ on the link when building with gcc3.
|
|
allocator
|
|
|
|
only reloads the pixmaps and no more requires a restart or re-creation
of the audio/video widgets and the xine control (which involved slow
xine initialization)
|
|
|
|
|
|
|
|
|
|
- fixed missing return in Play case in handleCommand, which accidentially
broke pausing
- accept the key events we receive in the audioWidget
- commented out suspicious connect to pauseCheck in mediaplayer, which
broke pausing via space bar
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
of an index
|
|
- minor fixlet for paintAllButtons
|
|
|
|
net.
|
|
|
|
|
|
base class
|
|
|
|
base class now :)
|
|
|
|
|
|
instead
|
|
|
|
|
|
|
|
and the buttons vector
|
|
|
|
|
|
If you want to play with what we have yet, be sure to add the following to
the makefile:
* noncore/net/wellenreiter/libwellenreiter
* noncore/net/wellenreiter/daemon
* noncore/net/wellenreiter/gui
Don't add the toplevel noncore/net/wellenreiter, because the Makefile in
there is handcrafted.
|
|
|
|
|
|
|
|
|
|
- removed unused and uninitialized pixmaps array
|
|
|
|
|
|
- case 1:
+ case LeftButton:
break;
- case 2:
+ case RightButton:
|