aboutsummaryrefslogtreecommitdiff
path: root/nxdialog
Commit message (Collapse)AuthorAgeFilesLines
* release 3.5.99.273.5.99.27release-builds/3.6.xMike Gabriel2023-06-282-3/+3
|
* nxdialog: use os.linesep to make it work on other systemsUlrich Sibiller2021-10-301-6/+5
|
* nxdialog: rework commentsUlrich Sibiller2021-10-301-8/+5
|
* nxdialog: fix/suppress some pylint findingsUlrich Sibiller2021-06-071-26/+35
| | | | | | | | | | | | | | Increase pylint scrore from 9.5 to 10.0 I: 61, 0: Locally disabling wrong-import-position (C0413) (locally-disabled) W:119, 0: TODO: Show title item in bold font (fixme) W:390, 0: TODO: Implement all dialog types (fixme) C: 41, 0: Trailing whitespace (trailing-whitespace) C: 50, 0: Line too long (108/100) (line-too-long) W:158,30: Unused argument '_ypos' (unused-argument) W:158,23: Unused argument '_xpos' (unused-argument) W:291,15: Catching too general exception Exception (broad-except) R:333, 4: Too many branches (15/12) (too-many-branches)
* release 3.5.99.263.5.99.26Mike Gabriel2021-02-042-3/+3
|
* release 3.5.99.253.5.99.25Mike Gabriel2020-11-042-3/+3
|
* release 3.5.99.243.5.99.24Mike Gabriel2020-05-312-3/+3
|
* release 3.5.99.233.5.99.23Mike Gabriel2020-01-302-3/+3
|
* release 3.5.99.223.5.99.22Mike Gabriel2019-08-272-3/+3
|
* release 3.5.99.213.5.99.21Mike Gabriel2019-08-052-3/+3
|
* spelling fixesUlrich Sibiller2019-05-101-4/+4
|
* release 3.5.99.203.5.99.20Mike Gabriel2019-04-172-3/+3
|
* nxdialog/bin/nxdialog: Fix error dialog-type-not-supplied error message.Mike Gabriel2019-04-171-1/+1
| | | | Fixes ArcticaProject/nx-libs#793.
* nxdialog/Makefile.am: We forgot to clean up nxdialog/bin/Makefile.in.Mike Gabriel2019-04-071-0/+1
|
* nxdialog/: create (almost) empty m4 directory.Mihai Moldovan2019-03-251-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 exampleUlrich Sibiller2019-03-011-1/+1
|
* release 3.5.99.193.5.99.19Mike Gabriel2019-03-012-3/+3
|
* nxdialog: Allow user to specify hexadecimal X11 window IDs.Ulrich Sibiller2019-03-011-3/+4
|
* nxdialog: Turn into autotools project, add man page.Mike Gabriel2019-03-018-0/+147
|
* nxdialog: add example callUlrich Sibiller2019-03-011-0/+3
|
* nxdialog: allow to provide --parent 0 for testingUlrich Sibiller2019-03-011-3/+5
| | | | Agent PID 0 can be used for testing
* nxdialog: make code compatible to python2 _and_ python3Ulrich Sibiller2019-03-011-6/+16
|
* nxdialog: convert from optparse to argparseUlrich Sibiller2019-03-011-40/+36
|
* nxdialog: use gtk3 instead of gtk2Ulrich Sibiller2019-03-011-28/+35
|
* nxdialog: pylint improvementsUlrich Sibiller2019-03-011-221/+228
|
* add nxdialog for displaying dialogsUlrich Sibiller2019-03-011-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.