Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-09-18 | fix crash #1408 | llornkcor | 1 | -79/+79 |
2004-09-18 | fix layout issue | llornkcor | 1 | -18/+31 |
2004-09-18 | link with gcc, not g++ | llornkcor | 1 | -1/+1 |
2004-09-18 | add refresh menuitem | llornkcor | 3 | -1/+8 |
2004-09-18 | fix #1399 | llornkcor | 1 | -15/+21 |
2004-09-18 | fix stuff, including #1404 | llornkcor | 4 | -42/+71 |
2004-09-18 | The following change is untested on a real device. So please try and | zecke | 2 | -10/+6 |
bitch if I broke something!!! Make unmounting of sdcards more robust. If we find a /dev/mmcard1 or /dev/mmc/1 or /dev/mmc* we will remember that device name and if the user asks us to eject it we will use that name. | ||||
2004-09-17 | - cleanup allItem handling | ar | 3 | -23/+12 |
2004-09-17 | Random small corrections and cleanups | sudonix | 12 | -42/+42 |
2004-09-17 | Recommends: added for the configuration GUI: opie-security | clem | 1 | -1/+1 |
2004-09-17 | added missing dep. on libopie2ui | clem | 1 | -1/+1 |
2004-09-17 | First untested support for the beagle from MasterIA | zecke | 4 | -2/+225 |
2004-09-17 | - remove double entry. | ar | 1 | -4/+0 |
LIBQPE_WIHTROHFEEDBACK already in $OPIEDIR/config.in | ||||
2004-09-17 | Recommends: added for at least one of the opie-multiauth-* plugins | clem | 1 | -0/+1 |
2004-09-17 | this is 1.1.6 | mickeyl | 2 | -2/+10 |
2004-09-17 | if there are no configured plugins, we simply return 0 to let the user in | clem | 1 | -0/+9 |
2004-09-17 | depends on libopiecore2 like the other plugins | clem | 1 | -1/+1 |
2004-09-17 | updated packages and config.in descriptions | clem | 7 | -10/+9 |
2004-09-17 | fixed Rotation on Ramses | schurig | 1 | -54/+52 |
2004-09-16 | define ARPHRD_IEEE80211 if <net/if_arp.h> doesn't (i.e. if our ↵ | clem | 1 | -0/+4 |
crosscompiler's version is 2.95 and not 3.3) | ||||
2004-09-16 | removed libopie big-screen reference (big-screen is now in LIBOPIEUI2) that ↵ | clem | 1 | -1/+0 |
used to create a '*.h' broken link | ||||
2004-09-15 | - implement a QStringList* m_allList for show all files/directories if a ↵ | ar | 3 | -3/+27 |
"All Item" is selected. (hope the description is not too confused ;) ) | ||||
2004-09-15 | remove bogus file | mickeyl | 1 | -4/+0 |
2004-09-15 | BUGFIX: unbreak right-on-hold feedback | mickeyl | 1 | -1/+1 |
2004-09-15 | minor adjustments to button layout. release 1.1.1 | mickeyl | 3 | -13/+12 |
2004-09-15 | changed CDLF into CR | schurig | 2 | -2349/+2349 |
2004-09-15 | Patch by Till Harbum for SIMpad to more properly use the ChipSelect3 | zecke | 1 | -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-14 | Be able to properly import vCard from Cell Phones | zecke | 3 | -2440/+2472 |
2004-09-14 | Replaced missing navigation images with existing inline pictures. | coredump | 21 | -147/+147 |
2004-09-14 | Fixed some horrible indentations | schurig | 1 | -212/+255 |
2004-09-13 | here come the 800x600 pictures | mickeyl | 2 | -0/+0 |
2004-09-13 | here come the 640x480 pictures | mickeyl | 2 | -0/+0 |
2004-09-13 | New Latvian translations | gints | 3 | -57/+64 |
2004-09-13 | Fixed a typo in opie-sh-wavelanchooser.desktop: Wrong Exec target. | coredump | 1 | -1/+1 |
2004-09-13 | Try to use the Parent Background as BackgroundOrigin | zecke | 1 | -1/+5 |
2004-09-13 | GCC 3.4.2 is so standard conform that it forces the range | zecke | 2 | -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-13 | Renamed 'Mine Hunt' to 'Mine Sweep', both in title and icon name | schurig | 2 | -3/+3 |
2004-09-13 | renamed THIS restartapplet to librestartapplet2.so, now you can build | schurig | 2 | -2/+2 |
both opie-restartapplet and opie-restartapplet2 in one go | ||||
2004-09-13 | added libqtaux2 as dependency | schurig | 1 | -1/+1 |
2004-09-13 | Try to make the tabbar a bit 'higher' but less wide | zecke | 2 | -0/+7 |
2004-09-12 | -Refactor loading of the Plugin Widgets' to be only contained | zecke | 5 | -115/+76 |
in one place. -Reload the Plugins after configuration to reflect the changes immediately | ||||
2004-09-12 | -Sorry for the whitespaces | zecke | 1 | -9/+11 |
-Delete endDate which is used by queryByExample Eilers can you look if a QDate::isValid makes more sense? | ||||
2004-09-12 | OColorButton::~OColorButton ( ) | zecke | 1 | -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-12 | If there is no 'excluded' plugin the excluded-list wasn't made | zecke | 1 | -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-12 | Remove memory leak | zecke | 1 | -1/+4 |
2004-09-12 | Delete the d pointer | zecke | 1 | -0/+3 |
2004-09-12 | Fix dependency of the plugin. It needs OTicker and OTicker | zecke | 1 | -1/+1 |
was moved to libqtaux | ||||
2004-09-12 | -Only create configWidgets once per config dialog, properly delete them | zecke | 4 | -32/+43 |
-Delete the Widgets before we remove the plugin from our address space some random clean ups | ||||
2004-09-12 | Follow the defined Ownership and have a maybe not needed | zecke | 13 | -44/+22 |
sanity check | ||||
2004-09-12 | -Define ownership of widget and configwidget | zecke | 4 | -6/+25 |
-Implement C'tor and D'tor of TodayConfigWidget |