summaryrefslogtreecommitdiff
path: root/noncore
AgeCommit message (Collapse)AuthorFilesLines
2002-12-02- added a missing constsimon2-34/+28
- QImage and QPixmap are value based classes, so use them like that for a couple of objects. simplifies the code and helps to avoid memory leaks
2002-12-02- don't enable the play button if switching to the playlist tab and thesimon2-1/+11
playlist is empty - don't crash when starting to play and no item is selected in the playlist. instead select the first item then.
2002-12-02- as MediaPlayerState::isUsingPlaylist() always returns true we can removesimon3-61/+35
it and simplify some code in the playlistwidget due to that
2002-12-02- removed the playlistToggled signal, as it is never emittedsimon3-15/+1
- resulted in some simplification in playlistwidget
2002-12-02- setUsingPlaylist and togglePlaylist is never called. removed.simon2-14/+0
2002-12-02- removed unused (and never initialized to something != 0)simon3-8/+1
PlayListWidgetPrivate::current
2002-12-02- save memory, use bitfieldssimon1-11/+11
2002-12-02- removed unused (and uninitialized) FileSelector *PlayListWidgetPrivate::filessimon2-5/+3
2002-12-02- disable 'play' in the play list tabsimon1-0/+4
2002-12-02- simplified MediaPlayer::setPlaying, moving more switch() like code intosimon4-25/+34
playlistwidget
2002-12-02- removed whichList() alltogethersimon2-18/+11
2002-12-02- disable playlist addition in the playlists tabsimon1-0/+1
2002-12-02- simplified addSelectedsimon2-36/+24
2002-12-02- added currentFileListView() method that returns the current file listsimon2-8/+12
qlistview object and simplified currentFileListPathName with that
2002-12-02- more whichList usage removedsimon1-20/+14
2002-12-02- two const fixletssimon2-4/+4
2002-12-02- whichList is deprecatedsimon1-3/+3
2002-12-02- whichList() is deprecatedsimon1-2/+2
2002-12-02- use currentTab() instead of whichList()simon1-2/+2
2002-12-02- oopssimon1-1/+1
2002-12-02- added a currentTab method that returns an enum containing the current tabsimon2-0/+15
type in a verbose manner (AudioFiles, VideoFiles, CurrentPlayList, etc.), as a future replacment for whichList() which just returns an integer
2002-12-02- setPlaylist -> setUsingPlaylistsimon2-3/+3
2002-12-02- two unnecessary if statements removedsimon1-8/+0
2002-12-02- stoped -> stoppedsimon2-7/+7
2002-12-02- made the accessor functions inlinesimon2-70/+13
2002-12-02- paused() -> isPaused() and the like for all accessor functions in thesimon7-120/+120
mediaplayerstate class
2002-12-02- made the accessor functions constantsimon2-26/+26
2002-12-02- made isPaused, isPlaying and isStopped private member variablessimon4-8/+8
2002-12-02- Holger asked for removal of the QCString version() method (the one thatsimon2-7/+0
returns "test" :)
2002-12-02- made the version functions static and some other functions constant thatsimon2-45/+49
are constant by design
2002-12-02- added the thread utility classes (mutex, waitcondition, channel) to thesimon1-2/+3
compilation process
2002-12-02- put a thread pipe between the xine callback handler and the receiversimon4-2/+481
on qt side, to avoid problems like repaints from within a non-gui thread
2002-12-01perhaps tille finds some time for debugging thiscniehaus2-2/+13
2002-12-01is that the way it should be, Holger?cniehaus2-1/+11
2002-12-01typoscniehaus2-4/+4
2002-11-30Checkbook password protectiondrw9-31/+264
2002-11-30gui should now show newly found stations.mickeyl2-7/+53
2002-11-30Made checkbook transaction list prettier & updated contact infodrw14-29/+114
2002-11-29fix to ensure ipk gets builtkergoth3-3/+3
2002-11-29Compile fixkergoth1-1/+1
2002-11-29Not making at least qDebug outputs on every QToolButton redraw may speedsandman2-83/+61
things up a bit ;)
2002-11-28Some checks for null pixmaps (qtmail seems to create a scrollbar withsandman2-11/+17
width and height == -1 when you tap "New mailbox")
2002-11-28two small fixes for the new "no style" list:sandman2-3/+7
- changes are saved on "OK" even when the embedded lineedit has the focus - the order of the entries not reversed on each invocation anymore
2002-11-28moved handlesettings for pcap temporary to daemon.ccmjm2-31/+4
2002-11-28temporary moved handlesettings to daemon.ccmjm1-1/+23
2002-11-27typemjm1-1/+1
2002-11-27fixed problem with system() return valuemjm1-1/+7
2002-11-27added cardmode and sniffermjm7-1/+808
2002-11-27updated pcap stuffmjm1-16/+12
2002-11-27moved cardmode and sniffer to library to provide a generic lib.mjm11-828/+14