Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-08-16 | remove last popen. add umount. | llornkcor | 3 | -109/+170 |
2005-08-16 | clarify do nothing | llornkcor | 1 | -1/+2 |
2005-08-15 | button mount | llornkcor | 1 | -1/+1 |
2005-08-15 | fix use/pass | llornkcor | 1 | -1/+1 |
2005-08-15 | better way to get shares | llornkcor | 2 | -78/+93 |
2005-08-15 | scan better | llornkcor | 1 | -55/+25 |
2005-08-15 | better way for get ip | llornkcor | 1 | -38/+39 |
2005-08-15 | cleanup. fix | llornkcor | 2 | -44/+50 |
2005-08-14 | use shell script smbfind and not perl script findsmb | llornkcor | 2 | -2/+2 |
2005-08-14 | opie-smb needs this | llornkcor | 1 | -0/+22 |
2005-08-14 | update | llornkcor | 1 | -1/+5 |
2005-08-14 | make assumption that Documents files will never be installed/written to ↵ | llornkcor | 1 | -3/+5 |
/proc /dev /bin and similar places.. so we don't need to waste time scanning these. | ||||
2005-08-12 | revert | llornkcor | 2 | -2/+3 |
2005-08-12 | revert but leave in new stuff | llornkcor | 1 | -1/+4 |
2005-08-12 | fix with import from kdescripts | llornkcor | 1 | -11/+150 |
2005-08-12 | fix with import from kdescripts | llornkcor | 1 | -6/+12 |
2005-08-11 | opie-ize this | llornkcor | 1 | -4/+3 |
2005-08-11 | revert | llornkcor | 1 | -2/+2 |
2005-08-11 | add opie-smb | llornkcor | 32 | -588/+1903 |
2005-08-10 | libopie: | zecke | 1 | -2/+4 |
-Build the Asus MyPal ODevice implementation | ||||
2005-08-10 | libopie2/opiecore/device/odevice.h: | zecke | 1 | -43/+50 |
-Reduce the maximum amount of numbers a vendor (e.g. iPAQ) can have to 16 bit in favor of supporting more vendors -Introduce AsusMyPal support -Change the numbering of iPAQ models to be 1,2,3,4 like we do with the other vendors. | ||||
2005-08-10 | libopie2/opiecore/device/odevice_ipaq.cpp: | zecke | 1 | -26/+37 |
-Restore the Opie Header -Partially redo the H19xx handling | ||||
2005-08-10 | libopie2/opiecore/odevice.cpp: | zecke | 1 | -0/+2 |
-Patch by "Pawel Kolodziejski" <pablo@omega.xtr.net.pl> to instantiate the Asus MyPal implementation | ||||
2005-08-10 | libope2/opiecore/odevice_mypal.[cpp,h]: | zecke | 2 | -0/+330 |
-Patch by "Pawel Kolodziejski" <pablo@omega.xtr.net.pl> to add Asus MyPal support to Opie | ||||
2005-08-10 | add close session button | llornkcor | 2 | -2/+9 |
2005-08-10 | adding optimize-conmect perl script, originally given to opie by trolltech ↵ | llornkcor | 1 | -0/+34 |
(but since lost by opie, or not added to cvs). This removes any white spaces from the connect macro, to speed things up at runtime. | ||||
2005-08-09 | Added Dagger fixes | drw | 1 | -0/+1 |
2005-08-09 | Update libsword required version | drw | 1 | -1/+1 |
2005-08-09 | Several updates to Dagger, see /noncore/apps/dagger/ChangeLog for more ↵ | drw | 6 | -44/+51 |
information | ||||
2005-08-09 | Added fix for bug #1682 | drw | 1 | -0/+1 |
2005-08-09 | Fix for bug #1682 - correct sizing of tab control | drw | 1 | -0/+9 |
2005-08-09 | left align toolbar icons | llornkcor | 1 | -12/+15 |
2005-08-09 | default should be maximized | llornkcor | 1 | -5/+5 |
2005-08-04 | ODevice: | zecke | 3 | -14/+50 |
Patch by Pawel Kolodziejski (pablo _BEI_ omega.xtr.net.pl) to add support for the H19xx series of iPAQs | ||||
2005-08-04 | apply patch in # 0001662, fixes build with uclibc | llornkcor | 3 | -2/+9 |
2005-08-04 | fix # 0001687: opening desktop file | llornkcor | 1 | -2/+3 |
2005-07-28 | Updated translations | sudonix | 8 | -91/+87 |
2005-07-25 | Show 'Predict' tab only once - close #1543 | hrw | 2 | -3/+14 |
2005-07-22 | odevice: fix SL6000 rotation + record button mapping | mickeyl | 1 | -2/+37 |
2005-07-19 | remove hardcoded font size from checkbook graphs (hrw) | hrw | 1 | -0/+1 |
2005-07-19 | removed hardcoded font size from graphs - now it's 1 smaller then default one | hrw | 1 | -2/+4 |
it would be nice to get _pCfg->getUseSmallFont here like it is done for lists | ||||
2005-07-19 | removed hardcoded font size from netsystemtime (hrw) | hrw | 1 | -0/+1 |
2005-07-19 | change fontsize in ntp server tab and predict tab from hardcoded 7 | hrw | 2 | -2/+2 |
to default - 2 so it is readable on VGA screen | ||||
2005-07-15 | opiebluez: add scanning. | mickeyl | 3 | -14/+160 |
Ok, guys, everything until now was easy. It gets very ugly to go from here - even to just get the name of a remote device, you have to setup some filters on the bluez socket, fill in some random flags to generate a PDU that calls 'get name' and then afterwards poll until the result comes in. Nasty :/ The BlueZ kernel interface seems to be very badly (if at all) documented. All people are assuming that you use libbluetooth to talk to that stack. However since libbluetooth is GPL, we can't do that :/ Guess, we are stuck here until someone finds time and/or motivation to look into that and create some easy-to-understand examples for how to talk directly to the BlueZ kernel interface. | ||||
2005-07-14 | - add device class | mickeyl | 2 | -1/+96 |
- first bits at inquiry | ||||
2005-07-14 | - add bool OBluetoothInterface::setUp( bool ) | mickeyl | 3 | -7/+49 |
- add void OBluetoothInterface::isUp() const | ||||
2005-07-11 | gather HCI mac address directly | mickeyl | 1 | -5/+12 |
2005-07-11 | stupid typo | mickeyl | 1 | -2/+2 |
2005-07-11 | don't link to libbluez since this would taint LGPL | mickeyl | 3 | -15/+6 |
2005-07-11 | catch up with renames | mickeyl | 3 | -5/+5 |