Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-03-16 | added birthday display into datebook | alwin | 7 | -1/+111 |
2005-03-16 | Translated a few strings | skyhusker | 4 | -24/+35 |
2005-03-16 | config.in.in are always autogenerated | mickeyl | 2 | -1/+4 |
2005-03-16 | Added AddressBook fixes | drw | 1 | -0/+2 |
2005-03-16 | Fixed: 1. Category handling - all other apps and libopie2 use -1 for unfiled ↵ | drw | 3 | -27/+25 |
and 0 for all, addressbook flipped them, 2. Letter picker record selection, 3. sort resulting records after letter picker selected them | ||||
2005-03-16 | corrected some stuff | alwin | 4 | -2/+18 |
2005-03-16 | forgot an interface method required. | alwin | 1 | -0/+2 |
from now the interface never changed again or assigned UUID must changed. | ||||
2005-03-16 | added (base) christian holidays | alwin | 8 | -4/+181 |
2005-03-16 | VI is a strong weapon... fixed a big cp&paste error | alwin | 1 | -4/+2 |
2005-03-16 | added holiday package | alwin | 1 | -0/+1 |
2005-03-16 | added holiday plugin package | alwin | 2 | -0/+3 |
2005-03-16 | linking against libetpan should be enough | alwin | 1 | -1/+1 |
2005-03-16 | ho. | alwin | 10 | -1191/+1416 |
in dayview a holiday will displayed (if plugin found) generated a straight forward dummy-holiday-plugin for testing the stuff. | ||||
2005-03-16 | ok, removed last errors (i hope) | alwin | 1 | -2/+1 |
2005-03-16 | sorry, guys, checked in wrong files | alwin | 2 | -9/+8 |
2005-03-16 | first shot of a generic interface for holiday plugin in datebook | alwin | 2 | -0/+88 |
2005-03-16 | beginning of holiday plugins for datebook | alwin | 1 | -0/+6 |
2005-03-15 | ok. the hinge button must have held-action set to 0. | alwin | 1 | -6/+3 |
ToDo: make it sure that it will not set to any - otherwise it runs into trouble with autorepeat. | ||||
2005-03-15 | Add address book sort fix | drw | 1 | -0/+1 |
2005-03-15 | Fix addressbook sort by implementing sorting by 'File As' name | drw | 1 | -2/+6 |
2005-03-15 | setup a workaround for missing autorepeat flag on specialbuttons. | alwin | 2 | -6/+18 |
eg, keyfilter of serverapp stores the last pressed button itself and checks against holdtime and releases itself. on c7x0/c8x0 it works with 2.6 kernel cause keys are repeated without this flag - on 2.4 kernel I don't know what happen (may that keys are not repeated) | ||||
2005-03-14 | Latvian translations for opieplayer2 and opierec | gints | 2 | -101/+106 |
2005-03-14 | Additional translations for opie-eye | gints | 2 | -59/+63 |
2005-03-14 | Latvian translations for console | gints | 1 | -211/+211 |
2005-03-14 | - more new icons for 1.2 | ar | 21 | -4/+4 |
2005-03-14 | scrollview - when having a lot of buttons the dialog window is to small | alwin | 1 | -142/+152 |
to display them. | ||||
2005-03-14 | shorten the name a bit | mickeyl | 1 | -3/+3 |
2005-03-14 | hopefull speedups on keyeventhandler, eventhandler will just set when | alwin | 1 | -8/+5 |
device with hinge-sensor. | ||||
2005-03-13 | inserted a keyevent-filter just used by CL3000 and C7x0/C8x0. | alwin | 2 | -48/+95 |
That way I map the cursor keys depending on hinge-status, eg, on portrait mode scrolling wheel down the cursor key will realy key down and not key left. If this is the wrong place, please correct and tell me - I had tooked this idea and code from iPAQ (but it works fine this moment). | ||||
2005-03-12 | Sort packagaes and channels (numbers) according their size instead | zecke | 2 | -0/+23 |
of alphabeticaly. 9873 received packages are more than 10 but less than 10.000. The same is applied to the channel number [0..15] | ||||
2005-03-12 | -Fix compiler warning about a unused variable (nomax) | zecke | 1 | -0/+1 |
-The code seems to be twisted, and needs to be done the other way around (I will probably reconsider that statement with enough sleep tomorrow) | ||||
2005-03-12 | some reworks | alwin | 2 | -50/+45 |
2005-03-12 | rework of the structure of the main menues, them depends now on state of ↵ | alwin | 8 | -162/+249 |
current selected folder/server on small screens some "Folder" and "Server" menu will get submenus of the menu-item "Mail" cause lack of space on screen - have no other idea. | ||||
2005-03-12 | check range for aplett timeout | alwin | 2 | -2/+8 |
2005-03-12 | Scale close tab button icon | drw | 1 | -2/+6 |
2005-03-12 | this error will get my personal "error of the month": | alwin | 2 | -2/+2 |
due different declarations of "readHingeSensors" (const vs. non-const) rotate-applet always got the default-implementation -> CASE_UNKNOWN. (device vs. device_zaurus). Setting it to "const" (which makes sense) let rotateapplet set light of or suspend or whatever user defined when case is closed. | ||||
2005-03-12 | remove ouput | llornkcor | 3 | -44/+40 |
2005-03-12 | pixmap corrected | alwin | 1 | -3/+2 |
2005-03-12 | pixmaps | alwin | 1 | -1/+1 |
2005-03-12 | if there are new mails the taskbar icon stays 'cause not all | alwin | 2 | -8/+11 |
machines have a (working) mail-LED and users wonders why them don't get a notification. Inserted a block for SIGPIPE - that would let opie crash otherwise if happen. | ||||
2005-03-12 | as in most other applets mails on pop3-acounts counts always as | alwin | 1 | -3/+9 |
new mail | ||||
2005-03-12 | And I'm wondering why opie sometimes is that slow. Hopefully reduced | alwin | 2 | -7/+31 |
the calls to opie-eye for images in documenttab when changing layout and so on. | ||||
2005-03-12 | fix irregularity with adpcm and bits | llornkcor | 4 | -97/+105 |
2005-03-12 | More ChangeLog updates | drw | 1 | -0/+3 |
2005-03-12 | Fix default settings for background in Edit tab dialog | drw | 1 | -28/+18 |
2005-03-12 | Fix OColorButton so it does not emit a colorSelected signal inside of ↵ | drw | 2 | -43/+51 |
resizeEvent | ||||
2005-03-11 | hm. try to be a little nicer on new mails | alwin | 1 | -18/+33 |
2005-03-11 | even a full correct mail comes via generic protocoll like pop3 or mh | alwin | 1 | -8/+9 |
parts of were stored with wrong identifier inside cache. | ||||
2005-03-11 | Updates for ChangeLog | drw | 1 | -0/+4 |
2005-03-11 | Fix bug where lists_dir was not being honored at startup - thanks to hrw for ↵ | drw | 2 | -3/+18 |
identifying, also provide default value for lists_dir when none is entered in the configuration dialog |