1
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Aug 31, 2024 — Aug 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[FIX] fixed status read error in battery widget, thus allowing battery removal during runtime [FIX] Makefile dependency fix More... about 14 years ago
(CHANGE) moved api directory to lib/ (CHANGE) some Makefile adjustments More... about 14 years ago
(ADD) started working on i3 api More... about 14 years ago
(ADDITION) started writing a shared API interface More... about 14 years ago
(CHANGE) snippets have their own namespace now (geekosphere::tbar::snippets) (CHANGE) snippets will only be sourced once now More... about 14 years ago
(ADDITION) added snippet system (ADDITION) /usr/share/doc/tbar/examples added More... about 14 years ago
(ADDITION) users can now add mouse button-1 events to notify widget More... about 14 years ago
Merge branch 'experimental' of git+ssh://hades.mount.at/srv/git/siyb/tbar into experimental More... about 14 years ago
(FIX) fixed clock and player widget by adding namespace imports for packageloader More... about 14 years ago
(CHANGE) readme update More... over 14 years ago
(CHANGE) changed warning string "required" -> "requires", was misleading, thanks jesse ;) More... over 14 years ago
(CHANGE) removed debug foo (FIX) minor fix, empty string will not be recognized as a package any more (and cause a warning message) More... over 14 years ago
(ADDITION) added namespace import functionality to packageloader (ADDITION) added geekosphere::tbar::packageloader::available checks before package require in all libraries (ADDITION) changed widgets to use packageloader (NOTE) does not apply to mixer widget, as it is not finished yet! More... over 14 years ago
[CHG] packageloader now complete More... over 14 years ago
(FIX) fixed unknow variable issue in notify widget, that arose when an invalid imagepath was specified More... over 14 years ago
(ADDITION) added automated i3 path determination, currently only uses the I3SOCK environmental variable More... over 14 years ago
(ADDITION) added -legacymode parameter to i3 widget More... over 14 years ago
(ADDITION) added -setipcpath parameter to i3 widget More... over 14 years ago
(FIX) fixed packageloader init issue (FIX) fixed an issue with removeParameterFromCallList, will now return full list of parameters if the parameter to move could not be found More... over 14 years ago
(CHANGE) packageloader will be loaded on tbar startup (CHANGE) notify widget uses packageloader More... over 14 years ago
(CHANCE) added init method to circumvent pkgIndex issues More... over 14 years ago
(CHANGE) allowing N arguments for a parameter now, e.g. -p1 a1 a2 -p2 a1 -p3 -p4 a1 More... over 14 years ago
(CHANGE) removed testcases from packageloader, ready for productive use (CHANGE) package command is _not_ renamed anymore. this also means that widget programmers are not forced to use package loader (backwards compatibility) (CHANGE) comments added (CHANGE) logger output, warning the user about missing packages More... over 14 years ago
(CHANGE) parameters whose packages can not be loaded can be filtered now More... over 14 years ago
(ADDITION) general and parameter deps can now be added to the packageloader (FIX) several bugfixes in packageloader More... over 14 years ago
(ADDITION) added some datastructures and access / modification procs to packageloader More... over 14 years ago
Merge branch 'experimental' of git+ssh://hades.mount.at/srv/git/siyb/tbar into experimental More... over 14 years ago
(CHANGE) updated starkit to 8.5.9 More... over 14 years ago
(ADDITION) started with packageloader. the loader will take care of package requiring for widgets. it will support adding packages on a parameter basis, e.g. -foo requires package xyz and load packages on demand when parameter is used (FIX) fixed typo More... over 14 years ago
(ADDITION) completed failsafe i3 ipc mechanism, i3 restarts will not cause the workspace bar to be frozen any more More... over 14 years ago