summaryrefslogtreecommitdiffstats
path: root/glances/plugins/glances_quicklook.py
AgeCommit message (Expand)Author
2021-08-24Plugins are classesnicolargo
2021-06-19Sparkline not working in server/client mode #1881 - For the moment disable sp...nicolargo
2021-06-11Correct an issue in last commit for #1875Nicolas Hennion
2021-05-26Add caching for processing username and cmdlineNicolas Hennion
2021-05-24Replace py-cpuinfo by PsUtil and home made methodsNicolas Hennion
2020-12-12crash on startup on Illumos when no swap is configured #1767nicolargo
2020-08-22Add compatibility for Py-cpuinfo 7.0.0 or highernicolargo
2020-07-20Quick Look missing CPU Infos #1685nicolargo
2019-10-12Correct an issue when a plugin is disabled from the cconf filenicolargo
2019-10-08Remove debug messagenicolargo
2019-10-08Add shortcut to show / hide TCP connections (k)nicolargo
2019-08-17Refactor all the way config file is loaded (now by each plugin). Should solve...nicolargo
2019-08-11[Feature Request] Option in config to change character used to display percen...nicolargo
2019-04-20Regression. Curses interface issue with Python 3. #1475nicolargo
2019-04-20Quicklook is broken #1474 (for both Python 2 and 3)nicolargo
2019-03-31Version to be tested. All feature are implemented. Documentation to be done.nicolargo
2019-03-27Size is now oknicolargo
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
2018-04-29Stats updated during export (thread issue) #1250nicolargo
2018-02-15's/P[Ss][Uu]til/psutil/g'Alessio Sergi
2018-01-28Display debug message if dep lib is not found #1224nicolargo
2017-10-27Crash on startup: KeyError: 'hz_actual_raw' on Raspbian 9.1 #1170nicolargo
2017-10-15Docstings of plugins are now PEP 257 compliantnicolargo
2017-02-08Remove double blank lineNicolargo
2017-01-09Copyright 2017Alessio Sergi
2016-12-20Fix another bare except statement (forgot in the previous commit)Alessio Sergi
2016-10-31Refactors plugins to avoid calling views and history update inside the update...nicolargo
2016-10-30Refactor the --disable-* options #948nicolargo
2016-10-15Correct somes PEP8 errorsnicolargo
2016-10-06Workarround for the issue931. Not solve the issue but implement correctly the...nicolargo
2016-07-03Check cpu_info in the Quicklook plugin (issue #881)nicolargo
2016-06-02No more Python 2.6 compatible string.format callsAlessio Sergi
2016-05-10Remove duplicated code in quicklook pluginNicolargo
2016-03-31CPU additionnal stats monitoring: Context switch, Interrupts... (issue #810)nicolargo
2016-01-10Add a new tag to disable the top menu (--disable-top and '5' shortcut) (issue...nicolargo
2015-12-13First patch for issue #754 - System exit if Cpu not supported by the Cpuinfo libnicolargo
2015-11-14Move core at the top of the module treeAlessio Sergi
2015-11-04More super() callAlessio Sergi
2015-09-23Remove unused importsAlessio Sergi
2015-09-21Revert "Infrequently crashing due to assert (issue #623)"Alessio Sergi
2015-09-20Use Python 2.6 compatible string.format calls (take 2)Alessio Sergi
2015-09-13Improve the QuickLookplugin by adding hardware CPU info (issue #673)nicolargo
2015-09-08Add some epty space after the quilook pluginnicolargo
2015-08-06Infrequently crashing due to assert (issue #623)Nicolargo
2015-08-02First try. Had to make perCPU bar betterNicolargo
2015-05-25Quick look: use only ASCII chars to build the progress barAlessio Sergi
2015-05-11flake8Alessio Sergi
2015-05-11PEP 257Alessio Sergi