Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-08-01 | fixed a crasher when configfile isn't writeable | alwin | 1 | -180/+185 |
empty labels will replaced by filename | ||||
2004-08-01 | linking against opiecore2 | alwin | 1 | -1/+1 |
2004-08-01 | switched to OKeyFilter handler. | alwin | 2 | -7/+12 |
2004-08-01 | switched keyboard filter to the new singleton class OKeyFilter from within | alwin | 3 | -130/+140 |
opiecore2 so we can better handle it. | ||||
2004-08-01 | added a keyfilter singleton. All OPIE apps should use that instead of | alwin | 5 | -50/+255 |
the base from qte 'cause there are some stupids in handling pointers. key handlers from odevice-classes will handled at top of all others iPAQ and SIMPad are switched to that filter queue. | ||||
2004-07-31 | Filebrowser is dead since a long time | zecke | 1 | -32/+0 |
Remove the desktop entry now TODO: Remove and Move other .desktop files as well | ||||
2004-07-31 | --- config.in 5 Apr 2004 13:49:07 -0000 1.3 | zecke | 1 | -1/+1 |
+++ config.in 31 Jul 2004 19:51:14 -0000 @@ -1,4 +1,4 @@ - config SIMPLE_PIM_EXAMPLE + config SIMPLE_PIM adjust to reality | ||||
2004-07-31 | Read ipkg.conf even when /etc/ipkg does not exist, found by Bernardo...thanks\! | drw | 1 | -57/+57 |
2004-07-30 | ev is not required. | christophe | 1 | -3/+3 |
2004-07-29 | -UTC -> Europe/London when referring to no timezone | zecke | 5 | -80/+99 |
-special handling for allDay Event in OPImEvent, avoid setting timezone as it is by default UTC -No timezone set by default for an Event -Recurrence is UTC (no timezone) -Provide upgrade path from DateBook as by default events were in the current timezone but didn't have the timezone attribute -unified handling of timezones, compatible with QtopiaDesktop -do less conversions -... | ||||
2004-07-29 | Added stuff which was removed while reverting.. Other stuff, like | eilers | 1 | -1/+2 |
the qtopia stuff, is not taken into current configuration. | ||||
2004-07-29 | Fixed screwed indentation.. Don't know where this came from.. | eilers | 2 | -157/+157 |
2004-07-29 | MacOS specific changes. | eilers | 1 | -0/+1 |
2004-07-29 | Minor update. Added config and environment settings to compile on | eilers | 2 | -15/+54 |
curren Opie release.. | ||||
2004-07-29 | Reimplement fix to compile and work on MacOS-X. | eilers | 1 | -0/+8 |
2004-07-29 | All my changes was lost. Revert to 1.5 .. | eilers | 1 | -8/+6 |
2004-07-28 | disambiguate | mickeyl | 1 | -6/+10 |
2004-07-28 | disambiguate | mickeyl | 1 | -1258/+1258 |
2004-07-28 | Improved translation status | groucho | 13 | -127/+144 |
2004-07-28 | use safer method to set file perms after copy | llornkcor | 1 | -2/+2 |
2004-07-28 | use copyfile method that doesnt squish filenames into latin1, so copying ↵ | llornkcor | 1 | -3/+9 |
files with extended characters doesn't fail after ir receive | ||||
2004-07-27 | Mention | zecke | 1 | -1/+4 |
-drawpad/screenshot applet interaction -Fifteen gained Custom Tiles and background images for the gameboard | ||||
2004-07-27 | fix depends | chicken | 1 | -1/+1 |
2004-07-27 | documented SecOwnerDlg | clem | 1 | -0/+1 |
2004-07-27 | Replacing an ugly QString.sprintf() with QString().arg() which fixes wrong ↵ | eilers | 1 | -1/+1 |
format handling. This is a reason, why we have odebug instead of qDebug.. Thanks to mickeyl for code review! | ||||
2004-07-27 | workaround weird windows listview bug | llornkcor | 1 | -3/+7 |
2004-07-26 | add libopiesecurity2 dep | clem | 1 | -1/+1 |
2004-07-26 | new snapshot | alwin | 1 | -0/+0 |
2004-07-25 | - implementation of custom backup- and restore-locations | ar | 2 | -32/+56 |
2004-07-25 | - begin implementation of custom backup- and restore-locations | ar | 3 | -60/+202 |
2004-07-25 | CLEANUP: synchronize binary name and .desktop file name | mickeyl | 2 | -1/+1 |
2004-07-24 | Try to get the Keyup Event inside the IconView to not 'move' | zecke | 2 | -0/+20 |
forward later. Long Return press triggers autorepeat | ||||
2004-07-24 | Have a custom grid for the game. Now the name of fifteen is | zecke | 3 | -51/+108 |
pretty obsolete but hey it is fun :) | ||||
2004-07-24 | Restore CONFIG += quick-app to build quicklaunch orientated apps | zecke | 1 | -1/+1 |
2004-07-24 | Update to exclude the uic generated files | zecke | 1 | -0/+2 |
2004-07-24 | Custom Image as the background for the board tiles. | zecke | 8 | -56/+768 |
This is later needed for the puzzle game mode | ||||
2004-07-24 | First revision of libopiesecurity2 package file | clem | 1 | -0/+10 |
2004-07-24 | - BugFix: #1381 - added missing libopie-console.so* | ar | 1 | -1/+1 |
2004-07-24 | Delete the Views which are created in the OFileSelector | zecke | 2 | -5/+24 |
Add a new member and one method to register the view. The views themselves (baseclass) call this function. Simply going over the viewMap wouldn't work as we can have the same instance contained twice under a different name | ||||
2004-07-23 | Get up-to-date after the translations update | sudonix | 18 | -131/+135 |
2004-07-23 | - make patch patcheable :) | ar | 2 | -14/+0 |
2004-07-23 | Split up the patches for Qt2.3.7 and Qt2.3.8 and add comments | zecke | 17 | -239/+3459 |
on what they do | ||||
2004-07-23 | Adjust to the relayout of the qt dir | zecke | 1 | -1/+1 |
2004-07-23 | Add the encoding Qt patch | zecke | 2 | -0/+98 |
2004-07-23 | enable the oplugins demo | mickeyl | 1 | -1/+1 |
2004-07-21 | Link to qpe as well | zecke | 1 | -1/+1 |
2004-07-21 | fixes | llornkcor | 5 | -28/+58 |
2004-07-19 | securitybase.* is generated from ui so add it to .cvsignore | zecke | 1 | -0/+1 |
2004-07-19 | Make it quicklaunchable again | zecke | 4 | -53/+53 |
-Do the check if allowed to run in the c'tor of MultiauthConfig and exit(-1) on failure -Adopt the .pro to contain CONFIG quick-app again -main only contains the call to the factory | ||||
2004-07-19 | Link to OpieSecurity2 at least for the config widget | zecke | 4 | -4/+4 |
this way there is no undefined reference to the vtable of Opie::Security::MultiauthConfigWidget |