summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-01-12- make host system for oe based builds configurablear3-1/+7
2005-01-12just playin' :Dmickeyl6-0/+301
2005-01-12Script to set mac addresswimpie1-5/+17
2005-01-12Fixed problem with selection of lowest node levelwimpie2-95/+173
2005-01-12Fixed problem with enabling profile from edit environmentwimpie6-20/+24
rename disable to enable (much more clear)
2005-01-12*** empty log message ***wimpie12-25/+121
2005-01-12Added scanning listviewwimpie1-19/+110
2005-01-12Fixed Crash in editing new profileswimpie2-5/+14
2005-01-12GUI changes to profileeditwimpie6-466/+476
2005-01-11Changes now okwimpie8-17/+19
this works again
2005-01-11Major rename of NodeCollection to NetworkSetupwimpie58-373/+393
this commit is broken (missing symbols)
2005-01-11workaround a quirk in the linux kernel semanticsmickeyl1-1/+1
echo 1 >power actually powers off a device *cough*
2005-01-11finish per-tab column setting. it now works on the fly and is persistentmickeyl5-2/+15
2005-01-11number of icon columns now also customizable through LauncherSettingsmickeyl5-9/+26
2005-01-11important change to work arround issues with the real uid handling on sharps ↵harlekin1-5/+6
newer roms
2005-01-11possibility to set a default path for the save log dialog and also set the ↵harlekin1-3/+4
initial path into the titelbar
2005-01-11vpn should now work IF only the vpn plugin would do something.wimpie14-54/+174
shortened logical interface names (busybox only supports 10 characters and then ONLY if you recompile it with mappings enabled) Other small fixes
2005-01-10make number of icon columns in the launcher customizable per-tabmickeyl4-13/+32
TODO: add GUI for that
2005-01-10Do not assume device is Up based on existance of profile-xx file onlywimpie3-3/+3
2005-01-10first shot at OpenZaurus HAL introduced by 2.6.10mickeyl2-35/+65
2005-01-10make the SL-C3000 (Sharp Spitz) known to ODevicemickeyl3-40/+64
2005-01-09Czech multikey keymappavouk1-0/+360
2005-01-09-Do not access the Array out of boundszecke2-1/+2
-Check that there is a driver before asking to query a non existant
2005-01-09removed extra space after Package: entry in generated -mt control filewimpie1-1/+1
2005-01-09CONTROL files : reset version to 'standard' formatwimpie45-49/+73
(partly rolls back my drastic all-applicatoins-same-version change) now format is x.y(.z)$EXTRAVERSION where x.y (and aptionally .z) are x : major version y : minor version z : application patch and extra version is seconds-since-epoch this value can be used to automatically upgrade versions with minor changes (without manual update of the control file)
2005-01-09applnk : lazy loading of mime type icons (load only when needed)wimpie2-53/+90
resource.cpp : print warning when requested image cannot be found and print the name of that image too
2005-01-09Updated dependencieswimpie24-137/+139
NS2->app requires OT2Lib and NS2Lib OT2Lib requires NS2Lib Most plugins only require NS2Lib Except BTPlugin which requires als OT2Lib Also renamed owarn -> odebug
2005-01-08check for skins directory and fail nicely if not foundllornkcor1-0/+5
2005-01-08Changes in this patch:wimpie4-46/+50
*Added some irc numerical codes (253, 422) *Reordered codes *Unified some functions which did exactly the same in two functions *Changed nick ordering in channel list, now nicks get ordered first by flags and then by name.
2005-01-08renamed NS2 GPRS plugin's control filewimpie1-0/+0
2005-01-08Added error message to make difference between plug loading errorwimpie1-2/+5
or plugin initialization error
2005-01-07- move .desktop files for unsupported applications to its own tabar7-0/+2
2005-01-07- new icons for opie 1.2ar10-5/+5
2005-01-07- new icons for opie 1.2ar1-0/+0
2005-01-07remove embedix .control and add share to the standard .controlmickeyl2-11/+1
2005-01-07All NS2 libraries are now properly working pluginswimpie21-518/+222
2005-01-07First implementation of pluginswimpie45-77/+576
THIS VERSION DOES NOT COMPILE
2005-01-06Some namespace } -> };wimpie13-25/+25
added NS2SetMac.sh script in control file added activate/disactivate for usb renamed templates directory to NS2templates
2005-01-06Script to remember and set MAC address for devices thatwimpie1-0/+22
randomly generate a mac address and cause problems with proper dhcp and ssh
2005-01-06Forgot networktemplate fileswimpie5-29/+43
HCIdump seems to work -> bt sniffing is possible
2005-01-06'sw' option addedmouse1-0/+1
2005-01-06updatemouse1-10/+20
2005-01-06Obsoletedwimpie1-10/+0
2005-01-06Forgot this filewimpie1-0/+261
2005-01-06added support for HCI Sniffing (still not tested)wimpie7-42/+185
changed GPRS plugin name (no support for capital letters)
2005-01-06little improvement for direct packaging of single applicationwimpie1-1/+1
2005-01-06Some more changes for NS2wimpie8-129/+352
updated toplevel Makefile added new target packages-mt and packages these replaces, render obsolete and dramatically improve : ipks ipks-mt see separate mail
2005-01-06This script collects all control fileswimpie1-0/+228
locates Files and Package entrie and generates using that information a makefile (on stdout) SOME DOCUMENTATION (sent to all developers) That makefile generates a new packages for a particular control file ONLY IF 1. the control file changed 2. one of the files in the control file changed (including support for wildcards). The script is called automatically when needed by the main makefile when either make packages-mt make packages make package-SomeControlBaseName is called. if a goal that does not begin with package... is called (like calling make clean or just make) then the generation is NOT performed (even if the special makefile to be generated does not exist) NOR will that special makefile be included (if it exists). This guarantees the performance of the build to remain the same packages built are generated to the Packages subdirectory in $(TOPDIR) The makefile does not try to package applications that are not compiled mkipk might fail if files are missing. However the makefile is written such that the packaging continues Old packages of the same control are removed EXTRAVERSION is updated automatically (and updated ONLY for packages that need to be rebuilt). IMPORTANT : Because of the dangling link to /opt/QtPalmtop/bin/quicklauncher in bin for all quicklauncher apps. the makefile exists with an error message if /opt... does not exist. to make the makefile work issue mkdir /opt ln -sf $(OPIEDIR) /opt/QtPalmtop
2005-01-05Name conflict with supported mail packagewimpie1-1/+1
2005-01-05Set package name like other timezone packageswimpie1-1/+1