Commit Graph

1209 Commits

Author SHA1 Message Date
Nicolas Hennion
52c7f04d29 Merge commit 'ba04266deeeaf01797e94ffa3533a7440cfef505' into develop
Conflicts:
	NEWS
2014-06-18 18:34:50 +02:00
Nicolas Hennion
ba04266dee Merge pull request #379 from thillux/master
display users without username correctly
2014-06-18 18:26:10 +02:00
thillux
7d98836573 display users without username correctly 2014-06-17 16:56:55 +02:00
Alessio Sergi
07e18f0db8 Fix leftovers from merge conflict 2014-06-17 01:29:06 +02:00
Alessio Sergi
790357d46e Do not provide custom values by default in config file 2014-06-16 18:14:51 +02:00
Alessio Sergi
4b82e4ad27 Fix Sphinx documentation
Perpetual version string and copyright year.
Fix Sphinx warnings.
2014-06-16 18:14:35 +02:00
Alessio Sergi
b6ce17549b Do not provide custom values by default in config file 2014-06-16 11:57:00 +02:00
Alessio Sergi
49deea595b Fix Sphinx documentation
Perpetual version string and copyright year.
Fix Sphinx warnings.
2014-06-16 00:46:16 +02:00
Alessio Sergi
c29ddd58bf Fix leftovers from merge conflict 2014-06-14 12:52:26 +02:00
Nicolargo
fb9095b969 Update release note 2014-06-14 10:03:35 +02:00
Nicolargo
09bdb9de74 Update release note 2014-06-14 10:02:46 +02:00
Nicolargo
5142de4ec8 Update docs 2014-06-14 09:49:50 +02:00
Nicolargo
5f0508252b Merge tag 'v2.0' into develop
Release 2.0
2014-06-14 09:44:23 +02:00
Nicolargo
cf480a9b41 Merge v2.0 release branch 2014-06-14 09:44:02 +02:00
Nicolargo
8b637e91f1 Merge branch 'release/v2.0' of github.com:nicolargo/glances into release/v2.0 2014-06-13 20:15:31 +02:00
Nicolargo
8d0f099c37 Change the Glances file from RC to STABLE 2014-06-13 20:15:13 +02:00
Alessio Sergi
4c4279eccb Fix unitary tests
Fix python3 compat.
2014-06-13 20:06:13 +02:00
Alessio Sergi
b5cac27e99 PEP 257
One-line docstring should not occupy 3 lines
Expected 1 blank line *before* class docstring
First line should end with '.'
Blank line missing between one-line summary and description
No blank lines allowed *after* method docstring
Use r""" if any backslashes in a docstring
2014-06-13 19:02:21 +02:00
Nicolas Hennion
51611928b9 Add info to the doc file 2014-06-13 14:10:02 +02:00
Alessio Sergi
6a55000547 Fix naming convention
Use CapWords convention for class names
Use new-style classes
Use lowercase with underscore for function and local variable names
(to be continued)
2014-06-09 19:19:19 +02:00
Alessio Sergi
441772b897 Better code organization 2014-06-09 13:14:23 +02:00
Alessio Sergi
79ec0cbe6d Update man 2014-06-09 10:39:39 +02:00
Alessio Sergi
b1d8e7a260 Update docs 2014-06-08 21:08:33 +02:00
Nicolas Hennion
8222630785 Add PySNMP as extras requirment 2014-06-06 11:57:41 +02:00
Nicolas Hennion
ffc62591e3 Merge pull request #368 from dtiersch/german_2.0_rc4
German translations updated.

Thk @dtiersch !!!
2014-06-03 17:24:57 +02:00
David Tiersch
1de9b91c9d
German translations updated
needed because of the changes in d3a36c58b8 and ab23f2c574
2014-06-03 16:44:44 +02:00
Nicolargo
81b3f354c4 Update NEWS with release note of version 1.7.5 to 1.7.7 2014-06-02 22:27:17 +02:00
Alessio Sergi
72bd8a5b25 setup.py: Fix console_scripts entry point 2014-06-02 00:46:46 +02:00
Alessio Sergi
27b958a6a1 Fix config file detection under virtualenv 2014-06-02 00:16:23 +02:00
Alessio Sergi
5c61e5b721 Fix bug when batinfo library is installed but no battery is available on
the system
2014-06-01 18:38:07 +02:00
Nicolargo
43405d6c7f Merge branch 'develop' of github.com:nicolargo/glances into develop 2014-06-01 17:36:56 +02:00
Nicolargo
3b45de5a18 Update Modernizr to 2.8.2 2014-06-01 17:36:29 +02:00
Alessio Sergi
f64533e49c Per-CPU: Fix crash on non-Linux platforms
Use 'idle' instead of 'iowait' since the latter is available only on
Linux.
2014-06-01 17:22:22 +02:00
Nicolargo
483c01d9fd Correct a minor bug. Nice CPU label displayed 2014-06-01 15:25:06 +02:00
Nicolargo
d5da594bcd Remove unusefull screenshot and add Web interface screenshot 2014-05-31 14:00:56 +02:00
Nicolargo
95f585720e Update documentation for release 2.0 2014-05-31 13:50:05 +02:00
Nicolargo
a41e426a3f Update documentation screenshots 2014-05-31 11:28:39 +02:00
Nicolargo
2e0bf0be6f Merge branch 'develop' of github.com:nicolargo/glances into develop 2014-05-30 17:51:00 +02:00
Nicolargo
63ee0698b0 Solve layout pb on Web interface (isssue #364) 2014-05-30 17:50:38 +02:00
Alessio Sergi
586ea61fc3 Help: commands description text align to the left 2014-05-29 22:55:22 +02:00
Alessio Sergi
ab23f2c574 Clean up strings
Use format() instead of % method.
2014-05-29 22:22:22 +02:00
Alessio Sergi
d3a36c58b8 Remove useless strings from translation 2014-05-29 12:22:18 +02:00
Alessio Sergi
861f99e26d Delete data folder
HTML output is no more.
2014-05-28 14:54:27 +02:00
Alessio Sergi
73b22c1c34 Web: Highlight process niceness and status 2014-05-28 12:28:43 +02:00
Alessio Sergi
9ae4effd9b Fix load & memory display in curses and web server mode
Use the longest string as reference and alignment point.
2014-05-28 11:33:22 +02:00
Nicolargo
388406048f Correct issue #361 : Glances client always connect to 0.0.0.0 :( 2014-05-28 11:27:41 +02:00
Nicolas Hennion
d579a76460 Merge pull request #360 from dtiersch/german_2.0_rc1
German translation for 2.0 RC1
2014-05-28 08:42:23 +02:00
David Tiersch
4f1dc6d8dd
Glances 2.0 RC1 translated into German 2014-05-27 17:51:39 +02:00
Nicolargo
3cf7cc275b Update the default configuration file. No Dropbox dependant 2014-05-27 17:02:39 +02:00
Nicolargo
4c78d5f15e Try/catch for issue #356 2014-05-27 16:50:43 +02:00