summaryrefslogtreecommitdiff
path: root/core/applets
AgeCommit message (Collapse)AuthorFilesLines
2007-05-10application of proper parens for the socket call checkerik1-1/+1
2007-03-06Reworked to fit into the Opie style guidelines.erik2-235/+273
2007-01-26Both files in this commit exhibit the wrong way to use temporary files.erik1-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-01improve support for ipaqsmickeyl1-3/+1
2006-05-25prepare for 1.2.2mickeyl1-1/+1
2006-05-25g++ 4.1 fixesmickeyl1-2/+2
2006-01-22Set version to 1.2.1 in About applethrw1-1/+1
2005-11-28Opie Battery Applet for h19??:zecke1-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-13About applet: added myself into authorshrw1-0/+1
2005-08-11add opie-smbllornkcor1-1/+7
2005-06-24s,cardmon/pcmcia,pcmcia,mickeyl1-1/+1
2005-06-20an attempt to fix #1377mickeyl2-9/+17
2005-06-14Fix bugs #1384 and #1546skyhusker2-4/+10
2005-05-20go away, you don't belong heremickeyl3-326/+0
2005-05-19write card logmickeyl2-228/+91
2005-05-19add skeleton for new pcmcia/cf configuration and monitoring appletmickeyl5-3/+470
2005-05-04Resource -> OResourcedrw4-9/+11
2005-05-04Resource -> OResourcedrw4-6/+6
2005-04-29Add dependency on libopiecore2 - fixes compile using native buildsystemdrw8-8/+8
2005-04-29Resource -> OResource, simplified saving of image using name and used the ↵drw5-117/+13
correct MIME types for save dialog
2005-04-29Resource -> OResourcedrw2-10/+5
2005-04-29Resource -> OResourcedrw1-6/+7
2005-04-24Resource -> OResourcedrw2-7/+4
2005-04-24Resource -> OResourcedrw2-7/+4
2005-04-24Resource -> OResource, and fix dependency on libopiesecurity2 libdrw3-7/+4
2005-04-24Resource -> OResourcedrw5-17/+12
2005-04-24Resource -> OResourcedrw7-75/+39
2005-04-24Resource -> OResourcedrw3-8/+5
2005-04-23Hinted and proposed by Jose Bernadao Silva:zecke1-0/+1
Fix compiling by including QObject
2005-04-22add sandman for all the things he did back those daysmickeyl1-1/+2
2005-04-01scale O-Menu-Applet pixmaps according to AppLnk::smallIconSizemickeyl10-26/+28
2005-04-01show the popups inside the visible screendeller1-1/+1
2005-03-08Better version of icondrw2-221/+6
2005-03-03added 2.6 kernel devicenamesalwin1-1/+1
ToDo: let it check using OStorage
2005-03-02Scale icons approprtelydrw1-3/+8
2005-02-18fix icon showing. add filename to visual.llornkcor1-163/+154
2005-02-18Added Skyhusker to developer listdrw1-1/+2
2005-02-02prepare for next versionmickeyl1-1/+1
2005-01-04catch up with proper inclusion of OLedBox into libopieuimickeyl4-11/+13
2005-01-04changed VERSION stringwimpie1-1/+1
2005-01-04oledbox is now in libopie2/opieuiwimpie4-327/+3
2004-12-271.1.8mickeyl1-1/+1
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl18-930/+18
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl18-18/+930
2004-12-21Some cleaner string handlingdrw1-19/+36
2004-12-20Fix sizing of battery status popup window to prevent truncation of battery infodrw1-2/+2
2004-12-20use less wide messagesmickeyl1-10/+10
2004-11-20Stop fooling the user and allow receiving of files only ifzecke1-2/+6
Ir::supported returns true. This is the case if our obex implementation is loaded
2004-11-14Opie 1.1.7mickeyl1-1/+1
2004-10-30remove hardcoded icon size here as wellmickeyl1-12/+13