| Commit message (Collapse) | Author | Age |
|\
| |
| |
| |
| |
| |
| | |
minor refactor and add documentation
Closes #1, #3, #2, #4, #5, and #6
See merge request bgstack15/logout-manager!3
|
| |\
| |/
|/|
| |
| | |
# Conflicts:
# src/Makefile
# src/usr/bin/logout-manager-trayicon
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
release 0.0.2
Closes #1
See merge request bgstack15/logout-manager!2
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Add program, its menu entry, and xdg autostart entry (disabled)
Fix #1: cli executes valid command but still shows help message
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
add ncurses and cli versions and makefile
See merge request bgstack15/logout-manager!1
|
| | | |
|
| | |
| | |
| | |
| | | |
It is now xscreensaver-command -lock
|
| | |
| | |
| | |
| | |
| | | |
Option -n now acts as a dry run.
The man page -V option is documented correctly now.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
python 3.8 removed platform.platform() in favor of
distro.linux_distribution(). This change uses the new format.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Add program, its menu entry, and xdg autostart entry (disabled)
Fix #1: cli executes valid command but still shows help message
|
| |/ |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
move bash completion to recommended one from lint
improve make deplist with SEPARATOR
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
lm-helper has most functionality there. needs work on logout, and
bash_completion function.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
I need to experiment with any submenu capabilities. It passes a
parent object at some point, and also has strings about "Return to
previous menu," but no example is given for passing a submenu.
|
|/
|
|
|
| |
ripped entirely from http://adamlamers.com/post/FTPD9KNRA8CT
and added numeral support, 1-9.
|
| |
|
| |
|
|
|
|
|
|
| |
The svg-checking logic should be complete. Also, the program now
checks alternate themes (hard-coded) in case the selected theme does
not have the requested icon.
|
| |
|
| |
|
|
|
|
|
|
| |
Now the program can get correct-sized thumbnails as required. This
svg support needs to be turned into an option, based on if it could
import the dependency.
|
| |
|
| |
|
|
|
|
| |
also clean up comments, dependencies, and unused code
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* add icon_category to config, which supports using apps/ dir for
icons on el7
* add png support on el7 (tcl <8.6)
* add icons to all buttons
Future steps still include:
* add tooltips
* add svg support
|
|
|
|
|
|
|
|
|
|
|
| |
After much ripping off of StackOverflow, the python/tcl frontend now
has the functions in place to use /usr/share/icons themes, as long
as they are using png files (tcl8.6).
More work is needed on tcl8.5 (no png support).
SVGs are not supported, but are planned for future commits.
Many functions are added here that search for the valid filenames,
and sort them by size-dirname, then find the first one that meets or
exceeds the requested size.
|
|
|
|
|
|
|
|
| |
The tcl version now accepts button presses and key presses. It has
the buttons in the same layout as the gtk frontend.
Also had to modify the action functions, to accept an additional
useless parameter because of how tkinter was calling the functions.
Still need to add icons.
|
|
|
|
| |
In case I want to write other frontends at some point.
|
| |
|