summaryrefslogtreecommitdiff
path: root/noncore/applets
AgeCommit message (Collapse)AuthorFilesLines
2007-01-26Each file in this commit exhibit an example of what prevent callserik1-1/+1
'reverse inull'. All that means is that a pointer gets dereferenced. Then a pointer gets checked for validity before being dereferenced again. This almost always points to shenanigans. For example, the konsole.cpp file has this konsoleInit() call which passes in a const char** shell variable. Since it is a double pointer the programmer who wrote the code made the mistake of mixing the checking of the pointer and the pointer that points to the pointer. This commit attempts to correct that. Of course there are other instances of the same thing. But they all boil down to a small mistake which might have produced strange side effects.
2007-01-24Each file in this commit has an instance where a pointer is checked aterik1-0/+6
one point in the code and then not checked in another point in the code. If it needed to be checked once, it needs to be checked the other time. If not the application could segfault.
2005-11-15pcmciaapplet: make 'activate' default choice instead of 'suspend'hrw1-4/+4
- it is less confusing in that way
2005-09-03fix compilation when QT_QWS_EBX is definedmickeyl1-1/+1
2005-08-12revertllornkcor2-2/+3
2005-08-12revert but leave in new stuffllornkcor1-1/+4
2005-08-11add opie-smbllornkcor2-13/+60
2005-08-04apply patch in # 0001662, fixes build with uclibcllornkcor1-0/+4
2005-06-26- refactor miscellaneous things to make configuring work all the timemickeyl6-102/+197
- add 'prompt for' dialog - applet completion state 100% for Version 1.2.1
2005-06-25fix enable/disable logic for menu entries in popupmickeyl2-14/+18
2005-06-24- fix configdialog checking for productIdentity, not for cardmgr's idea of thatmickeyl3-53/+60
- perform insert action and perform suspend action Except for "prompt for" and some polishing, this applet should now be fairly complete
2005-06-21use own pixmap (s/cardmon/pcmcia/)mickeyl1-1/+1
2005-06-21- prepare methods to execute the preferred actions on insertion and suspendmickeyl2-1/+39
- intercept QPE/System channel to listen for 'resumeFromSuspend()'
2005-06-20miscellaneous work towards completon of this applet - still some way to go ↵mickeyl5-88/+216
though
2005-06-19- s/new card/unconfigured card/mickeyl5-127/+186
- add note about unrecognized cards in configuration dialog - add ConfigDialog::preferredAction()
2005-06-17- disable DEBUG in opcmciasystemmickeyl1-4/+5
- fix suspend/resume logic
2005-06-17make reset, eject, suspend, resume, insert workmickeyl1-7/+19
2005-06-14more work on configuring unsupported cardsmickeyl5-17/+53
2005-06-13parse possible bindings out of /etc/pcmcia/* and list them in comboboxmickeyl2-35/+166
2005-06-09update dialog and start with code reading possible PCMCIA devices and classesmickeyl4-20/+91
2005-06-05Resource -> OResource and fix compile warningdrw1-23/+23
2005-06-04Resource -> OResourcedrw3-6/+6
2005-06-04Resource -> OResource and fix compile warningdrw1-23/+25
2005-06-04Resource -> OResource, fix couple compile warnings and add .cvsignore filesdrw8-12/+24
2005-05-24Resource -> OResourcedrw5-39/+39
2005-05-21add first card configuration bits and config dialog skeletonmickeyl6-47/+270
2005-05-21make detection algorithm work with any number of socketsmickeyl1-18/+36
2005-05-21catch up with pcmcia changesmickeyl1-7/+17
2005-05-21add pcmciaapplet. this applet will be a 'next-generation' cardmon applet ↵mickeyl5-0/+339
allowing not only to monitor PCMCIA/CF cards but also to configure cards, e.g. what Opie should do, when a certain card has been inserted.
2005-05-17libopienet API cleanupsmickeyl1-3/+3
2005-04-24fix crash on kernels without swap support. patch courtesy Seneca Cunninghammickeyl1-1/+7
2005-04-01show the popups inside the visible screendeller1-1/+1
2005-03-22these files must not be in cvsalwin2-218/+0
2005-03-08Better version of icondrw1-53/+23
2005-03-01*** empty log message ***alwin2-1/+3
2005-02-28other keymapping tool - not working this moment, I have to check it outalwin83-0/+8164
- the reason is that the config file is somewhat easier to understand than from zkbapplet and has a nice config tool. Please don't put it into any repositories this moment.
2005-02-27all xml-files starting with "common" in name will not be listedalwin1-98/+101
2005-02-20.cvsignore updatesdrw1-0/+2
2005-01-29fixmickeyl1-1/+1
2005-01-29fix 1505 and suck sysinfo files into the tree instead of cross referencingmickeyl8-8/+793
eventually we may find that graph and load are of universal usage, then they should appear in some kind of library
2005-01-13show itmickeyl1-4/+7
`CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: noncore/applets/volumeapplet2/volumeapplet.cpp CVS: ----------------------------------------------------------------------
2005-01-12just playin' :Dmickeyl5-0/+300
2005-01-09CONTROL files : reset version to 'standard' formatwimpie1-1/+1
(partly rolls back my drastic all-applicatoins-same-version change) now format is x.y(.z)$EXTRAVERSION where x.y (and aptionally .z) are x : major version y : minor version z : application patch and extra version is seconds-since-epoch this value can be used to automatically upgrade versions with minor changes (without manual update of the control file)
2005-01-04CONTROL files : changed version stringwimpie1-1/+1
NS2 many changes and first release of OT2
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl9-2413/+9
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl9-9/+2413
2004-12-20-Fix for 1483zecke5-46/+47
"ZKB should keep user settings in $HOME/Settings instead of $OPIEDIR/share/zkb" Now by default it loads and saves to $HOME/Applications/zkb but falls back to $OPIEDIR/share/zkb to find the included files
2004-11-10BUGFIX: write to the proper config file *cough*mickeyl2-3/+3
2004-10-27fix writing out the new system brightnessmickeyl3-7/+13
2004-10-17G++ 4.0 compiler fixeszecke1-10/+16
-Remove anonymous structures and name them -Include 'card.h' to cardpile to make 'Card' known to QList so deleteItem will work -cast 'enum' to char in event.cpp and opimevent.cpp