summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-31added - initial check inllornkcor29-0/+2522
2002-10-30moved wlansetup into unsupportedkergoth1-1/+1
2002-10-30Might have a fix for the taskbar problembenmeyer2-2/+2
2002-10-30initial commitbenmeyer2-0/+8
2002-10-30Removed requirment for DNS in setupbenmeyer2-10/+14
2002-10-30Console configuration widget done, Environment variables can now be setwazlaf7-17/+162
2002-10-30should work nowtille1-1/+1
2002-10-30Ben, will you stop commiting a .pro with DESTDIR commented out?kergoth2-2/+2
2002-10-30Re-added profile information which makes interfaces work againbenmeyer19-47/+59
2002-10-30appearance was missingharlekin1-2/+2
2002-10-30Workaround for some obscure gcc bug -- this fixes bug #363sandman1-4/+5
I had to reorderd some lines, because if ( m_style_changed ) is always false if the preceding instruction is bool newtabpos = m_tabstyle_top-> isChecked ( );
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-29the reverse getting of filenames is actually enabledzecke5-15/+62
There will be some code clean ups... but the interfaces should be fine now
2002-10-29Make the Modem take custom Ats againzecke8-25/+30
Supply default values set labels to richtext this way we achieve word wrap IO_Layer added a closed(IOLayer*) signal ProfileEditorDialog make Horizontal scrolling on the QScrollView possible. Once the Vertical Scrollbar is there the Modem dialog does not have enough space
2002-10-29- redone the Model enum to make it easy to check for series (like: is this ansandman2-24/+31
iPAQ - and not is this a 31xx or 36xx or ...) - fixed the disply brightness resolution bug on H38xx
2002-10-29Removed crap status message after ipkg finishesandyq1-1/+2
2002-10-29changed the name so *.shbenmeyer3-111/+8
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-29Added changednsbenmeyer4-8/+230
2002-10-29added lightSensorResolution() to get the hardware resolution of the lightsandman2-2/+11
sensor
2002-10-29- use sane default values for screensaver timeoutssandman2-17/+17
- fixed the "Battery low warning" when plugging the device into AC
2002-10-29I assume you meant to change Name, not Icon to Konsole right? :)kergoth1-2/+2
2002-10-28- some minor UI fixessandman5-46/+37
- parameters for sensor light range were reversed - added reasonable calibration default values (at least on my 3870) - l&p now automatically shows the 'right' (Batt/AC) tab when started
2002-10-28- OpieScreenSaver now uses the calibration data for the light sensorsandman2-2/+48
2002-10-28 less qcop trouble on retial romharlekin5-26/+15
2002-10-28Added DESTDIR to pro fileandyq1-1/+1
2002-10-28ofileselector fixletzecke1-1/+1
2002-10-28Almost done with the new data flowzecke13-31/+482
only OFileSelector needs to adapt it now... Besides that make it compile with the new api Add a configure and a libopie.pro to actually build ofileselector and a MANIFEST to explain some basics of the now a days a bit bigger interface
2002-10-28Major update:sandman9-676/+2029
- fixed some layout margins in the ui file - cleanup in light.cpp (removed the old TT code) - new sensor calibration dialog - new copyright headers !! The launcher does not yet use the sensor calibration data !!
2002-10-28Typo fix, Pgks->Pkgskergoth1-1/+1
2002-10-28This will probably not compile.. i did not even try to compile itzecke10-40/+199
on my machine I changed the data flow to be more extandable the Olister class is now playing a bigger role it's dependant on doing some assembly of the filepath and changedirs. It now has also to take care of the location bar
2002-10-28removed return statment that shouldn't be therebenmeyer2-2/+0
2002-10-28it was confusing, it's now called Konsoletille1-1/+1
2002-10-28Fixed a typo -- just wondering why I commited thissandman1-1/+1
2002-10-28Fix for bug #359.kergoth5-5/+5
2002-10-28Shit .. Microsoft is violating RFC 2426 .. Thanks a lot !eilers2-16/+42
2002-10-28We need to ensure that noncore/net/networksetup/interfaces gets built before ↵kergoth1-1/+2
noncore/net/networksetup and noncore/net/networksetup/wlan.
2002-10-28Vcard now exports date in correct format (Regarding RFC 2425).eilers4-8/+62
Vcard now imports birthday..
2002-10-28- ugh, showstopper:josef1-11/+15
Display is one character wider than expected. While changing this, also replace 40 with vcolumns - dcolumns, so 120 chars etc. could now also be used (once there is a config option for this)
2002-10-28Next changes may brake future snapshots. Therefore we work oneilers1-0/+6
the branch "GO_FOR_OPIE_1_0" .. ;) We will be merge all changes at code freeze..
2002-10-28- moved the QPEScreenSaver to screensaver.cpp/.h and renamed the class tosandman5-298/+354
OpieScreenSaver - (hopefully) fixed all outstanding bugs regarding the new on batt/on ac handling - first (primitive) version of light sensor control (but it works)
2002-10-28The brightness sliders do not need a reversed logik anymore, since they aresandman1-19/+17
horizontal now
2002-10-28- read ( fd, buffer, 4 ); return 5 (!!) for /proc/hal/light_sensorsandman1-7/+7
so we better try to read 5 bytes ... - small "off by one" fix for the lcd brightness resolution
2002-10-28some minor adjustments in the l&p <-> launcher interface routinesandman1-13/+18
2002-10-27some cleanup regarding config:sandman1-66/+20
replaced all the foo/foo_Interval configs with a single foo config (a 0 value means off)
2002-10-27other never handlingharlekin2-15/+15
2002-10-27updated to new config entriesharlekin1-51/+64
2002-10-27light sensor more generell, not only ipaqharlekin1-6/+3