summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-12-07added depend on libpng and libzsandman1-2/+2
!! These are familiar package names -- we may have to added the OZ names with | (or)
2002-12-07Removed libpreloadsandman1-2/+1
Corrected the opiealarm path
2002-12-07Removed libpreloadsandman4-158/+1
2002-12-07 - removed the libpreload stuff from global.cppsandman6-43/+209
- added qt_override.* which provides the same functionality as libpreload (the new -override patch for Qt/E is needed for this to work/compile) - changed qpeapplication a bit to accomodate the new interface
2002-12-07The Qt/E buildsystem is completly broken, if you want to link libz andsandman1-0/+118
libpng dynamically (which will be the default from now -- it saves 500K in libqte and both libs are only 200K) This should fix it. Please add "-system-libpng -system-zlib" to the configure args
2002-12-07Patch for Qt/E to get rid of libpreload .. we mark the functions, that wesandman1-0/+178
would have to preload as WEAK and provide non-weak versions in libqpe. We have to make sure that the original implementation is still reachable (private: *_NonWeak) by the overrides in libqpe
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
help menu option and other features
2002-12-07testcniehaus1-1/+2
2002-12-07Just updatedeilers1-4/+4
2002-12-07Fixing bug in storing anniversary..eilers4-26/+56
2002-12-07Upgraded to v1.7 - new menu system, new game types (gates (implemented and ↵andyq2-326/+652
working) and fly (not implemented yet)). Also, high scores are persistent and different across game types - not difficultiy yet. Game Difficulty levels added but not yet implemented
2002-12-06Corrected QMAKE_LINK and QMAKE_LINK_SHLIB, should be arm-linux-gcc, not ↵kergoth3-6/+6
arm-linux-g++.
2002-12-06starting new text.cniehaus2-0/+22
Spiralman: did I do this correctly?
2002-12-06Attempt to open /dev/rtc if /dev/misc/rtc fails, so it works in the nondevfs ↵kergoth1-2/+3
case.
2002-12-05Allow changing styles/position at run-time (i.e. make ↵drw1-29/+61
setTabStyle/setTabPosition work).
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
redundant.
2002-12-05fix beep so all sessions are the samellornkcor1-5/+3
2002-12-05fix beepingllornkcor1-0/+7
2002-12-05Fixed missing slot which dropped out :(andyq1-0/+1
2002-12-05Modified OColorButton to pass color to color dialog. Impacts appearance, ↵drw5-64/+61
launcher settings and liquid settings.
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
removed the former and connect to the latter
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
to have a public accessor anymore
2002-12-04- move more view population logic into PlayListFileViewsimon4-28/+20
2002-12-04- merged popuplateAudioView and popuplateVideoView into onesimon4-74/+40
PlayListFileView::popuplateView method
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
the PlayListFileView. less duplicated code :)
2002-12-04Abstracted checkbook storage, added new main window display/configuration ↵drw13-243/+753
options.
2002-12-04Icon for checkbook config optiondrw1-0/+0
2002-12-03- a couple of public member variables made privatesimon1-6/+8
2002-12-03why didn't anybody notice this ? If you change the font, all currently opensandman1-1/+1
applications don't change their font -- that's not normal - that's a bug :) Fixed now
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-03Added danish translations.mellen1-0/+224
2002-12-03Toolbar got pushed down a line due to a too long translation in the menu ↵mellen1-1/+1
titles, so I changed it to a shorter word.
2002-12-03Two additional functions preloaded to make HancomWord happy ...sandman2-2/+45
1) the old pointSizes() problem in the FontDatabase (bic change from qt/e 2.3.3 -> 2.3.4) 2) the QPalette for the text widget has to be adjusted (hancom uses QPainter::eraseRect(), which doesn't work with background pixmaps, like e.g. in liquid)