Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-10-17 | Opie-Console can log input/output of the console | zecke | 1 | -0/+1 |
2004-10-17 | the bug in libetpan seems to be fixed so we can reuse string encoding again | alwin | 1 | -9/+8 |
2004-10-17 | Add OFontSelector usage of Opie-Console | zecke | 1 | -0/+1 |
2004-10-17 | Update the very important ChangeLog | zecke | 1 | -0/+11 |
Mickeyl thanks for remindung us | ||||
2004-10-17 | - revert DISTCC changes | ar | 1 | -6/+6 |
(see mailinglist and wiki for use ccache and/or distcc) | ||||
2004-10-17 | removed the ccache stuff. It should not made here but in your personal | alwin | 1 | -5/+0 |
environment. (See WiKi and mailing list) or use the automatic system from ccache itself (prepend /usr/lib/ccache/bin to your PATH variable) | ||||
2004-10-17 | - only set CCACHE_PREFIX when distcc is installed. | ar | 1 | -2/+3 |
remove buildrpoblems on machines without distcc (file not found on make) | ||||
2004-10-16 | - BugFix: clear currentFileName in SaveAs when the user abort. | ar | 1 | -0/+1 |
otherwise it crashs when user try to save after aborted saveas action | ||||
2004-10-16 | -Remove hardcoding of "/opt/QtPalmtop/" and use QPEApplication::qpeDir instead | zecke | 3 | -8/+10 |
In future we need a OpieStandardDir with locateFile, locateUserSetting and such | ||||
2004-10-16 | Fix /opt/QtPalmtop/ usage and use the Resource/MimeSource framework | zecke | 1 | -22/+22 |
of QPEApplication | ||||
2004-10-16 | -Remove debug output on appMessage | zecke | 2 | -3/+9 |
-Check for Application Pages in help/lang/execname/execname.html as well. This is needed for qashmoney and could be used for the other help pages as well | ||||
2004-10-16 | Introduce a 'teneast' scope to build a special Opie-Console | zecke | 1 | -2/+5 |
Max: with echo "CONFIG += teneast" >> $OPIEDIR/gen.pro you can enable this scope | ||||
2004-10-16 | -Disable FSCKED_DISTRIT and EAST | zecke | 2 | -4/+4 |
-Use full Opie::Core::OConfig | ||||
2004-10-16 | -Remove never finished classes by ibotty for the console widget | zecke | 32 | -3435/+144 |
-Put setCurrent into ComboboxHelper and remove duplication from the dialogs -Remove old and unneeded debug output -IOBt, IOIrda can share the implementation for sening,recieving and supports with IOSerial | ||||
2004-10-16 | Disable the unimplemented 'slotRename' and reuse the ToolButton | zecke | 1 | -2/+1 |
to show the ImageInfo, which was only accessible by keyboard before | ||||
2004-10-16 | Replace QPEApplication::qpeDir() + "/ with | zecke | 45 | -80/+80 |
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter | ||||
2004-10-15 | Remove installTranslator also from the header | zecke | 1 | -3/+0 |
2004-10-15 | Remove QPEApplication::installTranslator and use qtopia_installTranslator | zecke | 1 | -35/+33 |
patch adopted from Qtopia1.7 | ||||
2004-10-15 | simplified networksettings2 config.in files: NSMAIN was not necessary, and ↵ | clem | 13 | -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-15 | split the two config in one file into two config.in files, so the ↵ | clem | 2 | -4/+5 |
dependencies will be read (so OPIE_EYE_SLAVE is now defined in slave/config.in) | ||||
2004-10-15 | enable ccache/distcc on lxdialog and kconfig | clem | 2 | -3/+3 |
2004-10-15 | since there is a depend on LIBSQLITE_DEP, we should talk about it in the ↵ | clem | 1 | -1/+1 |
description | ||||
2004-10-15 | Make sure that qpeDir() has a QDir::seperator() as last character. This code | zecke | 1 | -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 symbols | zecke | 7 | -37/+67 |
Make use of the newly added qpeglobal.h to kill custom versions of similiar macros | ||||
2004-10-15 | Fix wrongly -thanks to select/insert by xemacs - encoded string with umlaute | zecke | 1 | -1/+1 |
to use the 'correct' charachters | ||||
2004-10-15 | Apply patch from Qtopia1.7 to allow 'Umlaute' in the pickboard | zecke | 5 | -59/+91 |
and make 'strings' translatable. This also fixes #501 | ||||
2004-10-15 | Fix #1450 to clear the 'bonus' for removing every stone in the game | zecke | 5 | -1/+12 |
2004-10-15 | Test if '/etc/resolv.conf' exists and then back it up to $tmpfile. | zecke | 1 | -1/+1 |
Now we even can work with no file at all and create it to add our nameserver | ||||
2004-10-14 | allow distribution inside *one* single directory, +ing the call descend as ↵ | clem | 1 | -1/+1 |
in the previous commit | ||||
2004-10-14 | Additional Latvian translations | gints | 5 | -27/+30 |
2004-10-14 | missing dep on libopie2core | clem | 1 | -1/+1 |
2004-10-14 | Using CCACHE since it's been already defined as `which ccache` by Vars.make | clem | 2 | -4/+4 |
2004-10-14 | using CCACHE_PREFIX rather that DISTCC (see revision 1.14 of Vars.make) | clem | 1 | -2/+2 |
2004-10-14 | setting CCACHE_PREFIX is better that setting DISTCC when using ccache (see ↵ | clem | 1 | -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-14 | added depend on libopie2/opiecore | clem | 1 | -1/+1 |
2004-10-14 | fixed a bug where depends would be ignored for every package that had ↵ | clem | 1 | -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-14 | s/make/ even if it's not enough to enable distributing | clem | 1 | -1/+1 |
2004-10-14 | case 0: it is a label and not a statement, it doesn't need ';' but ':' every ↵ | zecke | 1 | -4/+4 |
decent c compiler produced in the last twenty years will bitch about it... | ||||
2004-10-14 | tell make this line is a make line, so it can be distributed with -j | clem | 1 | -1/+1 |
2004-10-14 | enable ccache (and distcc if CCACHE_PREFIX and DISTCC_HOSTS are set) building | clem | 3 | -6/+6 |
2004-10-14 | depend on LIBOPIE2SECURITY is enough (even if it does not work yet) | clem | 1 | -1/+1 |
2004-10-14 | -FlowControl and LineTermination are saved and activated by numerical | zecke | 6 | -44/+45 |
value now. This makes it work across different translations -Switch code to use new PPPData::enter() and PPPData::flowcontrol() | ||||
2004-10-14 | Old Patch from BRANCH 1.0 to install Translations of the Plugins | zecke | 1 | -43/+13 |
2004-10-14 | -Make ModemQuery to use the 'current' configuration | zecke | 3 | -3/+55 |
-Todo make FlowControl, LineTermination lwork across locales for safe and restore | ||||
2004-10-13 | add proper case handling | llornkcor | 1 | -13/+16 |
2004-10-13 | fix move | llornkcor | 1 | -1/+3 |
2004-10-13 | add an config option for 10East to deactivate the script menu runtime | harlekin | 1 | -3/+15 |
2004-10-13 | Remove odebug/owarn | zecke | 1 | -5/+0 |
2004-10-13 | Remove odebug/owarn | zecke | 1 | -3/+0 |
2004-10-13 | -Create the QPE/System channel in ODevice to listen for button remapping | zecke | 6 | -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? |