summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2
AgeCommit message (Collapse)AuthorFilesLines
2003-08-09Merge from BRANCH_1_0kergoth23-214/+976
2003-07-31- need an assert.h inclusion heresimon1-0/+2
2003-07-04new place for skinsllornkcor2-11/+2
2003-06-18navigational elements vertically centeredharlekin1-1/+1
2003-06-18give save playlist the normal ofileselector tooharlekin1-11/+35
2003-06-18separate Add URL from Add fileharlekin4-48/+139
2003-06-05sanitizedschurig1-1/+3
2003-05-04added a few convience qcop messages. see readme for more info. not totally ↵llornkcor3-0/+74
finished yet
2003-04-26change playlist file access mode when writingllornkcor1-1/+1
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth2-0/+2
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth2-2/+2
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-20adding dutch to the .pro-filescniehaus1-0/+1
2003-03-19Goodbye QT_QWS_EBX and QT_QWS_SHARP.. hello QT_QWS_SL5XXX!kergoth1-3/+3
2003-03-17Depend on libxine1 | opie-mediaplayer-codecs for OZ compatibility.kergoth1-1/+1
2003-03-05fixllornkcor1-1/+1
2003-03-05add libxine dependllornkcor1-1/+1
2003-02-070 not 1harlekin1-2/+2
2003-02-03adapted to xine1-beta4harlekin1-2/+2
2003-02-03- link in libstdc++simon2-18/+1
- removed std::vector custom allocator hack for gcc2. we always pull in libstdc++ now.
2003-01-27- Some strings were missing in the .ts filesgroucho1-0/+17
- Added opieplayer2 translation support
2003-01-26Remove depends on a specific version.. it should be depending on >= or <= ↵kergoth2-2/+2
depending on what API the app in question is depending on.. given we're still in a development stage, this is unnecessary. Going forward better explicit depends will be necessary on every API change which introduces a new dependency.
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth2-2/+2
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23package naming change.. alter library packages to use debian naming ↵kergoth1-1/+1
convention. also moved bits that didnt belong in lib pakcages elsewhere.
2003-01-16i18n for new buildsystem :)kergoth2-1/+8
2003-01-16Move most of config categorization into root config, and consolated core vs ↵kergoth1-4/+4
noncore from a config perspective, as its confusing and unnecessary for users. Also cleaned up a bit, and added some basic descriptions.
2003-01-11debug not as defaultharlekin1-2/+1
2003-01-02- ignoresimon1-0/+1
2002-12-19adapted to todays xine cvsharlekin2-2/+4
2002-12-16remove some commented codellornkcor1-97/+0
2002-12-16fix writng m3u filenames when user specifies a directoryllornkcor1-10/+11
2002-12-15- don't append .png to the button mask filenamessimon1-1/+1
2002-12-14- reduce memory usage a little bit by not storing the images after theysimon3-1/+10
got converted to pixmaps
2002-12-14- removed unused methodsimon2-10/+0
2002-12-14- oops, forgot this onesimon1-1/+1
2002-12-14- make it thread-safesimon1-2/+11
2002-12-14- save a bit of memory by caching a pixmap insteadsimon2-25/+25
2002-12-14- kill the flickery when painting. backgroundmode is now alwayssimon3-20/+8
NoBackground and we do full double-buffering in the paintEvent
2002-12-14- skip the free_(audio|video)_decoder calls. today's libvorbis doesn'tsimon1-2/+2
like it
2002-12-14- preload a couple of decoderssimon2-0/+26
2002-12-14fixed dependencyharlekin1-1/+1
2002-12-13- activate the threaded xine init code! :)simon3-2/+20
2002-12-13- allow delayed assignment of the widget on the XINE::Lib objectsimon4-5/+19
- make use of that API in XineControl and MediaPlayer
2002-12-13- fill in some code on the threading side. not activated, yetsimon3-2/+16
2002-12-13- oops #2simon2-1/+5
2002-12-13- oops #1simon1-1/+1
2002-12-13- assert everything is initialized when accessing xine functionalitysimon2-1/+58
2002-12-13- prepare the API for threaded initialization, step onesimon3-5/+26
2002-12-13- added a second constructor that takes a XINE::Lib object (and takessimon2-0/+20
ownership of it)
2002-12-12moved readM3u and readPls to one function. fixed pls. more to comellornkcor3-102/+101
2002-12-11buttons centered againharlekin1-29/+29