Donate Share

KGoodStuff

File Release Notes and Changelog

Release Name: 2.1.0

Notes:
This are binary RPM packages created on RedHat 7.2

Changes: 2002-03-07 Juergen Vigna <jug@sad.it> * Release of version 2.1.0 2002-03-04 Juergen Vigna <jug@sad.it> * kgoodstuff/main.cpp (commitData): call deleteSwallowApps to kill all swallowed applications so that the session manager does not take them into account and makes them restart on the next session start. * kgoodstuff/kgoodstuff.cpp (eventFilter): added timer for moving the buttonbar (500ms) as otherwise with opening the popup menu there was a great change of moving it also if we don't wanted to do it! (prefGlobOK): fixed positioning outer screen bounds! (mouseReleaseEvent): fixed positioning outer screen bounds! (mouseMoveEvent): don't allow moving out of screen bounds! (startMove): added function for moving timer. (deleteSwallowApps): added function for deleting swallop applications. 2002-01-10 Juergen Vigna <jug@sad.it> * kgoodstuff/kgoodstuff.cpp (moveButtonPosition): reload the swallow app if the sizes of the buttons changed. (prefButtonOK): only reload the swallow on button row/colum change if this is a button which should have a swallow! 2002-01-09 Juergen Vigna <jug@sad.it> * doc/en/kgoodstuff.lyx: updated documentation to new features. * kgoodstuff/kgoodstuff.cpp (eventFilter): set gxp, gyp after moving the buttonbar. * kgoodstuff/askdialog.cpp (AskDialog): handle the new flags and options. * kgoodstuff/kgoodstuff.cpp (handleSpecialFlags): added groupboxes for input and checkboxes too. And new flag %s:t:<Title>:% to give a title to the parameters dialog. 2002-01-08 Juergen Vigna <jug@sad.it> * kgoodstuff/qmybt.cpp (leaveEvent): reset the button up if we leave it. * kgoodstuff/kgoodstuff.cpp (executeCommand): added possibility to put a %%f inside the command which is substituted by a %f after the substitution of the files with the present %f. (slotDropEvent): set the cmd with the droped file only if cmd AND ddcmd are empty. This permits to have ONLY a ddcmd and no click cmd. (eventFilter): fixed to press the button only in the case we have a cmd defined and only with the left mouse buttons. All other presses on a button leave it asis. 2002-01-03 Juergen Vigna <jug@sad.it> * kgoodstuff/kgoodstuff.cpp (doDialog): small fix in radio buttons. (executeCommand): added posibility to drop multiple files on a button. * kgoodstuff/prefglob.cpp (setPosX): for setting only the new X pos. (setPosY): ditto for Y pos. * kgoodstuff/kgoodstuff.cpp (prefGlobOK): fixed position if changing to floating and posX and/or posY are empty. (updatePrefGlob): new function to update the Global Preferences dialog. 2001-12-30 Juergen Vigna <jug@sharky.home.sad.it> * kgoodstuff/kgoodstuff.cpp: honor the new hideIcon flag. * kgoodstuff/prefbutton.cpp (setPrefs): add checkbox to hide the icon, rename showLabel to hideLabel. * kgoodstuff/qmybt.cpp (drawButtonLabel): added support for hidden icon label is then centered. 2001-12-28 Juergen Vigna <jug@sad.it> * kgoodstuff/qmybt.cpp (textHeight): added (textWidth): added (drawButtonLabel): support multiline labels with \n charaters. * kgoodstuff/kgoodstuff.cpp (slotDropEvent): fixed small bug. (eventFilter): open submenus on a dragEnterEvent. (hideTimerDone): close the automatically opened submenu. (various_functions): force reload of icons to recalculate the widths. * kgoodstuff/askdialog.cpp (AskDialog): added radio button and better geometry support with layouts. * kgoodstuff/kgoodstuff.cpp (handleSpecialFlags): add radio button support.