summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-09-22Completed some german translations.coredump7-50/+55
2004-09-22As I couldn't reach Oliver Fels I'm updatingzecke23-1199/+3765
Opie Security strings on request of CoreDump (Matthias Hentges)
2004-09-21SIMpad:zecke2-9/+23
-Update all Widgets if we suspended the device. We implement it by iterating over QApplication::allWidgets and calling QWidget::update(). This approach should be more reliable than the system and echo hack
2004-09-21-Remove uneeded QCopChannel from SIMpad ODevicezecke2-4/+0
-connecting to a non existing slot in a class without a Q_OBJECT in the header lead to a crash on ARM -Remove Q_OBJECT from Beagle as we've no slots and signals
2004-09-21QT_NO_SOUND is defined at least on MacOSzecke1-3/+1
so don't fail with error for them
2004-09-21Simpad:zecke2-33/+5
-We're not a KeyFilter remove the inheritance and installing of it -Use /proc/mq200/driver/backlight instead of PWM_CONTROL -Soft Suspend is dead long time do not reimplement it..
2004-09-21Only disconnect from sender if sender() is validzecke1-1/+3
2004-09-21If sound is not yet finished return and do not try to playzecke4-2/+8
it again. if(!snd.isFinished()) return;
2004-09-21Update Opie Documentationzecke1-4/+60
2004-09-20catch up with recent libxine API changesmickeyl1-7/+7
2004-09-20remove duplicate source filemickeyl1-5/+2
2004-09-20don't forget to put the opie2mm library dep. here tooclem1-2/+2
2004-09-20use ";", not "," as delimiter of the speed field's write and read speeds,schurig1-1/+1
because in the result file the fields are delimited with "," as well
2004-09-20include the results in the ipkgschurig1-1/+1
2004-09-20Added results for MNCI Ramsesschurig1-2/+2
2004-09-20ignore *.qmschurig5-0/+5
2004-09-19-Check m_model to allow suspending. ODevice doesn't suspend on UnknownModelzecke1-7/+52
-Comments -map 0-255 brightness to 0-100 for Assabat Frontlight Control -Change return value for display on and off
2004-09-19add more default servers in case ntpservers file is not foundllornkcor1-2/+4
2004-09-19Reordered recommended plugins in order to avoid to install the blueping one ↵clem1-1/+1
first.
2004-09-19Minor updatessudonix1-8/+8
2004-09-19Change the order of arguments on MainWindow c'torzecke3-10/+5
2004-09-19Have only one showDialog function.zecke1-59/+1
If the dialog sizeHint is smaller than the width of the desktop qpe_show_dialog didn't 'maximize' the widget and just showed it. QPEApplication::showDialog does better in that respect but does not have custom 'centering' of the dialog. But that doesn't matter as we save/restore size and position for BigScreen.
2004-09-19qm files are redundantgroucho5-0/+0
2004-09-19removed redundant qm filesgroucho3-0/+0
2004-09-18make cross compilablellornkcor2-2/+2
2004-09-18Add the two new strings of cardmonappletzecke23-0/+184
2004-09-18s/OFileDialog/Opie::Ui::OFileDialogzecke36-72/+72
s/OFontSelector/Opie::Ui::OFontSelector Update translation to namespace reality
2004-09-18Make MMC/SD inject/eject strings translatablezecke1-2/+2
2004-09-18-Killl Magic Numbers and introduce an enumzecke2-27/+38
-Split the Command Line on Creation, this way we do not need to split the command afterwards
2004-09-18Catch up after lupdatesudonix7-86/+89
2004-09-18A proposal for making the memory copy functions build with g++3.4.2.zecke1-19/+47
Please review the patch, specially the casts it makes, and also the boundaries and sizes. -Shouldn't we use unsigned char* instead of char*. For arm it is already unsigned? -Check again the casts
2004-09-18prepare changelog for next release, version is now 1.1.6-snapshotmickeyl2-1/+2
2004-09-18Hint the NameSpace of OFileDialog and OFontSelectorzecke2-1/+7
2004-09-18opie-lupdategroucho201-27/+9340
2004-09-18link with gccllornkcor1-1/+1
2004-09-18fix crash #1408llornkcor1-79/+79
2004-09-18fix layout issuellornkcor1-18/+31
2004-09-18link with gcc, not g++llornkcor1-1/+1
2004-09-18add refresh menuitemllornkcor3-1/+8
2004-09-18fix #1399llornkcor1-15/+21
2004-09-18fix stuff, including #1404llornkcor4-42/+71
2004-09-18The following change is untested on a real device. So please try andzecke2-10/+6
bitch if I broke something!!! Make unmounting of sdcards more robust. If we find a /dev/mmcard1 or /dev/mmc/1 or /dev/mmc* we will remember that device name and if the user asks us to eject it we will use that name.
2004-09-17- cleanup allItem handlingar3-23/+12
2004-09-17Random small corrections and cleanupssudonix12-42/+42
2004-09-17Recommends: added for the configuration GUI: opie-securityclem1-1/+1
2004-09-17added missing dep. on libopie2uiclem1-1/+1
2004-09-17First untested support for the beagle from MasterIAzecke4-2/+225
2004-09-17- remove double entry.ar1-4/+0
LIBQPE_WIHTROHFEEDBACK already in $OPIEDIR/config.in
2004-09-17Recommends: added for at least one of the opie-multiauth-* pluginsclem1-0/+1
2004-09-17this is 1.1.6mickeyl2-2/+10