summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2002-11-07Fix for Opie/X11zecke1-1/+1
COP is not dependant on QWS There is always a QT_NO_COP ;)
2002-11-07Fix wrong include statementzecke1-1/+1
2002-11-06Add X11..kergoth37-38/+38
2002-11-06Add -DFPM_* to CXXFLAGS as wellkergoth1-0/+3
2002-11-06Removed ifs within the sources line, qmake doesnt like that at -all- .. need ↵kergoth2-4/+2
to find a workaround to pass .pro changes based on config system..
2002-11-06libmad opts from root configure script. this is so much cleaner :)kergoth1-1/+6
2002-11-06Set embeddedkonsole compile params .. converting configure script stuffs overkergoth1-0/+2
2002-11-06Set libmpeg compile params .. converting configure script stuffs overkergoth1-2/+6
2002-11-06Changing sharp define. if someone doesnt like it, let me know :)kergoth6-7/+7
2002-11-05Improving formattingkergoth1-0/+3
2002-11-05you know the drillkergoth32-67/+80
2002-11-05you know the drillkergoth5-0/+5
2002-11-05unintentional commitkergoth1-1/+1
2002-11-05Missed a couple remnant REQUIRESkergoth1-1/+1
2002-11-05missed onekergoth1-1/+0
2002-11-05Adding initial config.in fileskergoth37-0/+167
2002-11-05transition to new opie pim api, no finished yet, but should allready close ↵harlekin4-30/+29
bug #1 cvs upcvs up
2002-11-04removed extra buttons - why double when they are in the titelbarharlekin2-24/+10
2002-11-04add these might help to compilellornkcor2-0/+244
2002-11-04variousllornkcor5-93/+92
2002-11-03finish audio skinllornkcor3-10/+63
2002-11-03m3u stuff and op2 skinsllornkcor10-450/+564
2002-11-03No default arguments in implementation pleasezecke2-4/+4
2002-11-03no default argumentszecke1-1/+1
Patch from jowenn
2002-11-03Nice to see more kde dudes here!zecke2-3/+4
A patch from jowenn to make Opie compile with gcc3 again No default arguments! Some namespace issues
2002-11-02make deny the default button for ftp/sync promptllornkcor1-1/+1
2002-11-02Cut some warningzecke3-3/+17
and applied trekres customStrokeWidth patch
2002-11-01Forgot to rename the header file in CVSsandman1-10/+10
2002-11-01- Completly reworked the backlight "preview":sandman8-142/+164
every slider/control that relates to backlight levels, is now switching the lcd to this level for 2 seconds - after that the backlight switches back to the standard level (or light sensor control) - Many bugfixes and usability improvements in light sensor calibration
2002-11-01- light sensor data was not scaled (no effect for iPAQs though)sandman1-7/+5
- light sensor can now switch off the lcd backlight - setBacklight ( -3 / -2 ) doesn't switch off the sensor mode anymore
2002-11-01Complete redesign of internal structure. Now, there exist a cetral vieweilers2-0/+412
class which manages the current implemented views table and card...
2002-11-01remove some commented codellornkcor2-120/+3
2002-11-01fix ischecked wrap menullornkcor1-2/+2
2002-10-31added easy way ifdef for me to compile without libopiellornkcor1-9/+34
2002-10-31fixes for the new exclude from refresh systemharlekin1-3/+18
2002-10-31remove netsystemtimetille1-6/+1
2002-10-31netsystemtime does not exist anymoretille1-5/+2
2002-10-31no wrap and horz scroll should work, thanks to consolellornkcor6-40/+83
2002-10-31started support for plugins without refresh, not finished yetharlekin10-70/+119
2002-10-31Added Conflicts with qpe-tkcaddressbook and qpe-tkccalendar, because tkc ↵kergoth2-0/+2
unfortunately tries to replace the existing versions, including desktop icons, rather than creating their own.
2002-10-31no wrap mode taken from console, gui needs workllornkcor6-214/+491
2002-10-31parent is now this, not 0llornkcor1-1/+1
2002-10-31launcher side enhancements to support the "use global font" option fromsandman3-1/+10
launcher-settings
2002-10-31added a sanity check to avoid a division by 0 in case the config filesandman1-1/+3
contains bad data
2002-10-31- added a "[x] Use custom font" checkbox -- if this is not checkedsandman5-46/+86
(default), then launcher uses the global font for the tabs. - reworked the internal handling of "All tabs", to make it possible to use this information for newly added tabs (still missing)
2002-10-31I have finally found the "launcher-settings sometimes crashes Opie bug"sandman1-1/+1
it's the volume applet popup, that has no parent widget (that should really be no problem, but it works perfectly if you give it a parent)
2002-10-29check if the system date is in a reasonable range (year > 2000) - informsandman1-0/+13
the user and optionally launch systemtime, if it's not (on iPAQs mostly because of battery drain)
2002-10-29when quitting opie-login, don't kill the process id returned by getppid(),sandman3-7/+14
but use the previously saved "real" parent pid.
2002-10-29- fix to scan /proc/mounts and not /etc/mtab for changes (this works onsandman1-1/+1
systems where /etc/mtab is symlinked to proc, but fails on familiar)
2002-10-29- use sane default values for screensaver timeoutssandman2-17/+17
- fixed the "Battery low warning" when plugging the device into AC