Age | Commit message (Expand) | Author | Files | Lines |
2002-12-07 | Upgraded to v1.7 - new menu system, new game types (gates (implemented and wo... | andyq | 2 | -326/+652 |
2002-12-06 | Corrected QMAKE_LINK and QMAKE_LINK_SHLIB, should be arm-linux-gcc, not arm-l... | kergoth | 3 | -6/+6 |
2002-12-06 | starting new text. | cniehaus | 2 | -0/+22 |
2002-12-06 | Attempt to open /dev/rtc if /dev/misc/rtc fails, so it works in the nondevfs ... | kergoth | 1 | -2/+3 |
2002-12-05 | Allow changing styles/position at run-time (i.e. make setTabStyle/setTabPosit... | drw | 1 | -29/+61 |
2002-12-05 | - adapted to xine CVS HEAD | simon | 2 | -32/+37 |
2002-12-05 | - fixed a minor memory leak | simon | 1 | -9/+8 |
2002-12-05 | - turned if ( foo ) delete foo; into straight delete foo; as the if is | simon | 2 | -11/+8 |
2002-12-05 | fix beep so all sessions are the same | llornkcor | 1 | -5/+3 |
2002-12-05 | fix beeping | llornkcor | 1 | -0/+7 |
2002-12-05 | Fixed missing slot which dropped out :( | andyq | 1 | -0/+1 |
2002-12-05 | Modified OColorButton to pass color to color dialog. Impacts appearance, lau... | drw | 5 | -64/+61 |
2002-12-05 | damn.. wrong thing hehe | llornkcor | 1 | -1/+1 |
2002-12-05 | trying to keep up with tronical.. just removed unused parameters. | llornkcor | 2 | -2/+2 |
2002-12-04 | Added new method to get available space on a volume | andyq | 2 | -1/+24 |
2002-12-04 | Added Available space for destination chosen | andyq | 3 | -19/+84 |
2002-12-04 | Removed beta status and moved to 1.7 | andyq | 1 | -7/+7 |
2002-12-04 | more debugging info for our debugging session... | mickeyl | 1 | -2/+7 |
2002-12-04 | more debug | mjm | 1 | -2/+8 |
2002-12-04 | fit to new sniffer function | mjm | 1 | -1/+1 |
2002-12-04 | implemented send_to_gui | mjm | 2 | -20/+31 |
2002-12-04 | - scanForAudio and scanForVideo is scanFiles in the file list view, so | simon | 2 | -13/+2 |
2002-12-04 | - scannedFiles is no more public | simon | 2 | -20/+4 |
2002-12-04 | - the doclnkset is now fully encapsulated in PlayListFileView, no need | simon | 1 | -1/+0 |
2002-12-04 | - move more view population logic into PlayListFileView | simon | 4 | -28/+20 |
2002-12-04 | - merged popuplateAudioView and popuplateVideoView into one | simon | 4 | -74/+40 |
2002-12-04 | - moving videoScan and audioScan into PlayListFileView | simon | 4 | -12/+14 |
2002-12-04 | - merged scanForVideo and scanForAudio into a common scanFiles method in | simon | 6 | -28/+37 |
2002-12-04 | Abstracted checkbook storage, added new main window display/configuration opt... | drw | 13 | -243/+753 |
2002-12-04 | Icon for checkbook config option | drw | 1 | -0/+0 |
2002-12-03 | - a couple of public member variables made private | simon | 1 | -6/+8 |
2002-12-03 | why didn't anybody notice this ? If you change the font, all currently open | sandman | 1 | -1/+1 |
2002-12-03 | GUI used wrong comm port. | mickeyl | 1 | -10/+14 |
2002-12-03 | - removing ten lines of duplicated code | simon | 2 | -20/+10 |
2002-12-03 | - starting to factor out the playlist file views into separate classes | simon | 6 | -4/+65 |
2002-12-03 | Added danish translations. | mellen | 1 | -0/+224 |
2002-12-03 | Toolbar got pushed down a line due to a too long translation in the menu titl... | mellen | 1 | -1/+1 |
2002-12-03 | Two additional functions preloaded to make HancomWord happy ... | sandman | 2 | -2/+45 |
2002-12-03 | Added danish translations. | mellen | 1 | -0/+748 |
2002-12-03 | small fix regarding focus handling on combo-boxes | sandman | 1 | -1/+4 |
2002-12-02 | - I better be a good boy and delete what I allocate :) | simon | 1 | -0/+2 |
2002-12-02 | - yay, last singleton gone. global playList variable is no more :) | simon | 9 | -40/+36 |
2002-12-02 | - AudioWidget and VideoWidget are no more singletons via audioUI and | simon | 7 | -31/+56 |
2002-12-02 | - replaced QPixmap and QImage pointer usage with value usage | simon | 2 | -25/+23 |
2002-12-02 | - centralized closeEvent implementation | simon | 6 | -12/+7 |
2002-12-02 | - centralized the button command handling into MediaWidget (as it is | simon | 4 | -48/+35 |
2002-12-02 | - removed last traces of mediaPlayerState singleton. yay :) | simon | 4 | -21/+21 |
2002-12-02 | - the audiowidget and the videowidget don't rely on the mediaplayerstate | simon | 7 | -86/+87 |
2002-12-02 | - the playlist no more uses the mediaplayerstate as singleton | simon | 5 | -34/+35 |
2002-12-02 | - MediaPlayer no more uses the MediaPlayerState instance as singleton | simon | 3 | -30/+31 |