If you write to 59 Temple Place you're unlikely to get a response.
Let's realign the address with a more up-to-date one from [1].
[1] https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
This is purely a cosmetic change, doesn't affect the meaning of the
license. Done to make rpmlint happy.
Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
If the user uses a double click on a place where no icon is
located, a python exception was thrown.
Solved that with a try except
Signed-off-by: Norbert Schechner <nieson@web.de>
If the user select a icon with the mouse, the select button did not get
sensitive. I added a "selection_changed" signal to set the
button in correct state.
Signed-off-by: Norbert Schechner <nieson@web.de>
- the widget did throw an exception if a the user did enter a enter a directory
without read rights and then pushed the next or previous button, caused because
we are not allowed to iter over the files. Now the widget checks if the user is
allowed to read the files in a directory, if not the dir will be skiped and
therefor it is not visible in the widget.
- the button will get not sensitive if it does not make sense to push them,
i.e. button next, if no file is in the selected directory or home button,
if we are in the home directory
- introduced a new signal "sensitive" emitting button state changes,
so surrounding GUI can be sincroniized with the widget, see gmoccapy
as example
- the button next will now jump to first, if we are on the last icon,
the previous button jumps to last if we are on the first icon
so it is faster to get from first to last and vice versa
- some typo errors has been corrected
thanks to balestrino to report the bugs and typos
Signed-off-by: Norbert Schechner <nieson@web.de>
files containing two dots in there name was not shown in iconview.
i.e. Pocket 2.5 step(1).ngc has not been shown, now only the most right
dot is used to get the file extension
corrected that
ver. 0.9.9.9.10
- added a refresh command to iconview, otherwise adding a file
and reopeninmg the view, would not refresh the view, so the
added file could not be selected
ver 0.9.7.1
- changed the structure of the files, so the user do not
need to copy files after an update, he only needs
to adapt his conig files.
this follows the new gscreen structure and
all files should be present after installing linuxcnc
- corrected some typos in code
- changed my way to show the entry dialog as integer only
to the gscreen way
- added a file chooser to select the jump to dir in
IconFileSelection
- file extensions are now taken from INI file and
converted from raw data to correct format in an
own function, taken in care in IconFileSelection and
file to load chooser
- solved an error in IconFileSelection, crashing the GUI
if button up was pressed being in the root dir
Signed-off-by: Chris Morley <chrisinnanaimo@hotmail.com>
ver 0.9.7
- added a file selection dialog, for touch screen use
- in MDI mode it is now possible to add more commands,
even if the interpreter is running
- do not block any more the spindle buttons while the
interpreter is running, so spindle can be switched
on and of at any time
- added a selection for show keyboard on file selection
at settings page
- changes button home_4 to show differnt icon,
depending on INI settings of 4th axis
- moved some code "G95 related" from periodic to
_update_vel
- corrected some align valuse in glade file
- removed units from max_vel_label (glade file)
- corrected hardware button behavior
- added again a sim hardware ini file
- uniform usage of "" instedt of sometime ''
(just to clear python style)
- user can select on settings page, if he want the
offsettab or the preview tab to be displayed as default,
the tabs are shown, so changing is possible at any time
- prepared to get later our own error handling,
introduced Notification Class, at the moment disabled
- corrected an error if setting the coordinate
system after setting axis values in touch off dialog
Signed-off-by: Chris Morley <chrisinnanaimo@hotmail.com>