summaryrefslogtreecommitdiff
path: root/noncore
AgeCommit message (Expand)AuthorFilesLines
2002-12-07Added helpwindowandyq1-2/+2
2002-12-07Newandyq2-0/+106
2002-12-07Added dificculty levels to Fly and Gates, bug fixes (height checking), added ...andyq2-131/+372
2002-12-07Upgraded to v1.7 - new menu system, new game types (gates (implemented and wo...andyq2-326/+652
2002-12-05- adapted to xine CVS HEADsimon2-32/+37
2002-12-05- fixed a minor memory leaksimon1-9/+8
2002-12-05- turned if ( foo ) delete foo; into straight delete foo; as the if issimon2-11/+8
2002-12-05Fixed missing slot which dropped out :(andyq1-0/+1
2002-12-05Modified OColorButton to pass color to color dialog. Impacts appearance, lau...drw2-15/+12
2002-12-05damn.. wrong thing hehellornkcor1-1/+1
2002-12-05trying to keep up with tronical.. just removed unused parameters.llornkcor2-2/+2
2002-12-04Added new method to get available space on a volumeandyq2-1/+24
2002-12-04Added Available space for destination chosenandyq3-19/+84
2002-12-04Removed beta status and moved to 1.7andyq1-7/+7
2002-12-04more debugging info for our debugging session...mickeyl1-2/+7
2002-12-04more debugmjm1-2/+8
2002-12-04fit to new sniffer functionmjm1-1/+1
2002-12-04implemented send_to_guimjm2-20/+31
2002-12-04- scanForAudio and scanForVideo is scanFiles in the file list view, sosimon2-13/+2
2002-12-04- scannedFiles is no more publicsimon2-20/+4
2002-12-04- the doclnkset is now fully encapsulated in PlayListFileView, no needsimon1-1/+0
2002-12-04- move more view population logic into PlayListFileViewsimon4-28/+20
2002-12-04- merged popuplateAudioView and popuplateVideoView into onesimon4-74/+40
2002-12-04- moving videoScan and audioScan into PlayListFileViewsimon4-12/+14
2002-12-04- merged scanForVideo and scanForAudio into a common scanFiles method insimon6-28/+37
2002-12-04Abstracted checkbook storage, added new main window display/configuration opt...drw13-243/+753
2002-12-03- a couple of public member variables made privatesimon1-6/+8
2002-12-03GUI used wrong comm port.mickeyl1-10/+14
2002-12-03- removing ten lines of duplicated codesimon2-20/+10
2002-12-03- starting to factor out the playlist file views into separate classessimon6-4/+65
2002-12-03small fix regarding focus handling on combo-boxessandman1-1/+4
2002-12-02- I better be a good boy and delete what I allocate :)simon1-0/+2
2002-12-02- yay, last singleton gone. global playList variable is no more :)simon9-40/+36
2002-12-02- AudioWidget and VideoWidget are no more singletons via audioUI andsimon7-31/+56
2002-12-02- replaced QPixmap and QImage pointer usage with value usagesimon2-25/+23
2002-12-02- centralized closeEvent implementationsimon6-12/+7
2002-12-02- centralized the button command handling into MediaWidget (as it issimon4-48/+35
2002-12-02- removed last traces of mediaPlayerState singleton. yay :)simon4-21/+21
2002-12-02- the audiowidget and the videowidget don't rely on the mediaplayerstatesimon7-86/+87
2002-12-02- the playlist no more uses the mediaplayerstate as singletonsimon5-34/+35
2002-12-02- MediaPlayer no more uses the MediaPlayerState instance as singletonsimon3-30/+31
2002-12-02- less header inclusionssimon2-3/+0
2002-12-02- less code duplicationsimon6-11/+14
2002-12-02- inherit from MediaWidgetsimon4-13/+12
2002-12-02- new base class for AudioWidget and VideoWidgetsimon3-2/+79
2002-12-02Uncommenting destdirkergoth2-2/+2
2002-12-02- copyright fixletsimon2-2/+2
2002-12-02Dont refer to full path in Files:kergoth3-3/+3
2002-12-02- completed MediaPlayer::DisplayType transitionsimon5-35/+12
2002-12-02- another step to switch to from char view to DisplayTypesimon2-16/+29