Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-02-02 | Added a pointer to the mainwindow because it's needed by the dcc ↵ | skyhusker | 3 | -3/+5 |
confirmation dialog | ||||
2005-02-02 | Slightly modified debug messages | skyhusker | 1 | -9/+9 |
2005-02-02 | Added copyright lines | skyhusker | 2 | -0/+42 |
2005-02-02 | Change the way categories can be selected, combo box is much more useful ↵ | drw | 2 | -84/+45 |
than a menu for many different categories | ||||
2005-02-01 | add skeleton for oinputsystem classes (thin wrapper of Linux Input Subsystem ↵ | mickeyl | 8 | -3/+355 |
API) | ||||
2005-02-01 | add C7x0 Mail key that has been forgotten since ages :) | mickeyl | 1 | -21/+25 |
2005-02-01 | - fix bug #1536 | ar | 2 | -169/+142 |
custom locations are stored and removed immadiately after add and remove in location list. | ||||
2005-02-01 | Added proper action on ctcp ping reply | skyhusker | 1 | -1/+9 |
2005-02-01 | ar fixed the 'make always builds everything' error - kudos! | mickeyl | 1 | -4/+2 |
2005-01-31 | enable clone for SL5000 and SL5500 - it's not fully working yet due to | mickeyl | 2 | -16/+55 |
Mr. RAM Hog 'mkfs.jffs2' getting SIGTERMed by the OOM :/ | ||||
2005-01-31 | Gigantic result of make opie-lupdate | zecke | 1851 | -19015/+117308 |
I assume we've now 90% of the strings that will be in Opie 1.2 | ||||
2005-01-31 | move rotation and wlansetup to unsupported | mickeyl | 2 | -0/+0 |
2005-01-30 | oops | mickeyl | 1 | -0/+12 |
2005-01-30 | improve mixer code | mickeyl | 4 | -88/+69 |
2005-01-30 | - remove examples config.in | ar | 1 | -1/+0 |
2005-01-30 | full path include | mickeyl | 1 | -1/+1 |
2005-01-30 | Forgot icon for menu item... | drw | 1 | -1/+2 |
2005-01-30 | Convert Todo to use new OPimMainWindow functionality, plus some other code ↵ | drw | 10 | -521/+375 |
clean-ups | ||||
2005-01-30 | First part of PIM app consistancy/consolidation - added menu/tool bar, app ↵ | drw | 2 | -16/+308 |
caption and context menu handling to OPimMainWindow | ||||
2005-01-29 | use FB_BLANK_UNBLANK and FB_BLANK_POWERDOWN for the 2.6 interface | mickeyl | 2 | -2/+6 |
2005-01-29 | fix typo | mickeyl | 1 | -1/+1 |
2005-01-29 | use proper names for .pro files | mickeyl | 10 | -9/+9 |
please remember to name the .pro file exactly like the name of the directory | ||||
2005-01-29 | s/SUBDIRS/subdirs/ | mickeyl | 1 | -1/+1 |
2005-01-29 | adjust for new example paths | mickeyl | 1 | -0/+7 |
2005-01-29 | no config here, but a .pro# | mickeyl | 2 | -12/+17 |
2005-01-29 | config.in's for the examples | mickeyl | 5 | -0/+20 |
2005-01-29 | examples to where they belong | mickeyl | 95 | -2688/+1 |
2005-01-29 | examples appear here | mickeyl | 65 | -0/+1920 |
2005-01-29 | examples start to appear here | mickeyl | 23 | -0/+755 |
2005-01-29 | fix | mickeyl | 1 | -1/+1 |
2005-01-29 | fix 1505 and suck sysinfo files into the tree instead of cross referencing | mickeyl | 9 | -8/+794 |
eventually we may find that graph and load are of universal usage, then they should appear in some kind of library | ||||
2005-01-26 | * Created new class for IRCChannelPerson. | skyhusker | 15 | -91/+258 |
* Added whois, ping and version entries to channel popup menu. * Fixed action on CTCP PING reply (was interpreted as a request). | ||||
2005-01-26 | Changed default realname, now is fetched from device owner name | skyhusker | 1 | -3/+16 |
2005-01-26 | Changed argument passing from value to const reference | skyhusker | 2 | -10/+10 |
2005-01-24 | - clear OEDIR & co from " for crosscompile opie against OpenEmbedded stage | ar | 1 | -3/+3 |
2005-01-24 | Fix compile of odevice_zaurus.cpp | drw | 1 | -31/+33 |
2005-01-24 | add isStereo to OMixerInterface to gather whether a given channel is a ↵ | mickeyl | 3 | -4/+30 |
stereo or mono channel | ||||
2005-01-24 | updates | mickeyl | 1 | -5/+6 |
2005-01-24 | additions and clarifications | mickeyl | 1 | -6/+11 |
2005-01-23 | Added distinction between CTCP requests and CTCP replies | skyhusker | 2 | -6/+24 |
2005-01-23 | Changed notation in escape characters to look better | skyhusker | 1 | -4/+4 |
2005-01-23 | remove setSoftSuspend() from ODevice. this is a left-over from the old days | mickeyl | 10 | -95/+3 |
2005-01-23 | Changed OPIE_EXPORT_APP to OPIE_EXPORT_APP_V2 for right displaying odebug ↵ | skyhusker | 1 | -1/+1 |
messages | ||||
2005-01-23 | Removed some unnecesary castings, changed printf() to odebug | skyhusker | 1 | -18/+20 |
2005-01-23 | - consolidate reading hinge sensor into one place | mickeyl | 2 | -25/+10 |
- return proper rotation and direction if hinge sensor not present (like in 2.6 atm.) | ||||
2005-01-23 | New QWS_DISPLAY handling for gathering the default launcher rotation on startup: | mickeyl | 1 | -77/+65 |
1.) If QWS_DISPLAY is not set, then use ODevice::rotation() 2.) If QWS_DISPLAY is set, then just use whatever it is set to | ||||
2005-01-23 | -Use the global directory for .obj and .moc | zecke | 4 | -7/+1 |
-Include the foo.moc to work better The problem just came up yesterday | ||||
2005-01-23 | show Qt version instead of the builder name which is more or less irrelevant ↵ | mickeyl | 2 | -3/+3 |
nowadays | ||||
2005-01-22 | - add rm stamp-headers to mrproper rule | ar | 1 | -0/+1 |
2005-01-22 | - build opie-freetype against freetype2 | ar | 7 | -3/+26 |
you must specified <prefix>/include/freetype2 in dependencies menu (make menuconfig) |