Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2007-05-10 | application of proper parens for the socket call check | erik | 1 | -1/+1 |
2007-03-06 | Reworked to fit into the Opie style guidelines. | erik | 2 | -235/+273 |
2007-01-26 | Both files in this commit exhibit the wrong way to use temporary files. | erik | 1 | -25/+48 |
For TEHistory.cpp, it uses tmpfile() which produces a file which has a name that can be guessed. For vmemo.cpp, it uses tmpname() which only creates a predictable string. Both uses have been switched to using mkstemp() wrapped around umask(). This produces a much less predictable file that also has guaranteed restrictive permissions. I went a little farther in vmemo because it calls out to the shell using system to 'mv' the new file. That is kinda wasteful so I switched it to use rename instead. | ||||
2006-06-01 | improve support for ipaqs | mickeyl | 1 | -3/+1 |
2006-05-25 | prepare for 1.2.2 | mickeyl | 1 | -1/+1 |
2006-05-25 | g++ 4.1 fixes | mickeyl | 1 | -2/+2 |
2006-01-22 | Set version to 1.2.1 in About applet | hrw | 1 | -1/+1 |
2005-11-28 | Opie Battery Applet for h19??: | zecke | 1 | -1/+2 |
Patch by Pawel Kolodziejski (thank you once again) to make this applet work with the specific iPAQ model. It uses a 2.6kernel and there is no iPAQ specific prof file anymore, I think this device is not even capable of having a sleeve. | ||||
2005-11-13 | About applet: added myself into authors | hrw | 1 | -0/+1 |
2005-08-11 | add opie-smb | llornkcor | 1 | -1/+7 |
2005-06-24 | s,cardmon/pcmcia,pcmcia, | mickeyl | 1 | -1/+1 |
2005-06-20 | an attempt to fix #1377 | mickeyl | 2 | -9/+17 |
2005-06-14 | Fix bugs #1384 and #1546 | skyhusker | 2 | -4/+10 |
2005-05-20 | go away, you don't belong here | mickeyl | 3 | -326/+0 |
2005-05-19 | write card log | mickeyl | 2 | -228/+91 |
2005-05-19 | add skeleton for new pcmcia/cf configuration and monitoring applet | mickeyl | 5 | -3/+470 |
2005-05-04 | Resource -> OResource | drw | 4 | -9/+11 |
2005-05-04 | Resource -> OResource | drw | 4 | -6/+6 |
2005-04-29 | Add dependency on libopiecore2 - fixes compile using native buildsystem | drw | 8 | -8/+8 |
2005-04-29 | Resource -> OResource, simplified saving of image using name and used the ↵ | drw | 5 | -117/+13 |
correct MIME types for save dialog | ||||
2005-04-29 | Resource -> OResource | drw | 2 | -10/+5 |
2005-04-29 | Resource -> OResource | drw | 1 | -6/+7 |
2005-04-24 | Resource -> OResource | drw | 2 | -7/+4 |
2005-04-24 | Resource -> OResource | drw | 2 | -7/+4 |
2005-04-24 | Resource -> OResource, and fix dependency on libopiesecurity2 lib | drw | 3 | -7/+4 |
2005-04-24 | Resource -> OResource | drw | 5 | -17/+12 |
2005-04-24 | Resource -> OResource | drw | 7 | -75/+39 |
2005-04-24 | Resource -> OResource | drw | 3 | -8/+5 |
2005-04-23 | Hinted and proposed by Jose Bernadao Silva: | zecke | 1 | -0/+1 |
Fix compiling by including QObject | ||||
2005-04-22 | add sandman for all the things he did back those days | mickeyl | 1 | -1/+2 |
2005-04-01 | scale O-Menu-Applet pixmaps according to AppLnk::smallIconSize | mickeyl | 10 | -26/+28 |
2005-04-01 | show the popups inside the visible screen | deller | 1 | -1/+1 |
2005-03-08 | Better version of icon | drw | 2 | -221/+6 |
2005-03-03 | added 2.6 kernel devicenames | alwin | 1 | -1/+1 |
ToDo: let it check using OStorage | ||||
2005-03-02 | Scale icons approprtely | drw | 1 | -3/+8 |
2005-02-18 | fix icon showing. add filename to visual. | llornkcor | 1 | -163/+154 |
2005-02-18 | Added Skyhusker to developer list | drw | 1 | -1/+2 |
2005-02-02 | prepare for next version | mickeyl | 1 | -1/+1 |
2005-01-04 | catch up with proper inclusion of OLedBox into libopieui | mickeyl | 4 | -11/+13 |
2005-01-04 | changed VERSION string | wimpie | 1 | -1/+1 |
2005-01-04 | oledbox is now in libopie2/opieui | wimpie | 4 | -327/+3 |
2004-12-27 | 1.1.8 | mickeyl | 1 | -1/+1 |
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 18 | -930/+18 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 18 | -18/+930 |
2004-12-21 | Some cleaner string handling | drw | 1 | -19/+36 |
2004-12-20 | Fix sizing of battery status popup window to prevent truncation of battery info | drw | 1 | -2/+2 |
2004-12-20 | use less wide messages | mickeyl | 1 | -10/+10 |
2004-11-20 | Stop fooling the user and allow receiving of files only if | zecke | 1 | -2/+6 |
Ir::supported returns true. This is the case if our obex implementation is loaded | ||||
2004-11-14 | Opie 1.1.7 | mickeyl | 1 | -1/+1 |
2004-10-30 | remove hardcoded icon size here as well | mickeyl | 1 | -12/+13 |