Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2002-12-27 | juhu, this should be fully translatable now :) | cniehaus | 7 | -128/+132 |
2002-12-27 | finally found that stupid bug | cniehaus | 2 | -7/+4 |
2002-12-27 | go mickeyl go | cniehaus | 4 | -117/+124 |
2002-12-27 | i18n fix | cniehaus | 1 | -4/+2 |
2002-12-27 | add | llornkcor | 1 | -0/+3 |
2002-12-26 | i18n-fixes | cniehaus | 2 | -8/+0 |
2002-12-26 | adding a nice feature: now the user sees which element he is looking at | cniehaus | 3 | -13/+17 |
2002-12-26 | Fixing stupid numerationbug | cniehaus | 1 | -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-26 | fixing a strage char | cniehaus | 3 | -51/+51 |
2002-12-26 | another i18n-bug found and fixed by Tais | cniehaus | 1 | -3/+2 |
2002-12-26 | fixes 3 typos | cniehaus | 2 | -3/+3 |
2002-12-26 | small fix for setting the directory in getOpenFileName, so it will return ↵ | llornkcor | 1 | -4/+6 |
the fullpath | ||||
2002-12-26 | fix docname setting | llornkcor | 1 | -1/+4 |
2002-12-26 | hook up save and saveAs | llornkcor | 2 | -3/+44 |
2002-12-26 | added setDocFile function to change the filename needs more work | llornkcor | 2 | -6/+15 |
2002-12-22 | use ofontselector, and temp fix for dialog crash | llornkcor | 3 | -11/+30 |
2002-12-22 | show config dialog maximized | llornkcor | 1 | -6/+6 |
2002-12-22 | add fileName to tab instead of BLAH | llornkcor | 1 | -80/+81 |
2002-12-22 | use the new Config::hasGroup method instead of a custom Config class | sandman | 1 | -13/+1 |
2002-12-22 | small fix | sandman | 1 | -1/+1 |
2002-12-22 | Fixed some window captions to match the corresponding launcher icons | sandman | 3 | -2/+4 |
2002-12-22 | void functions cant return a bool value | llornkcor | 1 | -3/+3 |
2002-12-22 | 1) Fixed a bug where double clicking a blank spot on the bookmark list | treke | 3 | -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-21 | Added bit of eye candy - press 'e' to make smoke trails fade out (at expense ↵ | andyq | 2 | -31/+104 |
of a little speed), and made fly game scoring zones better | ||||
2002-12-20 | Fixed small bugette with cursor keys | andyq | 1 | -11/+8 |
2002-12-20 | Change | benmeyer | 1 | -1/+1 |
2002-12-20 | Added difficultie levels to SFCave game type | andyq | 1 | -4/+14 |
2002-12-20 | Refreshes available space on current destination after packages finished ↵ | andyq | 1 | -0/+2 |
installing | ||||
2002-12-20 | Should create links for installed dependant packages again | andyq | 1 | -0/+15 |
2002-12-20 | Fix to prevent segfault when no process/module is selected in list. | drw | 2 | -1/+11 |
2002-12-20 | 1. Added check for /sbin/modinfo, and if exists will display module details ↵ | drw | 10 | -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-20 | update - sorry it took so long. hope this works correctly | llornkcor | 46 | -1522/+4580 |
2002-12-19 | adapted to todays xine cvs | harlekin | 2 | -2/+4 |
2002-12-18 | Parameter passing to the thread reworked a bit | sandman | 1 | -6/+7 |
2002-12-18 | use system() to start daemon and hopper instead of Global::execute, | mickeyl | 1 | -13/+23 |
which makes nothing but trouble for non-gui processes. | ||||
2002-12-17 | Added abort functionality | andyq | 2 | -0/+24 |
2002-12-17 | When ipkg process is run - start/close button changes to abort | andyq | 1 | -4/+18 |
2002-12-17 | Moved to 1.9 | andyq | 1 | -1/+1 |
2002-12-17 | Caption Fix | benmeyer | 9 | -15/+53 |
2002-12-17 | forgot to commit that file | sandman | 1 | -1/+0 |
2002-12-17 | - small fix to reset the palette when changing styles | sandman | 3 | -13/+18 |
2002-12-17 | - i18n fixlet by Carsten | simon | 1 | -2/+2 |
2002-12-17 | Now use Single click to open a bookmark instead of a double click. | treke | 1 | -1/+1 |
2002-12-17 | fix mtdblock string display | llornkcor | 1 | -21/+23 |
2002-12-16 | - updates to the config window | mickeyl | 4 | -30/+151 |
- GUI now starts channelhopper and sniffer using the command line interface | ||||
2002-12-16 | Remove the lease time requst. Wasn't realy needed and was uneccessary | benmeyer | 6 | -180/+26 |
2002-12-16 | fix maximum argument length for sniffer device | mickeyl | 1 | -1/+1 |
2002-12-16 | foobar | mjm | 3 | -8/+31 |
2002-12-16 | fixed some forgotten includes (again) | mjm | 3 | -1/+5 |
2002-12-16 | Changed the order of the advanced ui to make more sense | benmeyer | 4 | -138/+138 |