summaryrefslogtreecommitdiffstats
path: root/glances/outputs/glances_bars.py
AgeCommit message (Expand)Author
2024-05-17chg: ruff - pyupgradeBharath Vignesh J K
2024-05-17chg: ruff - flake-return fixesBharath Vignesh J K
2024-05-07Format code and update docs/webuinicolargo
2024-04-25The cpulist of the percpu parameter cannot be fully displayed due to too many...nicolargo
2024-01-28Add unittest for Barnicolargo
2024-01-27Make the Quicklook stats list configurable (TODO on the WebUI)nicolargo
2024-01-20Add swap information - Todo: WebUInicolargo
2024-01-20First version of the #2662 - Need to study how to display the swapnicolargo
2022-06-25Make Glances (almost) compliant with REUSE #2042nicolargo
2021-11-29refactor: Reformat existing code to comply with blackRazCrimson
2021-11-28refactor: Outputs cleanupRazCrimson
2019-08-11[Feature Request] Option in config to change character used to display percen...nicolargo
2019-04-20Quicklook is broken #1474 (for both Python 2 and 3)nicolargo
2019-03-24First commit with basic function. The plugin is to large. The default bahavor...nicolargo
2019-01-19Glances 3.1.0nicolargo
2018-05-12Change copyright year to 2018nicolargo
2017-03-15Glances v2.8.7 issues with Curses UI on Android (issue #1053)nicolargo
2017-01-09Copyright 2017Alessio Sergi
2016-06-02No more Python 2.6 compatible string.format callsAlessio Sergi
2015-11-06Percentage bars: non-blocking solution for values out of rangeAlessio Sergi
2015-09-21Changed percentage bars to use an explicit assertion error if valid is outsid...kevinlondon
2015-05-25Quick look: use only ASCII chars to build the progress barAlessio Sergi
2015-05-11flake8Alessio Sergi
2015-05-11PEP 257Alessio Sergi
2015-05-05Correct an issue when displaying quicklook plugin on non UTF-8 terminalNicolargo
2015-03-10Replace getters/setters with properties - Round 5Alessio Sergi
2015-02-26Do not return values from settersAlessio Sergi
2015-02-22Add percent in the quicklooknicolargo
2015-02-01First try for the quicklook pluginNicolargo
2015-01-04Add a new bar class to display bar in curse UINicolargo