Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-01-26 | Each file in this commit exhibit an example of what prevent calls | erik | 1 | -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-24 | Each file in this commit has an instance where a pointer is checked at | erik | 1 | -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-15 | pcmciaapplet: make 'activate' default choice instead of 'suspend' | hrw | 1 | -4/+4 |
- it is less confusing in that way | ||||
2005-09-03 | fix compilation when QT_QWS_EBX is defined | mickeyl | 1 | -1/+1 |
2005-08-12 | revert | llornkcor | 2 | -2/+3 |
2005-08-12 | revert but leave in new stuff | llornkcor | 1 | -1/+4 |
2005-08-11 | add opie-smb | llornkcor | 2 | -13/+60 |
2005-08-04 | apply patch in # 0001662, fixes build with uclibc | llornkcor | 1 | -0/+4 |
2005-06-26 | - refactor miscellaneous things to make configuring work all the time | mickeyl | 6 | -102/+197 |
- add 'prompt for' dialog - applet completion state 100% for Version 1.2.1 | ||||
2005-06-25 | fix enable/disable logic for menu entries in popup | mickeyl | 2 | -14/+18 |
2005-06-24 | - fix configdialog checking for productIdentity, not for cardmgr's idea of that | mickeyl | 3 | -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-21 | use own pixmap (s/cardmon/pcmcia/) | mickeyl | 1 | -1/+1 |
2005-06-21 | - prepare methods to execute the preferred actions on insertion and suspend | mickeyl | 2 | -1/+39 |
- intercept QPE/System channel to listen for 'resumeFromSuspend()' | ||||
2005-06-20 | miscellaneous work towards completon of this applet - still some way to go ↵ | mickeyl | 5 | -88/+216 |
though | ||||
2005-06-19 | - s/new card/unconfigured card/ | mickeyl | 5 | -127/+186 |
- add note about unrecognized cards in configuration dialog - add ConfigDialog::preferredAction() | ||||
2005-06-17 | - disable DEBUG in opcmciasystem | mickeyl | 1 | -4/+5 |
- fix suspend/resume logic | ||||
2005-06-17 | make reset, eject, suspend, resume, insert work | mickeyl | 1 | -7/+19 |
2005-06-14 | more work on configuring unsupported cards | mickeyl | 5 | -17/+53 |
2005-06-13 | parse possible bindings out of /etc/pcmcia/* and list them in combobox | mickeyl | 2 | -35/+166 |
2005-06-09 | update dialog and start with code reading possible PCMCIA devices and classes | mickeyl | 4 | -20/+91 |
2005-06-05 | Resource -> OResource and fix compile warning | drw | 1 | -23/+23 |
2005-06-04 | Resource -> OResource | drw | 3 | -6/+6 |
2005-06-04 | Resource -> OResource and fix compile warning | drw | 1 | -23/+25 |
2005-06-04 | Resource -> OResource, fix couple compile warnings and add .cvsignore files | drw | 8 | -12/+24 |
2005-05-24 | Resource -> OResource | drw | 5 | -39/+39 |
2005-05-21 | add first card configuration bits and config dialog skeleton | mickeyl | 6 | -47/+270 |
2005-05-21 | make detection algorithm work with any number of sockets | mickeyl | 1 | -18/+36 |
2005-05-21 | catch up with pcmcia changes | mickeyl | 1 | -7/+17 |
2005-05-21 | add pcmciaapplet. this applet will be a 'next-generation' cardmon applet ↵ | mickeyl | 5 | -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-17 | libopienet API cleanups | mickeyl | 1 | -3/+3 |
2005-04-24 | fix crash on kernels without swap support. patch courtesy Seneca Cunningham | mickeyl | 1 | -1/+7 |
2005-04-01 | show the popups inside the visible screen | deller | 1 | -1/+1 |
2005-03-22 | these files must not be in cvs | alwin | 2 | -218/+0 |
2005-03-08 | Better version of icon | drw | 1 | -53/+23 |
2005-03-01 | *** empty log message *** | alwin | 2 | -1/+3 |
2005-02-28 | other keymapping tool - not working this moment, I have to check it out | alwin | 83 | -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-27 | all xml-files starting with "common" in name will not be listed | alwin | 1 | -98/+101 |
2005-02-20 | .cvsignore updates | drw | 1 | -0/+2 |
2005-01-29 | fix | mickeyl | 1 | -1/+1 |
2005-01-29 | fix 1505 and suck sysinfo files into the tree instead of cross referencing | mickeyl | 8 | -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-13 | show it | mickeyl | 1 | -4/+7 |
`CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: noncore/applets/volumeapplet2/volumeapplet.cpp CVS: ---------------------------------------------------------------------- | ||||
2005-01-12 | just playin' :D | mickeyl | 5 | -0/+300 |
2005-01-09 | CONTROL files : reset version to 'standard' format | wimpie | 1 | -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-04 | CONTROL files : changed version string | wimpie | 1 | -1/+1 |
NS2 many changes and first release of OT2 | ||||
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 9 | -2413/+9 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 9 | -9/+2413 |
2004-12-20 | -Fix for 1483 | zecke | 5 | -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-10 | BUGFIX: write to the proper config file *cough* | mickeyl | 2 | -3/+3 |
2004-10-27 | fix writing out the new system brightness | mickeyl | 3 | -7/+13 |
2004-10-17 | G++ 4.0 compiler fixes | zecke | 1 | -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 |