summaryrefslogtreecommitdiff
path: root/noncore
AgeCommit message (Collapse)AuthorFilesLines
2004-08-09Many changes :wimpie29-300/+818
bluetooth and usb seems to work added preliminary support for VPN on top of any network This version is still very much crippled yet is does DO some things
2004-08-06no warningsllornkcor1-96/+96
2004-08-06use openzaurus dspllornkcor1-1/+7
2004-08-05Don't bother with killing bluetooth anymore, since ourclem2-35/+58
/etc/suspend-scripts/S50bluetooth new script does that just when we need it. Also, don't forget to shut down Bluetooth when we started it ourselves and when the authentication is finished (skipped or successfull). Finally, there's more info in the debug output now.
2004-08-05opie-multiauth-bluepingplugin now requires bluetooth to be properly shut down,clem1-5/+4
through this new script, before suspend, so hciattach does not 'pretend' that Bluetooth is still working just after resuming. New versions (> Familiar 0.7.2) of bluez package might take care of that...
2004-08-05*** empty log message ***mickeyl1-1/+1
2004-08-05compensate for oticker movalmickeyl4-4/+4
2004-08-03first revision of the Blueping configuration widget, which asks simply for a ↵clem5-13/+151
MAC address. It follows the style of e.g. NoticeConfigWidget
2004-08-03manage better the MultiauthConfigWidget PinConfigWidget object, with a ↵clem2-6/+19
pointer managed by PinPlugin c'tor and d'tor (like in NoticePlugin)
2004-08-03renamed noticeW pointer to m_noticeW, to be coherent with m_config styleclem2-7/+7
2004-08-02dependency on bluez-utils addedclem1-1/+1
2004-08-02Make CheckBox a bit smallerzecke1-2/+2
2004-08-02Change target namezecke1-1/+1
TARGET = phasestyle
2004-08-02Remove wrong import and I'm doing now the followingzecke5-1621/+0
(\call -> system("man cvs")[ x | x <- [1..] ] (haskell code)
2004-08-02Initial revisionzecke9-0/+1651
2004-08-02Resolve my miss 'import'zecke1-1/+3
2004-08-02Initial revisionzecke15-0/+3267
2004-08-02ignore keys no actions are definedalwin1-4/+5
2004-08-01pathes changedalwin1-9/+9
2004-08-01subdir names changed - conflicts in OEalwin1-1/+1
2004-08-01reorganized zkbapplet for easier packaging within OEalwin21-42/+24
2004-08-01fixed a crasher when configfile isn't writeablealwin1-180/+185
empty labels will replaced by filename
2004-08-01switched keyboard filter to the new singleton class OKeyFilter from withinalwin3-130/+140
opiecore2 so we can better handle it.
2004-07-31Read ipkg.conf even when /etc/ipkg does not exist, found by Bernardo...thanks\!drw1-57/+57
2004-07-28disambiguatemickeyl1-6/+10
2004-07-28use safer method to set file perms after copyllornkcor1-2/+2
2004-07-27fix dependschicken1-1/+1
2004-07-27workaround weird windows listview bugllornkcor1-3/+7
2004-07-26new snapshotalwin1-0/+0
2004-07-25- implementation of custom backup- and restore-locationsar2-32/+56
2004-07-25- begin implementation of custom backup- and restore-locationsar3-60/+202
2004-07-25CLEANUP: synchronize binary name and .desktop file namemickeyl1-1/+1
2004-07-24Try to get the Keyup Event inside the IconView to not 'move'zecke2-0/+20
forward later. Long Return press triggers autorepeat
2004-07-24Have a custom grid for the game. Now the name of fifteen iszecke3-51/+108
pretty obsolete but hey it is fun :)
2004-07-24Restore CONFIG += quick-app to build quicklaunch orientated appszecke1-1/+1
2004-07-24Update to exclude the uic generated fileszecke1-0/+2
2004-07-24Custom Image as the background for the board tiles.zecke8-56/+768
This is later needed for the puzzle game mode
2004-07-24- BugFix: #1381 - added missing libopie-console.so*ar1-1/+1
2004-07-21fixesllornkcor5-28/+58
2004-07-19Link to OpieSecurity2 at least for the config widgetzecke4-4/+4
this way there is no undefined reference to the vtable of Opie::Security::MultiauthConfigWidget
2004-07-19block SIGPIPE global 'cause we can not satisfy it inside libetpanalwin2-8/+25
itself.
2004-07-18Fixed bugreport #1370 andeilers2-1/+36
added check, whether source and destdatabase is the same..
2004-07-18add qcombobox includellornkcor1-0/+1
2004-07-17Be less verbosezecke4-7/+6
clean ups
2004-07-17Addjust to the namespace changes of OMAFzecke20-51/+75
2004-07-16Fix to work with newest version of libsword (OptionsList -> StringList)drw1-2/+2
2004-07-16fix control fileharlekin1-1/+1
2004-07-15Stop crasing, do not do nasty stuff with parentWidget() which is now NULLzecke1-1/+0
2004-07-15When you've startet this application and the clickedzecke3-9/+11
on its symbol you got a blank and unnamed widget. This was the QMainWindow which was manually hidden, but then raised by QPEApplication::raiseAppropriate. Now soleley use QPEApplication::showMainWidget and execDialog for showing the widget TODO: CleanUp more and use quicklaunc technology
2004-07-14Problem: Opie-Drawpad loads its document delayed. This means a setDocumentzecke1-1/+24
like from the Screenshot Applet could be executed prior to the final initialisation of drawpad and the just added page vanishes. Solve: Take the fact into account and 1st) don't create an empty page if there is already a page which is the case with the setDocument call 2nd) if we load but already have pages we need to add the new pages