Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2002-12-17 | - spehling fix by Carsten | simon | 1 | -1/+1 |
2002-12-17 | - removed Form2 caption, by Carsten | simon | 1 | -4/+0 |
2002-12-17 | - word puzzle fix by Carsten | simon | 2 | -2/+2 |
2002-12-17 | Now use my own pictures | eilers | 3 | -6/+5 |
2002-12-16 | Finally the app-killer in the launcher works. TT solution was calling | sandman | 2 | -244/+275 |
ps with some special options, that busybox ps didn't provide. I'm now scanning /proc/<pid>/stat for the right process. | ||||
2002-12-16 | not important | eilers | 2 | -4/+4 |
2002-12-16 | Improvement of previous bugfix | eilers | 2 | -5/+12 |
2002-12-16 | work around for changing wrap changing edited state. also fixed opening ↵ | llornkcor | 1 | -1/+8 |
dotFiles line endings | ||||
2002-12-16 | open dotfiles from setDocument differently | llornkcor | 1 | -2/+3 |
2002-12-16 | some stuff from op2 | llornkcor | 1 | -16/+29 |
2002-12-15 | fix bug in open when cancelling | llornkcor | 1 | -1/+1 |
2002-12-14 | fixes bug #548 | tille | 1 | -0/+1 |
2002-12-14 | addLanguage rules | cniehaus | 31 | -0/+53 |
2002-12-13 | No default arguments in implementation please | zecke | 1 | -23/+23 |
2002-12-13 | added bass and treble control | harlekin | 2 | -44/+200 |
2002-12-13 | next i18n-fix | cniehaus | 1 | -1/+0 |
2002-12-13 | i18n-fix | cniehaus | 1 | -1/+0 |
2002-12-13 | have overseen one | cniehaus | 1 | -1/+1 |
2002-12-13 | i18n-fixes | cniehaus | 1 | -6/+6 |
2002-12-13 | 4 updates .pro-files (due to i18n-stuff) | cniehaus | 1 | -0/+17 |
2002-12-13 | no opieatd -> no runlevel links for opieatd | sandman | 2 | -17/+0 |
2002-12-11 | Couple minor bits. 1) show the ide icon for sd/mmc, 2) slight change to text ↵ | kergoth | 1 | -193/+219 |
on sd/mmc insert/eject popup, 3) do the unmount for sd directly in OZ, as in familiar. | ||||
2002-12-11 | Added dialogbox to notify that the vcard was unable to read | eilers | 1 | -0/+6 |
2002-12-11 | Implemented dialog box for every received vcard to get user permission | eilers | 2 | -4/+30 |
2002-12-11 | max inactive minutes to 1 day - 1440 minutes | harlekin | 1 | -0/+1 |
2002-12-11 | applied a patch from "Tais M. Hansen" <tais.hansen@osd.dk> to add danish | sandman | 4 | -4/+8 |
language support | ||||
2002-12-11 | fix for a stupid bug .. op1 wants to strip the extension, but instead | sandman | 2 | -9/+23 |
stripps everything after the first '.'. So filenames like "02. foobar.mp3" become "02" | ||||
2002-12-10 | no need for opieatd anymore | sandman | 3 | -43/+2 |
2002-12-10 | /etc/resumeat is now in /var/run/resumeat | sandman | 1 | -7/+8 |
2002-12-10 | slight bit of rearranging to ensure that the rtc time gets set if using -s ↵ | kergoth | 1 | -31/+42 |
regardless of whether resumeat contains a valid alarm | ||||
2002-12-10 | Todo depends on libopie | zecke | 1 | -1/+1 |
This should solve most of the todolist installation problems | ||||
2002-12-10 | Shut up the compiler | zecke | 4 | -12/+5 |
2002-12-08 | fix | tille | 1 | -1/+4 |
2002-12-08 | added combo for default email | tille | 3 | -25/+44 |
not perfect but it should do its job (better than i expected in first place ;) | ||||
2002-12-08 | update | tille | 1 | -2/+1 |
2002-12-08 | do not close ab while in cardview, rather switch back to listview | tille | 2 | -2/+8 |
as the old version did | ||||
2002-12-08 | QPEApplication::showMainWidget only maximizes a QDialog if its width or | sandman | 1 | -0/+1 |
height are >= 3/4 * desktop width/height ... | ||||
2002-12-08 | moved font menu to options due to wrapping of the toolbar when using ↵ | llornkcor | 1 | -8/+12 |
languages other than english that tend to have many characters in words :) | ||||
2002-12-07 | Removed libpreload | sandman | 4 | -158/+1 |
2002-12-07 | Just updated | eilers | 1 | -4/+4 |
2002-12-06 | Attempt to open /dev/rtc if /dev/misc/rtc fails, so it works in the nondevfs ↵ | kergoth | 1 | -2/+3 |
case. | ||||
2002-12-05 | fix beep so all sessions are the same | llornkcor | 1 | -5/+3 |
2002-12-05 | fix beeping | llornkcor | 1 | -0/+7 |
2002-12-05 | Modified OColorButton to pass color to color dialog. Impacts appearance, ↵ | drw | 1 | -32/+32 |
launcher settings and liquid settings. | ||||
2002-12-03 | Two additional functions preloaded to make HancomWord happy ... | sandman | 2 | -2/+45 |
1) the old pointSizes() problem in the FontDatabase (bic change from qt/e 2.3.3 -> 2.3.4) 2) the QPalette for the text widget has to be adjusted (hancom uses QPainter::eraseRect(), which doesn't work with background pixmaps, like e.g. in liquid) | ||||
2002-12-01 | Added a fix for programs that have been compiled with old toolchains and | sandman | 1 | -0/+6 |
are used together with shared libs produced by newer toolchains .. they might not have the __gmon_start__ symbol defined (e.g. neocal or hancom on a glibc 2.3.1 iPAQ with the latest libjpeg62) | ||||
2002-12-01 | whoops | llornkcor | 1 | -1/+1 |
2002-11-30 | Fixed a lot of usability stuff .. Some minor bugs were fixed, too .. | eilers | 7 | -47/+68 |
2002-11-30 | More implementation | zecke | 2 | -0/+100 |
2002-11-30 | Back from hospital with new power | zecke | 13 | -215/+310 |
This versions clean up m failure on templates with Qt... in todoview Implements Recurrance( backends to not safe it yet ) OPimState and Maintainer mode in some ways and much more This one also implements the OPimMainWindow specs and has a small Memu replacement to get the toolbar in one line |