summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-04-20add libtremorllornkcor2-0/+2
2003-04-20fix tremor entryllornkcor1-1/+1
2003-04-20add libtremorpluginllornkcor1-0/+1
2003-04-20add tremor pluginllornkcor1-0/+2
2003-04-20added commentllornkcor1-0/+2
2003-04-20updates by sikkocniehaus1-452/+427
2003-04-20new translationsfilescniehaus34-1/+7359
2003-04-20adding dutch to the .pro-filescniehaus120-0/+120
2003-04-20- these apps need libstdc++ when built with a 3.2 toolchainsimon2-2/+2
2003-04-20- removed those:simon1-12/+0
-#ifdef QT_NO_DEBUG -inline -#endif <some method here not marked inline in the header file> it makes little sense to inline a method in the .cpp file for non-debug builds, apart from that it causes the method not to be emitted for non-debug builds, causing undefined references in apps referencing them
2003-04-20first filescniehaus7-0/+420
2003-04-20adding Dutsch. Sikko <sikko@gmx.net>cniehaus3-0/+14
2003-04-20Icons neededgroucho2-0/+0
2003-04-20- Added CC: supportgroucho18-86/+722
- Added mail forwarding - Added icon for selective mail download - Removing mails from mail list via icon - Temporarily disabled mail header download queue
2003-04-20Correct paths so patch applies with -p0 in $QTDIRkergoth1-2/+2
2003-04-20remove commentout codellornkcor1-107/+0
2003-04-20buttons workingllornkcor2-93/+146
2003-04-20fix sizingllornkcor1-18/+17
2003-04-20add video skin support *finally*, fixed widget for landscape/sizingllornkcor3-352/+627
2003-04-19set the wanted icon sizesharlekin1-0/+29
2003-04-19big toolbar icons for screenwidths > 600harlekin1-4/+14
2003-04-19Split calibrate out as a standalone application, and ensure taskbar dependskergoth8-40/+32
on it. This makes ts debugging easier, having a seperate calibration tool around, and as a side affect fixes calibration on the C700, which previously required a reboot to take effect.
2003-04-19Add SL-C700 button handling, so we can handle the keycode for the physical ↵kergoth1-3/+42
screen rotation.
2003-04-19Add note about c700 physical screen orientation handling.kergoth1-3/+15
2003-04-19fix skin handlingllornkcor1-1/+1
2003-04-19remove crappy undocumented and useless code stealing me hours diving into ↵mickeyl6-893/+0
yet understanding nada
2003-04-19- fix shutter handlingmickeyl9-36/+396
- include manually overriding xflip and yflip - prepare video capturing mode - use caption to indicate current settings
2003-04-18Make appearance and rotate applet use the new rotation method of odevice.kergoth2-19/+33
2003-04-18Add rotation direction to ODevice, to ensure the default is appropriate for ↵kergoth2-0/+17
the hardware in question.
2003-04-18add a qcop channelharlekin2-5/+36
2003-04-18removed exerimental stuff I accidently commitedharlekin1-3/+3
2003-04-18fix typed in url file/name problemllornkcor1-12/+22
2003-04-18add jpeg2avi for postprocessing a series of jpeg frames into an avimickeyl6-0/+893
2003-04-17Kill filename field in mkipks, which was breaking uskergoth1-1/+0
2003-04-17Added better verbosity options and option to save ipkg output to a file (per ↵drw6-21/+79
'bugs' #856 & #857). Also fixed Ok/Cancel behavior on install options dialog.
2003-04-17- treric9-270/+289
2003-04-16Updateswudoo3-87/+105
2003-04-16add missing iconmickeyl1-1/+1
2003-04-16Attempt to workaround oliver's reported suspend issue. Check for a qws ↵kergoth1-2/+9
server at runtime rather than init time, and set the keyboard filter in initButtons rather than init.
2003-04-16introduce networkappletmickeyl1-0/+1
2003-04-16fix dependenciesmickeyl1-4/+3
2003-04-16introducing networkapplet - monolithic now, but at some point of time pluggablemickeyl8-0/+408
long term plan: merge wirelessapplet with networkapplet
2003-04-16add some missing APIs to ONetworkInterfacemickeyl2-15/+75
2003-04-16add OTaskbarAppletWrapper for reducing the repetition of boiler-plate-codemickeyl3-2/+165
2003-04-16applet iconmickeyl1-0/+0
2003-04-16start documenting the packet class family - explain why deriving from ↵mickeyl1-17/+50
QObject is clever
2003-04-16fix segfault after last packet when capturing from capture filemickeyl1-2/+9
2003-04-16add sanity check for last packet when capturing from capture filemickeyl1-1/+2
2003-04-16API docu fixes...zecke18-45/+93
if using \fn infront of a function make sure to name the right function ljp please see my comment in oticker about constness
2003-04-16Fix API docuzecke10-34/+65