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
Nicolas Hennion
2c57f019f1
Merge pull request #354 from dtiersch/i18n-script_2.0
...
"new" i18n-gen.sh for 2.0
2014-05-27 09:55:34 +02:00
Alessio Sergi
5a393a9920
NEWS: fix typos in v2.0
2014-05-27 01:57:05 +02:00
Alessio Sergi
4b40e3fe0e
Use -V (capital V) for version
...
-v is for verbose.
2014-05-27 01:30:30 +02:00
Alessio Sergi
950b12cfcf
batterie -> battery
...
Remove unused variables
No whitespace inside parentheses
Add missing whitespace around arithmetic operator
Fix indentation
Remove trailing whitespaces
2014-05-27 01:07:47 +02:00
David Tiersch
af4472f913
i18n-gen.sh adapted to 2.0
2014-05-27 00:55:53 +02:00
Nicolargo
21b5a27ed6
Add -v shortut to --version
2014-05-26 15:48:50 +02:00
Nicolargo
7b260f3e12
Ready for RC1...
2014-05-26 15:47:21 +02:00
Nicolargo
0b69b0102c
Cut ifName and DiskName if they are too long in the curses interface
2014-05-26 14:40:30 +02:00
Nicolargo
3e93132879
Windows CLI is OK but early experimental...
2014-05-26 14:29:43 +02:00
Nicolargo
d64e0aa9d1
No boring message if Batinfo is not found...
2014-05-26 14:18:36 +02:00
Nicolargo
72617d1ba1
Python 3.4 compatibility
2014-05-26 14:10:42 +02:00
Nicolargo
6db66e1276
Correct issue: Batterie stat is never updated
2014-05-26 14:02:50 +02:00
Nicolargo
1577ef6dff
Update configuration file exemple
2014-05-26 14:01:37 +02:00
Nicolargo
9cae8263a7
Update configuration file exemple
2014-05-26 14:00:18 +02:00
Nicolargo
8628f1e57a
Add bitrate limits to the networks interfaces
2014-05-26 13:37:51 +02:00
Nicolargo
5961a947db
Reactive limits for sensors
2014-05-26 12:56:40 +02:00
Nicolargo
87258ebf95
Add batteries % to the sensors list
2014-05-26 09:29:08 +02:00
Alessio Sergi
a5a4fab805
Config: remove unused function
...
Update variable names
2014-05-25 20:15:24 +02:00
Alessio Sergi
6bef4843be
Fix plugins path
...
Unhardcode plugins path.
Use plugins path properly: temporarily add plugins path to system path
and then restore it.
2014-05-25 19:01:06 +02:00
Nicolargo
3e49d3cc2d
Correct issue on PROC stats if screen < 80 pixels v2
2014-05-25 18:51:24 +02:00
Nicolargo
a7c5ce2fdd
Correct issue on CPU stats if screen < 80 pixels
2014-05-25 18:38:25 +02:00
Nicolargo
68901e6da5
Correct issue on CPU stats if screen < 80 pixels
2014-05-25 18:36:56 +02:00
Nicolargo
0f3ee2db8b
Merge branch 'develop' of github.com:nicolargo/glances into develop
2014-05-25 18:20:03 +02:00
Nicolargo
a854f3d5d5
Update NEWS
2014-05-25 18:19:40 +02:00
Alessio Sergi
3d84f31876
Use with statement
...
Use with statement when working with files whenever possible.
Use os.makedirs() to create Glances target directory and all parent
ones as needed.
2014-05-24 15:36:01 +02:00
Nicolargo
c68fc5d5c1
Delete process number in the unitarytest
2014-05-24 15:11:53 +02:00
Nicolargo
2eefcdf613
Merge branch 'develop' of github.com:nicolargo/glances into develop
2014-05-24 14:54:50 +02:00
Nicolargo
887921b2e2
Correct issue on the Web server mode
2014-05-24 14:54:22 +02:00
Alessio Sergi
686ffb6085
Drop Python 3.2 support in favor of Python 3.3 and newer
...
Python 3.0, 3.1 and 3.2 do not support the u'' string literal syntax at all.
Unicode string literals were introduced in Python 3.3 again.
See http://legacy.python.org/dev/peps/pep-0414/ for more information.
2014-05-23 16:41:14 +02:00
Alessio Sergi
1194320d03
password: python3 fix
...
- encode password in UTF-8 before hash it
- raw_input() -> input()
2014-05-23 15:15:15 +02:00
Alessio Sergi
d8d7e93ad1
CSV: python3 fix
...
- CSV module is in python stdlib
- more cleaning
2014-05-23 13:05:23 +02:00
Alessio Sergi
d4ea4867d8
Cleaning up *.py files
...
- remove obsolete code
- glances_password: update comments and fix typos
- re-apply fix to avoid string format conflicts (screwed up after
feature branch merges)
- strip trailing whitespaces
- flake8
2014-05-22 11:22:22 +02:00
Nicolargo
621cd74652
Merge branch 'feature/savepassword' into develop
2014-05-21 21:39:05 +02:00
Nicolargo
472b4c501b
Use SHA256 instead of MD5 for the network transfert
2014-05-21 21:38:27 +02:00
Nicolargo
e0b87afaba
Thk to PyLint some quality code improvements, pfff...
2014-05-21 19:24:47 +02:00
Nicolargo
6a4ca99ff4
Thk to PyLint some quality code improvements
2014-05-21 19:21:30 +02:00