Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | release 3.5.99.223.5.99.22 | Mike Gabriel | 2019-08-27 | 2 | -3/+3 |
| | |||||
* | release 3.5.99.213.5.99.21 | Mike Gabriel | 2019-08-05 | 2 | -3/+3 |
| | |||||
* | spelling fixes | Ulrich Sibiller | 2019-05-10 | 1 | -4/+4 |
| | |||||
* | release 3.5.99.203.5.99.20 | Mike Gabriel | 2019-04-17 | 2 | -3/+3 |
| | |||||
* | nxdialog/bin/nxdialog: Fix error dialog-type-not-supplied error message. | Mike Gabriel | 2019-04-17 | 1 | -1/+1 |
| | | | | Fixes ArcticaProject/nx-libs#793. | ||||
* | nxdialog/Makefile.am: We forgot to clean up nxdialog/bin/Makefile.in. | Mike Gabriel | 2019-04-07 | 1 | -0/+1 |
| | |||||
* | nxdialog/: create (almost) empty m4 directory. | Mihai Moldovan | 2019-03-25 | 1 | -0/+0 |
| | | | | | | | | | Older autoconf versions - as used on SLE 11 and RHEL 6 - choke if aclocal is passed an include directory that does not exist. Instead of removing the option from the aclocal call, let's keep it and just use an empty directory for now. Maybe we'll actually use it at a later time. | ||||
* | nxdialog: fix example | Ulrich Sibiller | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | release 3.5.99.193.5.99.19 | Mike Gabriel | 2019-03-01 | 2 | -3/+3 |
| | |||||
* | nxdialog: Allow user to specify hexadecimal X11 window IDs. | Ulrich Sibiller | 2019-03-01 | 1 | -3/+4 |
| | |||||
* | nxdialog: Turn into autotools project, add man page. | Mike Gabriel | 2019-03-01 | 8 | -0/+147 |
| | |||||
* | nxdialog: add example call | Ulrich Sibiller | 2019-03-01 | 1 | -0/+3 |
| | |||||
* | nxdialog: allow to provide --parent 0 for testing | Ulrich Sibiller | 2019-03-01 | 1 | -3/+5 |
| | | | | Agent PID 0 can be used for testing | ||||
* | nxdialog: make code compatible to python2 _and_ python3 | Ulrich Sibiller | 2019-03-01 | 1 | -6/+16 |
| | |||||
* | nxdialog: convert from optparse to argparse | Ulrich Sibiller | 2019-03-01 | 1 | -40/+36 |
| | |||||
* | nxdialog: use gtk3 instead of gtk2 | Ulrich Sibiller | 2019-03-01 | 1 | -28/+35 |
| | |||||
* | nxdialog: pylint improvements | Ulrich Sibiller | 2019-03-01 | 1 | -221/+228 |
| | |||||
* | add nxdialog for displaying dialogs | Ulrich Sibiller | 2019-03-01 | 1 | -0/+369 |
By adding NX_CLIENT=<path to nxdialog> to the envrionment certain actions in nx will open dialogs. If the options string contains "menu=1" rootless windows will show a popup menu when the mouse hits the center of the title bar offering session disconnect/terminatation. |