summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2002-12-17fixed a typosandman1-1/+1
2002-12-17Opie login becomes useable now:sandman3-10/+82
- pre- and post-session scripts (in $OPIEDIR/share/opie-login) to fix things like device ownership to user/root - logging in now doesn't simply mean: execute bin/qpe. instead opie-login * first tries to execute ~/.opie-session * if that doesn't exist $OPIEDIR/share/opie-login/opie-session * if that fails too, execute $OPIEDIR/bin/qpe you can now handle things like ssh-agent on a per-user basis. (I'll commit the scripts later - for now it simply works like before)
2002-12-17say good bye to the nice and educationalzecke2-307/+0
QTableItems. :(
2002-12-17kill tableitems from the build processzecke3-3/+1
2002-12-17a QTableItem is no QObject so better use QObject::trzecke1-1/+3
besides that tableitems is dead... and I do drawing myself so better look at the tableview if you want to have that translated CCMAIL: cniehaus@kde.org
2002-12-17replaced the private QProcess copy for the FTP server with the alreadysandman6-3050/+1097
available libopie/OProcess
2002-12-17- spehling fix by Carstensimon1-1/+1
2002-12-17- removed Form2 caption, by Carstensimon1-4/+0
2002-12-17- word puzzle fix by Carstensimon2-2/+2
2002-12-17Now use my own pictureseilers3-6/+5
2002-12-16Finally the app-killer in the launcher works. TT solution was callingsandman2-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-16not importanteilers2-4/+4
2002-12-16Improvement of previous bugfixeilers2-5/+12
2002-12-16work around for changing wrap changing edited state. also fixed opening ↵llornkcor1-1/+8
dotFiles line endings
2002-12-16open dotfiles from setDocument differentlyllornkcor1-2/+3
2002-12-16some stuff from op2llornkcor1-16/+29
2002-12-15fix bug in open when cancellingllornkcor1-1/+1
2002-12-14fixes bug #548tille1-0/+1
2002-12-14addLanguage rulescniehaus31-0/+53
2002-12-13No default arguments in implementation pleasezecke1-23/+23
2002-12-13added bass and treble controlharlekin2-44/+200
2002-12-13next i18n-fixcniehaus1-1/+0
2002-12-13i18n-fixcniehaus1-1/+0
2002-12-13have overseen onecniehaus1-1/+1
2002-12-13i18n-fixescniehaus1-6/+6
2002-12-134 updates .pro-files (due to i18n-stuff)cniehaus1-0/+17
2002-12-13no opieatd -> no runlevel links for opieatdsandman2-17/+0
2002-12-11Couple minor bits. 1) show the ide icon for sd/mmc, 2) slight change to text ↵kergoth1-193/+219
on sd/mmc insert/eject popup, 3) do the unmount for sd directly in OZ, as in familiar.
2002-12-11Added dialogbox to notify that the vcard was unable to readeilers1-0/+6
2002-12-11Implemented dialog box for every received vcard to get user permissioneilers2-4/+30
2002-12-11max inactive minutes to 1 day - 1440 minutesharlekin1-0/+1
2002-12-11applied a patch from "Tais M. Hansen" <tais.hansen@osd.dk> to add danishsandman4-4/+8
language support
2002-12-11fix for a stupid bug .. op1 wants to strip the extension, but insteadsandman2-9/+23
stripps everything after the first '.'. So filenames like "02. foobar.mp3" become "02"
2002-12-10no need for opieatd anymoresandman3-43/+2
2002-12-10/etc/resumeat is now in /var/run/resumeatsandman1-7/+8
2002-12-10slight bit of rearranging to ensure that the rtc time gets set if using -s ↵kergoth1-31/+42
regardless of whether resumeat contains a valid alarm
2002-12-10Todo depends on libopiezecke1-1/+1
This should solve most of the todolist installation problems
2002-12-10Shut up the compilerzecke4-12/+5
2002-12-08fixtille1-1/+4
2002-12-08added combo for default emailtille3-25/+44
not perfect but it should do its job (better than i expected in first place ;)
2002-12-08updatetille1-2/+1
2002-12-08do not close ab while in cardview, rather switch back to listviewtille2-2/+8
as the old version did
2002-12-08QPEApplication::showMainWidget only maximizes a QDialog if its width orsandman1-0/+1
height are >= 3/4 * desktop width/height ...
2002-12-08moved font menu to options due to wrapping of the toolbar when using ↵llornkcor1-8/+12
languages other than english that tend to have many characters in words :)
2002-12-07Removed libpreloadsandman4-158/+1
2002-12-07Just updatedeilers1-4/+4
2002-12-06Attempt to open /dev/rtc if /dev/misc/rtc fails, so it works in the nondevfs ↵kergoth1-2/+3
case.
2002-12-05fix beep so all sessions are the samellornkcor1-5/+3
2002-12-05fix beepingllornkcor1-0/+7
2002-12-05Modified OColorButton to pass color to color dialog. Impacts appearance, ↵drw1-32/+32
launcher settings and liquid settings.