summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-09-17- remove double entry.ar1-4/+0
LIBQPE_WIHTROHFEEDBACK already in $OPIEDIR/config.in
2004-09-17Recommends: added for at least one of the opie-multiauth-* pluginsclem1-0/+1
2004-09-17this is 1.1.6mickeyl2-2/+10
2004-09-17if there are no configured plugins, we simply return 0 to let the user inclem1-0/+9
2004-09-17depends on libopiecore2 like the other pluginsclem1-1/+1
2004-09-17updated packages and config.in descriptionsclem7-10/+9
2004-09-17fixed Rotation on Ramsesschurig1-54/+52
2004-09-16define ARPHRD_IEEE80211 if <net/if_arp.h> doesn't (i.e. if our ↵clem1-0/+4
crosscompiler's version is 2.95 and not 3.3)
2004-09-16removed libopie big-screen reference (big-screen is now in LIBOPIEUI2) that ↵clem1-1/+0
used to create a '*.h' broken link
2004-09-15- implement a QStringList* m_allList for show all files/directories if a ↵ar3-3/+27
"All Item" is selected. (hope the description is not too confused ;) )
2004-09-15remove bogus filemickeyl1-4/+0
2004-09-15BUGFIX: unbreak right-on-hold feedbackmickeyl1-1/+1
2004-09-15minor adjustments to button layout. release 1.1.1mickeyl3-13/+12
2004-09-15changed CDLF into CRschurig2-2349/+2349
2004-09-15Patch by Till Harbum for SIMpad to more properly use the ChipSelect3zecke1-19/+68
proc filesystem interface. Method introduced: setCS3Bit This method reads the current CS3 Bits before setting the new bit. Using this function allows to toggle the display without overwriting other CS3 bits for example the DECT_ON bit
2004-09-14Be able to properly import vCard from Cell Phoneszecke3-2440/+2472
2004-09-14Replaced missing navigation images with existing inline pictures.coredump21-147/+147
2004-09-14Fixed some horrible indentationsschurig1-212/+255
2004-09-13here come the 800x600 picturesmickeyl2-0/+0
2004-09-13here come the 640x480 picturesmickeyl2-0/+0
2004-09-13New Latvian translationsgints3-57/+64
2004-09-13Fixed a typo in opie-sh-wavelanchooser.desktop: Wrong Exec target.coredump1-1/+1
2004-09-13Try to use the Parent Background as BackgroundOriginzecke1-1/+5
2004-09-13GCC 3.4.2 is so standard conform that it forces the rangezecke2-0/+24
of enumns. This broke handling of the 'Help' button in our decoration. What we do now is to make the 'range' bigger so that our 'Help'-Button will fit into the range.
2004-09-13Renamed 'Mine Hunt' to 'Mine Sweep', both in title and icon nameschurig2-3/+3
2004-09-13renamed THIS restartapplet to librestartapplet2.so, now you can buildschurig2-2/+2
both opie-restartapplet and opie-restartapplet2 in one go
2004-09-13added libqtaux2 as dependencyschurig1-1/+1
2004-09-13Try to make the tabbar a bit 'higher' but less widezecke2-0/+7
2004-09-12-Refactor loading of the Plugin Widgets' to be only containedzecke5-115/+76
in one place. -Reload the Plugins after configuration to reflect the changes immediately
2004-09-12-Sorry for the whitespaceszecke1-9/+11
-Delete endDate which is used by queryByExample Eilers can you look if a QDate::isValid makes more sense?
2004-09-12OColorButton::~OColorButton ( )zecke1-0/+1
{ + delete d->m_menu; delete d; } That was a tricky one to find. If a dynamically loaded shared object (dso) creates QObjects/QWidgets on the destruction of QApplication they will be freed. For normal applications these dso's have already been removed from the address-space leading to calling delete to or from a bogus part of memory leading to segfaults
2004-09-12If there is no 'excluded' plugin the excluded-list wasn't madezecke1-2/+9
empty and the old/prior setting still was used. This fix makes sure that an empty string is written if no plugin is excluded
2004-09-12Remove memory leakzecke1-1/+4
2004-09-12Delete the d pointerzecke1-0/+3
2004-09-12Fix dependency of the plugin. It needs OTicker and OTickerzecke1-1/+1
was moved to libqtaux
2004-09-12-Only create configWidgets once per config dialog, properly delete themzecke4-32/+43
-Delete the Widgets before we remove the plugin from our address space some random clean ups
2004-09-12Follow the defined Ownership and have a maybe not neededzecke13-44/+22
sanity check
2004-09-12-Define ownership of widget and configwidgetzecke4-6/+25
-Implement C'tor and D'tor of TodayConfigWidget
2004-09-12The usualzecke1-0/+3
2004-09-12-Kill all owarn statements as they're not needed/useful anymorezecke3-44/+9
-Kill all hardcoding to latin1 and use the system encoding/decoding
2004-09-12Do not limit the Image to 16x16 but use width() and height()zecke2-2/+13
+ magic numbers to make the Image fit the button
2004-09-12-Fix layout for http://handhelds.org/scap/port.32003.pngzecke3-31/+9
-Remove old code -Remove bogus code as commented by Stefan Eilers
2004-09-12Apply patch from "Tony" for #1395 to fix building of QVNC for gcc3.4zecke2-64/+226
Also remove the diffs for 'include/' files because they're only symlinks
2004-09-12show text label and remove bogus sleepmickeyl1-10/+1
2004-09-12come back to a more traditional version of the logo:mickeyl1-0/+0
minus the crystal ball, plus a dropshadow
2004-09-12always disable the scrollbars for the versioninfo tabmickeyl1-0/+2
2004-09-12show backdrop, make crosshair a bit more prominent, enable calibration test ↵mickeyl3-36/+33
when QT_DEBUG is set
2004-09-12add a few fixed bugs and improve the overall format in preparation of 1.1.6mickeyl1-8/+10
2004-09-10-Disable Quick Launching as we need a special QApplicationzecke4-7/+39
to prevent filtering the escape key -Update .pro and .control as we're no longer quicklaunchable -Update PLANS as most of it is already finished
2004-09-10In old ANSI-C you can't have expressions before variable declarationsschurig1-2/+4
(C++ allows this)