summaryrefslogtreecommitdiffstats
path: root/glances/plugins/glances_now.py
AgeCommit message (Expand)Author
2020-03-05dont remove commentBartlomiej Cieszkowski
2020-03-05Merge branch 'develop' into timezone_too_longBartlomiej Cieszkowski
2020-03-03Correct an issue on Windows, time zone not display correctly. Skip it for the...nicolargo
2020-02-17unused importBartlomiej Cieszkowski
2020-02-17tzBartlomiej Cieszkowski
2019-08-17Refactor all the way config file is loaded (now by each plugin). Should solve...nicolargo
2019-01-19Glances 3.1.0nicolargo
2018-10-20Timezone listed doesn’t match system timezone, outputs wrong time #1337nicolargo
2018-05-12Change copyright year to 2018nicolargo
2018-04-08Add time zone to the current time #1249nicolargo
2017-10-29Make the left side bar width dynamic in the Curse UI #1177 - First runnicolargo
2017-10-15Docstings of plugins are now PEP 257 compliantnicolargo
2017-01-28Add GPU to the unitestnicolargo
2017-01-09Copyright 2017Alessio Sergi
2016-06-02No more Python 2.6 compatible string.format callsAlessio Sergi
2015-11-14Move core at the top of the module treeAlessio Sergi
2015-11-04More super() callAlessio Sergi
2015-05-01No more translationsAlessio Sergi
2015-03-05Replace getters/setters with properties - Round 4Alessio Sergi
2015-01-01Add GlancesActions class. Actions are run every refresh time... It sucks...Nicolargo
2014-11-13Add cursor to the browser clientNicolargo
2014-07-01Clean column and line var from pluginsNicolas Hennion
2014-06-13PEP 257Alessio Sergi
2014-05-29Remove useless strings from translationAlessio Sergi
2014-05-12SNMP client: replace input args by set and get methodNicolargo
2014-05-07Add args visibility to the plugins to handle with the SNMP server properties ...Nicolargo
2014-05-06SNMP client: all plugin OK except processing list. To hight CPU consump with ...Nicolargo
2014-04-15Remove shebang in python scripts that aren't directly executableAlessio Sergi
2014-03-23Patch for Mac OS X compatNicolas Hennion
2014-03-10Convert DOS to Unix line endingsAlessio Sergi
2014-02-16Process display, first draftNicolas Hennion
2014-02-16Process display, first draftNicolas Hennion
2014-02-08Standalone mode first display :)Nicolas Hennion
2014-01-28All plugins work in server mode but not the getAll functionNicolas Hennion
2014-01-26Add Uptime and Now plugin. First step for processes plugins. Had to be optimezdNicolas Hennion