summaryrefslogtreecommitdiff
path: root/noncore
AgeCommit message (Collapse)AuthorFilesLines
2002-12-28moving to unsupportedllornkcor6-579/+0
2002-12-28securityfix for get_field, updated header filemjm2-9/+15
2002-12-28stupidity errormjm1-2/+2
2002-12-28cleanupmjm3-31/+23
2002-12-28- catch up with new filenames and include paths.mickeyl4-110/+9
- remove Makefile.in (who added this??)
2002-12-28buffer too small, fixedmjm1-1/+1
2002-12-28cleanupmjm4-19/+19
2002-12-28- include string.h for memcpysimon1-0/+2
2002-12-28- include string.h for memcmpsimon1-0/+1
2002-12-28catch up with new filenames and include paths.mickeyl2-4/+4
2002-12-27pre-versionmjm3-0/+57
2002-12-27upgraded to new libfunctionsmjm3-24/+23
2002-12-27cleanup, new protocol, renaming of some functions, GUI has to update!mjm12-152/+164
2002-12-27Fixed bug where refresh lists would crashandyq1-1/+2
2002-12-27juhu, this should be fully translatable now :)cniehaus7-128/+132
2002-12-27finally found that stupid bugcniehaus2-7/+4
2002-12-27go mickeyl gocniehaus4-117/+124
2002-12-27i18n fixcniehaus1-4/+2
2002-12-27addllornkcor1-0/+3
2002-12-26i18n-fixescniehaus2-8/+0
2002-12-26adding a nice feature: now the user sees which element he is looking atcniehaus3-13/+17
2002-12-26Fixing stupid numerationbugcniehaus1-1/+1
@@ -40,7 +40,7 @@ dataWidgetUI::dataWidgetUI() : QWidget() int i = 0; for ( QStringList::Iterator it = names->begin() ; it != names->end() ; ++it,i++) { - dataCombo->insertItem( QString::number( i )+" - "+*it ); + dataCombo->insertItem( QString::number( i+1 )+" - "+*it ); } OxydataWidget *oxyDW = new OxydataWidget(this, "OxydataWidget_oxyDW", names);
2002-12-26fixing a strage charcniehaus3-51/+51
2002-12-26another i18n-bug found and fixed by Taiscniehaus1-3/+2
2002-12-26fixes 3 typoscniehaus2-3/+3
2002-12-26small fix for setting the directory in getOpenFileName, so it will return ↵llornkcor1-4/+6
the fullpath
2002-12-26fix docname settingllornkcor1-1/+4
2002-12-26hook up save and saveAsllornkcor2-3/+44
2002-12-26added setDocFile function to change the filename needs more workllornkcor2-6/+15
2002-12-22use ofontselector, and temp fix for dialog crashllornkcor3-11/+30
2002-12-22show config dialog maximizedllornkcor1-6/+6
2002-12-22add fileName to tab instead of BLAHllornkcor1-80/+81
2002-12-22use the new Config::hasGroup method instead of a custom Config classsandman1-13/+1
2002-12-22small fixsandman1-1/+1
2002-12-22Fixed some window captions to match the corresponding launcher iconssandman3-2/+4
2002-12-22void functions cant return a bool valuellornkcor1-3/+3
2002-12-221) Fixed a bug where double clicking a blank spot on the bookmark listtreke3-6/+6
caused a segfault. 2) Removed support for copying from the server. Trying to setText in the clipboard would segfault everytime from within the KRFBDecoder. Doesnt seem to like being called from within a slot.
2002-12-21Added bit of eye candy - press 'e' to make smoke trails fade out (at expense ↵andyq2-31/+104
of a little speed), and made fly game scoring zones better
2002-12-20Fixed small bugette with cursor keysandyq1-11/+8
2002-12-20Changebenmeyer1-1/+1
2002-12-20Added difficultie levels to SFCave game typeandyq1-4/+14
2002-12-20Refreshes available space on current destination after packages finished ↵andyq1-0/+2
installing
2002-12-20Should create links for installed dependant packages againandyq1-0/+15
2002-12-20Fix to prevent segfault when no process/module is selected in list.drw2-1/+11
2002-12-201. Added check for /sbin/modinfo, and if exists will display module details ↵drw10-283/+153
again. 2. Combined process and module detail viewers into one common class. 3. Move process signal sending to main process tab.
2002-12-20update - sorry it took so long. hope this works correctlyllornkcor46-1522/+4580
2002-12-19adapted to todays xine cvsharlekin2-2/+4
2002-12-18Parameter passing to the thread reworked a bitsandman1-6/+7
2002-12-18use system() to start daemon and hopper instead of Global::execute,mickeyl1-13/+23
which makes nothing but trouble for non-gui processes.
2002-12-17Added abort functionalityandyq2-0/+24