Age | Commit message (Expand) | Author | Files | Lines |
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 |
2002-12-02 | - less header inclusions | simon | 2 | -3/+0 |
2002-12-02 | - less code duplication | simon | 6 | -11/+14 |
2002-12-02 | - inherit from MediaWidget | simon | 4 | -13/+12 |
2002-12-02 | - new base class for AudioWidget and VideoWidget | simon | 3 | -2/+79 |
2002-12-02 | Uncommenting destdir | kergoth | 2 | -2/+2 |
2002-12-02 | - copyright fixlet | simon | 2 | -2/+2 |
2002-12-02 | Dont refer to full path in Files: | kergoth | 3 | -3/+3 |
2002-12-02 | - completed MediaPlayer::DisplayType transition | simon | 5 | -35/+12 |
2002-12-02 | - another step to switch to from char view to DisplayType | simon | 2 | -16/+29 |
2002-12-02 | - converted to MediaPlayerState::DisplayType | simon | 2 | -10/+13 |
2002-12-02 | - oops, realized it's not MediaType but rather DisplayType | simon | 4 | -15/+23 |
2002-12-02 | - adapted to the new MediaPlayerState::MediaType | simon | 2 | -9/+10 |
2002-12-02 | - oops, fixed the signal signature | simon | 1 | -1/+1 |
2002-12-02 | - introducing MediaType { Video, Audio } enum, to get rid of the | simon | 2 | -0/+10 |
2002-12-02 | - added a missing const | simon | 2 | -34/+28 |
2002-12-02 | - don't enable the play button if switching to the playlist tab and the | simon | 2 | -1/+11 |
2002-12-02 | - as MediaPlayerState::isUsingPlaylist() always returns true we can remove | simon | 3 | -61/+35 |
2002-12-02 | - removed the playlistToggled signal, as it is never emitted | simon | 3 | -15/+1 |
2002-12-02 | - setUsingPlaylist and togglePlaylist is never called. removed. | simon | 2 | -14/+0 |
2002-12-02 | - removed unused (and never initialized to something != 0) | simon | 3 | -8/+1 |
2002-12-02 | - save memory, use bitfields | simon | 1 | -11/+11 |
2002-12-02 | - removed unused (and uninitialized) FileSelector *PlayListWidgetPrivate::files | simon | 2 | -5/+3 |
2002-12-02 | - disable 'play' in the play list tab | simon | 1 | -0/+4 |
2002-12-02 | - simplified MediaPlayer::setPlaying, moving more switch() like code into | simon | 4 | -25/+34 |
2002-12-02 | - removed whichList() alltogether | simon | 2 | -18/+11 |
2002-12-02 | - disable playlist addition in the playlists tab | simon | 1 | -0/+1 |
2002-12-02 | - simplified addSelected | simon | 2 | -36/+24 |
2002-12-02 | - added currentFileListView() method that returns the current file list | simon | 2 | -8/+12 |