|
- gtop.desktop: Added Swedish translation.
- gtop.desktop: Added Galician entry.
- gtop.desktop : Added the Turkish translation to the gtop.desktop file.
- gnome-gtop.png: Improved.
Added first version of the GTop Documentation from Telsa Gwynne.
- procview.c: Use "Kill nicely (SIGTERM)" and "Kill now (SIGKILL)"
in the right-click menu.
- procview.c (DEFAULT_PROCVIEW_FIELD_MASK): New constant. After a
suggestion from Alexander Kirillov we only show "Pid", "User", "Pri",
"Size", "Resident", "Stat", "CPU", "MEM", "Time" and "Command" as the
default since this is less confusing to newbies (and it also helps us
keeping the default window size small).
(procfields_properties_load): Don't crash here when some bad guy
sets "gtop/procview/procview_field_mask=0". Fixes #2420.
- procview.c (get_command_line): New static function. Try to get
the `command' field from glibtop_get_proc_args () if possible since
glibtop_get_proc_state () sometimes truncates this field. GTop will
not correctly show the full name of executables with long names.
- global.c: In the preferences dialog, use "Update times" instead
of "Update times (notebook pages)".
- summary.c (gtop_summary_destroy): Renamed to `summary_destroy_cb'
and made it static.
(gtop_summary_new): Call `summary_destroy_cb' on the "destroy" signal.
(gtop_statusbar_destroy): Renamed to `statusbar_destroy_cb' and
made it static.
(gtop_statusbar_new): Call `statusbar_destroy_cb' on the "destroy"
signal.
- mdi.c (app_destroy_cb): Don't call `gtop_statusbar_destroy' here.
- process-details.c (process_args_update): Make this work with
LibGTop 1.1.4.
- gnome-gtop.png: An icon, an icon!
- memusage.c: added popup-menu to allow show menu/toolbar
- fsusage.c: added popup-menu to allow show menu/toolbar
- procview.c: added items to popup-menu to allow show menu/toolbar
- main.c (gtop_show_mtbar): added "show menu/toolbar" menucheckbuttons to
allow some sort of fullscreen mode
|