Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
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) | ||||
2005-01-22 | Mention fix for #1533 latin1ism in Owner Information (LibOpie Security) | zecke | 1 | -0/+3 |
2005-01-22 | -Fix for #1533 | zecke | 3 | -10/+13 |
Use OPimContactAccess to load the Owner Information. This should fix the displaying of the contact for non latin1 encoded users. To use OPimContactAccess OpieSecurity now depends on opiepim2 | ||||
2005-01-21 | - make opie compilable against qte 2.3.10 snapshot | ar | 8 | -19/+19 |
change QT_VERSION > 290 into QT_VERSION <= 0x030000 | ||||
2005-01-21 | - make opie compilable against qte 2.3.10 snapshot | ar | 26 | -45/+45 |
check QT_VERSION against 0x030000 instead of 300 | ||||
2005-01-20 | - little correction for oe use | ar | 1 | -2/+2 |
2005-01-19 | fixed config dialog key | pavouk | 1 | -2/+2 |
2005-01-18 | - some more opie 1.2 icons (settings) | ar | 5 | -0/+0 |
2005-01-16 | Added new generic sorted for the databook backends. Needed an sortedvector | eilers | 10 | -6/+308 |
to do this job, which is now added to private classes.. | ||||
2005-01-16 | Fixed a typo | skyhusker | 1 | -1/+1 |
2005-01-16 | Fixed a bug in nickname handling with networks using nickname:password for auth | skyhusker | 1 | -20/+28 |
2005-01-16 | Fixed some warnings | skyhusker | 1 | -5/+6 |
2005-01-15 | kbill no longer needs STL | mickeyl | 4 | -8/+9 |
2005-01-15 | remove tmpfs entry which confuses users and show mountpoints. patches ↵ | mickeyl | 1 | -1/+6 |
courtesy hrw |