summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-10-15Remove installTranslator also from the headerzecke1-3/+0
2004-10-15Remove QPEApplication::installTranslator and use qtopia_installTranslatorzecke1-35/+33
patch adopted from Qtopia1.7
2004-10-15simplified networksettings2 config.in files: NSMAIN was not necessary, and ↵clem13-33/+29
forced to have two 'config NAME' in the same config.in (the first level one), hence breaking generated deps. Now everything simply depend on (and appears in menuconfig when we select) NS2CORE
2004-10-15split the two config in one file into two config.in files, so the ↵clem2-4/+5
dependencies will be read (so OPIE_EYE_SLAVE is now defined in slave/config.in)
2004-10-15enable ccache/distcc on lxdialog and kconfigclem2-3/+3
2004-10-15since there is a depend on LIBSQLITE_DEP, we should talk about it in the ↵clem1-1/+1
description
2004-10-15Make sure that qpeDir() has a QDir::seperator() as last character. This codezecke1-7/+20
comes from Qtopia1.7 Conversion to it is done by myself
2004-10-15-Add a QPEGLOBAL that adds define for 'weak', 'used' and unused symbolszecke7-37/+67
Make use of the newly added qpeglobal.h to kill custom versions of similiar macros
2004-10-15Fix wrongly -thanks to select/insert by xemacs - encoded string with umlautezecke1-1/+1
to use the 'correct' charachters
2004-10-15Apply patch from Qtopia1.7 to allow 'Umlaute' in the pickboardzecke5-59/+91
and make 'strings' translatable. This also fixes #501
2004-10-15Fix #1450 to clear the 'bonus' for removing every stone in the gamezecke5-1/+12
2004-10-15Test if '/etc/resolv.conf' exists and then back it up to $tmpfile.zecke1-1/+1
Now we even can work with no file at all and create it to add our nameserver
2004-10-14allow distribution inside *one* single directory, +ing the call descend as ↵clem1-1/+1
in the previous commit
2004-10-14Additional Latvian translationsgints5-27/+30
2004-10-14missing dep on libopie2coreclem1-1/+1
2004-10-14Using CCACHE since it's been already defined as `which ccache` by Vars.makeclem2-4/+4
2004-10-14using CCACHE_PREFIX rather that DISTCC (see revision 1.14 of Vars.make)clem1-2/+2
2004-10-14setting CCACHE_PREFIX is better that setting DISTCC when using ccache (see ↵clem1-0/+1
man). Defined so it will be 'distcc' only if distcc is in the PATH -- note: if you really don't want to use ccache, define CCACHE as 'distcc' :)
2004-10-14added depend on libopie2/opiecoreclem1-1/+1
2004-10-14fixed a bug where depends would be ignored for every package that had ↵clem1-1/+1
'config' or 'menu' in its description! now noncore/settings/tabmanager, libopie2/opiecore, core/applets/lockapplet and noncore/settings/mediummount have correct depends, and make -j 10 won't choke on lockapplet or libopie2core being built before libqpe
2004-10-14s/make/ even if it's not enough to enable distributingclem1-1/+1
2004-10-14case 0: it is a label and not a statement, it doesn't need ';' but ':' every ↵zecke1-4/+4
decent c compiler produced in the last twenty years will bitch about it...
2004-10-14tell make this line is a make line, so it can be distributed with -jclem1-1/+1
2004-10-14enable ccache (and distcc if CCACHE_PREFIX and DISTCC_HOSTS are set) buildingclem3-6/+6
2004-10-14depend on LIBOPIE2SECURITY is enough (even if it does not work yet)clem1-1/+1
2004-10-14-FlowControl and LineTermination are saved and activated by numericalzecke6-44/+45
value now. This makes it work across different translations -Switch code to use new PPPData::enter() and PPPData::flowcontrol()
2004-10-14Old Patch from BRANCH 1.0 to install Translations of the Pluginszecke1-43/+13
2004-10-14-Make ModemQuery to use the 'current' configurationzecke3-3/+55
-Todo make FlowControl, LineTermination lwork across locales for safe and restore
2004-10-13add proper case handlingllornkcor1-13/+16
2004-10-13fix movellornkcor1-1/+3
2004-10-13add an config option for 10East to deactivate the script menu runtimeharlekin1-3/+15
2004-10-13Remove odebug/owarnzecke1-5/+0
2004-10-13Remove odebug/owarnzecke1-3/+0
2004-10-13-Create the QPE/System channel in ODevice to listen for button remappingzecke6-17/+11
-Remove various connect and QCopChannel creation from actual device implementations Let us see if that breaks anything, I hope SIMpad still will do fine. We might need to guard if a qApp exists?
2004-10-13exit if no skin is foundllornkcor1-2/+11
2004-10-12upsharlekin1-1/+1
2004-10-12also make 1200 baud connection possibleharlekin6-2/+34
2004-10-12-Skip showing the Security screen if onResume or onPoweron is set to falsezecke1-4/+4
2004-10-12Capitalize 'suchen' in Menuzecke1-1/+1
2004-10-12s/OPIE/Opiezecke1-6/+26
2004-10-12Minor GUI polishingzecke6-6/+8
-Use 'better' icons and always QIconSet::Large -Make the 'Search For' Label to have the same color as the rest of the toolbar
2004-10-12-Make converter_base a QWidgetzecke4-26/+13
-Provide a C'tor with QWidget,const char* name, WFlags fl -Make it quicklaunchable
2004-10-12Give more meaningfull ConfigWidget nameszecke2-2/+2
2004-10-12something weird with oe not seeing these changesllornkcor1-2/+2
2004-10-12No functional changes.eilers7-120/+120
Just replaced owarn to odebug where debug output was ment by the developer. These warnings confusing users if the have any problems..
2004-10-12QD knows versioninfo, opie needs it's own identity herellornkcor1-2/+2
2004-10-12Try harder to remove stdc++ needzecke5-16/+7
-Remove using namespace std; -Remove include <iostream> -Replace std::list with QValueList
2004-10-11'return 0' instead of no return from no void function. Lets see if thatzecke1-0/+5
fix breaks anything
2004-10-11Last missing piece to remove stdc++ dependencyzecke2-6/+1
-Remove linking against stdc++ -Remove includes of fstream and algorithm
2004-10-11-Remove AboutDialogzecke6-487/+232
-Add the former AboutDialog as AboutWidget -Update .cvsignore to ingore widget.h and widget.cpp -Better way to show the Widget and create it delayed and onyl once -Remove the Opie Logo