Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2002-10-31 | Changed a number of "OK" to QMesageBox::OK | benmeyer | 6 | -28/+30 |
2002-10-31 | no wrap and horz scroll should work, thanks to console | llornkcor | 6 | -40/+83 |
2002-10-31 | Fixed error message and made window stay if error message doesn't go away. | benmeyer | 6 | -16/+20 |
2002-10-31 | added stockticker | llornkcor | 1 | -0/+1 |
2002-10-31 | Fixed DNS bug forgot to have a define | benmeyer | 2 | -4/+4 |
2002-10-31 | The if file exists check was wrong.. | zecke | 1 | -4/+2 |
I limit it to a /bin/bash check... | ||||
2002-10-31 | changed label esc to Esc | hash | 1 | -3/+3 |
2002-10-31 | added esc and F12 in default configuration | hash | 1 | -1/+3 |
2002-10-31 | systemtime gone | tille | 2 | -4/+3 |
2002-10-31 | systemtime not netsystemtime | tille | 1 | -1/+1 |
2002-10-31 | bye bye systemtime, | tille | 2 | -19/+4 |
long live systimetime | ||||
2002-10-31 | replacement for systemtime now | tille | 4 | -20/+20 |
2002-10-31 | Initial bits to start work on revamping the buildsystem | kergoth | 45 | -0/+16214 |
2002-10-31 | started support for plugins without refresh, not finished yet | harlekin | 10 | -70/+119 |
2002-10-31 | Added Conflicts with qpe-tkcaddressbook and qpe-tkccalendar, because tkc ↵ | kergoth | 2 | -0/+2 |
unfortunately tries to replace the existing versions, including desktop icons, rather than creating their own. | ||||
2002-10-31 | Auto connect on Locale Console again! | zecke | 3 | -5/+25 |
MyPty test if cmd is available(exists) and then either use /bin/bash or /bin/sh ConsoleConfigWidget added a comment about the expected behaviour | ||||
2002-10-31 | no wrap mode taken from console, gui needs work | llornkcor | 6 | -214/+491 |
2002-10-31 | fixed irdaapplet typo | harlekin | 1 | -1/+1 |
2002-10-31 | no refresh, and Ticker back is users background preference | llornkcor | 3 | -4/+10 |
2002-10-31 | paper bag - next time specify which files should be commited .-| | harlekin | 1 | -26/+2 |
2002-10-31 | excludeFromRefresh() added | harlekin | 7 | -7/+51 |
2002-10-31 | parent is now this, not 0 | llornkcor | 1 | -1/+1 |
2002-10-31 | pre-version of specification | mjm | 1 | -0/+119 |
2002-10-31 | launcher side enhancements to support the "use global font" option from | sandman | 3 | -1/+10 |
launcher-settings | ||||
2002-10-31 | added a sanity check to avoid a division by 0 in case the config file | sandman | 1 | -1/+3 |
contains bad data | ||||
2002-10-31 | - added a "[x] Use custom font" checkbox -- if this is not checked | sandman | 5 | -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-31 | Applied the same fix as in volume applet (parent widget should not be 0 for | sandman | 1 | -1/+1 |
taskbar applets) even though wireless applet seems not to be causing any troubles. But IMHO it's better to apply it now ... | ||||
2002-10-31 | I have finally found the "launcher-settings sometimes crashes Opie bug" | sandman | 1 | -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-31 | added - initial check in | llornkcor | 29 | -0/+2522 |
2002-10-30 | moved wlansetup into unsupported | kergoth | 1 | -1/+1 |
2002-10-30 | Might have a fix for the taskbar problem | benmeyer | 2 | -2/+2 |
2002-10-30 | initial commit | benmeyer | 2 | -0/+8 |
2002-10-30 | Removed requirment for DNS in setup | benmeyer | 2 | -10/+14 |
2002-10-30 | Console configuration widget done, Environment variables can now be set | wazlaf | 7 | -17/+162 |
2002-10-30 | should work now | tille | 1 | -1/+1 |
2002-10-30 | Ben, will you stop commiting a .pro with DESTDIR commented out? | kergoth | 2 | -2/+2 |
2002-10-30 | Re-added profile information which makes interfaces work again | benmeyer | 19 | -47/+59 |
2002-10-30 | appearance was missing | harlekin | 1 | -2/+2 |
2002-10-30 | Workaround for some obscure gcc bug -- this fixes bug #363 | sandman | 1 | -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-29 | check if the system date is in a reasonable range (year > 2000) - inform | sandman | 1 | -0/+13 |
the user and optionally launch systemtime, if it's not (on iPAQs mostly because of battery drain) | ||||
2002-10-29 | when quitting opie-login, don't kill the process id returned by getppid(), | sandman | 3 | -7/+14 |
but use the previously saved "real" parent pid. | ||||
2002-10-29 | the reverse getting of filenames is actually enabled | zecke | 5 | -15/+62 |
There will be some code clean ups... but the interfaces should be fine now | ||||
2002-10-29 | Make the Modem take custom Ats again | zecke | 8 | -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 an | sandman | 2 | -24/+31 |
iPAQ - and not is this a 31xx or 36xx or ...) - fixed the disply brightness resolution bug on H38xx | ||||
2002-10-29 | Removed crap status message after ipkg finishes | andyq | 1 | -1/+2 |
2002-10-29 | changed the name so *.sh | benmeyer | 3 | -111/+8 |
2002-10-29 | - fix to scan /proc/mounts and not /etc/mtab for changes (this works on | sandman | 1 | -1/+1 |
systems where /etc/mtab is symlinked to proc, but fails on familiar) | ||||
2002-10-29 | Added changedns | benmeyer | 4 | -8/+230 |
2002-10-29 | added lightSensorResolution() to get the hardware resolution of the light | sandman | 2 | -2/+11 |
sensor | ||||
2002-10-29 | - use sane default values for screensaver timeouts | sandman | 2 | -17/+17 |
- fixed the "Battery low warning" when plugging the device into AC |