aboutsummaryrefslogtreecommitdiff
path: root/logout-manager-tcl.py
Commit message (Collapse)AuthorAge
* WIP: handle failure to load cairo, part 1B Stack2019-06-20
|
* tcl frontend: add full svg supportB Stack2019-06-20
| | | | | | 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.
* WIP: rearrange the photoimage error checkB Stack2019-06-20
|
* WIP: add initial svg supportB Stack2019-06-20
|
* tcl: add all tooltips...B Stack2019-06-18
| | | | also clean up comments, dependencies, and unused code
* move gtk3 icon theme to lmlib and improve icon category resolutionB Stack2019-06-17
|
* add ref for svg for tkinterB Stack2019-06-14
|
* WIP: adding svg support part 1B Stack2019-06-14
|
* add tooltips to tclB Stack2019-06-14
|
* import tkinter, instead of from tkinter import *B Stack2019-06-14
|
* add features to tcl frontendB Stack2019-06-14
| | | | | | | | | | * 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
* add rudimentary freedesktop.org icon theme supportB Stack2019-06-13
| | | | | | | | | | | 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.
* add main components for tcl frontendB Stack2019-06-12
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.
bgstack15