Merge lp:~noskcaj/ubuntu/vivid/gnome-system-monitor/3.15 into lp:ubuntu/vivid/gnome-system-monitor

Proposed by Jackson Doak
Status: Merged
Merged at revision: 110
Proposed branch: lp:~noskcaj/ubuntu/vivid/gnome-system-monitor/3.15
Merge into: lp:ubuntu/vivid/gnome-system-monitor
Diff against target: 17031 lines (+5266/-6120)
117 files modified
.pc/0001-Don-t-set-titlebar-class-when-using-headerbar-widget.patch/src/interface.cpp (+0/-781)
.pc/0001-Use-traditional-titlebars-on-GNOME-DE-s.patch/src/interface.cpp (+0/-767)
.pc/applied-patches (+0/-2)
ChangeLog (+138/-18)
Makefile.am (+0/-5)
Makefile.in (+39/-83)
NEWS (+31/-12)
aclocal.m4 (+2/-2)
configure (+12/-12)
configure.ac (+1/-1)
data/interface.ui (+1/-0)
debian/changelog (+8/-0)
debian/control (+3/-2)
debian/control.in (+3/-2)
debian/patches/0001-Don-t-set-titlebar-class-when-using-headerbar-widget.patch (+0/-26)
debian/patches/0001-Use-traditional-titlebars-on-GNOME-DE-s.patch (+0/-45)
debian/patches/series (+0/-2)
gnome-system-monitor-kde.desktop.in (+1/-1)
gnome-system-monitor.desktop.in (+1/-1)
help/cs/cs.po (+1/-1)
help/cs/legal.xml (+1/-3)
help/de/commandline.page (+0/-6)
help/de/mem-check.page (+0/-7)
help/de/mem-swap.page (+0/-6)
help/de/memory-map-use.page (+0/-5)
help/de/net-bits.page (+0/-5)
help/de/process-explain.page (+0/-7)
help/de/process-identify-file.page (+0/-6)
help/de/process-identify-hog.page (+0/-7)
help/de/process-update-speed.page (+0/-7)
help/de/solaris-mode.page (+0/-6)
help/de/units.page (+0/-5)
help/el/commandline.page (+0/-6)
help/el/mem-check.page (+0/-7)
help/el/mem-swap.page (+0/-6)
help/el/memory-map-use.page (+0/-5)
help/el/net-bits.page (+0/-5)
help/el/process-explain.page (+0/-7)
help/el/process-identify-file.page (+0/-6)
help/el/process-identify-hog.page (+0/-7)
help/el/process-update-speed.page (+0/-7)
help/el/solaris-mode.page (+0/-6)
help/el/units.page (+0/-5)
help/es/commandline.page (+0/-6)
help/es/mem-check.page (+0/-7)
help/es/mem-swap.page (+0/-6)
help/es/memory-map-use.page (+0/-5)
help/es/net-bits.page (+0/-5)
help/es/process-explain.page (+0/-7)
help/es/process-identify-file.page (+0/-6)
help/es/process-identify-hog.page (+0/-7)
help/es/process-update-speed.page (+0/-7)
help/es/solaris-mode.page (+0/-6)
help/es/units.page (+0/-5)
help/fr/commandline.page (+0/-6)
help/fr/mem-check.page (+0/-7)
help/fr/mem-swap.page (+0/-6)
help/fr/memory-map-use.page (+0/-5)
help/fr/net-bits.page (+0/-5)
help/fr/process-explain.page (+0/-7)
help/fr/process-identify-file.page (+0/-6)
help/fr/process-identify-hog.page (+0/-7)
help/fr/process-update-speed.page (+0/-7)
help/fr/solaris-mode.page (+0/-6)
help/fr/units.page (+0/-5)
help/hu/commandline.page (+0/-6)
help/hu/mem-check.page (+0/-7)
help/hu/mem-swap.page (+0/-6)
help/hu/memory-map-use.page (+0/-5)
help/hu/net-bits.page (+0/-5)
help/hu/process-explain.page (+0/-7)
help/hu/process-identify-file.page (+0/-6)
help/hu/process-identify-hog.page (+0/-7)
help/hu/process-update-speed.page (+0/-7)
help/hu/solaris-mode.page (+0/-6)
help/hu/units.page (+0/-5)
help/ro/commandline.page (+0/-6)
help/ro/mem-check.page (+0/-7)
help/ro/mem-swap.page (+0/-6)
help/ro/memory-map-use.page (+0/-5)
help/ro/net-bits.page (+0/-5)
help/ro/process-explain.page (+0/-7)
help/ro/process-identify-file.page (+0/-6)
help/ro/process-identify-hog.page (+0/-7)
help/ro/process-update-speed.page (+0/-7)
help/ro/solaris-mode.page (+0/-6)
help/ro/units.page (+0/-5)
po/LINGUAS (+1/-0)
po/bg.po (+3/-3)
po/bn_IN.po (+1/-1)
po/fi.po (+2/-2)
po/gu.po (+500/-573)
po/kk.po (+1309/-0)
po/pt.po (+235/-216)
po/sr.po (+247/-299)
po/sr@latin.po (+247/-299)
po/te.po (+17/-46)
po/uk.po (+1/-1)
po/vi.po (+724/-787)
src/Makefile.am (+0/-1)
src/Makefile.in (+2/-4)
src/application.h (+50/-5)
src/argv.cpp (+1/-0)
src/disks.cpp (+32/-40)
src/gsm-resources.c (+1578/-1573)
src/iconthemewrapper.cpp (+0/-57)
src/iconthemewrapper.h (+0/-26)
src/load-graph.cpp (+6/-1)
src/load-graph.h (+3/-0)
src/lsof.cpp (+7/-1)
src/memmaps.cpp (+5/-1)
src/prettytable.cpp (+11/-7)
src/prettytable.h (+0/-3)
src/proctable.cpp (+20/-4)
src/smooth_refresh.cpp (+8/-2)
src/smooth_refresh.h (+3/-0)
src/util.h (+11/-0)
To merge this branch: bzr merge lp:~noskcaj/ubuntu/vivid/gnome-system-monitor/3.15
Reviewer Review Type Date Requested Status
Ubuntu Desktop Pending
Iain Lane Pending
Review via email: mp+249424@code.launchpad.net

Description of the change

New upstream release. Appears to be bugfix only, upstreams our current patches.

To post a comment you must log in.
Revision history for this message
Iain Lane (laney) wrote :

It's probably okay, but do you know what upstream's plans are for the rest of the gnome release cycle?

Revision history for this message
Jackson Doak (noskcaj) wrote :

I'll check with the upstream dev, but there aren't any planned features i
can find bugs for.

On Thu, Feb 12, 2015 at 8:31 PM, Iain Lane <email address hidden> wrote:

> It's probably okay, but do you know what upstream's plans are for the rest
> of the gnome release cycle?
> --
>
> https://code.launchpad.net/~noskcaj/ubuntu/vivid/gnome-system-monitor/3.15/+merge/249424
> You are the owner of lp:~noskcaj/ubuntu/vivid/gnome-system-monitor/3.15.
>

Revision history for this message
Jackson Doak (noskcaj) wrote :

Comment from upstream: No, I don't plan any changes for 3.16, except for
some minor bugfixes maybe. You can safely upload 3.15.4.

On Fri, Feb 13, 2015 at 6:15 AM, Jackson Doak <email address hidden> wrote:

> I'll check with the upstream dev, but there aren't any planned features i
> can find bugs for.
>
> On Thu, Feb 12, 2015 at 8:31 PM, Iain Lane <email address hidden>
> wrote:
>
>> It's probably okay, but do you know what upstream's plans are for the
>> rest of the gnome release cycle?
>> --
>>
>> https://code.launchpad.net/~noskcaj/ubuntu/vivid/gnome-system-monitor/3.15/+merge/249424
>> You are the owner of lp:~noskcaj/ubuntu/vivid/gnome-system-monitor/3.15.
>>
>
>

Revision history for this message
Iain Lane (laney) wrote :

On Thu, Feb 12, 2015 at 07:39:17PM -0000, Jackson Doak wrote:
> Comment from upstream: No, I don't plan any changes for 3.16, except for
> some minor bugfixes maybe. You can safely upload 3.15.4.

Thanks, go ahead then. I'm away tomorrow so feel free to get any sponsor
to upload this if they also push to the vcs (I added an ubuntu-desktop
review so it's in the queue too). I don't think there's any special
knowledge required for this one.

Cheers,

--
Iain Lane [ <email address hidden> ]
Debian Developer [ <email address hidden> ]
Ubuntu Developer [ <email address hidden> ]

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed directory '.pc/0001-Don-t-set-titlebar-class-when-using-headerbar-widget.patch'
2=== removed directory '.pc/0001-Don-t-set-titlebar-class-when-using-headerbar-widget.patch/src'
3=== removed file '.pc/0001-Don-t-set-titlebar-class-when-using-headerbar-widget.patch/src/interface.cpp'
4--- .pc/0001-Don-t-set-titlebar-class-when-using-headerbar-widget.patch/src/interface.cpp 2015-02-02 17:03:04 +0000
5+++ .pc/0001-Don-t-set-titlebar-class-when-using-headerbar-widget.patch/src/interface.cpp 1970-01-01 00:00:00 +0000
6@@ -1,781 +0,0 @@
7-/* -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
8-/* Procman - main window
9- * Copyright (C) 2001 Kevin Vandersloot
10- *
11- * This program is free software; you can redistribute it and/or
12- * modify it under the terms of the GNU General Public License
13- * as published by the Free Software Foundation; either version 2
14- * of the License, or (at your option) any later version.
15- *
16- * This program is distributed in the hope that it will be useful,
17- * but WITHOUT ANY WARRANTY; without even the implied warranty of
18- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19- * GNU General Public License for more details.
20- *
21- * You should have received a copy of the GNU Library General Public
22- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
23- *
24- */
25-
26-
27-#include <config.h>
28-
29-#include <glib/gi18n.h>
30-#include <gtk/gtk.h>
31-#include <sys/types.h>
32-#include <sys/stat.h>
33-#include <unistd.h>
34-#include <string.h>
35-#include <signal.h>
36-#include <gdk/gdkkeysyms.h>
37-#include <math.h>
38-
39-#include "interface.h"
40-#include "proctable.h"
41-#include "procactions.h"
42-#include "procdialogs.h"
43-#include "memmaps.h"
44-#include "openfiles.h"
45-#include "procproperties.h"
46-#include "load-graph.h"
47-#include "util.h"
48-#include "disks.h"
49-#include "settings-keys.h"
50-#include "gsm_color_button.h"
51-
52-
53-static gboolean
54-cb_window_key_press_event (GtkWidget *widget, GdkEvent *event, gpointer user_data)
55-{
56- const char *current_page = gtk_stack_get_visible_child_name (GTK_STACK (GsmApplication::get()->stack));
57-
58- if (strcmp (current_page, "processes") == 0)
59- return gtk_search_bar_handle_event (GTK_SEARCH_BAR (user_data), event);
60-
61- return FALSE;
62-}
63-
64-static void
65-search_text_changed (GtkEditable *entry, gpointer data)
66-{
67- GsmApplication * const app = static_cast<GsmApplication *>(data);
68- gtk_tree_model_filter_refilter (GTK_TREE_MODEL_FILTER (gtk_tree_model_sort_get_model (
69- GTK_TREE_MODEL_SORT (gtk_tree_view_get_model(
70- GTK_TREE_VIEW (app->tree))))));
71-}
72-
73-static void
74-create_proc_view(GsmApplication *app, GtkBuilder * builder)
75-{
76- GtkWidget *proctree;
77- GtkWidget *scrolled;
78-
79- proctree = proctable_new (app);
80- scrolled = GTK_WIDGET (gtk_builder_get_object (builder, "processes_scrolled"));
81-
82- gtk_container_add (GTK_CONTAINER (scrolled), proctree);
83-
84- app->proc_actionbar_revealer = GTK_WIDGET (gtk_builder_get_object (builder, "proc_actionbar_revealer"));
85-
86- /* create popup_menu for the processes tab */
87- GMenuModel *menu_model = G_MENU_MODEL (gtk_builder_get_object (builder, "process-popup-menu"));
88- app->popup_menu = gtk_menu_new_from_model (menu_model);
89- gtk_menu_attach_to_widget (GTK_MENU (app->popup_menu), app->main_window, NULL);
90-
91- app->search_bar = GTK_WIDGET (gtk_builder_get_object (builder, "proc_searchbar"));
92- app->search_entry = GTK_WIDGET (gtk_builder_get_object (builder, "proc_searchentry"));
93-
94- gtk_search_bar_connect_entry (GTK_SEARCH_BAR(app->search_bar), GTK_ENTRY (app->search_entry));
95- g_signal_connect (app->main_window, "key-press-event",
96- G_CALLBACK (cb_window_key_press_event), app->search_bar);
97-
98- g_signal_connect (app->search_entry, "changed", G_CALLBACK (search_text_changed), app);
99-
100- g_object_bind_property (app->search_bar, "search-mode-enabled", app->search_button, "active", (GBindingFlags)(G_BINDING_BIDIRECTIONAL | G_BINDING_SYNC_CREATE));
101-}
102-
103-void
104-cb_cpu_color_changed (GsmColorButton *cp, gpointer data)
105-{
106- guint cpu_i = GPOINTER_TO_UINT (data);
107- GSettings *settings = g_settings_new (GSM_GSETTINGS_SCHEMA);
108-
109- /* Get current values */
110- GVariant *cpu_colors_var = g_settings_get_value (settings, GSM_SETTING_CPU_COLORS);
111- gsize children_n = g_variant_n_children(cpu_colors_var);
112-
113- /* Create builder to contruct new setting with updated value for cpu i */
114- GVariantBuilder builder;
115- g_variant_builder_init(&builder, G_VARIANT_TYPE_ARRAY);
116-
117- for (guint i = 0; i < children_n; i++) {
118- if(cpu_i == i) {
119- gchar *color;
120- GdkRGBA button_color;
121- gsm_color_button_get_color(cp, &button_color);
122- color = gdk_rgba_to_string (&button_color);
123- g_variant_builder_add(&builder, "(us)", i, color);
124- g_free (color);
125- } else {
126- g_variant_builder_add_value(&builder,
127- g_variant_get_child_value(cpu_colors_var, i));
128- }
129- }
130-
131- /* Just set the value and let the changed::cpu-colors signal callback do the rest. */
132- g_settings_set_value (settings, GSM_SETTING_CPU_COLORS,
133- g_variant_builder_end(&builder));
134-}
135-
136-static void change_settings_color(GSettings *settings, const char *key,
137- GsmColorButton *cp)
138-{
139- GdkRGBA c;
140- char *color;
141-
142- gsm_color_button_get_color(cp, &c);
143- color = gdk_rgba_to_string (&c);
144- g_settings_set_string (settings, key, color);
145- g_free (color);
146-}
147-
148-static void
149-cb_mem_color_changed (GsmColorButton *cp, gpointer data)
150-{
151- GsmApplication *app = (GsmApplication *) data;
152- change_settings_color (app->settings, GSM_SETTING_MEM_COLOR, cp);
153-}
154-
155-
156-static void
157-cb_swap_color_changed (GsmColorButton *cp, gpointer data)
158-{
159- GsmApplication *app = (GsmApplication *) data;
160- change_settings_color (app->settings, GSM_SETTING_SWAP_COLOR, cp);
161-}
162-
163-static void
164-cb_net_in_color_changed (GsmColorButton *cp, gpointer data)
165-{
166- GsmApplication *app = (GsmApplication *) data;
167- change_settings_color (app->settings, GSM_SETTING_NET_IN_COLOR, cp);
168-}
169-
170-static void
171-cb_net_out_color_changed (GsmColorButton *cp, gpointer data)
172-{
173- GsmApplication *app = (GsmApplication *) data;
174- change_settings_color(app->settings, GSM_SETTING_NET_OUT_COLOR, cp);
175-}
176-
177-static void
178-create_sys_view (GsmApplication *app, GtkBuilder * builder)
179-{
180- GtkWidget *cpu_graph_box, *mem_graph_box, *net_graph_box;
181- GtkWidget *label,*cpu_label;
182- GtkWidget *table;
183- GtkWidget *color_picker;
184- GtkWidget *picker_alignment;
185- LoadGraph *cpu_graph, *mem_graph, *net_graph;
186-
187- gint i;
188- gchar *title_text;
189- gchar *label_text;
190- gchar *title_template;
191-
192- // Translators: color picker title, %s is CPU, Memory, Swap, Receiving, Sending
193- title_template = g_strdup(_("Pick a Color for '%s'"));
194-
195- /* The CPU BOX */
196-
197- cpu_graph_box = GTK_WIDGET (gtk_builder_get_object (builder, "cpu_graph_box"));
198-
199- cpu_graph = new LoadGraph(LOAD_GRAPH_CPU);
200- gtk_box_pack_start (GTK_BOX (cpu_graph_box),
201- load_graph_get_widget(cpu_graph),
202- TRUE,
203- TRUE,
204- 0);
205-
206- GtkWidget* cpu_table = GTK_WIDGET (gtk_builder_get_object (builder, "cpu_table"));
207- gint cols = 4;
208- for (i=0;i<app->config.num_cpus; i++) {
209- GtkWidget *temp_hbox;
210-
211- temp_hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
212- gtk_widget_show (temp_hbox);
213- if (i < cols) {
214- gtk_grid_insert_column(GTK_GRID(cpu_table), i%cols);
215- }
216- if ((i+1)%cols ==cols) {
217- gtk_grid_insert_row(GTK_GRID(cpu_table), (i+1)/cols);
218- }
219- gtk_grid_attach(GTK_GRID (cpu_table), temp_hbox, i%cols, i/cols, 1, 1);
220- color_picker = gsm_color_button_new (&cpu_graph->colors.at(i), GSMCP_TYPE_CPU);
221- g_signal_connect (G_OBJECT (color_picker), "color-set",
222- G_CALLBACK (cb_cpu_color_changed), GINT_TO_POINTER (i));
223- gtk_box_pack_start (GTK_BOX (temp_hbox), color_picker, FALSE, TRUE, 0);
224- gtk_widget_set_size_request(GTK_WIDGET(color_picker), 32, -1);
225- if(app->config.num_cpus == 1) {
226- label_text = g_strdup (_("CPU"));
227- } else {
228- label_text = g_strdup_printf (_("CPU%d"), i+1);
229- }
230- title_text = g_strdup_printf(title_template, label_text);
231- label = gtk_label_new (label_text);
232- gsm_color_button_set_title(GSM_COLOR_BUTTON(color_picker), title_text);
233- g_free(title_text);
234- gtk_box_pack_start (GTK_BOX (temp_hbox), label, FALSE, FALSE, 6);
235- gtk_widget_show (label);
236- g_free (label_text);
237-
238- cpu_label = gtk_label_new (NULL);
239-
240- gtk_widget_set_valign (cpu_label, GTK_ALIGN_CENTER);
241- gtk_widget_set_halign (cpu_label, GTK_ALIGN_START);
242- gtk_box_pack_start (GTK_BOX (temp_hbox), cpu_label, FALSE, FALSE, 0);
243- gtk_widget_show (cpu_label);
244- load_graph_get_labels(cpu_graph)->cpu[i] = cpu_label;
245-
246- }
247-
248- app->cpu_graph = cpu_graph;
249-
250- /** The memory box */
251-
252- mem_graph_box = GTK_WIDGET (gtk_builder_get_object (builder, "mem_graph_box"));
253-
254- mem_graph = new LoadGraph(LOAD_GRAPH_MEM);
255- gtk_box_pack_start (GTK_BOX (mem_graph_box),
256- load_graph_get_widget(mem_graph),
257- TRUE,
258- TRUE,
259- 0);
260-
261- table = GTK_WIDGET (gtk_builder_get_object (builder, "mem_table"));
262-
263- color_picker = load_graph_get_mem_color_picker(mem_graph);
264- g_signal_connect (G_OBJECT (color_picker), "color-set",
265- G_CALLBACK (cb_mem_color_changed), app);
266- title_text = g_strdup_printf(title_template, _("Memory"));
267- gsm_color_button_set_title(GSM_COLOR_BUTTON(color_picker), title_text);
268- g_free(title_text);
269-
270- label = GTK_WIDGET(gtk_builder_get_object(builder, "memory_label"));
271-
272- gtk_grid_attach_next_to (GTK_GRID (table), color_picker, label, GTK_POS_LEFT, 1, 2);
273- gtk_grid_attach_next_to (GTK_GRID (table), load_graph_get_labels(mem_graph)->memory, label, GTK_POS_BOTTOM, 1, 1);
274-
275- color_picker = load_graph_get_swap_color_picker(mem_graph);
276- g_signal_connect (G_OBJECT (color_picker), "color-set",
277- G_CALLBACK (cb_swap_color_changed), app);
278- title_text = g_strdup_printf(title_template, _("Swap"));
279- gsm_color_button_set_title(GSM_COLOR_BUTTON(color_picker), title_text);
280- g_free(title_text);
281-
282- label = GTK_WIDGET(gtk_builder_get_object(builder, "swap_label"));
283-
284- gtk_grid_attach_next_to (GTK_GRID (table), color_picker, label, GTK_POS_LEFT, 1, 2);
285- gtk_grid_attach_next_to (GTK_GRID (table), load_graph_get_labels(mem_graph)->swap, label, GTK_POS_BOTTOM, 1, 1);
286-
287- app->mem_graph = mem_graph;
288-
289- /* The net box */
290-
291- net_graph_box = GTK_WIDGET (gtk_builder_get_object (builder, "net_graph_box"));
292-
293- net_graph = new LoadGraph(LOAD_GRAPH_NET);
294- gtk_box_pack_start (GTK_BOX (net_graph_box),
295- load_graph_get_widget(net_graph),
296- TRUE,
297- TRUE,
298- 0);
299-
300- table = GTK_WIDGET (gtk_builder_get_object (builder, "net_table"));
301-
302- color_picker = gsm_color_button_new (
303- &net_graph->colors.at(0), GSMCP_TYPE_NETWORK_IN);
304- g_signal_connect (G_OBJECT (color_picker), "color-set",
305- G_CALLBACK (cb_net_in_color_changed), app);
306- title_text = g_strdup_printf(title_template, _("Receiving"));
307- gsm_color_button_set_title(GSM_COLOR_BUTTON(color_picker), title_text);
308- g_free(title_text);
309- picker_alignment = GTK_WIDGET (gtk_builder_get_object (builder, "receiving_picker_alignment"));
310- gtk_container_add (GTK_CONTAINER (picker_alignment), color_picker);
311-
312- label = GTK_WIDGET (gtk_builder_get_object(builder, "receiving_label"));
313- gtk_grid_attach_next_to (GTK_GRID (table), load_graph_get_labels(net_graph)->net_in, label, GTK_POS_RIGHT, 1, 1);
314- label = GTK_WIDGET (gtk_builder_get_object(builder, "total_received_label"));
315- gtk_grid_attach_next_to (GTK_GRID (table), load_graph_get_labels(net_graph)->net_in_total, label, GTK_POS_RIGHT, 1, 1);
316-
317- color_picker = gsm_color_button_new (
318- &net_graph->colors.at(1), GSMCP_TYPE_NETWORK_OUT);
319- g_signal_connect (G_OBJECT (color_picker), "color-set",
320- G_CALLBACK (cb_net_out_color_changed), app);
321- title_text = g_strdup_printf(title_template, _("Sending"));
322- gsm_color_button_set_title(GSM_COLOR_BUTTON(color_picker), title_text);
323- g_free(title_text);
324-
325- picker_alignment = GTK_WIDGET (gtk_builder_get_object (builder, "sending_picker_alignment"));
326- gtk_container_add (GTK_CONTAINER (picker_alignment), color_picker);
327-
328- label = GTK_WIDGET (gtk_builder_get_object(builder, "sending_label"));
329- gtk_grid_attach_next_to (GTK_GRID (table), load_graph_get_labels(net_graph)->net_out, label, GTK_POS_RIGHT, 1, 1);
330- label = GTK_WIDGET (gtk_builder_get_object(builder, "total_sent_label"));
331- gtk_grid_attach_next_to (GTK_GRID (table), load_graph_get_labels(net_graph)->net_out_total, label, GTK_POS_RIGHT, 1, 1);
332-
333- app->net_graph = net_graph;
334- g_free (title_template);
335-
336-}
337-
338-static void
339-on_activate_about (GSimpleAction *, GVariant *, gpointer data)
340-{
341- GsmApplication *app = (GsmApplication *) data;
342-
343- const gchar * const authors[] = {
344- "Kevin Vandersloot",
345- "Erik Johnsson",
346- "Jorgen Scheibengruber",
347- "Benoît Dejean",
348- "Paolo Borelli",
349- "Karl Lattimer",
350- "Chris Kühl",
351- "Robert Roth",
352- "Stefano Facchini",
353- NULL
354- };
355-
356- const gchar * const documenters[] = {
357- "Bill Day",
358- "Sun Microsystems",
359- NULL
360- };
361-
362- const gchar * const artists[] = {
363- "Baptiste Mille-Mathias",
364- NULL
365- };
366-
367- gtk_show_about_dialog (
368- GTK_WINDOW (app->main_window),
369- "name", _("System Monitor"),
370- "comments", _("View current processes and monitor "
371- "system state"),
372- "version", VERSION,
373- "copyright", "Copyright \xc2\xa9 2001-2004 Kevin Vandersloot\n"
374- "Copyright \xc2\xa9 2005-2007 Benoît Dejean\n"
375- "Copyright \xc2\xa9 2011 Chris Kühl",
376- "logo-icon-name", "utilities-system-monitor",
377- "authors", authors,
378- "artists", artists,
379- "documenters", documenters,
380- "translator-credits", _("translator-credits"),
381- "license", "GPL 2+",
382- "wrap-license", TRUE,
383- NULL
384- );
385-}
386-
387-static void
388-on_activate_refresh (GSimpleAction *, GVariant *, gpointer data)
389-{
390- GsmApplication *app = (GsmApplication *) data;
391- proctable_update (app);
392-}
393-
394-static void
395-kill_process_with_confirmation (GsmApplication *app, int signal) {
396- gboolean kill_dialog = g_settings_get_boolean (app->settings, GSM_SETTING_SHOW_KILL_DIALOG);
397-
398- if (kill_dialog)
399- procdialog_create_kill_dialog (app, signal);
400- else
401- kill_process (app, signal);
402-}
403-
404-static void
405-on_activate_send_signal (GSimpleAction *, GVariant *parameter, gpointer data)
406-{
407- GsmApplication *app = (GsmApplication *) data;
408-
409- /* no confirmation */
410- gint32 signal = g_variant_get_int32(parameter);
411- switch (signal) {
412- case SIGSTOP:
413- case SIGCONT:
414- kill_process (app, signal);
415- break;
416- case SIGTERM:
417- case SIGKILL:
418- kill_process_with_confirmation (app, signal);
419- break;
420- }
421-}
422-
423-static void
424-on_activate_memory_maps (GSimpleAction *, GVariant *, gpointer data)
425-{
426- GsmApplication *app = (GsmApplication *) data;
427-
428- create_memmaps_dialog (app);
429-}
430-
431-static void
432-on_activate_open_files (GSimpleAction *, GVariant *, gpointer data)
433-{
434- GsmApplication *app = (GsmApplication *) data;
435-
436- create_openfiles_dialog (app);
437-}
438-
439-static void
440-on_activate_process_properties (GSimpleAction *, GVariant *, gpointer data)
441-{
442- GsmApplication *app = (GsmApplication *) data;
443-
444- create_procproperties_dialog (app);
445-}
446-
447-static void
448-on_activate_radio (GSimpleAction *action, GVariant *parameter, gpointer data)
449-{
450- g_action_change_state (G_ACTION (action), parameter);
451-}
452-
453-static void
454-on_activate_toggle (GSimpleAction *action, GVariant *parameter, gpointer data)
455-{
456- GVariant *state = g_action_get_state (G_ACTION (action));
457- g_action_change_state (G_ACTION (action), g_variant_new_boolean (!g_variant_get_boolean (state)));
458- g_variant_unref (state);
459-}
460-
461-static void
462-on_activate_search (GSimpleAction *action, GVariant *parameter, gpointer data)
463-{
464- GsmApplication *app = (GsmApplication *) data;
465- GVariant *state = g_action_get_state (G_ACTION (action));
466- gboolean is_search_shortcut = g_variant_get_boolean (parameter);
467- gboolean is_search_bar = gtk_search_bar_get_search_mode (GTK_SEARCH_BAR (app->search_bar));
468- if (is_search_shortcut && is_search_bar) {
469- gtk_widget_grab_focus (app->search_entry);
470- } else {
471- g_action_change_state (G_ACTION (action), g_variant_new_boolean (!g_variant_get_boolean (state)));
472- }
473- g_variant_unref (state);
474-}
475-
476-static void
477-change_show_page_state (GSimpleAction *action, GVariant *state, gpointer data)
478-{
479- GsmApplication *app = (GsmApplication *) data;
480-
481- g_simple_action_set_state (action, state);
482- g_settings_set_value (app->settings, GSM_SETTING_CURRENT_TAB, state);
483-}
484-
485-static void
486-change_show_processes_state (GSimpleAction *action, GVariant *state, gpointer data)
487-{
488- GsmApplication *app = (GsmApplication *) data;
489-
490- g_simple_action_set_state (action, state);
491- g_settings_set_value (app->settings, GSM_SETTING_SHOW_WHOSE_PROCESSES, state);
492-}
493-
494-static void
495-change_show_dependencies_state (GSimpleAction *action, GVariant *state, gpointer data)
496-{
497- GsmApplication *app = (GsmApplication *) data;
498-
499- g_simple_action_set_state (action, state);
500- g_settings_set_value (app->settings, GSM_SETTING_SHOW_DEPENDENCIES, state);
501-}
502-
503-static void
504-on_activate_priority (GSimpleAction *action, GVariant *parameter, gpointer data)
505-{
506- GsmApplication *app = (GsmApplication *) data;
507-
508- g_action_change_state (G_ACTION (action), parameter);
509-
510- const gint32 priority = g_variant_get_int32 (parameter);
511- switch (priority) {
512- case 32:
513- procdialog_create_renice_dialog (app);
514- break;
515- default:
516- renice (app, priority);
517- break;
518- }
519-
520-}
521-
522-static void
523-change_priority_state (GSimpleAction *action, GVariant *state, gpointer data)
524-{
525- g_simple_action_set_state (action, state);
526-}
527-
528-void
529-update_page_activities (GsmApplication *app)
530-{
531- const char *current_page = gtk_stack_get_visible_child_name (GTK_STACK (app->stack));
532-
533- if (strcmp (current_page, "processes") == 0) {
534- GAction *search_action = g_action_map_lookup_action (G_ACTION_MAP (app->main_window),
535- "search");
536- proctable_update (app);
537- proctable_thaw (app);
538-
539- gtk_widget_show (app->end_process_button);
540- gtk_widget_show (app->search_button);
541- gtk_widget_show (app->process_menu_button);
542-
543- update_sensitivity (app);
544-
545- if (g_variant_get_boolean (g_action_get_state (search_action)))
546- gtk_widget_grab_focus (app->search_entry);
547- else
548- gtk_widget_grab_focus (app->tree);
549- } else {
550- proctable_freeze (app);
551-
552- gtk_widget_hide (app->end_process_button);
553- gtk_widget_hide (app->search_button);
554- gtk_widget_hide (app->process_menu_button);
555-
556- update_sensitivity (app);
557- }
558-
559- if (strcmp (current_page, "resources") == 0) {
560- load_graph_start (app->cpu_graph);
561- load_graph_start (app->mem_graph);
562- load_graph_start (app->net_graph);
563- } else {
564- load_graph_stop (app->cpu_graph);
565- load_graph_stop (app->mem_graph);
566- load_graph_stop (app->net_graph);
567- }
568-
569- if (strcmp (current_page, "disks") == 0) {
570- disks_update (app);
571- disks_thaw (app);
572- } else {
573- disks_freeze (app);
574- }
575-}
576-
577-static void
578-cb_change_current_page (GtkStack *stack, GParamSpec *pspec, gpointer data)
579-{
580- update_page_activities ((GsmApplication *)data);
581-}
582-
583-static gboolean
584-cb_main_window_delete (GtkWidget *window, GdkEvent *event, gpointer data)
585-{
586- GsmApplication *app = (GsmApplication *) data;
587-
588- app->shutdown ();
589-
590- return TRUE;
591-}
592-
593-static gboolean
594-cb_main_window_state_changed (GtkWidget *window, GdkEventWindowState *event, gpointer data)
595-{
596- GsmApplication *app = (GsmApplication *) data;
597- gchar * current_page = g_settings_get_string (app->settings, GSM_SETTING_CURRENT_TAB);
598- if (event->new_window_state & GDK_WINDOW_STATE_BELOW ||
599- event->new_window_state & GDK_WINDOW_STATE_ICONIFIED ||
600- event->new_window_state & GDK_WINDOW_STATE_WITHDRAWN)
601- {
602- if (strcmp (current_page, "processes") == 0) {
603- proctable_freeze (app);
604- } else if (strcmp (current_page, "resources") == 0) {
605- load_graph_stop (app->cpu_graph);
606- load_graph_stop (app->mem_graph);
607- load_graph_stop (app->net_graph);
608- } else if (strcmp (current_page, "disks") == 0) {
609- disks_freeze (app);
610- }
611- } else {
612- if (strcmp (current_page, "processes") == 0) {
613- proctable_update (app);
614- proctable_thaw (app);
615- } else if (strcmp (current_page, "resources") == 0) {
616- load_graph_start (app->cpu_graph);
617- load_graph_start (app->mem_graph);
618- load_graph_start (app->net_graph);
619- } else if (strcmp (current_page, "disks") == 0) {
620- disks_update (app);
621- disks_thaw (app);
622- }
623- }
624- return FALSE;
625-}
626-
627-void
628-create_main_window (GsmApplication *app)
629-{
630- GtkWidget *main_window;
631- GtkWidget *stack;
632- GtkWidget *process_menu_button;
633- GMenuModel *process_menu_model;
634-
635- const char* session;
636-
637- int width, height, xpos, ypos;
638-
639- GtkBuilder *builder = gtk_builder_new();
640- gtk_builder_add_from_resource (builder, "/org/gnome/gnome-system-monitor/data/interface.ui", NULL);
641- gtk_builder_add_from_resource (builder, "/org/gnome/gnome-system-monitor/data/menus.ui", NULL);
642-
643- main_window = GTK_WIDGET (gtk_builder_get_object (builder, "main_window"));
644- gtk_window_set_application (GTK_WINDOW (main_window), app->gobj());
645- gtk_widget_set_name (main_window, "gnome-system-monitor");
646- app->main_window = main_window;
647-
648- session = g_getenv ("XDG_CURRENT_DESKTOP");
649- if (session && !strstr (session, "GNOME")){
650- GtkWidget *mainbox;
651- GtkWidget *headerbar;
652-
653- mainbox = GTK_WIDGET (gtk_builder_get_object (builder, "main_box"));
654- headerbar = GTK_WIDGET (gtk_builder_get_object (builder, "header_bar"));
655- gtk_window_set_titlebar (GTK_WINDOW (main_window), NULL);
656- gtk_header_bar_set_show_close_button (GTK_HEADER_BAR (headerbar), FALSE);
657- gtk_box_pack_start (GTK_BOX(mainbox), headerbar, FALSE, FALSE, 0);
658- }
659-
660- g_settings_get (app->settings, GSM_SETTING_WINDOW_STATE, "(iiii)",
661- &width, &height, &xpos, &ypos);
662- width = CLAMP (width, 50, gdk_screen_width ());
663- height = CLAMP (height, 50, gdk_screen_height ());
664-
665- gtk_window_set_default_size (GTK_WINDOW (main_window), width, height);
666- gtk_window_move (GTK_WINDOW (main_window), xpos, ypos);
667- if (g_settings_get_boolean (app->settings, GSM_SETTING_MAXIMIZED))
668- gtk_window_maximize (GTK_WINDOW (main_window));
669-
670- app->process_menu_button = process_menu_button = GTK_WIDGET (gtk_builder_get_object (builder, "process_menu_button"));
671- process_menu_model = G_MENU_MODEL (gtk_builder_get_object (builder, "process-window-menu"));
672- gtk_menu_button_set_menu_model (GTK_MENU_BUTTON (process_menu_button), process_menu_model);
673-
674- app->end_process_button = GTK_WIDGET (gtk_builder_get_object (builder, "end_process_button"));
675-
676- app->search_button = GTK_WIDGET (gtk_builder_get_object (builder, "search_button"));
677-
678- GActionEntry win_action_entries[] = {
679- { "about", on_activate_about, NULL, NULL, NULL },
680- { "search", on_activate_search, "b", "false", NULL },
681- { "send-signal-stop", on_activate_send_signal, "i", NULL, NULL },
682- { "send-signal-cont", on_activate_send_signal, "i", NULL, NULL },
683- { "send-signal-end", on_activate_send_signal, "i", NULL, NULL },
684- { "send-signal-kill", on_activate_send_signal, "i", NULL, NULL },
685- { "priority", on_activate_priority, "i", "@i 0", change_priority_state },
686- { "memory-maps", on_activate_memory_maps, NULL, NULL, NULL },
687- { "open-files", on_activate_open_files, NULL, NULL, NULL },
688- { "process-properties", on_activate_process_properties, NULL, NULL, NULL },
689- { "refresh", on_activate_refresh, NULL, NULL, NULL },
690- { "show-page", on_activate_radio, "s", "'resources'", change_show_page_state },
691- { "show-whose-processes", on_activate_radio, "s", "'all'", change_show_processes_state },
692- { "show-dependencies", on_activate_toggle, NULL, "false", change_show_dependencies_state }
693- };
694-
695- g_action_map_add_action_entries (G_ACTION_MAP (main_window),
696- win_action_entries,
697- G_N_ELEMENTS (win_action_entries),
698- app);
699-
700- GdkScreen* screen = gtk_widget_get_screen(main_window);
701- GdkVisual* visual = gdk_screen_get_rgba_visual(screen);
702-
703- /* use visual, if available */
704- if (visual)
705- gtk_widget_set_visual(main_window, visual);
706-
707- /* create the main stack */
708- app->stack = stack = GTK_WIDGET (gtk_builder_get_object (builder, "stack"));
709-
710- create_proc_view(app, builder);
711-
712- create_sys_view (app, builder);
713-
714- create_disk_view (app, builder);
715-
716- g_settings_bind (app->settings, GSM_SETTING_CURRENT_TAB, stack, "visible-child-name", G_SETTINGS_BIND_DEFAULT);
717-
718- g_signal_connect (G_OBJECT (stack), "notify::visible-child",
719- G_CALLBACK (cb_change_current_page), app);
720-
721- g_signal_connect (G_OBJECT (main_window), "delete_event",
722- G_CALLBACK (cb_main_window_delete),
723- app);
724- g_signal_connect (G_OBJECT (main_window), "window-state-event",
725- G_CALLBACK (cb_main_window_state_changed),
726- app);
727-
728- GAction *action;
729- action = g_action_map_lookup_action (G_ACTION_MAP (main_window),
730- "show-dependencies");
731- g_action_change_state (action,
732- g_settings_get_value (app->settings, GSM_SETTING_SHOW_DEPENDENCIES));
733-
734-
735- action = g_action_map_lookup_action (G_ACTION_MAP (main_window),
736- "show-whose-processes");
737- g_action_change_state (action,
738- g_settings_get_value (app->settings, GSM_SETTING_SHOW_WHOSE_PROCESSES));
739-
740- gtk_widget_show (main_window);
741-
742- update_page_activities (app);
743-
744- g_object_unref (G_OBJECT (builder));
745-}
746-
747-void
748-update_sensitivity(GsmApplication *app)
749-{
750- const char * const selected_actions[] = { "send-signal-stop",
751- "send-signal-cont",
752- "send-signal-end",
753- "send-signal-kill",
754- "priority",
755- "memory-maps",
756- "open-files",
757- "process-properties" };
758-
759- const char * const processes_actions[] = { "refresh",
760- "search",
761- "show-whose-processes",
762- "show-dependencies" };
763-
764- size_t i;
765- gboolean processes_sensitivity, selected_sensitivity;
766- GAction *action;
767-
768- processes_sensitivity = (strcmp (gtk_stack_get_visible_child_name (GTK_STACK (app->stack)), "processes") == 0);
769- selected_sensitivity = gtk_tree_selection_count_selected_rows (app->selection) > 0;
770-
771- for (i = 0; i != G_N_ELEMENTS (processes_actions); ++i) {
772- action = g_action_map_lookup_action (G_ACTION_MAP (app->main_window),
773- processes_actions[i]);
774- g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
775- processes_sensitivity);
776- }
777-
778- for (i = 0; i != G_N_ELEMENTS (selected_actions); ++i) {
779- action = g_action_map_lookup_action (G_ACTION_MAP (app->main_window),
780- selected_actions[i]);
781- g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
782- processes_sensitivity & selected_sensitivity);
783- }
784-
785- gtk_revealer_set_reveal_child (GTK_REVEALER (app->proc_actionbar_revealer),
786- selected_sensitivity);
787-}
788
789=== removed directory '.pc/0001-Use-traditional-titlebars-on-GNOME-DE-s.patch'
790=== removed directory '.pc/0001-Use-traditional-titlebars-on-GNOME-DE-s.patch/src'
791=== removed file '.pc/0001-Use-traditional-titlebars-on-GNOME-DE-s.patch/src/interface.cpp'
792--- .pc/0001-Use-traditional-titlebars-on-GNOME-DE-s.patch/src/interface.cpp 2015-02-02 17:03:04 +0000
793+++ .pc/0001-Use-traditional-titlebars-on-GNOME-DE-s.patch/src/interface.cpp 1970-01-01 00:00:00 +0000
794@@ -1,767 +0,0 @@
795-/* -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
796-/* Procman - main window
797- * Copyright (C) 2001 Kevin Vandersloot
798- *
799- * This program is free software; you can redistribute it and/or
800- * modify it under the terms of the GNU General Public License
801- * as published by the Free Software Foundation; either version 2
802- * of the License, or (at your option) any later version.
803- *
804- * This program is distributed in the hope that it will be useful,
805- * but WITHOUT ANY WARRANTY; without even the implied warranty of
806- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
807- * GNU General Public License for more details.
808- *
809- * You should have received a copy of the GNU Library General Public
810- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
811- *
812- */
813-
814-
815-#include <config.h>
816-
817-#include <glib/gi18n.h>
818-#include <gtk/gtk.h>
819-#include <sys/types.h>
820-#include <sys/stat.h>
821-#include <unistd.h>
822-#include <string.h>
823-#include <signal.h>
824-#include <gdk/gdkkeysyms.h>
825-#include <math.h>
826-
827-#include "interface.h"
828-#include "proctable.h"
829-#include "procactions.h"
830-#include "procdialogs.h"
831-#include "memmaps.h"
832-#include "openfiles.h"
833-#include "procproperties.h"
834-#include "load-graph.h"
835-#include "util.h"
836-#include "disks.h"
837-#include "settings-keys.h"
838-#include "gsm_color_button.h"
839-
840-
841-static gboolean
842-cb_window_key_press_event (GtkWidget *widget, GdkEvent *event, gpointer user_data)
843-{
844- const char *current_page = gtk_stack_get_visible_child_name (GTK_STACK (GsmApplication::get()->stack));
845-
846- if (strcmp (current_page, "processes") == 0)
847- return gtk_search_bar_handle_event (GTK_SEARCH_BAR (user_data), event);
848-
849- return FALSE;
850-}
851-
852-static void
853-search_text_changed (GtkEditable *entry, gpointer data)
854-{
855- GsmApplication * const app = static_cast<GsmApplication *>(data);
856- gtk_tree_model_filter_refilter (GTK_TREE_MODEL_FILTER (gtk_tree_model_sort_get_model (
857- GTK_TREE_MODEL_SORT (gtk_tree_view_get_model(
858- GTK_TREE_VIEW (app->tree))))));
859-}
860-
861-static void
862-create_proc_view(GsmApplication *app, GtkBuilder * builder)
863-{
864- GtkWidget *proctree;
865- GtkWidget *scrolled;
866-
867- proctree = proctable_new (app);
868- scrolled = GTK_WIDGET (gtk_builder_get_object (builder, "processes_scrolled"));
869-
870- gtk_container_add (GTK_CONTAINER (scrolled), proctree);
871-
872- app->proc_actionbar_revealer = GTK_WIDGET (gtk_builder_get_object (builder, "proc_actionbar_revealer"));
873-
874- /* create popup_menu for the processes tab */
875- GMenuModel *menu_model = G_MENU_MODEL (gtk_builder_get_object (builder, "process-popup-menu"));
876- app->popup_menu = gtk_menu_new_from_model (menu_model);
877- gtk_menu_attach_to_widget (GTK_MENU (app->popup_menu), app->main_window, NULL);
878-
879- app->search_bar = GTK_WIDGET (gtk_builder_get_object (builder, "proc_searchbar"));
880- app->search_entry = GTK_WIDGET (gtk_builder_get_object (builder, "proc_searchentry"));
881-
882- gtk_search_bar_connect_entry (GTK_SEARCH_BAR(app->search_bar), GTK_ENTRY (app->search_entry));
883- g_signal_connect (app->main_window, "key-press-event",
884- G_CALLBACK (cb_window_key_press_event), app->search_bar);
885-
886- g_signal_connect (app->search_entry, "changed", G_CALLBACK (search_text_changed), app);
887-
888- g_object_bind_property (app->search_bar, "search-mode-enabled", app->search_button, "active", (GBindingFlags)(G_BINDING_BIDIRECTIONAL | G_BINDING_SYNC_CREATE));
889-}
890-
891-void
892-cb_cpu_color_changed (GsmColorButton *cp, gpointer data)
893-{
894- guint cpu_i = GPOINTER_TO_UINT (data);
895- GSettings *settings = g_settings_new (GSM_GSETTINGS_SCHEMA);
896-
897- /* Get current values */
898- GVariant *cpu_colors_var = g_settings_get_value (settings, GSM_SETTING_CPU_COLORS);
899- gsize children_n = g_variant_n_children(cpu_colors_var);
900-
901- /* Create builder to contruct new setting with updated value for cpu i */
902- GVariantBuilder builder;
903- g_variant_builder_init(&builder, G_VARIANT_TYPE_ARRAY);
904-
905- for (guint i = 0; i < children_n; i++) {
906- if(cpu_i == i) {
907- gchar *color;
908- GdkRGBA button_color;
909- gsm_color_button_get_color(cp, &button_color);
910- color = gdk_rgba_to_string (&button_color);
911- g_variant_builder_add(&builder, "(us)", i, color);
912- g_free (color);
913- } else {
914- g_variant_builder_add_value(&builder,
915- g_variant_get_child_value(cpu_colors_var, i));
916- }
917- }
918-
919- /* Just set the value and let the changed::cpu-colors signal callback do the rest. */
920- g_settings_set_value (settings, GSM_SETTING_CPU_COLORS,
921- g_variant_builder_end(&builder));
922-}
923-
924-static void change_settings_color(GSettings *settings, const char *key,
925- GsmColorButton *cp)
926-{
927- GdkRGBA c;
928- char *color;
929-
930- gsm_color_button_get_color(cp, &c);
931- color = gdk_rgba_to_string (&c);
932- g_settings_set_string (settings, key, color);
933- g_free (color);
934-}
935-
936-static void
937-cb_mem_color_changed (GsmColorButton *cp, gpointer data)
938-{
939- GsmApplication *app = (GsmApplication *) data;
940- change_settings_color (app->settings, GSM_SETTING_MEM_COLOR, cp);
941-}
942-
943-
944-static void
945-cb_swap_color_changed (GsmColorButton *cp, gpointer data)
946-{
947- GsmApplication *app = (GsmApplication *) data;
948- change_settings_color (app->settings, GSM_SETTING_SWAP_COLOR, cp);
949-}
950-
951-static void
952-cb_net_in_color_changed (GsmColorButton *cp, gpointer data)
953-{
954- GsmApplication *app = (GsmApplication *) data;
955- change_settings_color (app->settings, GSM_SETTING_NET_IN_COLOR, cp);
956-}
957-
958-static void
959-cb_net_out_color_changed (GsmColorButton *cp, gpointer data)
960-{
961- GsmApplication *app = (GsmApplication *) data;
962- change_settings_color(app->settings, GSM_SETTING_NET_OUT_COLOR, cp);
963-}
964-
965-static void
966-create_sys_view (GsmApplication *app, GtkBuilder * builder)
967-{
968- GtkWidget *cpu_graph_box, *mem_graph_box, *net_graph_box;
969- GtkWidget *label,*cpu_label;
970- GtkWidget *table;
971- GtkWidget *color_picker;
972- GtkWidget *picker_alignment;
973- LoadGraph *cpu_graph, *mem_graph, *net_graph;
974-
975- gint i;
976- gchar *title_text;
977- gchar *label_text;
978- gchar *title_template;
979-
980- // Translators: color picker title, %s is CPU, Memory, Swap, Receiving, Sending
981- title_template = g_strdup(_("Pick a Color for '%s'"));
982-
983- /* The CPU BOX */
984-
985- cpu_graph_box = GTK_WIDGET (gtk_builder_get_object (builder, "cpu_graph_box"));
986-
987- cpu_graph = new LoadGraph(LOAD_GRAPH_CPU);
988- gtk_box_pack_start (GTK_BOX (cpu_graph_box),
989- load_graph_get_widget(cpu_graph),
990- TRUE,
991- TRUE,
992- 0);
993-
994- GtkWidget* cpu_table = GTK_WIDGET (gtk_builder_get_object (builder, "cpu_table"));
995- gint cols = 4;
996- for (i=0;i<app->config.num_cpus; i++) {
997- GtkWidget *temp_hbox;
998-
999- temp_hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
1000- gtk_widget_show (temp_hbox);
1001- if (i < cols) {
1002- gtk_grid_insert_column(GTK_GRID(cpu_table), i%cols);
1003- }
1004- if ((i+1)%cols ==cols) {
1005- gtk_grid_insert_row(GTK_GRID(cpu_table), (i+1)/cols);
1006- }
1007- gtk_grid_attach(GTK_GRID (cpu_table), temp_hbox, i%cols, i/cols, 1, 1);
1008- color_picker = gsm_color_button_new (&cpu_graph->colors.at(i), GSMCP_TYPE_CPU);
1009- g_signal_connect (G_OBJECT (color_picker), "color-set",
1010- G_CALLBACK (cb_cpu_color_changed), GINT_TO_POINTER (i));
1011- gtk_box_pack_start (GTK_BOX (temp_hbox), color_picker, FALSE, TRUE, 0);
1012- gtk_widget_set_size_request(GTK_WIDGET(color_picker), 32, -1);
1013- if(app->config.num_cpus == 1) {
1014- label_text = g_strdup (_("CPU"));
1015- } else {
1016- label_text = g_strdup_printf (_("CPU%d"), i+1);
1017- }
1018- title_text = g_strdup_printf(title_template, label_text);
1019- label = gtk_label_new (label_text);
1020- gsm_color_button_set_title(GSM_COLOR_BUTTON(color_picker), title_text);
1021- g_free(title_text);
1022- gtk_box_pack_start (GTK_BOX (temp_hbox), label, FALSE, FALSE, 6);
1023- gtk_widget_show (label);
1024- g_free (label_text);
1025-
1026- cpu_label = gtk_label_new (NULL);
1027-
1028- gtk_widget_set_valign (cpu_label, GTK_ALIGN_CENTER);
1029- gtk_widget_set_halign (cpu_label, GTK_ALIGN_START);
1030- gtk_box_pack_start (GTK_BOX (temp_hbox), cpu_label, FALSE, FALSE, 0);
1031- gtk_widget_show (cpu_label);
1032- load_graph_get_labels(cpu_graph)->cpu[i] = cpu_label;
1033-
1034- }
1035-
1036- app->cpu_graph = cpu_graph;
1037-
1038- /** The memory box */
1039-
1040- mem_graph_box = GTK_WIDGET (gtk_builder_get_object (builder, "mem_graph_box"));
1041-
1042- mem_graph = new LoadGraph(LOAD_GRAPH_MEM);
1043- gtk_box_pack_start (GTK_BOX (mem_graph_box),
1044- load_graph_get_widget(mem_graph),
1045- TRUE,
1046- TRUE,
1047- 0);
1048-
1049- table = GTK_WIDGET (gtk_builder_get_object (builder, "mem_table"));
1050-
1051- color_picker = load_graph_get_mem_color_picker(mem_graph);
1052- g_signal_connect (G_OBJECT (color_picker), "color-set",
1053- G_CALLBACK (cb_mem_color_changed), app);
1054- title_text = g_strdup_printf(title_template, _("Memory"));
1055- gsm_color_button_set_title(GSM_COLOR_BUTTON(color_picker), title_text);
1056- g_free(title_text);
1057-
1058- label = GTK_WIDGET(gtk_builder_get_object(builder, "memory_label"));
1059-
1060- gtk_grid_attach_next_to (GTK_GRID (table), color_picker, label, GTK_POS_LEFT, 1, 2);
1061- gtk_grid_attach_next_to (GTK_GRID (table), load_graph_get_labels(mem_graph)->memory, label, GTK_POS_BOTTOM, 1, 1);
1062-
1063- color_picker = load_graph_get_swap_color_picker(mem_graph);
1064- g_signal_connect (G_OBJECT (color_picker), "color-set",
1065- G_CALLBACK (cb_swap_color_changed), app);
1066- title_text = g_strdup_printf(title_template, _("Swap"));
1067- gsm_color_button_set_title(GSM_COLOR_BUTTON(color_picker), title_text);
1068- g_free(title_text);
1069-
1070- label = GTK_WIDGET(gtk_builder_get_object(builder, "swap_label"));
1071-
1072- gtk_grid_attach_next_to (GTK_GRID (table), color_picker, label, GTK_POS_LEFT, 1, 2);
1073- gtk_grid_attach_next_to (GTK_GRID (table), load_graph_get_labels(mem_graph)->swap, label, GTK_POS_BOTTOM, 1, 1);
1074-
1075- app->mem_graph = mem_graph;
1076-
1077- /* The net box */
1078-
1079- net_graph_box = GTK_WIDGET (gtk_builder_get_object (builder, "net_graph_box"));
1080-
1081- net_graph = new LoadGraph(LOAD_GRAPH_NET);
1082- gtk_box_pack_start (GTK_BOX (net_graph_box),
1083- load_graph_get_widget(net_graph),
1084- TRUE,
1085- TRUE,
1086- 0);
1087-
1088- table = GTK_WIDGET (gtk_builder_get_object (builder, "net_table"));
1089-
1090- color_picker = gsm_color_button_new (
1091- &net_graph->colors.at(0), GSMCP_TYPE_NETWORK_IN);
1092- g_signal_connect (G_OBJECT (color_picker), "color-set",
1093- G_CALLBACK (cb_net_in_color_changed), app);
1094- title_text = g_strdup_printf(title_template, _("Receiving"));
1095- gsm_color_button_set_title(GSM_COLOR_BUTTON(color_picker), title_text);
1096- g_free(title_text);
1097- picker_alignment = GTK_WIDGET (gtk_builder_get_object (builder, "receiving_picker_alignment"));
1098- gtk_container_add (GTK_CONTAINER (picker_alignment), color_picker);
1099-
1100- label = GTK_WIDGET (gtk_builder_get_object(builder, "receiving_label"));
1101- gtk_grid_attach_next_to (GTK_GRID (table), load_graph_get_labels(net_graph)->net_in, label, GTK_POS_RIGHT, 1, 1);
1102- label = GTK_WIDGET (gtk_builder_get_object(builder, "total_received_label"));
1103- gtk_grid_attach_next_to (GTK_GRID (table), load_graph_get_labels(net_graph)->net_in_total, label, GTK_POS_RIGHT, 1, 1);
1104-
1105- color_picker = gsm_color_button_new (
1106- &net_graph->colors.at(1), GSMCP_TYPE_NETWORK_OUT);
1107- g_signal_connect (G_OBJECT (color_picker), "color-set",
1108- G_CALLBACK (cb_net_out_color_changed), app);
1109- title_text = g_strdup_printf(title_template, _("Sending"));
1110- gsm_color_button_set_title(GSM_COLOR_BUTTON(color_picker), title_text);
1111- g_free(title_text);
1112-
1113- picker_alignment = GTK_WIDGET (gtk_builder_get_object (builder, "sending_picker_alignment"));
1114- gtk_container_add (GTK_CONTAINER (picker_alignment), color_picker);
1115-
1116- label = GTK_WIDGET (gtk_builder_get_object(builder, "sending_label"));
1117- gtk_grid_attach_next_to (GTK_GRID (table), load_graph_get_labels(net_graph)->net_out, label, GTK_POS_RIGHT, 1, 1);
1118- label = GTK_WIDGET (gtk_builder_get_object(builder, "total_sent_label"));
1119- gtk_grid_attach_next_to (GTK_GRID (table), load_graph_get_labels(net_graph)->net_out_total, label, GTK_POS_RIGHT, 1, 1);
1120-
1121- app->net_graph = net_graph;
1122- g_free (title_template);
1123-
1124-}
1125-
1126-static void
1127-on_activate_about (GSimpleAction *, GVariant *, gpointer data)
1128-{
1129- GsmApplication *app = (GsmApplication *) data;
1130-
1131- const gchar * const authors[] = {
1132- "Kevin Vandersloot",
1133- "Erik Johnsson",
1134- "Jorgen Scheibengruber",
1135- "Benoît Dejean",
1136- "Paolo Borelli",
1137- "Karl Lattimer",
1138- "Chris Kühl",
1139- "Robert Roth",
1140- "Stefano Facchini",
1141- NULL
1142- };
1143-
1144- const gchar * const documenters[] = {
1145- "Bill Day",
1146- "Sun Microsystems",
1147- NULL
1148- };
1149-
1150- const gchar * const artists[] = {
1151- "Baptiste Mille-Mathias",
1152- NULL
1153- };
1154-
1155- gtk_show_about_dialog (
1156- GTK_WINDOW (app->main_window),
1157- "name", _("System Monitor"),
1158- "comments", _("View current processes and monitor "
1159- "system state"),
1160- "version", VERSION,
1161- "copyright", "Copyright \xc2\xa9 2001-2004 Kevin Vandersloot\n"
1162- "Copyright \xc2\xa9 2005-2007 Benoît Dejean\n"
1163- "Copyright \xc2\xa9 2011 Chris Kühl",
1164- "logo-icon-name", "utilities-system-monitor",
1165- "authors", authors,
1166- "artists", artists,
1167- "documenters", documenters,
1168- "translator-credits", _("translator-credits"),
1169- "license", "GPL 2+",
1170- "wrap-license", TRUE,
1171- NULL
1172- );
1173-}
1174-
1175-static void
1176-on_activate_refresh (GSimpleAction *, GVariant *, gpointer data)
1177-{
1178- GsmApplication *app = (GsmApplication *) data;
1179- proctable_update (app);
1180-}
1181-
1182-static void
1183-kill_process_with_confirmation (GsmApplication *app, int signal) {
1184- gboolean kill_dialog = g_settings_get_boolean (app->settings, GSM_SETTING_SHOW_KILL_DIALOG);
1185-
1186- if (kill_dialog)
1187- procdialog_create_kill_dialog (app, signal);
1188- else
1189- kill_process (app, signal);
1190-}
1191-
1192-static void
1193-on_activate_send_signal (GSimpleAction *, GVariant *parameter, gpointer data)
1194-{
1195- GsmApplication *app = (GsmApplication *) data;
1196-
1197- /* no confirmation */
1198- gint32 signal = g_variant_get_int32(parameter);
1199- switch (signal) {
1200- case SIGSTOP:
1201- case SIGCONT:
1202- kill_process (app, signal);
1203- break;
1204- case SIGTERM:
1205- case SIGKILL:
1206- kill_process_with_confirmation (app, signal);
1207- break;
1208- }
1209-}
1210-
1211-static void
1212-on_activate_memory_maps (GSimpleAction *, GVariant *, gpointer data)
1213-{
1214- GsmApplication *app = (GsmApplication *) data;
1215-
1216- create_memmaps_dialog (app);
1217-}
1218-
1219-static void
1220-on_activate_open_files (GSimpleAction *, GVariant *, gpointer data)
1221-{
1222- GsmApplication *app = (GsmApplication *) data;
1223-
1224- create_openfiles_dialog (app);
1225-}
1226-
1227-static void
1228-on_activate_process_properties (GSimpleAction *, GVariant *, gpointer data)
1229-{
1230- GsmApplication *app = (GsmApplication *) data;
1231-
1232- create_procproperties_dialog (app);
1233-}
1234-
1235-static void
1236-on_activate_radio (GSimpleAction *action, GVariant *parameter, gpointer data)
1237-{
1238- g_action_change_state (G_ACTION (action), parameter);
1239-}
1240-
1241-static void
1242-on_activate_toggle (GSimpleAction *action, GVariant *parameter, gpointer data)
1243-{
1244- GVariant *state = g_action_get_state (G_ACTION (action));
1245- g_action_change_state (G_ACTION (action), g_variant_new_boolean (!g_variant_get_boolean (state)));
1246- g_variant_unref (state);
1247-}
1248-
1249-static void
1250-on_activate_search (GSimpleAction *action, GVariant *parameter, gpointer data)
1251-{
1252- GsmApplication *app = (GsmApplication *) data;
1253- GVariant *state = g_action_get_state (G_ACTION (action));
1254- gboolean is_search_shortcut = g_variant_get_boolean (parameter);
1255- gboolean is_search_bar = gtk_search_bar_get_search_mode (GTK_SEARCH_BAR (app->search_bar));
1256- if (is_search_shortcut && is_search_bar) {
1257- gtk_widget_grab_focus (app->search_entry);
1258- } else {
1259- g_action_change_state (G_ACTION (action), g_variant_new_boolean (!g_variant_get_boolean (state)));
1260- }
1261- g_variant_unref (state);
1262-}
1263-
1264-static void
1265-change_show_page_state (GSimpleAction *action, GVariant *state, gpointer data)
1266-{
1267- GsmApplication *app = (GsmApplication *) data;
1268-
1269- g_simple_action_set_state (action, state);
1270- g_settings_set_value (app->settings, GSM_SETTING_CURRENT_TAB, state);
1271-}
1272-
1273-static void
1274-change_show_processes_state (GSimpleAction *action, GVariant *state, gpointer data)
1275-{
1276- GsmApplication *app = (GsmApplication *) data;
1277-
1278- g_simple_action_set_state (action, state);
1279- g_settings_set_value (app->settings, GSM_SETTING_SHOW_WHOSE_PROCESSES, state);
1280-}
1281-
1282-static void
1283-change_show_dependencies_state (GSimpleAction *action, GVariant *state, gpointer data)
1284-{
1285- GsmApplication *app = (GsmApplication *) data;
1286-
1287- g_simple_action_set_state (action, state);
1288- g_settings_set_value (app->settings, GSM_SETTING_SHOW_DEPENDENCIES, state);
1289-}
1290-
1291-static void
1292-on_activate_priority (GSimpleAction *action, GVariant *parameter, gpointer data)
1293-{
1294- GsmApplication *app = (GsmApplication *) data;
1295-
1296- g_action_change_state (G_ACTION (action), parameter);
1297-
1298- const gint32 priority = g_variant_get_int32 (parameter);
1299- switch (priority) {
1300- case 32:
1301- procdialog_create_renice_dialog (app);
1302- break;
1303- default:
1304- renice (app, priority);
1305- break;
1306- }
1307-
1308-}
1309-
1310-static void
1311-change_priority_state (GSimpleAction *action, GVariant *state, gpointer data)
1312-{
1313- g_simple_action_set_state (action, state);
1314-}
1315-
1316-void
1317-update_page_activities (GsmApplication *app)
1318-{
1319- const char *current_page = gtk_stack_get_visible_child_name (GTK_STACK (app->stack));
1320-
1321- if (strcmp (current_page, "processes") == 0) {
1322- GAction *search_action = g_action_map_lookup_action (G_ACTION_MAP (app->main_window),
1323- "search");
1324- proctable_update (app);
1325- proctable_thaw (app);
1326-
1327- gtk_widget_show (app->end_process_button);
1328- gtk_widget_show (app->search_button);
1329- gtk_widget_show (app->process_menu_button);
1330-
1331- update_sensitivity (app);
1332-
1333- if (g_variant_get_boolean (g_action_get_state (search_action)))
1334- gtk_widget_grab_focus (app->search_entry);
1335- else
1336- gtk_widget_grab_focus (app->tree);
1337- } else {
1338- proctable_freeze (app);
1339-
1340- gtk_widget_hide (app->end_process_button);
1341- gtk_widget_hide (app->search_button);
1342- gtk_widget_hide (app->process_menu_button);
1343-
1344- update_sensitivity (app);
1345- }
1346-
1347- if (strcmp (current_page, "resources") == 0) {
1348- load_graph_start (app->cpu_graph);
1349- load_graph_start (app->mem_graph);
1350- load_graph_start (app->net_graph);
1351- } else {
1352- load_graph_stop (app->cpu_graph);
1353- load_graph_stop (app->mem_graph);
1354- load_graph_stop (app->net_graph);
1355- }
1356-
1357- if (strcmp (current_page, "disks") == 0) {
1358- disks_update (app);
1359- disks_thaw (app);
1360- } else {
1361- disks_freeze (app);
1362- }
1363-}
1364-
1365-static void
1366-cb_change_current_page (GtkStack *stack, GParamSpec *pspec, gpointer data)
1367-{
1368- update_page_activities ((GsmApplication *)data);
1369-}
1370-
1371-static gboolean
1372-cb_main_window_delete (GtkWidget *window, GdkEvent *event, gpointer data)
1373-{
1374- GsmApplication *app = (GsmApplication *) data;
1375-
1376- app->shutdown ();
1377-
1378- return TRUE;
1379-}
1380-
1381-static gboolean
1382-cb_main_window_state_changed (GtkWidget *window, GdkEventWindowState *event, gpointer data)
1383-{
1384- GsmApplication *app = (GsmApplication *) data;
1385- gchar * current_page = g_settings_get_string (app->settings, GSM_SETTING_CURRENT_TAB);
1386- if (event->new_window_state & GDK_WINDOW_STATE_BELOW ||
1387- event->new_window_state & GDK_WINDOW_STATE_ICONIFIED ||
1388- event->new_window_state & GDK_WINDOW_STATE_WITHDRAWN)
1389- {
1390- if (strcmp (current_page, "processes") == 0) {
1391- proctable_freeze (app);
1392- } else if (strcmp (current_page, "resources") == 0) {
1393- load_graph_stop (app->cpu_graph);
1394- load_graph_stop (app->mem_graph);
1395- load_graph_stop (app->net_graph);
1396- } else if (strcmp (current_page, "disks") == 0) {
1397- disks_freeze (app);
1398- }
1399- } else {
1400- if (strcmp (current_page, "processes") == 0) {
1401- proctable_update (app);
1402- proctable_thaw (app);
1403- } else if (strcmp (current_page, "resources") == 0) {
1404- load_graph_start (app->cpu_graph);
1405- load_graph_start (app->mem_graph);
1406- load_graph_start (app->net_graph);
1407- } else if (strcmp (current_page, "disks") == 0) {
1408- disks_update (app);
1409- disks_thaw (app);
1410- }
1411- }
1412- return FALSE;
1413-}
1414-
1415-void
1416-create_main_window (GsmApplication *app)
1417-{
1418- GtkWidget *main_window;
1419- GtkWidget *stack;
1420- GtkWidget *process_menu_button;
1421- GMenuModel *process_menu_model;
1422-
1423- int width, height, xpos, ypos;
1424-
1425- GtkBuilder *builder = gtk_builder_new();
1426- gtk_builder_add_from_resource (builder, "/org/gnome/gnome-system-monitor/data/interface.ui", NULL);
1427- gtk_builder_add_from_resource (builder, "/org/gnome/gnome-system-monitor/data/menus.ui", NULL);
1428-
1429- main_window = GTK_WIDGET (gtk_builder_get_object (builder, "main_window"));
1430- gtk_window_set_application (GTK_WINDOW (main_window), app->gobj());
1431- gtk_widget_set_name (main_window, "gnome-system-monitor");
1432- app->main_window = main_window;
1433-
1434- g_settings_get (app->settings, GSM_SETTING_WINDOW_STATE, "(iiii)",
1435- &width, &height, &xpos, &ypos);
1436- width = CLAMP (width, 50, gdk_screen_width ());
1437- height = CLAMP (height, 50, gdk_screen_height ());
1438-
1439- gtk_window_set_default_size (GTK_WINDOW (main_window), width, height);
1440- gtk_window_move (GTK_WINDOW (main_window), xpos, ypos);
1441- if (g_settings_get_boolean (app->settings, GSM_SETTING_MAXIMIZED))
1442- gtk_window_maximize (GTK_WINDOW (main_window));
1443-
1444- app->process_menu_button = process_menu_button = GTK_WIDGET (gtk_builder_get_object (builder, "process_menu_button"));
1445- process_menu_model = G_MENU_MODEL (gtk_builder_get_object (builder, "process-window-menu"));
1446- gtk_menu_button_set_menu_model (GTK_MENU_BUTTON (process_menu_button), process_menu_model);
1447-
1448- app->end_process_button = GTK_WIDGET (gtk_builder_get_object (builder, "end_process_button"));
1449-
1450- app->search_button = GTK_WIDGET (gtk_builder_get_object (builder, "search_button"));
1451-
1452- GActionEntry win_action_entries[] = {
1453- { "about", on_activate_about, NULL, NULL, NULL },
1454- { "search", on_activate_search, "b", "false", NULL },
1455- { "send-signal-stop", on_activate_send_signal, "i", NULL, NULL },
1456- { "send-signal-cont", on_activate_send_signal, "i", NULL, NULL },
1457- { "send-signal-end", on_activate_send_signal, "i", NULL, NULL },
1458- { "send-signal-kill", on_activate_send_signal, "i", NULL, NULL },
1459- { "priority", on_activate_priority, "i", "@i 0", change_priority_state },
1460- { "memory-maps", on_activate_memory_maps, NULL, NULL, NULL },
1461- { "open-files", on_activate_open_files, NULL, NULL, NULL },
1462- { "process-properties", on_activate_process_properties, NULL, NULL, NULL },
1463- { "refresh", on_activate_refresh, NULL, NULL, NULL },
1464- { "show-page", on_activate_radio, "s", "'resources'", change_show_page_state },
1465- { "show-whose-processes", on_activate_radio, "s", "'all'", change_show_processes_state },
1466- { "show-dependencies", on_activate_toggle, NULL, "false", change_show_dependencies_state }
1467- };
1468-
1469- g_action_map_add_action_entries (G_ACTION_MAP (main_window),
1470- win_action_entries,
1471- G_N_ELEMENTS (win_action_entries),
1472- app);
1473-
1474- GdkScreen* screen = gtk_widget_get_screen(main_window);
1475- GdkVisual* visual = gdk_screen_get_rgba_visual(screen);
1476-
1477- /* use visual, if available */
1478- if (visual)
1479- gtk_widget_set_visual(main_window, visual);
1480-
1481- /* create the main stack */
1482- app->stack = stack = GTK_WIDGET (gtk_builder_get_object (builder, "stack"));
1483-
1484- create_proc_view(app, builder);
1485-
1486- create_sys_view (app, builder);
1487-
1488- create_disk_view (app, builder);
1489-
1490- g_settings_bind (app->settings, GSM_SETTING_CURRENT_TAB, stack, "visible-child-name", G_SETTINGS_BIND_DEFAULT);
1491-
1492- g_signal_connect (G_OBJECT (stack), "notify::visible-child",
1493- G_CALLBACK (cb_change_current_page), app);
1494-
1495- g_signal_connect (G_OBJECT (main_window), "delete_event",
1496- G_CALLBACK (cb_main_window_delete),
1497- app);
1498- g_signal_connect (G_OBJECT (main_window), "window-state-event",
1499- G_CALLBACK (cb_main_window_state_changed),
1500- app);
1501-
1502- GAction *action;
1503- action = g_action_map_lookup_action (G_ACTION_MAP (main_window),
1504- "show-dependencies");
1505- g_action_change_state (action,
1506- g_settings_get_value (app->settings, GSM_SETTING_SHOW_DEPENDENCIES));
1507-
1508-
1509- action = g_action_map_lookup_action (G_ACTION_MAP (main_window),
1510- "show-whose-processes");
1511- g_action_change_state (action,
1512- g_settings_get_value (app->settings, GSM_SETTING_SHOW_WHOSE_PROCESSES));
1513-
1514- gtk_widget_show (main_window);
1515-
1516- update_page_activities (app);
1517-
1518- g_object_unref (G_OBJECT (builder));
1519-}
1520-
1521-void
1522-update_sensitivity(GsmApplication *app)
1523-{
1524- const char * const selected_actions[] = { "send-signal-stop",
1525- "send-signal-cont",
1526- "send-signal-end",
1527- "send-signal-kill",
1528- "priority",
1529- "memory-maps",
1530- "open-files",
1531- "process-properties" };
1532-
1533- const char * const processes_actions[] = { "refresh",
1534- "search",
1535- "show-whose-processes",
1536- "show-dependencies" };
1537-
1538- size_t i;
1539- gboolean processes_sensitivity, selected_sensitivity;
1540- GAction *action;
1541-
1542- processes_sensitivity = (strcmp (gtk_stack_get_visible_child_name (GTK_STACK (app->stack)), "processes") == 0);
1543- selected_sensitivity = gtk_tree_selection_count_selected_rows (app->selection) > 0;
1544-
1545- for (i = 0; i != G_N_ELEMENTS (processes_actions); ++i) {
1546- action = g_action_map_lookup_action (G_ACTION_MAP (app->main_window),
1547- processes_actions[i]);
1548- g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
1549- processes_sensitivity);
1550- }
1551-
1552- for (i = 0; i != G_N_ELEMENTS (selected_actions); ++i) {
1553- action = g_action_map_lookup_action (G_ACTION_MAP (app->main_window),
1554- selected_actions[i]);
1555- g_simple_action_set_enabled (G_SIMPLE_ACTION (action),
1556- processes_sensitivity & selected_sensitivity);
1557- }
1558-
1559- gtk_revealer_set_reveal_child (GTK_REVEALER (app->proc_actionbar_revealer),
1560- selected_sensitivity);
1561-}
1562
1563=== removed file '.pc/applied-patches'
1564--- .pc/applied-patches 2015-02-02 17:03:04 +0000
1565+++ .pc/applied-patches 1970-01-01 00:00:00 +0000
1566@@ -1,2 +0,0 @@
1567-0001-Use-traditional-titlebars-on-GNOME-DE-s.patch
1568-0001-Don-t-set-titlebar-class-when-using-headerbar-widget.patch
1569
1570=== modified file 'ChangeLog'
1571--- ChangeLog 2015-02-02 17:03:04 +0000
1572+++ ChangeLog 2015-02-13 21:20:18 +0000
1573@@ -1,3 +1,125 @@
1574+2015-01-10 Robert Roth <robert.roth.off@gmail.com>
1575+
1576+ Removed iconthemewrapper
1577+
1578+2015-01-03 Robert Roth <robert.roth.off@gmail.com>
1579+
1580+ Removed dummy process with 0 PID
1581+
1582+2015-01-03 Benoît Dejean <bdejean@gmail.com>
1583+
1584+ Initialize all MemMapsData members.
1585+
1586+ https://bugzilla.gnome.org/show_bug.cgi?id=742070
1587+
1588+2015-01-03 Benoît Dejean <bdejean@gmail.com>
1589+
1590+ Initialize all members of GUI and make it NonCopyable.
1591+
1592+ https://bugzilla.gnome.org/show_bug.cgi?id=742070
1593+
1594+2015-01-03 Benoît Dejean <bdejean@gmail.com>
1595+
1596+ Initialize all LoadGraph and OptionGroup members.
1597+
1598+ https://bugzilla.gnome.org/show_bug.cgi?id=742070
1599+
1600+2015-01-03 Benoît Dejean <bdejean@gmail.com>
1601+
1602+ Initialize all members of ProcConfig, MutableProcInfo and GsmApplication. And make them NonCopyable.
1603+
1604+ https://bugzilla.gnome.org/show_bug.cgi?id=742070
1605+
1606+2015-01-03 Benoît Dejean <bdejean@gmail.com>
1607+
1608+ Initialize all ProcInfo members.
1609+
1610+ https://bugzilla.gnome.org/show_bug.cgi?id=742070
1611+
1612+2015-01-03 Benoît Dejean <bdejean@gmail.com>
1613+
1614+ Initialize all SmoothRefresh members.
1615+
1616+ https://bugzilla.gnome.org/show_bug.cgi?id=742070
1617+
1618+2015-01-03 Benoît Dejean <bdejean@gmail.com>
1619+
1620+ Make SmoothRefresh non-copyable.
1621+
1622+ https://bugzilla.gnome.org/show_bug.cgi?id=742070
1623+
1624+2015-01-03 Benoît Dejean <bdejean@gmail.com>
1625+
1626+ Make LoadGraph non-copyable.
1627+
1628+ https://bugzilla.gnome.org/show_bug.cgi?id=742070
1629+
1630+2015-01-03 Benoît Dejean <bdejean@gmail.com>
1631+
1632+ Define a helper NonCopyable base class.
1633+
1634+ https://bugzilla.gnome.org/show_bug.cgi?id=742070
1635+
1636+2015-01-03 Benoît Dejean <bdejean@gmail.com>
1637+
1638+ Test & fix for pid=0
1639+
1640+ https://bugzilla.gnome.org/show_bug.cgi?id=742070
1641+
1642+2014-12-15 Robert Roth <robert.roth.off@gmail.com>
1643+
1644+ Release 3.15.3
1645+
1646+2014-12-08 Tim Lunn <tim@feathertop.org>
1647+
1648+ Don't set "titlebar" class when using headerbar widget as a toolbar
1649+
1650+ https://bugzilla.gnome.org/show_bug.cgi?id=741236
1651+
1652+2014-12-06 Trần Ngọc Quân <vnwildman@gmail.com>
1653+
1654+ Updated Vietnamses translation
1655+
1656+ Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
1657+
1658+2014-12-04 Robert Roth <robert.roth.off@gmail.com>
1659+
1660+ Fixed bogus assignment (bgo #738110)
1661+
1662+2014-12-04 Tim Lunn <tim@feathertop.org>
1663+
1664+ Use traditional titlebars on !GNOME DE's
1665+
1666+ https://bugzilla.gnome.org/show_bug.cgi?id=741044
1667+
1668+2014-11-17 Duarte Loreto <happyguy_pt@hotmail.com>
1669+
1670+ Updated Portuguese translation
1671+
1672+2014-11-03 Timo Jyrinki <timo@debian.org>
1673+
1674+ Change Finnish translation team web page to l10n.gnome.org
1675+
1676+2014-10-30 Baurzhan Muftakhidinov <baurthefirst@gmail.com>
1677+
1678+ Added Kazakh translation
1679+
1680+2014-10-28 Robert Roth <robert.roth.off@gmail.com>
1681+
1682+ Release 3.15.1
1683+
1684+2014-10-20 Robert Roth <robert.roth.off@gmail.com>
1685+
1686+ Do not ship executables (bgo #738752)
1687+
1688+2014-10-15 Robert Roth <robert.roth.off@gmail.com>
1689+
1690+ Added padding before search button (bgo #735302)
1691+
1692+2014-10-14 Kalev Lember <kalevlember@gmail.com>
1693+
1694+ Fix desktop file keywords translation syntax error
1695+
1696 2014-10-13 Matthias Clasen <mclasen@redhat.com>
1697
1698 Ensure icons are at the right size
1699@@ -7,17 +129,9 @@
1700
1701 https://bugzilla.gnome.org/show_bug.cgi?id=738467
1702
1703-2014-10-13 Robert Roth <robert.roth.off@gmail.com>
1704-
1705- Disable internal polkit agent (bgo #737098)
1706-
1707-2014-10-10 Sweta Kothari <swkothar@redhat.com>
1708-
1709- Updated gujarati translations
1710-
1711-2014-10-10 Sweta Kothari <swkothar@redhat.com>
1712-
1713- Updated gujarati translations
1714+2014-10-13 David King <amigadave@amigadave.com>
1715+
1716+ Fix Czech help translation
1717
1718 2014-10-10 Arash Mousavi <mousavi.arash@gmail.com>
1719
1720@@ -27,22 +141,28 @@
1721
1722 Updated Bulgarian translation
1723
1724-2014-10-08 Saibal Ray <sray@redhat.com>
1725-
1726- Updated Bengali (India) translation
1727-
1728 2014-10-05 Milo Casagrande <milo@ubuntu.com>
1729
1730 Updated Italian translation
1731
1732-2014-09-25 Мирослав Николић <miroslavnikolic@rocketmail.com>
1733-
1734- Updated Serbian translation
1735+2014-09-25 Saibal Ray <sray@redhat.com>
1736+
1737+ Updated Bengali (India) translation
1738+
1739+2014-09-24 Robert Roth <robert.roth.off@gmail.com>
1740+
1741+ Disable internal polkit agent (bgo #737098)
1742
1743 2014-09-23 Krishnababu Krothapalli <k.meetme@gmail.com>
1744
1745 Updated Telugu translation
1746
1747+2014-09-22 Kalev Lember <kalevlember@gmail.com>
1748+
1749+ Fix Ukrainian translation for desktop file keywords
1750+
1751+ It's a string list and must be terminated with a semicolon.
1752+
1753 2014-09-22 Robert Roth <robert.roth.off@gmail.com>
1754
1755 Release 3.14.0
1756
1757=== modified file 'Makefile.am'
1758--- Makefile.am 2015-02-02 17:03:04 +0000
1759+++ Makefile.am 2015-02-13 21:20:18 +0000
1760@@ -15,10 +15,6 @@
1761 pixmaps/download.svg \
1762 pixmaps/upload.svg
1763
1764-runnabledir = $(pkglibexecdir)
1765-runnable_SCRIPTS = scripts/gsm-renice \
1766- scripts/gsm-kill
1767-
1768 org.gnome.gnome-system-monitor.policy.in: org.gnome.gnome-system-monitor.policy.in.in Makefile
1769 $(AM_V_GEN) sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@
1770
1771@@ -26,7 +22,6 @@
1772 $(ui_files) \
1773 $(appdata_in_files) \
1774 $(pixmap_files) \
1775- $(runnable_SCRIPTS) \
1776 org.gnome.gnome-system-monitor.policy.in.in \
1777 gnome-system-monitor.desktop.in \
1778 gnome-system-monitor-kde.desktop.in \
1779
1780=== modified file 'Makefile.in'
1781--- Makefile.in 2015-02-02 17:03:04 +0000
1782+++ Makefile.in 2015-02-13 21:20:18 +0000
1783@@ -14,7 +14,6 @@
1784
1785 @SET_MAKE@
1786
1787-
1788 VPATH = @srcdir@
1789 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
1790 am__make_running_with_option = \
1791@@ -102,6 +101,33 @@
1792 CONFIG_CLEAN_FILES = gnome-system-monitor.desktop.in \
1793 gnome-system-monitor-kde.desktop.in
1794 CONFIG_CLEAN_VPATH_FILES =
1795+AM_V_P = $(am__v_P_@AM_V@)
1796+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
1797+am__v_P_0 = false
1798+am__v_P_1 = :
1799+AM_V_GEN = $(am__v_GEN_@AM_V@)
1800+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
1801+am__v_GEN_0 = @echo " GEN " $@;
1802+am__v_GEN_1 =
1803+AM_V_at = $(am__v_at_@AM_V@)
1804+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
1805+am__v_at_0 = @
1806+am__v_at_1 =
1807+SOURCES =
1808+DIST_SOURCES =
1809+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
1810+ ctags-recursive dvi-recursive html-recursive info-recursive \
1811+ install-data-recursive install-dvi-recursive \
1812+ install-exec-recursive install-html-recursive \
1813+ install-info-recursive install-pdf-recursive \
1814+ install-ps-recursive install-recursive installcheck-recursive \
1815+ installdirs-recursive pdf-recursive ps-recursive \
1816+ tags-recursive uninstall-recursive
1817+am__can_run_installinfo = \
1818+ case $$AM_UPDATE_INFO_DIR in \
1819+ n|no|NO) false;; \
1820+ *) (install-info --version) >/dev/null 2>&1;; \
1821+ esac
1822 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
1823 am__vpath_adj = case $$p in \
1824 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
1825@@ -129,37 +155,8 @@
1826 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
1827 $(am__cd) "$$dir" && rm -f $$files; }; \
1828 }
1829-am__installdirs = "$(DESTDIR)$(runnabledir)" \
1830- "$(DESTDIR)$(Applicationsdir)" "$(DESTDIR)$(appdatadir)" \
1831- "$(DESTDIR)$(polkit_policydir)"
1832-SCRIPTS = $(runnable_SCRIPTS)
1833-AM_V_P = $(am__v_P_@AM_V@)
1834-am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
1835-am__v_P_0 = false
1836-am__v_P_1 = :
1837-AM_V_GEN = $(am__v_GEN_@AM_V@)
1838-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
1839-am__v_GEN_0 = @echo " GEN " $@;
1840-am__v_GEN_1 =
1841-AM_V_at = $(am__v_at_@AM_V@)
1842-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
1843-am__v_at_0 = @
1844-am__v_at_1 =
1845-SOURCES =
1846-DIST_SOURCES =
1847-RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
1848- ctags-recursive dvi-recursive html-recursive info-recursive \
1849- install-data-recursive install-dvi-recursive \
1850- install-exec-recursive install-html-recursive \
1851- install-info-recursive install-pdf-recursive \
1852- install-ps-recursive install-recursive installcheck-recursive \
1853- installdirs-recursive pdf-recursive ps-recursive \
1854- tags-recursive uninstall-recursive
1855-am__can_run_installinfo = \
1856- case $$AM_UPDATE_INFO_DIR in \
1857- n|no|NO) false;; \
1858- *) (install-info --version) >/dev/null 2>&1;; \
1859- esac
1860+am__installdirs = "$(DESTDIR)$(Applicationsdir)" \
1861+ "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(polkit_policydir)"
1862 DATA = $(Applications_DATA) $(appdata_DATA) $(dist_noinst_DATA) \
1863 $(polkit_policy_DATA)
1864 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
1865@@ -410,15 +407,10 @@
1866 pixmaps/download.svg \
1867 pixmaps/upload.svg
1868
1869-runnabledir = $(pkglibexecdir)
1870-runnable_SCRIPTS = scripts/gsm-renice \
1871- scripts/gsm-kill
1872-
1873 EXTRA_DIST = \
1874 $(ui_files) \
1875 $(appdata_in_files) \
1876 $(pixmap_files) \
1877- $(runnable_SCRIPTS) \
1878 org.gnome.gnome-system-monitor.policy.in.in \
1879 gnome-system-monitor.desktop.in \
1880 gnome-system-monitor-kde.desktop.in \
1881@@ -514,41 +506,6 @@
1882 cd $(top_builddir) && $(SHELL) ./config.status $@
1883 gnome-system-monitor-kde.desktop.in: $(top_builddir)/config.status $(srcdir)/gnome-system-monitor-kde.desktop.in.in
1884 cd $(top_builddir) && $(SHELL) ./config.status $@
1885-install-runnableSCRIPTS: $(runnable_SCRIPTS)
1886- @$(NORMAL_INSTALL)
1887- @list='$(runnable_SCRIPTS)'; test -n "$(runnabledir)" || list=; \
1888- if test -n "$$list"; then \
1889- echo " $(MKDIR_P) '$(DESTDIR)$(runnabledir)'"; \
1890- $(MKDIR_P) "$(DESTDIR)$(runnabledir)" || exit 1; \
1891- fi; \
1892- for p in $$list; do \
1893- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1894- if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
1895- done | \
1896- sed -e 'p;s,.*/,,;n' \
1897- -e 'h;s|.*|.|' \
1898- -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
1899- $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
1900- { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1901- if ($$2 == $$4) { files[d] = files[d] " " $$1; \
1902- if (++n[d] == $(am__install_max)) { \
1903- print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
1904- else { print "f", d "/" $$4, $$1 } } \
1905- END { for (d in files) print "f", d, files[d] }' | \
1906- while read type dir files; do \
1907- if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1908- test -z "$$files" || { \
1909- echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(runnabledir)$$dir'"; \
1910- $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(runnabledir)$$dir" || exit $$?; \
1911- } \
1912- ; done
1913-
1914-uninstall-runnableSCRIPTS:
1915- @$(NORMAL_UNINSTALL)
1916- @list='$(runnable_SCRIPTS)'; test -n "$(runnabledir)" || exit 0; \
1917- files=`for p in $$list; do echo "$$p"; done | \
1918- sed -e 's,.*/,,;$(transform)'`; \
1919- dir='$(DESTDIR)$(runnabledir)'; $(am__uninstall_files_from_dir)
1920
1921 mostlyclean-libtool:
1922 -rm -f *.lo
1923@@ -921,10 +878,10 @@
1924 check-am: all-am
1925 $(MAKE) $(AM_MAKEFLAGS) check-local
1926 check: check-recursive
1927-all-am: Makefile $(SCRIPTS) $(DATA) config.h
1928+all-am: Makefile $(DATA) config.h
1929 installdirs: installdirs-recursive
1930 installdirs-am:
1931- for dir in "$(DESTDIR)$(runnabledir)" "$(DESTDIR)$(Applicationsdir)" "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(polkit_policydir)"; do \
1932+ for dir in "$(DESTDIR)$(Applicationsdir)" "$(DESTDIR)$(appdatadir)" "$(DESTDIR)$(polkit_policydir)"; do \
1933 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1934 done
1935 install: install-recursive
1936@@ -981,7 +938,7 @@
1937 info-am:
1938
1939 install-data-am: install-ApplicationsDATA install-appdataDATA \
1940- install-polkit_policyDATA install-runnableSCRIPTS
1941+ install-polkit_policyDATA
1942
1943 install-dvi: install-dvi-recursive
1944
1945@@ -1028,7 +985,7 @@
1946 ps-am:
1947
1948 uninstall-am: uninstall-ApplicationsDATA uninstall-appdataDATA \
1949- uninstall-polkit_policyDATA uninstall-runnableSCRIPTS
1950+ uninstall-polkit_policyDATA
1951
1952 .MAKE: $(am__recursive_targets) all check-am install-am install-strip
1953
1954@@ -1045,13 +1002,12 @@
1955 install-exec install-exec-am install-html install-html-am \
1956 install-info install-info-am install-man install-pdf \
1957 install-pdf-am install-polkit_policyDATA install-ps \
1958- install-ps-am install-runnableSCRIPTS install-strip \
1959- installcheck installcheck-am installdirs installdirs-am \
1960- maintainer-clean maintainer-clean-generic mostlyclean \
1961- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1962- tags tags-am uninstall uninstall-ApplicationsDATA uninstall-am \
1963- uninstall-appdataDATA uninstall-polkit_policyDATA \
1964- uninstall-runnableSCRIPTS
1965+ install-ps-am install-strip installcheck installcheck-am \
1966+ installdirs installdirs-am maintainer-clean \
1967+ maintainer-clean-generic mostlyclean mostlyclean-generic \
1968+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1969+ uninstall-ApplicationsDATA uninstall-am uninstall-appdataDATA \
1970+ uninstall-polkit_policyDATA
1971
1972
1973 org.gnome.gnome-system-monitor.policy.in: org.gnome.gnome-system-monitor.policy.in.in Makefile
1974
1975=== modified file 'NEWS'
1976--- NEWS 2015-02-02 17:03:04 +0000
1977+++ NEWS 2015-02-13 21:20:18 +0000
1978@@ -1,18 +1,37 @@
1979-New in 3.14.1 - 13 October 2014
1980-
1981-* added/updated translations
1982- bg, courtesy of Krasimir Chonov
1983+New in 3.15.4 - 19 January 2015
1984+
1985+List of fixed bugs
1986+ 742070 fixed freebsd crasher caused by PID 0
1987+
1988+New in 3.15.3 - 15 December 2014
1989+
1990+* added/updated translations
1991+ fi, courtesy of Jiri Grönroos
1992+ kk, courtesy of Baurzhan Muftakhidinov
1993+ pt, courtesy of Pedro Albuquerque
1994+ vi, courtesy of Trần Ngọc Quân
1995+
1996+List of fixed bugs
1997+ 738110 fixed bogus assignment
1998+ 741044 Use traditional titlebars on non-gnome
1999+ 741234 Don't set titlebar when using headerbar as toolbar
2000+
2001+New in 3.15.1 - 27 October 2014
2002+
2003+* added/updated translations
2004+ bg, courtesy of Krasimir Chonov
2005 bn_IN, courtesy of Saibal Ray
2006- fa, courtesy of Arash Mousavi
2007- gu, courtesy of Sweta Kothari
2008- it, courtesy of Milo Casagrande
2009- sr, courtesy of Мирослав Николић
2010- sr@latin, courtesy of Miroslav Nikolić
2011- te, courtesy of Krishnababu Krothapalli
2012+ cs, courtesy of Marek Černocký
2013+ fa, courtesy of Arash Mousavi
2014+ it, courtesy of Milo Casagrande
2015+ te, courtesy of Krishnababu Krothapalli
2016+ uk, courtesy of Daniel Korostil
2017
2018 List of fixed bugs
2019- 737098 polkit console auth agent freezing xsession
2020- 738467 some icons are enormously large
2021+ 737098 disable internal polkit agent to avoid x freeze
2022+ 738467 ensure icons are at the right size
2023+ 735302 added padding before search buttons
2024+ 738752 do not ship executables in the tarball
2025
2026 New in 3.14.0 - 22 September 2014
2027
2028
2029=== modified file 'aclocal.m4'
2030--- aclocal.m4 2015-02-02 17:03:04 +0000
2031+++ aclocal.m4 2015-02-13 21:20:18 +0000
2032@@ -704,7 +704,7 @@
2033 EXTRA_DIST += $(foreach f,$(HELP_MEDIA),$(foreach lc,$(HELP_LINGUAS),$(wildcard $(lc)/$(f))))
2034
2035 distdir: distdir-help-files
2036-distdir-help-files:
2037+distdir-help-files: $(_HELP_LC_FILES)
2038 @for lc in C $(if $(YELP_LC_DIST),$(HELP_LINGUAS)) ; do \
2039 $(MKDIR_P) "$(distdir)/$$lc"; \
2040 for file in $(HELP_FILES); do \
2041@@ -733,7 +733,7 @@
2042
2043 .PHONY: install-help
2044 install-data-am: $(if $(HELP_ID),install-help)
2045-install-help:
2046+install-help: $(_HELP_LC_FILES)
2047 @for lc in C $(_HELP_LINGUAS); do \
2048 $(mkinstalldirs) "$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)" || exit 1; \
2049 done
2050
2051=== modified file 'configure'
2052--- configure 2015-02-02 17:03:04 +0000
2053+++ configure 2015-02-13 21:20:18 +0000
2054@@ -1,6 +1,6 @@
2055 #! /bin/sh
2056 # Guess values for system-dependent variables and create Makefiles.
2057-# Generated by GNU Autoconf 2.69 for gnome-system-monitor 3.14.1.
2058+# Generated by GNU Autoconf 2.69 for gnome-system-monitor 3.15.4.
2059 #
2060 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=system-monitor>.
2061 #
2062@@ -591,8 +591,8 @@
2063 # Identity of this package.
2064 PACKAGE_NAME='gnome-system-monitor'
2065 PACKAGE_TARNAME='gnome-system-monitor'
2066-PACKAGE_VERSION='3.14.1'
2067-PACKAGE_STRING='gnome-system-monitor 3.14.1'
2068+PACKAGE_VERSION='3.15.4'
2069+PACKAGE_STRING='gnome-system-monitor 3.15.4'
2070 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=system-monitor'
2071 PACKAGE_URL=''
2072
2073@@ -1417,7 +1417,7 @@
2074 # Omit some internal or obsolete options to make the list less imposing.
2075 # This message is too long to be a string in the A/UX 3.1 sh.
2076 cat <<_ACEOF
2077-\`configure' configures gnome-system-monitor 3.14.1 to adapt to many kinds of systems.
2078+\`configure' configures gnome-system-monitor 3.15.4 to adapt to many kinds of systems.
2079
2080 Usage: $0 [OPTION]... [VAR=VALUE]...
2081
2082@@ -1488,7 +1488,7 @@
2083
2084 if test -n "$ac_init_help"; then
2085 case $ac_init_help in
2086- short | recursive ) echo "Configuration of gnome-system-monitor 3.14.1:";;
2087+ short | recursive ) echo "Configuration of gnome-system-monitor 3.15.4:";;
2088 esac
2089 cat <<\_ACEOF
2090
2091@@ -1632,7 +1632,7 @@
2092 test -n "$ac_init_help" && exit $ac_status
2093 if $ac_init_version; then
2094 cat <<\_ACEOF
2095-gnome-system-monitor configure 3.14.1
2096+gnome-system-monitor configure 3.15.4
2097 generated by GNU Autoconf 2.69
2098
2099 Copyright (C) 2012 Free Software Foundation, Inc.
2100@@ -2098,7 +2098,7 @@
2101 This file contains any messages produced by compilers while
2102 running configure, to aid debugging if configure makes a mistake.
2103
2104-It was created by gnome-system-monitor $as_me 3.14.1, which was
2105+It was created by gnome-system-monitor $as_me 3.15.4, which was
2106 generated by GNU Autoconf 2.69. Invocation command line was
2107
2108 $ $0 $@
2109@@ -2967,7 +2967,7 @@
2110
2111 # Define the identity of the package.
2112 PACKAGE='gnome-system-monitor'
2113- VERSION='3.14.1'
2114+ VERSION='3.15.4'
2115
2116
2117 cat >>confdefs.h <<_ACEOF
2118@@ -17300,7 +17300,7 @@
2119 EXTRA_DIST += $(foreach f,$(HELP_MEDIA),$(foreach lc,$(HELP_LINGUAS),$(wildcard $(lc)/$(f))))
2120
2121 distdir: distdir-help-files
2122-distdir-help-files:
2123+distdir-help-files: $(_HELP_LC_FILES)
2124 @for lc in C $(if $(YELP_LC_DIST),$(HELP_LINGUAS)) ; do \
2125 $(MKDIR_P) "$(distdir)/$$lc"; \
2126 for file in $(HELP_FILES); do \
2127@@ -17329,7 +17329,7 @@
2128
2129 .PHONY: install-help
2130 install-data-am: $(if $(HELP_ID),install-help)
2131-install-help:
2132+install-help: $(_HELP_LC_FILES)
2133 @for lc in C $(_HELP_LINGUAS); do \
2134 $(mkinstalldirs) "$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)" || exit 1; \
2135 done
2136@@ -17946,7 +17946,7 @@
2137 # report actual input values of CONFIG_FILES etc. instead of their
2138 # values after options handling.
2139 ac_log="
2140-This file was extended by gnome-system-monitor $as_me 3.14.1, which was
2141+This file was extended by gnome-system-monitor $as_me 3.15.4, which was
2142 generated by GNU Autoconf 2.69. Invocation command line was
2143
2144 CONFIG_FILES = $CONFIG_FILES
2145@@ -18012,7 +18012,7 @@
2146 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
2147 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
2148 ac_cs_version="\\
2149-gnome-system-monitor config.status 3.14.1
2150+gnome-system-monitor config.status 3.15.4
2151 configured by $0, generated by GNU Autoconf 2.69,
2152 with options \\"\$ac_cs_config\\"
2153
2154
2155=== modified file 'configure.ac'
2156--- configure.ac 2015-02-02 17:03:04 +0000
2157+++ configure.ac 2015-02-13 21:20:18 +0000
2158@@ -2,7 +2,7 @@
2159 AC_PREREQ([2.63])
2160
2161 AC_INIT([gnome-system-monitor],
2162- [3.14.1],
2163+ [3.15.4],
2164 [http://bugzilla.gnome.org/enter_bug.cgi?product=system-monitor],
2165 [gnome-system-monitor])
2166
2167
2168=== modified file 'data/interface.ui'
2169--- data/interface.ui 2015-02-02 17:03:04 +0000
2170+++ data/interface.ui 2015-02-13 21:20:18 +0000
2171@@ -40,6 +40,7 @@
2172 <property name="visible">True</property>
2173 <property name="active">False</property>
2174 <property name="valign">center</property>
2175+ <property name="margin_start">6</property>
2176 <property name="action_name">win.search</property>
2177 <property name="action_target">@b false</property>
2178 <style>
2179
2180=== modified file 'debian/changelog'
2181--- debian/changelog 2015-02-02 17:03:04 +0000
2182+++ debian/changelog 2015-02-13 21:20:18 +0000
2183@@ -1,3 +1,11 @@
2184+gnome-system-monitor (3.15.4-0ubuntu1) vivid; urgency=medium
2185+
2186+ * New upstream release.
2187+ * Drop patches, fixed upstream
2188+ * Change appdata-tools b-dep to appstream-util
2189+
2190+ -- Jackson Doak <noskcaj@ubuntu.com> Wed, 11 Feb 2015 17:15:36 +1100
2191+
2192 gnome-system-monitor (3.14.1-1ubuntu1) vivid; urgency=medium
2193
2194 * Cherry-pick upstream patches from Tim Lunn to show the headerbar as a
2195
2196=== modified file 'debian/control'
2197--- debian/control 2015-02-02 17:03:04 +0000
2198+++ debian/control 2015-02-13 21:20:18 +0000
2199@@ -5,9 +5,10 @@
2200 Source: gnome-system-monitor
2201 Section: gnome
2202 Priority: optional
2203-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
2204+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
2205+XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
2206 Uploaders: Andreas Henriksson <andreas@fatal.se>, Laurent Bigonville <bigon@debian.org>
2207-Build-Depends: appdata-tools,
2208+Build-Depends: appstream-util,
2209 cdbs,
2210 debhelper (>= 8),
2211 desktop-file-utils,
2212
2213=== modified file 'debian/control.in'
2214--- debian/control.in 2015-02-02 17:03:04 +0000
2215+++ debian/control.in 2015-02-13 21:20:18 +0000
2216@@ -1,9 +1,10 @@
2217 Source: gnome-system-monitor
2218 Section: gnome
2219 Priority: optional
2220-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
2221+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
2222+XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
2223 Uploaders: @GNOME_TEAM@
2224-Build-Depends: appdata-tools,
2225+Build-Depends: appstream-util,
2226 cdbs,
2227 debhelper (>= 8),
2228 desktop-file-utils,
2229
2230=== removed file 'debian/patches/0001-Don-t-set-titlebar-class-when-using-headerbar-widget.patch'
2231--- debian/patches/0001-Don-t-set-titlebar-class-when-using-headerbar-widget.patch 2015-02-02 17:03:04 +0000
2232+++ debian/patches/0001-Don-t-set-titlebar-class-when-using-headerbar-widget.patch 1970-01-01 00:00:00 +0000
2233@@ -1,26 +0,0 @@
2234-From 1d7839b7b87ad6a1cc3f31f5d96583e5192fc568 Mon Sep 17 00:00:00 2001
2235-From: Tim Lunn <tim@feathertop.org>
2236-Date: Wed, 3 Dec 2014 07:42:51 +1100
2237-Subject: [PATCH] Don't set "titlebar" class when using headerbar widget as a
2238- toolbar
2239-
2240-https://bugzilla.gnome.org/show_bug.cgi?id=741236
2241----
2242- src/interface.cpp | 1 +
2243- 1 file changed, 1 insertion(+)
2244-
2245-diff --git a/src/interface.cpp b/src/interface.cpp
2246-index b40676e..582bb80 100644
2247---- a/src/interface.cpp
2248-+++ b/src/interface.cpp
2249-@@ -646,6 +646,7 @@ create_main_window (GsmApplication *app)
2250-
2251- mainbox = GTK_WIDGET (gtk_builder_get_object (builder, "main_box"));
2252- headerbar = GTK_WIDGET (gtk_builder_get_object (builder, "header_bar"));
2253-+ gtk_style_context_remove_class (gtk_widget_get_style_context (headerbar), "titlebar");
2254- gtk_window_set_titlebar (GTK_WINDOW (main_window), NULL);
2255- gtk_header_bar_set_show_close_button (GTK_HEADER_BAR (headerbar), FALSE);
2256- gtk_box_pack_start (GTK_BOX(mainbox), headerbar, FALSE, FALSE, 0);
2257---
2258-2.1.4
2259-
2260
2261=== removed file 'debian/patches/0001-Use-traditional-titlebars-on-GNOME-DE-s.patch'
2262--- debian/patches/0001-Use-traditional-titlebars-on-GNOME-DE-s.patch 2015-02-02 17:03:04 +0000
2263+++ debian/patches/0001-Use-traditional-titlebars-on-GNOME-DE-s.patch 1970-01-01 00:00:00 +0000
2264@@ -1,45 +0,0 @@
2265-From a486e06d8ff45cc99508a2b82da96fc5225d3e80 Mon Sep 17 00:00:00 2001
2266-From: Tim Lunn <tim@feathertop.org>
2267-Date: Wed, 3 Dec 2014 07:42:51 +1100
2268-Subject: [PATCH] Use traditional titlebars on !GNOME DE's
2269-
2270-https://bugzilla.gnome.org/show_bug.cgi?id=741044
2271----
2272- src/interface.cpp | 14 ++++++++++++++
2273- 1 file changed, 14 insertions(+)
2274-
2275-diff --git a/src/interface.cpp b/src/interface.cpp
2276-index a9410b3..b40676e 100644
2277---- a/src/interface.cpp
2278-+++ b/src/interface.cpp
2279-@@ -626,6 +626,8 @@ create_main_window (GsmApplication *app)
2280- GtkWidget *process_menu_button;
2281- GMenuModel *process_menu_model;
2282-
2283-+ const char* session;
2284-+
2285- int width, height, xpos, ypos;
2286-
2287- GtkBuilder *builder = gtk_builder_new();
2288-@@ -637,6 +639,18 @@ create_main_window (GsmApplication *app)
2289- gtk_widget_set_name (main_window, "gnome-system-monitor");
2290- app->main_window = main_window;
2291-
2292-+ session = g_getenv ("XDG_CURRENT_DESKTOP");
2293-+ if (session && !strstr (session, "GNOME")){
2294-+ GtkWidget *mainbox;
2295-+ GtkWidget *headerbar;
2296-+
2297-+ mainbox = GTK_WIDGET (gtk_builder_get_object (builder, "main_box"));
2298-+ headerbar = GTK_WIDGET (gtk_builder_get_object (builder, "header_bar"));
2299-+ gtk_window_set_titlebar (GTK_WINDOW (main_window), NULL);
2300-+ gtk_header_bar_set_show_close_button (GTK_HEADER_BAR (headerbar), FALSE);
2301-+ gtk_box_pack_start (GTK_BOX(mainbox), headerbar, FALSE, FALSE, 0);
2302-+ }
2303-+
2304- g_settings_get (app->settings, GSM_SETTING_WINDOW_STATE, "(iiii)",
2305- &width, &height, &xpos, &ypos);
2306- width = CLAMP (width, 50, gdk_screen_width ());
2307---
2308-2.1.4
2309-
2310
2311=== modified file 'debian/patches/series'
2312--- debian/patches/series 2015-02-02 17:03:04 +0000
2313+++ debian/patches/series 2015-02-13 21:20:18 +0000
2314@@ -1,2 +0,0 @@
2315-0001-Use-traditional-titlebars-on-GNOME-DE-s.patch
2316-0001-Don-t-set-titlebar-class-when-using-headerbar-widget.patch
2317
2318=== modified file 'gnome-system-monitor-kde.desktop.in'
2319--- gnome-system-monitor-kde.desktop.in 2015-02-02 17:03:04 +0000
2320+++ gnome-system-monitor-kde.desktop.in 2015-02-13 21:20:18 +0000
2321@@ -12,5 +12,5 @@
2322 X-GNOME-Bugzilla-Bugzilla=GNOME
2323 X-GNOME-Bugzilla-Product=system-monitor
2324 X-GNOME-Bugzilla-Component=general
2325-X-GNOME-Bugzilla-Version=3.14.1
2326+X-GNOME-Bugzilla-Version=3.15.4
2327 _Keywords=Monitor;System;Process;CPU;Memory;Network;History;Usage;
2328
2329=== modified file 'gnome-system-monitor.desktop.in'
2330--- gnome-system-monitor.desktop.in 2015-02-02 17:03:04 +0000
2331+++ gnome-system-monitor.desktop.in 2015-02-13 21:20:18 +0000
2332@@ -12,5 +12,5 @@
2333 X-GNOME-Bugzilla-Bugzilla=GNOME
2334 X-GNOME-Bugzilla-Product=system-monitor
2335 X-GNOME-Bugzilla-Component=general
2336-X-GNOME-Bugzilla-Version=3.14.1
2337+X-GNOME-Bugzilla-Version=3.15.4
2338 _Keywords=Monitor;System;Process;CPU;Memory;Network;History;Usage;Performance;Task;Manager;
2339
2340=== modified file 'help/cs/cs.po'
2341--- help/cs/cs.po 2015-02-02 17:03:04 +0000
2342+++ help/cs/cs.po 2015-02-13 21:20:18 +0000
2343@@ -703,7 +703,7 @@
2344 #. (itstool) path: license/p
2345 #: C/legal.xml:4
2346 msgid "This work is licensed under a <_:link-1/>."
2347-msgstr "Tato práce je licencována pod <_:link-1>."
2348+msgstr "Tato práce je licencována pod <_:link-1/>."
2349
2350 #. (itstool) path: credit/years
2351 #: C/mem-check.page:20 C/mem-swap.page:20 C/memory-map-use.page:21
2352
2353=== modified file 'help/cs/legal.xml'
2354--- help/cs/legal.xml 2015-02-02 17:03:04 +0000
2355+++ help/cs/legal.xml 2015-02-13 21:20:18 +0000
2356@@ -1,8 +1,6 @@
2357 <?xml version="1.0" encoding="utf-8"?>
2358 <license xmlns="http://projectmallard.org/1.0/" href="http://creativecommons.org/licenses/by-sa/3.0/">
2359
2360- <p>This work is licensed under a
2361- <link href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons
2362- Attribution-ShareAlike 3.0 Unported License</link>.</p>
2363+ <p>Tato práce je licencována pod <link href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported License</link>.</p>
2364
2365 </license>
2366
2367=== modified file 'help/de/commandline.page'
2368--- help/de/commandline.page 2015-02-02 17:03:04 +0000
2369+++ help/de/commandline.page 2015-02-13 21:20:18 +0000
2370@@ -34,12 +34,6 @@
2371
2372 <title>So erhalten Sie die selben Informationen von der Befehlszeile</title>
2373
2374- <comment>
2375- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2376- <p>Briefly list a few useful command line tools which can provide some of
2377- the same information as System Monitor. Don't go into too much detail.</p>
2378- </comment>
2379-
2380 <p>Ein Großteil der in der Systemüberwachung dargestellten Informationen können Sie auch mit diesen Befehlszeilenwerkzeugen erhalten.</p>
2381
2382 <table rules="rows" frame="top bottom">
2383
2384=== modified file 'help/de/mem-check.page'
2385--- help/de/mem-check.page 2015-02-02 17:03:04 +0000
2386+++ help/de/mem-check.page 2015-02-13 21:20:18 +0000
2387@@ -41,13 +41,6 @@
2388
2389 <title>Wie viel Speicher wird verwendet?</title>
2390
2391- <comment>
2392- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2393- <p>Go to the Resources tab and look at the graph/indicators (short topic).
2394- Point to resources about memory problems. Maybe mention how you can find
2395- which processes are using the most memory.</p>
2396- </comment>
2397-
2398 <p>So überprüfen Sie die derzeitige Speicherauslastung Ihres Rechners:</p>
2399
2400 <steps>
2401
2402=== modified file 'help/de/mem-swap.page'
2403--- help/de/mem-swap.page 2015-02-02 17:03:04 +0000
2404+++ help/de/mem-swap.page 2015-02-13 21:20:18 +0000
2405@@ -36,12 +36,6 @@
2406
2407 <title>Was ist »Auslagerungsspeicher«?</title>
2408
2409- <comment>
2410- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2411- <p>Explain what swap is and how it helps. Explain that the computer may run
2412- slowly if it's swapping too much.</p>
2413- </comment>
2414-
2415 <p>Auslagerungsspeicher ist der Teil des virtuellen Speichersystems auf der Festplatte. Der Speicher wird bei der ersten Installation von Linux als <em>Auslagerungspartition</em> oder <em>Auslagerungsdatei</em> eingerichtet, kann aber auch später hinzugefügt werden.</p>
2416
2417 <note>
2418
2419=== modified file 'help/de/memory-map-use.page'
2420--- help/de/memory-map-use.page 2015-02-02 17:03:04 +0000
2421+++ help/de/memory-map-use.page 2015-02-13 21:20:18 +0000
2422@@ -36,11 +36,6 @@
2423
2424 <title>Verwendung von Speicherfeldern</title>
2425
2426- <comment>
2427- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2428- <p>Explain how to use the Memory Map feature.</p>
2429- </comment>
2430-
2431 <p><gui>Virtueller Speicher</gui> ist eine Darstellungsform der Kombination von <gui>Physikalischem Arbeitsspeicher</gui> und <link xref="mem-swap">Auslagerungsspeicher</link> eines Systems. Er ermöglicht laufenden Prozessen mit <em>mehr</em> als dem vorhandenen physikalischen Speicher zu arbeiten, indem Teile des physikalischen Speichers in Dateien auf einem Datenträger <gui>abgebildet</gui> werden. Sobald das System mehr Speicherseiten als verfügbar benötigt, werden einige der bestehenden Seiten <em>ausgelagert</em> oder in den Auslagerungsspeicher geschrieben.</p>
2432
2433 <p>Die <gui>Speicherabbildung</gui> zeigt die gesamte virtuelle Speicherbelegung des Prozesses und kann dazu eingesetzt werden, den Speicherverbrauch einer oder mehrere laufender Instanzen eines Programms festzustellen, die korrekte Verwendung von gemeinsam verwendeten Bibliotheken sicherzustellen, die Ergebnisse einer Anpassung verschiedener Geschwindigkeitsoptimierungsparameter eines Programms zu beurteilen und Probleme wie Speicherlecks eines Programms zu diagnostizieren.</p>
2434
2435=== modified file 'help/de/net-bits.page'
2436--- help/de/net-bits.page 2015-02-02 17:03:04 +0000
2437+++ help/de/net-bits.page 2015-02-13 21:20:18 +0000
2438@@ -35,11 +35,6 @@
2439
2440 <title>Die Netzwerkgeschwindigkeit in Bit anstelle von Byte pro Sekunde anzeigen.</title>
2441
2442- <comment>
2443- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2444- <p>Brief topic. Explain how to do this, and why you might want to do it.</p>
2445- </comment>
2446-
2447 <p>Die Netzwerkgeschwindigkeit wird oft in Bit pro Sekunde dargestellt anstatt Byte pro Sekunde. Dies wird die <em>Bitrate</em> bzw. <em>Datenrate</em> genannt.</p>
2448
2449 <p>So wird die Netzwerkgeschwindigkeit in Bit angezeigt:</p>
2450
2451=== modified file 'help/de/process-explain.page'
2452--- help/de/process-explain.page 2015-02-02 17:03:04 +0000
2453+++ help/de/process-explain.page 2015-02-13 21:20:18 +0000
2454@@ -35,13 +35,6 @@
2455
2456 <title>Was ist ein Prozess?</title>
2457
2458- <comment>
2459- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2460- <p>Explain, in simple terms, what a process is, how they relate to
2461- applications, how some are 'system processes', and what you can do with a
2462- process.</p>
2463- </comment>
2464-
2465 <p>Ein <gui>Prozess</gui> ist ein Programm oder eine Anwendung, die vom System ausgeführt wird. Wenn eine Anwendung gestartet wird, so weist ihr das System eine eindeutige Prozesskennung (PID) zu und die zugehörigen Anweisungen und Daten werden in den Speicher geladen.</p>
2466
2467 <p>Der Reiter <gui>Prozesse</gui> zeigt Informationen über Prozesse und ermöglicht es einen Prozess <gui>anzuhalten</gui>, <gui>fortzusetzen</gui>, <gui>zu beenden</gui>, <gui>abzuwürgen</gui> oder die Priorität zu ändern. Wenn Sie <gui>Alle Prozesse</gui> wählen, dann enthält die Prozessliste <em>Systemprozesse</em>, die im Hintergrund laufen und verschiedene Dienste bereit stellen.</p>
2468
2469=== modified file 'help/de/process-identify-file.page'
2470--- help/de/process-identify-file.page 2015-02-02 17:03:04 +0000
2471+++ help/de/process-identify-file.page 2015-02-13 21:20:18 +0000
2472@@ -35,12 +35,6 @@
2473
2474 <title>Herausfinden, welches Programm eine spezifische Datei verwendet</title>
2475
2476- <comment>
2477- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2478- <p>Explain how you can search for a file (or part of a filename) and it will
2479- show which processes are using it. Explain why this might be useful.</p>
2480- </comment>
2481-
2482 <p>Gelegentlich wird eine Fehlermeldung mitteilen, dass ein Gerät (z.B. die Sound-Karte oder das DVD-ROM) belegt ist, oder dass die Datei, welche Sie bearbeiten wollen, geöffnet ist. So finden Sie den verantwortlichen Prozess bzw. die verantwortlichen Prozesse:</p>
2483
2484 <steps>
2485
2486=== modified file 'help/de/process-identify-hog.page'
2487--- help/de/process-identify-hog.page 2015-02-02 17:03:04 +0000
2488+++ help/de/process-identify-hog.page 2015-02-13 21:20:18 +0000
2489@@ -35,13 +35,6 @@
2490
2491 <title>Welches Programm verlangsamt den Rechner?</title>
2492
2493- <comment>
2494- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2495- <p>Explain how the System Monitor can be used to find
2496- misbehaving/resource-hogging processes. (A lot of process use 100% CPU or
2497- similar if they hang, for example.)</p>
2498- </comment>
2499-
2500 <p>Ein Programm, dass mehr als seinen Anteil an CPU-Zeit nutzt, kann den ganzen Rechner verlangsamen. So finden Sie heraus, welcher Prozess dies verursachen könnte:</p>
2501
2502 <steps>
2503
2504=== modified file 'help/de/process-update-speed.page'
2505--- help/de/process-update-speed.page 2015-02-02 17:03:04 +0000
2506+++ help/de/process-update-speed.page 2015-02-13 21:20:18 +0000
2507@@ -35,13 +35,6 @@
2508
2509 <title>Die Informationen häufiger oder seltener aktualisieren lassen</title>
2510
2511- <comment>
2512- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2513- <p>Explain how to make the info update faster (see Preferences dialog).
2514- Explain that faster updates mean that the System Monitor will use more
2515- CPU.</p>
2516- </comment>
2517-
2518 <p>So ändern Sie die Aktualisierungsrate der Informationen:</p>
2519
2520 <steps>
2521
2522=== modified file 'help/de/solaris-mode.page'
2523--- help/de/solaris-mode.page 2015-02-02 17:03:04 +0000
2524+++ help/de/solaris-mode.page 2015-02-13 21:20:18 +0000
2525@@ -35,12 +35,6 @@
2526
2527 <title>Was ist der Solaris-Modus?</title>
2528
2529- <comment>
2530- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2531- <p>Very brief topic. Explain what "Solaris mode" in the preferences dialog
2532- means. The current manual has some information.</p>
2533- </comment>
2534-
2535 <p>In einem System mit mehreren CPUs oder <link xref="cpu-multicore">Kernen</link> können Prozesse mehr als eine/einen gleichzeitig verwenden. In der Spalte <gui>% CPU</gui> können Werte auftauchen, die in Summe mehr als 100% ergeben (z.B. 400% in einem System mit 4 CPUs). <gui>Solaris-Modus</gui> teilt den Wert <gui>% CPU</gui> für jeden Prozess durch die Anzahl der CPUs im System, so dass die Summe höchstens 100% ergibt.</p>
2536
2537 <p>So wird die Spalte <gui>% CPU</gui> im <gui>Solaris-Modus</gui> angezeigt:</p>
2538
2539=== modified file 'help/de/units.page'
2540--- help/de/units.page 2015-02-02 17:03:04 +0000
2541+++ help/de/units.page 2015-02-13 21:20:18 +0000
2542@@ -35,11 +35,6 @@
2543
2544 <title>Ist GiB das gleiche wie GB (Gigabyte)?</title>
2545
2546- <comment>
2547- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2548- <p>Answer this question, quite briefly.</p>
2549- </comment>
2550-
2551 <p>Die Statistiken für Arbeitsspeicher und Festplattenspeicher werden mit <em>IEC Binärvorsätzen</em>: KiB, MiB, GiB, TiB für (kibi, mebi, gibi und tebi) angegeben. Damit ist beabsichtigt zwischen den in der Systemüberwachung verwendeten binären Größenangaben (Vielfache von 1024) und den bei Festplatten gewöhnlich genutzten dezimalen Größenangaben (Vielfache von 1000) zu unterscheiden.</p>
2552
2553 <p>Typische binäre Einheiten:</p>
2554
2555=== modified file 'help/el/commandline.page'
2556--- help/el/commandline.page 2015-02-02 17:03:04 +0000
2557+++ help/el/commandline.page 2015-02-13 21:20:18 +0000
2558@@ -28,12 +28,6 @@
2559
2560 <title>Λήψη των ίδιων πληροφοριών από τη γραμμή εντολών</title>
2561
2562- <comment>
2563- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2564- <p>Briefly list a few useful command line tools which can provide some of
2565- the same information as System Monitor. Don't go into too much detail.</p>
2566- </comment>
2567-
2568 <p>Οι περισσότερες από τις εμφανιζόμενες πληροφορίες από την παρακολούθηση συστήματος μπορούν επίσης να ληφθούν χρησιμοποιώντας αυτά τα εργαλεία της γραμμής εντολών.</p>
2569
2570 <table rules="rows" frame="top bottom">
2571
2572=== modified file 'help/el/mem-check.page'
2573--- help/el/mem-check.page 2015-02-02 17:03:04 +0000
2574+++ help/el/mem-check.page 2015-02-13 21:20:18 +0000
2575@@ -35,13 +35,6 @@
2576
2577 <title>Πόση μνήμη χρησιμοποιείται;</title>
2578
2579- <comment>
2580- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2581- <p>Go to the Resources tab and look at the graph/indicators (short topic).
2582- Point to resources about memory problems. Maybe mention how you can find
2583- which processes are using the most memory.</p>
2584- </comment>
2585-
2586 <p>Για να ελέγξετε την τρέχουσα χρήση μνήμης του υπολογιστή σας:</p>
2587
2588 <steps>
2589
2590=== modified file 'help/el/mem-swap.page'
2591--- help/el/mem-swap.page 2015-02-02 17:03:04 +0000
2592+++ help/el/mem-swap.page 2015-02-13 21:20:18 +0000
2593@@ -30,12 +30,6 @@
2594
2595 <title>Τι είναι "εναλλακτική" μνήμη;</title>
2596
2597- <comment>
2598- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2599- <p>Explain what swap is and how it helps. Explain that the computer may run
2600- slowly if it's swapping too much.</p>
2601- </comment>
2602-
2603 <p>Εναλλακτική μνήμη ή <em>χώρος εναλλαγής</em> είναι το συστατικό στον δίσκο του εικονικού συστήματος μνήμης. Είναι προρυθμισμένο ως μια <em>κατάτμηση εναλλαγής</em> ή ένα <em>αρχείο εναλλαγής</em> όταν το Λίνουξ πρωτοεγκαθίσταται, αλλά μπορεί επίσης να προστεθεί αργότερα.</p>
2604
2605 <note>
2606
2607=== modified file 'help/el/memory-map-use.page'
2608--- help/el/memory-map-use.page 2015-02-02 17:03:04 +0000
2609+++ help/el/memory-map-use.page 2015-02-13 21:20:18 +0000
2610@@ -30,11 +30,6 @@
2611
2612 <title>Χρήση απεικονίσεων μνήμης</title>
2613
2614- <comment>
2615- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2616- <p>Explain how to use the Memory Map feature.</p>
2617- </comment>
2618-
2619 <p>Η <gui>εικονική μνήμη</gui> είναι μια απεικόνιση μιας συνδυασμένης <gui>φυσικής μνήμης</gui> και ενός <link xref="mem-swap">χώρου εναλλαγής</link> σε ένα σύστημα. Ενεργοποιεί την εκτέλεση διεργασιών για να προσπελάσει <em>περισσότερη</em> από την υπάρχουσα φυσική μνήμη <gui>αντιστοιχώντας</gui> θέσεις στη φυσική μνήμη σε αρχεία στον δίσκο. Όταν το σύστημα χρειάζεται περισσότερες σελίδες μνήμης από αυτές που είναι διαθέσιμες, κάποιες από τις υπάρχουσες σελίδες θα <em>εκτοπιστούν</em> ή θα γραφτούν στον χώρος εναλλαγής.</p>
2620
2621 <p>Η <gui>απεικόνιση μνήμης</gui> εμφανίζει τη χρήση της συνολικής εικονικής μνήμης και μπορεί να χρησιμοποιηθεί για να προσδιορίσει το κόστος μνήμης εκτέλεσης ενός απλού ή πολλαπλού στιγμιοτύπου του προγράμματος, για να εξασφαλίσετε τη χρήση των σωστών κοινόχρηστων βιβλιοθηκών, για να δείτε τα αποτελέσματα της ρύθμισης ποικίλων παραμέτρων συντονισμού απόδοσης που μπορεί να έχει το πρόγραμμα, ή να διαγνώσετε θέματα όπως διαρροές μνήμης.</p>
2622
2623=== modified file 'help/el/net-bits.page'
2624--- help/el/net-bits.page 2015-02-02 17:03:04 +0000
2625+++ help/el/net-bits.page 2015-02-13 21:20:18 +0000
2626@@ -29,11 +29,6 @@
2627
2628 <title>Εμφανίστε την ταχύτητα δικτύου σε δυαδικά αντί για ψηφιολέξεις ανά δευτερόλεπτο</title>
2629
2630- <comment>
2631- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2632- <p>Brief topic. Explain how to do this, and why you might want to do it.</p>
2633- </comment>
2634-
2635 <p>Η ταχύτητα δικτύου εμφανίζεται συχνά σε δυαδικά ανά δευτερόλεπτο, αντί για ψηφιολέξεις ανά δευτερόλεπτο. Αυτό λέγεται <em>ρυθμός δυαδικών</em>, ή <em>ρυθμός δεδομένων</em>.</p>
2636
2637 <p>Για να εμφανίσετε την ταχύτητα δικτύου σε δυαδικά:</p>
2638
2639=== modified file 'help/el/process-explain.page'
2640--- help/el/process-explain.page 2015-02-02 17:03:04 +0000
2641+++ help/el/process-explain.page 2015-02-13 21:20:18 +0000
2642@@ -29,13 +29,6 @@
2643
2644 <title>Τι είναι μια διεργασία;</title>
2645
2646- <comment>
2647- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2648- <p>Explain, in simple terms, what a process is, how they relate to
2649- applications, how some are 'system processes', and what you can do with a
2650- process.</p>
2651- </comment>
2652-
2653 <p>Μια <gui>διεργασία</gui> είναι ένα πρόγραμμα ή εφαρμογή που εκτελείται από το σύστημα. Όταν μια εφαρμογή ξεκινήσει, το σύστημα εκχωρεί ένα μοναδικό αναγνωριστικό διεργασίας (PID) και οι εντολές του και τα δεδομένα φορτώνονται στη μνήμη.</p>
2654
2655 <p>Η καρτέλα <gui>Διεργασίες</gui> εμφανίζει πληροφορίες για τις διεργασίες και σας επιτρέπει <gui>διακοπή</gui>, <gui>συνέχιση</gui>, <gui>τέλος</gui>, <gui>τερματισμό</gui> ή αλλαγή προτεραιότητας μιας διεργασίας. Αν διαλέξετε να εμφανίσετε <gui>Όλες τις διεργασίες</gui>, ο κατάλογος διεργασιών θα συμπεριλάβει τις <em>διεργασίες συστήματος</em>, που τρέχουν στο παρασκήνιο δίνοντας ποικίλες υπηρεσίες που διατηρούν την εκτέλεση ενός υπολογιστή.</p>
2656
2657=== modified file 'help/el/process-identify-file.page'
2658--- help/el/process-identify-file.page 2015-02-02 17:03:04 +0000
2659+++ help/el/process-identify-file.page 2015-02-13 21:20:18 +0000
2660@@ -29,12 +29,6 @@
2661
2662 <title>Εύρεση του προγράμματος που χρησιμοποιεί ένα συγκεκριμένο αρχείο</title>
2663
2664- <comment>
2665- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2666- <p>Explain how you can search for a file (or part of a filename) and it will
2667- show which processes are using it. Explain why this might be useful.</p>
2668- </comment>
2669-
2670 <p>Μερικές φορές ένα μήνυμα σφάλματος θα σας πει ότι μια συσκευή (όπως η συσκευή ήχου ή το DVD ROM) είναι απασχολημένη, ή το αρχείο που θέλετε να επεξεργαστείτε χρησιμοποιείται. Για να βρείτε την υπεύθυνη διεργασία ή διεργασίες:</p>
2671
2672 <steps>
2673
2674=== modified file 'help/el/process-identify-hog.page'
2675--- help/el/process-identify-hog.page 2015-02-02 17:03:04 +0000
2676+++ help/el/process-identify-hog.page 2015-02-13 21:20:18 +0000
2677@@ -29,13 +29,6 @@
2678
2679 <title>Ποιο πρόγραμμα κάνει τον υπολογιστή να τρέχει αργά;</title>
2680
2681- <comment>
2682- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2683- <p>Explain how the System Monitor can be used to find
2684- misbehaving/resource-hogging processes. (A lot of process use 100% CPU or
2685- similar if they hang, for example.)</p>
2686- </comment>
2687-
2688 <p>Ένα πρόγραμμα που χρησιμοποιεί περισσότερη από το μερίδιο του στην CPU μπορεί να επιβραδύνει όλον τον υπολογιστή. Για να βρείτε ποια διεργασία μπορεί να το κάνει αυτό:</p>
2689
2690 <steps>
2691
2692=== modified file 'help/el/process-update-speed.page'
2693--- help/el/process-update-speed.page 2015-02-02 17:03:04 +0000
2694+++ help/el/process-update-speed.page 2015-02-13 21:20:18 +0000
2695@@ -29,13 +29,6 @@
2696
2697 <title>Κάντε την ενημέρωση πληροφοριών πιο γρήγορη ή πιο αργή</title>
2698
2699- <comment>
2700- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2701- <p>Explain how to make the info update faster (see Preferences dialog).
2702- Explain that faster updates mean that the System Monitor will use more
2703- CPU.</p>
2704- </comment>
2705-
2706 <p>Για να αλλάξετε την ταχύτητα ανανέωσης πληροφοριών:</p>
2707
2708 <steps>
2709
2710=== modified file 'help/el/solaris-mode.page'
2711--- help/el/solaris-mode.page 2015-02-02 17:03:04 +0000
2712+++ help/el/solaris-mode.page 2015-02-13 21:20:18 +0000
2713@@ -29,12 +29,6 @@
2714
2715 <title>Τι είναι η κατάσταση Solaris;</title>
2716
2717- <comment>
2718- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2719- <p>Very brief topic. Explain what "Solaris mode" in the preferences dialog
2720- means. The current manual has some information.</p>
2721- </comment>
2722-
2723 <p>Σε ένα σύστημα που έχει πολλές CPUs ή <link xref="cpu-multicore">πυρήνες</link>, οι διεργασίες μπορεί να χρησιμοποιούν περισσότερες από μία ταυτόχρονα. Είναι δυνατό η στήλη <gui>% CPU</gui> να εμφανίζει τιμές που το άθροισμα είναι μεγαλύτερο από 100%. (δηλαδή 400% σε ένα σύστημα με 4 CPU). Η <gui>κατάσταση Solaris</gui> διαιρεί την <gui>% CPU</gui> για κάθε διεργασία με τον αριθμό των CPUs στο σύστημα, έτσι ώστε το άθροισμα να είναι 100%.</p>
2724
2725 <p>Για να εμφανίσετε τη <gui>% CPU</gui> σε <gui>κατάσταση Solaris</gui>:</p>
2726
2727=== modified file 'help/el/units.page'
2728--- help/el/units.page 2015-02-02 17:03:04 +0000
2729+++ help/el/units.page 2015-02-13 21:20:18 +0000
2730@@ -29,11 +29,6 @@
2731
2732 <title>Είναι το ίδιο GiB με GB (gigabyte);</title>
2733
2734- <comment>
2735- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2736- <p>Answer this question, quite briefly.</p>
2737- </comment>
2738-
2739 <p>Τα στατιστικά μνήμης και δίσκου εμφανίζονται χρησιμοποιώντας <em>δυαδικά προθέματα IEC</em>, KiB, MiB, GiB, TiB (για kibi, mebi, gibi and tebi). Αυτά αποσκοπούν στη διάκριση δυαδικών αναφορών μεγεθών που χρησιμοποιούνται στην παρακολούθηση συστήματος (πολλαπλάσια του 1024) από τα δεκαδικά μεγέθη (πολλαπλάσια του 1000) συνήθως χρησιμοποιούμενα, για παράδειγμα, στη συσκευασία σκληρών δίσκων.</p>
2740
2741 <p>Τυπικές μονάδες δυαδικών:</p>
2742
2743=== modified file 'help/es/commandline.page'
2744--- help/es/commandline.page 2015-02-02 17:03:04 +0000
2745+++ help/es/commandline.page 2015-02-13 21:20:18 +0000
2746@@ -28,12 +28,6 @@
2747
2748 <title>Obtener la misma información usando la línea de comandos</title>
2749
2750- <comment>
2751- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2752- <p>Briefly list a few useful command line tools which can provide some of
2753- the same information as System Monitor. Don't go into too much detail.</p>
2754- </comment>
2755-
2756 <p>La mayor parte de la información mostrada por el Monitor del sistema se puede obtener usando las herramientas de línea de comandos.</p>
2757
2758 <table rules="rows" frame="top bottom">
2759
2760=== modified file 'help/es/mem-check.page'
2761--- help/es/mem-check.page 2015-02-02 17:03:04 +0000
2762+++ help/es/mem-check.page 2015-02-13 21:20:18 +0000
2763@@ -35,13 +35,6 @@
2764
2765 <title>¿Cuánta memoria se está usando?</title>
2766
2767- <comment>
2768- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2769- <p>Go to the Resources tab and look at the graph/indicators (short topic).
2770- Point to resources about memory problems. Maybe mention how you can find
2771- which processes are using the most memory.</p>
2772- </comment>
2773-
2774 <p>Para comprobar el uso actual de memoria del equipo:</p>
2775
2776 <steps>
2777
2778=== modified file 'help/es/mem-swap.page'
2779--- help/es/mem-swap.page 2015-02-02 17:03:04 +0000
2780+++ help/es/mem-swap.page 2015-02-13 21:20:18 +0000
2781@@ -30,12 +30,6 @@
2782
2783 <title>¿Qué es la memoria «swap»?</title>
2784
2785- <comment>
2786- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2787- <p>Explain what swap is and how it helps. Explain that the computer may run
2788- slowly if it's swapping too much.</p>
2789- </comment>
2790-
2791 <p>La memoria «swap» o <em>espacio de intercambio</em> es una parte de la memoria virtual del sistema en disco. Está configurada como una <em>partición de intercambio</em> o un <em>archivo de intercambio</em> donde se ha instalado Linux, pero se puede haber añadido posteriormente.</p>
2792
2793 <note>
2794
2795=== modified file 'help/es/memory-map-use.page'
2796--- help/es/memory-map-use.page 2015-02-02 17:03:04 +0000
2797+++ help/es/memory-map-use.page 2015-02-13 21:20:18 +0000
2798@@ -30,11 +30,6 @@
2799
2800 <title>Usar mapas de memoria</title>
2801
2802- <comment>
2803- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2804- <p>Explain how to use the Memory Map feature.</p>
2805- </comment>
2806-
2807 <p>La <gui>Memoria virtual</gui> es la representación combinada de la <gui>memoria física</gui> y el <link xref="mem-swap">espacio de intercambio</link> en un sistema. Permite ejecutar procesos que puedan acceder a <em>más</em> memoria de la física <gui>mapeando</gui> ubicaciones de la memoria física a archivos en el disco. Cuando el sistema necesita más páginas de memoria de las que hay disponibles, algunas de las páginas existentes se <em>paginarán</em>, es decir, se es escribirán en el espacio de intercambio.</p>
2808
2809 <p>El <gui>mapa de memoria</gui> muestra la memoria virtual total usada por el proceso, y se puede usar para determinar el coste en memoria de ejecutar una o varias instancias del programa, para asegurarse del correcto uso de bibliotecas compartidas, para ver el resultado de ajustar varios parámetros de configuración del rendimiento que el programa pueda tener o para diagnosticar problemas como fugas de memoria.</p>
2810
2811=== modified file 'help/es/net-bits.page'
2812--- help/es/net-bits.page 2015-02-02 17:03:04 +0000
2813+++ help/es/net-bits.page 2015-02-13 21:20:18 +0000
2814@@ -29,11 +29,6 @@
2815
2816 <title>Mostrar la velocidad de la red en bits en lugar de en bytes por segundo</title>
2817
2818- <comment>
2819- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2820- <p>Brief topic. Explain how to do this, and why you might want to do it.</p>
2821- </comment>
2822-
2823 <p>A menudo, la velocidad de la red se muestra en bits por segundo, en lugar de en bytes por segundo. Esto se llama <em>tasa de bits</em>, o <em>tasa de datos</em>.</p>
2824
2825 <p>Para mostrar la velocidad de la red en bits:</p>
2826
2827=== modified file 'help/es/process-explain.page'
2828--- help/es/process-explain.page 2015-02-02 17:03:04 +0000
2829+++ help/es/process-explain.page 2015-02-13 21:20:18 +0000
2830@@ -29,13 +29,6 @@
2831
2832 <title>¿Qué es un proceso?</title>
2833
2834- <comment>
2835- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2836- <p>Explain, in simple terms, what a process is, how they relate to
2837- applications, how some are 'system processes', and what you can do with a
2838- process.</p>
2839- </comment>
2840-
2841 <p>Un <gui>proceso</gui> es un programa o una aplicación que el sistema ejecuta. Cuando se lanza la aplicación, el sistema le asigna un ID de proceso único (PDI) y sus instrucciones y sus datos se cargan en la memoria.</p>
2842
2843 <p>La pestaña <gui>Procesos</gui> muestra información sobre los procesos y le permite <gui>Detener</gui>, <gui>Continuar</gui>, <gui>Finalizar</gui>, <gui>Matar</gui>, o cambiar la prioridad de un proceso. Si elige mostrar <gui>Todos los procesos</gui>, la lista de procesos incluirá los <em>procesos del sistema</em>, que se ejecutan en segundo planto proporcionando varios servicios que mantienen el equipo en ejecución.</p>
2844
2845=== modified file 'help/es/process-identify-file.page'
2846--- help/es/process-identify-file.page 2015-02-02 17:03:04 +0000
2847+++ help/es/process-identify-file.page 2015-02-13 21:20:18 +0000
2848@@ -29,12 +29,6 @@
2849
2850 <title>Saber qué programa está usando un archivo en concreto</title>
2851
2852- <comment>
2853- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2854- <p>Explain how you can search for a file (or part of a filename) and it will
2855- show which processes are using it. Explain why this might be useful.</p>
2856- </comment>
2857-
2858 <p>A veces un mensaje de error dice que un dispositivo (como la tarjeta de sonido o el DVD) está ocupado, o que el archivo que quiere editar se está usando. Para buscar el proceso o los procesos responsables.</p>
2859
2860 <steps>
2861
2862=== modified file 'help/es/process-identify-hog.page'
2863--- help/es/process-identify-hog.page 2015-02-02 17:03:04 +0000
2864+++ help/es/process-identify-hog.page 2015-02-13 21:20:18 +0000
2865@@ -29,13 +29,6 @@
2866
2867 <title>¿Qué programa está haciendo que el equipo vaya lento?</title>
2868
2869- <comment>
2870- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2871- <p>Explain how the System Monitor can be used to find
2872- misbehaving/resource-hogging processes. (A lot of process use 100% CPU or
2873- similar if they hang, for example.)</p>
2874- </comment>
2875-
2876 <p>Un programa que esté consumiendo más memoria de la que le corresponde puede ralentizar todo el equipo. Para saber qué proceso puede estar haciendo esto:</p>
2877
2878 <steps>
2879
2880=== modified file 'help/es/process-update-speed.page'
2881--- help/es/process-update-speed.page 2015-02-02 17:03:04 +0000
2882+++ help/es/process-update-speed.page 2015-02-13 21:20:18 +0000
2883@@ -29,13 +29,6 @@
2884
2885 <title>Hacer que la información se actualice con mayor o menor frecuencia</title>
2886
2887- <comment>
2888- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2889- <p>Explain how to make the info update faster (see Preferences dialog).
2890- Explain that faster updates mean that the System Monitor will use more
2891- CPU.</p>
2892- </comment>
2893-
2894 <p>Para cambiar la velocidad de actualización de la información.</p>
2895
2896 <steps>
2897
2898=== modified file 'help/es/solaris-mode.page'
2899--- help/es/solaris-mode.page 2015-02-02 17:03:04 +0000
2900+++ help/es/solaris-mode.page 2015-02-13 21:20:18 +0000
2901@@ -29,12 +29,6 @@
2902
2903 <title>¿Qué es el modo Solaris?</title>
2904
2905- <comment>
2906- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2907- <p>Very brief topic. Explain what "Solaris mode" in the preferences dialog
2908- means. The current manual has some information.</p>
2909- </comment>
2910-
2911 <p>En sistemas que tienen varias CPU o varios <link xref="cpu-multicore">núcleos</link>, los procesos pueden usar más de uno al mismo tiempo. Es posible que la columna <gui>% CPU</gui> muestre valores superiores al 100% (ej 400% en un sistema de 4 CPU). El <gui>modo Solaris</gui> divide el <gui>% CPU</gui> de cada proceso entre el número de CPU del sistema, por lo que el total será el 100%.</p>
2912
2913 <p>Para mostrar el <gui>% CPU</gui> en el <gui>modo Solaris</gui>:</p>
2914
2915=== modified file 'help/es/units.page'
2916--- help/es/units.page 2015-02-02 17:03:04 +0000
2917+++ help/es/units.page 2015-02-13 21:20:18 +0000
2918@@ -29,11 +29,6 @@
2919
2920 <title>¿Es lo mismo GiB que GB (gigabyte)?</title>
2921
2922- <comment>
2923- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2924- <p>Answer this question, quite briefly.</p>
2925- </comment>
2926-
2927 <p>Las estadísticas de memoria y de espacio de disco se muestran usando <em>prefijos binarios IEC</em>, KiB, MiB, GiB, TiB (para kibi, mebi, gibi y tebi). Estos es así para distinguir los tamaños en binario usados por el Monitor del sistema (múltiplos de 1024) de los tamaños decimales (múltiplos de 1000) usados frecuentemente, por ejemplo, en las especificaciones de los discos duros.</p>
2928
2929 <p>Unidades binarias típicas</p>
2930
2931=== modified file 'help/fr/commandline.page'
2932--- help/fr/commandline.page 2015-02-02 17:03:04 +0000
2933+++ help/fr/commandline.page 2015-02-13 21:20:18 +0000
2934@@ -40,12 +40,6 @@
2935
2936 <title>Obtention des mêmes informations en ligne de commande</title>
2937
2938- <comment>
2939- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2940- <p>Briefly list a few useful command line tools which can provide some of
2941- the same information as System Monitor. Don't go into too much detail.</p>
2942- </comment>
2943-
2944 <p>La plupart des informations affichées par le moniteur système peuvent également être obtenues en utilisant ces outils en ligne de commande.</p>
2945
2946 <table rules="rows" frame="top bottom">
2947
2948=== modified file 'help/fr/mem-check.page'
2949--- help/fr/mem-check.page 2015-02-02 17:03:04 +0000
2950+++ help/fr/mem-check.page 2015-02-13 21:20:18 +0000
2951@@ -47,13 +47,6 @@
2952
2953 <title>Quantité de mémoire utilisée</title>
2954
2955- <comment>
2956- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2957- <p>Go to the Resources tab and look at the graph/indicators (short topic).
2958- Point to resources about memory problems. Maybe mention how you can find
2959- which processes are using the most memory.</p>
2960- </comment>
2961-
2962 <p>Pour connaître l'utilisation actuelle de la mémoire de votre ordinateur :</p>
2963
2964 <steps>
2965
2966=== modified file 'help/fr/mem-swap.page'
2967--- help/fr/mem-swap.page 2015-02-02 17:03:04 +0000
2968+++ help/fr/mem-swap.page 2015-02-13 21:20:18 +0000
2969@@ -42,12 +42,6 @@
2970
2971 <title>La mémoire d'échange</title>
2972
2973- <comment>
2974- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2975- <p>Explain what swap is and how it helps. Explain that the computer may run
2976- slowly if it's swapping too much.</p>
2977- </comment>
2978-
2979 <p>La mémoire d'échange ou <em>espace d'échange</em> est le composant sur disque du système de mémoire virtuelle. Elle est pré-configurée comme une <em>partition swap</em> ou un <em>fichier swap</em> quand Linux est installé pour la première fois, mais peut être également ajoutée par la suite.</p>
2980
2981 <note>
2982
2983=== modified file 'help/fr/memory-map-use.page'
2984--- help/fr/memory-map-use.page 2015-02-02 17:03:04 +0000
2985+++ help/fr/memory-map-use.page 2015-02-13 21:20:18 +0000
2986@@ -42,11 +42,6 @@
2987
2988 <title>Utilisation des cartes de la mémoire</title>
2989
2990- <comment>
2991- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
2992- <p>Explain how to use the Memory Map feature.</p>
2993- </comment>
2994-
2995 <p>La <gui>Mem. virtuelle</gui> est une combinaison de la <gui>Mémoire physique</gui> et de l'<link xref="mem-swap">espace d'échange</link> dans un système. Elle permet aux processus actifs d'accéder à <em>davantage</em> de mémoire que la mémoire existante en <gui>reliant</gui> les localisations dans la mémoire physique aux fichiers sur disque. Quand le système nécessite plus de pages mémoires que disponible, certaines pages sont <em>désindexées</em> ou écrites dans l'espace d'échange.</p>
2996
2997 <p>Les <gui>Cartes de la mémoire</gui> affichent l'utilisation totale de la mémoire virtuelle par un processus. Elles peuvent être utilisées pour déterminer le coût en terme de mémoire lors de l'exécution d'une ou plusieurs instances d'un programme, afin d'assurer l'utilisation correcte des bibliothèques partagées, de savoir comment ajuster les paramètres de performance disponibles dans un programme, ou de diagnostiquer des problèmes comme les fuites de mémoire.</p>
2998
2999=== modified file 'help/fr/net-bits.page'
3000--- help/fr/net-bits.page 2015-02-02 17:03:04 +0000
3001+++ help/fr/net-bits.page 2015-02-13 21:20:18 +0000
3002@@ -41,11 +41,6 @@
3003
3004 <title>Affichage de la vitesse du réseau en bits au lieu d'octets par seconde</title>
3005
3006- <comment>
3007- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3008- <p>Brief topic. Explain how to do this, and why you might want to do it.</p>
3009- </comment>
3010-
3011 <p>La vitesse du réseau est souvent affichée en bits par seconde, plutôt qu'en octets par seconde. Cela s'appelle le <em>débit binaire</em> ou le <em>débit de données</em>.</p>
3012
3013 <p>Pour afficher la vitesse du réseau en bits :</p>
3014
3015=== modified file 'help/fr/process-explain.page'
3016--- help/fr/process-explain.page 2015-02-02 17:03:04 +0000
3017+++ help/fr/process-explain.page 2015-02-13 21:20:18 +0000
3018@@ -41,13 +41,6 @@
3019
3020 <title>Définition d'un processus</title>
3021
3022- <comment>
3023- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3024- <p>Explain, in simple terms, what a process is, how they relate to
3025- applications, how some are 'system processes', and what you can do with a
3026- process.</p>
3027- </comment>
3028-
3029 <p>Un <gui>processus</gui> est un programme ou une application qui est exécuté par le système. Quand une application est lancée, le système lui assigne un identifiant unique de processus (PID), et ses instructions et données sont chargées dans la mémoire.</p>
3030
3031 <p>L’onglet <gui>Processus</gui> affiche les informations sur les processus, et vous permet de <gui>Stopper</gui>, de <gui>Continuer</gui>, de <gui>Terminer</gui>, de <gui>Tuer</gui> ou de <gui>Modifier la priorité d'un processus</gui>. Si vous choisissez d'afficher <gui>Tous les processus</gui>, la liste des processus inclut alors les <em>processus systèmes</em>, qui tournent en arrière-plan, fournissant divers services qui permettent à l'ordinateur de continuer à fonctionner. Les processus à afficher sont fixés dans les Préférences à la rubrique <gui>Champs d'information</gui>.</p>
3032
3033=== modified file 'help/fr/process-identify-file.page'
3034--- help/fr/process-identify-file.page 2015-02-02 17:03:04 +0000
3035+++ help/fr/process-identify-file.page 2015-02-13 21:20:18 +0000
3036@@ -41,12 +41,6 @@
3037
3038 <title>Recherche du programme utilisant un fichier spécifique</title>
3039
3040- <comment>
3041- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3042- <p>Explain how you can search for a file (or part of a filename) and it will
3043- show which processes are using it. Explain why this might be useful.</p>
3044- </comment>
3045-
3046 <p>Parfois un message d'erreur vous indique qu'un périphérique (comme le périphérique son ou le DVD ROM) est occupé, ou que le fichier que vous souhaitez modifier est utilisé. Pour chercher le processus responsable :</p>
3047
3048 <steps>
3049
3050=== modified file 'help/fr/process-identify-hog.page'
3051--- help/fr/process-identify-hog.page 2015-02-02 17:03:04 +0000
3052+++ help/fr/process-identify-hog.page 2015-02-13 21:20:18 +0000
3053@@ -41,13 +41,6 @@
3054
3055 <title>Recherche du programme qui ralentit l'ordinateur</title>
3056
3057- <comment>
3058- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3059- <p>Explain how the System Monitor can be used to find
3060- misbehaving/resource-hogging processes. (A lot of process use 100% CPU or
3061- similar if they hang, for example.)</p>
3062- </comment>
3063-
3064 <p>Un programme qui utilise plus que sa part du CPU peut ralentir tout l'ordinateur. Pour chercher le processus potentiellement responsable :</p>
3065
3066 <steps>
3067
3068=== modified file 'help/fr/process-update-speed.page'
3069--- help/fr/process-update-speed.page 2015-02-02 17:03:04 +0000
3070+++ help/fr/process-update-speed.page 2015-02-13 21:20:18 +0000
3071@@ -41,13 +41,6 @@
3072
3073 <title>Modification de la fréquence de mise à jour des informations</title>
3074
3075- <comment>
3076- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3077- <p>Explain how to make the info update faster (see Preferences dialog).
3078- Explain that faster updates mean that the System Monitor will use more
3079- CPU.</p>
3080- </comment>
3081-
3082 <p>Pour modifier la fréquence de mise à jour des informations :</p>
3083
3084 <steps>
3085
3086=== modified file 'help/fr/solaris-mode.page'
3087--- help/fr/solaris-mode.page 2015-02-02 17:03:04 +0000
3088+++ help/fr/solaris-mode.page 2015-02-13 21:20:18 +0000
3089@@ -41,12 +41,6 @@
3090
3091 <title>Définition du mode Solaris</title>
3092
3093- <comment>
3094- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3095- <p>Very brief topic. Explain what "Solaris mode" in the preferences dialog
3096- means. The current manual has some information.</p>
3097- </comment>
3098-
3099 <p>Dans un système qui a plusieurs CPU ou <link xref="cpu-multicore">cœurs</link>, les processus peuvent en utiliser plus d'un en même temps. Il est possible que la colonne <gui>% CPU</gui> affiche des valeurs supérieures à 100% (par exemple 400% dans un système à 4 cœurs). Le <gui>Mode Solaris</gui> divise le <gui>% CPU</gui> pour chaque processus par le nombre de CPU du système pour que le total soit 100%.</p>
3100
3101 <p>Pour afficher le <gui>% CPU</gui> en <gui>Mode Solaris</gui> :</p>
3102
3103=== modified file 'help/fr/units.page'
3104--- help/fr/units.page 2015-02-02 17:03:04 +0000
3105+++ help/fr/units.page 2015-02-13 21:20:18 +0000
3106@@ -41,11 +41,6 @@
3107
3108 <title>Différences entre Gio (gibioctet) et Go (gigaoctet)</title>
3109
3110- <comment>
3111- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3112- <p>Answer this question, quite briefly.</p>
3113- </comment>
3114-
3115 <p>Les statistiques de l'espace mémoire et disque sont affichées à l'aide des <em>préfixes binaires de la CEI</em>, Kio, Mio, Gio, Tio (pour kibi, mebi, gibi et tebi). Ceci pour distinguer l'unité de mesure en base binaire utilisée par le moniteur système (multiples de 1024) de l'unité de mesure en base décimale (multiples de 1000) utilisée habituellement, par exemple, sur les boîtes des disques durs.</p>
3116
3117 <p>Unités typiques en base binaire :</p>
3118
3119=== modified file 'help/hu/commandline.page'
3120--- help/hu/commandline.page 2015-02-02 17:03:04 +0000
3121+++ help/hu/commandline.page 2015-02-13 21:20:18 +0000
3122@@ -28,12 +28,6 @@
3123
3124 <title>Ugyanezen információk elérése a parancssorból</title>
3125
3126- <comment>
3127- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3128- <p>Briefly list a few useful command line tools which can provide some of
3129- the same information as System Monitor. Don't go into too much detail.</p>
3130- </comment>
3131-
3132 <p>A Rendszerfigyelő által megjelenített információk a következő parancssori eszközökkel is beszerezhetők.</p>
3133
3134 <table rules="rows" frame="top bottom">
3135
3136=== modified file 'help/hu/mem-check.page'
3137--- help/hu/mem-check.page 2015-02-02 17:03:04 +0000
3138+++ help/hu/mem-check.page 2015-02-13 21:20:18 +0000
3139@@ -35,13 +35,6 @@
3140
3141 <title>Mennyi memória van használatban?</title>
3142
3143- <comment>
3144- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3145- <p>Go to the Resources tab and look at the graph/indicators (short topic).
3146- Point to resources about memory problems. Maybe mention how you can find
3147- which processes are using the most memory.</p>
3148- </comment>
3149-
3150 <p>A számítógép jelenlegi memóriahasználatának ellenőrzése:</p>
3151
3152 <steps>
3153
3154=== modified file 'help/hu/mem-swap.page'
3155--- help/hu/mem-swap.page 2015-02-02 17:03:04 +0000
3156+++ help/hu/mem-swap.page 2015-02-13 21:20:18 +0000
3157@@ -30,12 +30,6 @@
3158
3159 <title>Mi az a „swap” memória?</title>
3160
3161- <comment>
3162- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3163- <p>Explain what swap is and how it helps. Explain that the computer may run
3164- slowly if it's swapping too much.</p>
3165- </comment>
3166-
3167 <p>A swap memória vagy <em>swap terület</em> (csere terület) a virtuálismemória-rendszer lemezen lévő része. A rendszer telepítésekor jön létre <em>swap partícióként</em> vagy <em>swap fájlként</em>, de utólag is hozzáadható.</p>
3168
3169 <note>
3170
3171=== modified file 'help/hu/memory-map-use.page'
3172--- help/hu/memory-map-use.page 2015-02-02 17:03:04 +0000
3173+++ help/hu/memory-map-use.page 2015-02-13 21:20:18 +0000
3174@@ -30,11 +30,6 @@
3175
3176 <title>Memóriatérképek használata</title>
3177
3178- <comment>
3179- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3180- <p>Explain how to use the Memory Map feature.</p>
3181- </comment>
3182-
3183 <p>A <gui>virtuális memória</gui> a <gui>fizikai memória</gui> és a <link xref="mem-swap">swap terület</link> egyesített ábrázolása a rendszeren. Ez a fizikai memóriában lévő helyek lemezen lévő fájlokra való <gui>leképezésével</gui> lehetővé teszi a folyamatoknak, hogy a meglévő fizikai memóriánál <em>többet</em> érjenek el. Ha a rendszernek az elérhetőnél több memórialapra van szüksége, akkor a meglévő lapok egy része a swap területre kerül kiírásra.</p>
3184
3185 <p>A <gui>memóriatérkép</gui> megjeleníti a folyamat teljes virtuálismemória-használatát, és használatával megállapítható a program egy vagy több példányának memóriaköltsége, ellenőrizhető a megfelelő megosztott programkönyvtárak használata, illetve a program esetlegesen elérhető teljesítményhangolási paramétereinek hatása, vagy felismerhetők a memóriaszivárgáshoz hasonló problémák.</p>
3186
3187=== modified file 'help/hu/net-bits.page'
3188--- help/hu/net-bits.page 2015-02-02 17:03:04 +0000
3189+++ help/hu/net-bits.page 2015-02-13 21:20:18 +0000
3190@@ -29,11 +29,6 @@
3191
3192 <title>A másodpercenkénti hálózati sebesség megjelenítése bitekben bájtok helyett</title>
3193
3194- <comment>
3195- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3196- <p>Brief topic. Explain how to do this, and why you might want to do it.</p>
3197- </comment>
3198-
3199 <p>A hálózati sebesség gyakran bit/másodpercben jelenik meg bájt/másodperc helyett. Ezt <em>bitsebességnek</em> vagy <em>adatsebességnek</em> is hívják.</p>
3200
3201 <p>A hálózati sebesség bitekben való megjelenítéséhez:</p>
3202
3203=== modified file 'help/hu/process-explain.page'
3204--- help/hu/process-explain.page 2015-02-02 17:03:04 +0000
3205+++ help/hu/process-explain.page 2015-02-13 21:20:18 +0000
3206@@ -29,13 +29,6 @@
3207
3208 <title>Mi az a folyamat?</title>
3209
3210- <comment>
3211- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3212- <p>Explain, in simple terms, what a process is, how they relate to
3213- applications, how some are 'system processes', and what you can do with a
3214- process.</p>
3215- </comment>
3216-
3217 <p>A <gui>folyamat</gui> egy éppen végrehajtás alatt álló program vagy alkalmazás a rendszeren. Egy alkalmazás elindításakor a rendszer egy egyedi folyamatazonosítót (PID) rendel hozzá, és az utasításai és adatai betöltésre kerülnek a memóriába.</p>
3218
3219 <p>A <gui>Folyamatok</gui> lap megjeleníti a folyamatok információit, és lehetővé teszi azok <gui>Leállítását</gui>, <gui>Folytatását</gui>, <gui>Befejezését</gui>, <gui>Kilövését</gui> vagy a prioritásuk megváltoztatását. Ha <gui>Minden folyamat</gui> megjelenítését választja, akkor a folyamatlista tartalmazni fogja a <em>rendszerfolyamatokat</em>, amelyek a háttérben futnak és különböző, a számítógép működéséhez szükséges szolgáltatásokat biztosítanak.</p>
3220
3221=== modified file 'help/hu/process-identify-file.page'
3222--- help/hu/process-identify-file.page 2015-02-02 17:03:04 +0000
3223+++ help/hu/process-identify-file.page 2015-02-13 21:20:18 +0000
3224@@ -29,12 +29,6 @@
3225
3226 <title>Adott fájlt használó program megkeresése</title>
3227
3228- <comment>
3229- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3230- <p>Explain how you can search for a file (or part of a filename) and it will
3231- show which processes are using it. Explain why this might be useful.</p>
3232- </comment>
3233-
3234 <p>Néha kaphat olyan hibaüzenetet, amely szerint egy eszköz (például hangeszköz vagy a DVD-olvasó) foglalt, vagy a szerkeszteni kívánt fájl használatban van. Az ezért felelős folyamatok megkereséséhez:</p>
3235
3236 <steps>
3237
3238=== modified file 'help/hu/process-identify-hog.page'
3239--- help/hu/process-identify-hog.page 2015-02-02 17:03:04 +0000
3240+++ help/hu/process-identify-hog.page 2015-02-13 21:20:18 +0000
3241@@ -29,13 +29,6 @@
3242
3243 <title>Melyik program miatt fut lassan a számítógép?</title>
3244
3245- <comment>
3246- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3247- <p>Explain how the System Monitor can be used to find
3248- misbehaving/resource-hogging processes. (A lot of process use 100% CPU or
3249- similar if they hang, for example.)</p>
3250- </comment>
3251-
3252 <p>Az a program, amely több CPU-időt használ az átlagosnál, az egész számítógépet lelassíthatja. Az ilyen folyamatok megtalálásához:</p>
3253
3254 <steps>
3255
3256=== modified file 'help/hu/process-update-speed.page'
3257--- help/hu/process-update-speed.page 2015-02-02 17:03:04 +0000
3258+++ help/hu/process-update-speed.page 2015-02-13 21:20:18 +0000
3259@@ -29,13 +29,6 @@
3260
3261 <title>Az információk gyorsabb vagy lassabb frissítése</title>
3262
3263- <comment>
3264- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3265- <p>Explain how to make the info update faster (see Preferences dialog).
3266- Explain that faster updates mean that the System Monitor will use more
3267- CPU.</p>
3268- </comment>
3269-
3270 <p>Az információk frissítési sebességének módosításához:</p>
3271
3272 <steps>
3273
3274=== modified file 'help/hu/solaris-mode.page'
3275--- help/hu/solaris-mode.page 2015-02-02 17:03:04 +0000
3276+++ help/hu/solaris-mode.page 2015-02-13 21:20:18 +0000
3277@@ -29,12 +29,6 @@
3278
3279 <title>Mi az a Solaris mód?</title>
3280
3281- <comment>
3282- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3283- <p>Very brief topic. Explain what "Solaris mode" in the preferences dialog
3284- means. The current manual has some information.</p>
3285- </comment>
3286-
3287 <p>Egy több processzorral vagy <link xref="cpu-multicore">maggal</link> rendelkező rendszeren a folyamatok egyszerre több magot is használhatnak. Előfordulhat, hogy a <gui>% CPU</gui> oszlop olyan értékeket jelenít meg, amelyek összesen 100%-nál nagyobbak (például egy 4 magos rendszeren 400%). A <gui>Solaris mód</gui> minden folyamat esetén elosztja a <gui>% CPU</gui> értéket a rendszer CPU-inak számával, így az összeg 100% lesz.</p>
3288
3289 <p>A <gui>% CPU</gui> megjelenítéséhez <gui>Solaris módban</gui>:</p>
3290
3291=== modified file 'help/hu/units.page'
3292--- help/hu/units.page 2015-02-02 17:03:04 +0000
3293+++ help/hu/units.page 2015-02-13 21:20:18 +0000
3294@@ -29,11 +29,6 @@
3295
3296 <title>A GiB ugyanaz, mint a GB (gigabájt)?</title>
3297
3298- <comment>
3299- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3300- <p>Answer this question, quite briefly.</p>
3301- </comment>
3302-
3303 <p>A megjelenített memória- és lemezterület-statisztikák <em>IEC bináris előtagokat</em> használnak: KiB, MiB, GiB, TiB (kibi, mebi, gibi és tebi). Ezeket a Rendszerfigyelő által használt bináris méretek (1024 többszörösei) megkülönböztetésére szolgál az általánosan, például háttértárak csomagolásain használt decimális méretektől (1000 többszörösei).</p>
3304
3305 <p>Tipikus bináris egységek:</p>
3306
3307=== modified file 'help/ro/commandline.page'
3308--- help/ro/commandline.page 2015-02-02 17:03:04 +0000
3309+++ help/ro/commandline.page 2015-02-13 21:20:18 +0000
3310@@ -23,12 +23,6 @@
3311
3312 <title>Get the same information from the command line</title>
3313
3314- <comment>
3315- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3316- <p>Briefly list a few useful command line tools which can provide some of
3317- the same information as System Monitor. Don't go into too much detail.</p>
3318- </comment>
3319-
3320 <p>Most of the information displayed by System Monitor can also be obtained
3321 using these command line tools.</p>
3322
3323
3324=== modified file 'help/ro/mem-check.page'
3325--- help/ro/mem-check.page 2015-02-02 17:03:04 +0000
3326+++ help/ro/mem-check.page 2015-02-13 21:20:18 +0000
3327@@ -30,13 +30,6 @@
3328
3329 <title>How much memory is being used?</title>
3330
3331- <comment>
3332- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3333- <p>Go to the Resources tab and look at the graph/indicators (short topic).
3334- Point to resources about memory problems. Maybe mention how you can find
3335- which processes are using the most memory.</p>
3336- </comment>
3337-
3338 <p>To check the current memory usage of your computer:</p>
3339
3340 <steps>
3341
3342=== modified file 'help/ro/mem-swap.page'
3343--- help/ro/mem-swap.page 2015-02-02 17:03:04 +0000
3344+++ help/ro/mem-swap.page 2015-02-13 21:20:18 +0000
3345@@ -25,12 +25,6 @@
3346
3347 <title>What is "swap" memory?</title>
3348
3349- <comment>
3350- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3351- <p>Explain what swap is and how it helps. Explain that the computer may run
3352- slowly if it's swapping too much.</p>
3353- </comment>
3354-
3355 <p>Swap memory or <em>swap space</em> is the on-disk component of the virtual
3356 memory system. It is pre-configured as a <em>swap partition</em> or a
3357 <em>swap file</em> when Linux is first installed, but can also be added
3358
3359=== modified file 'help/ro/memory-map-use.page'
3360--- help/ro/memory-map-use.page 2015-02-02 17:03:04 +0000
3361+++ help/ro/memory-map-use.page 2015-02-13 21:20:18 +0000
3362@@ -24,11 +24,6 @@
3363
3364 <title>Using memory maps</title>
3365
3366- <comment>
3367- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3368- <p>Explain how to use the Memory Map feature.</p>
3369- </comment>
3370-
3371 <p><gui>Virtual memory</gui> is a representation of the combined
3372 <gui>physical memory</gui> and <link xref="mem-swap">swap space</link> in a
3373 system. It enables running processes to access <em>more</em> than the
3374
3375=== modified file 'help/ro/net-bits.page'
3376--- help/ro/net-bits.page 2015-02-02 17:03:04 +0000
3377+++ help/ro/net-bits.page 2015-02-13 21:20:18 +0000
3378@@ -23,11 +23,6 @@
3379
3380 <title>Show the network speed in bits instead of bytes per second</title>
3381
3382- <comment>
3383- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3384- <p>Brief topic. Explain how to do this, and why you might want to do it.</p>
3385- </comment>
3386-
3387 <p>Network speed is often shown in bits per second, rather than bytes per
3388 second. This is called the <em>bit rate</em>, or <em>data rate</em>.</p>
3389
3390
3391=== modified file 'help/ro/process-explain.page'
3392--- help/ro/process-explain.page 2015-02-02 17:03:04 +0000
3393+++ help/ro/process-explain.page 2015-02-13 21:20:18 +0000
3394@@ -23,13 +23,6 @@
3395
3396 <title>What is a process?</title>
3397
3398- <comment>
3399- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3400- <p>Explain, in simple terms, what a process is, how they relate to
3401- applications, how some are 'system processes', and what you can do with a
3402- process.</p>
3403- </comment>
3404-
3405 <p>A <gui>process</gui> is a program or application being executed by the
3406 system. When an application is launched, the system assigns a unique process ID
3407 (PID), and its instructions and data are loaded into memory.</p>
3408
3409=== modified file 'help/ro/process-identify-file.page'
3410--- help/ro/process-identify-file.page 2015-02-02 17:03:04 +0000
3411+++ help/ro/process-identify-file.page 2015-02-13 21:20:18 +0000
3412@@ -23,12 +23,6 @@
3413
3414 <title>Find which program is using a specific file</title>
3415
3416- <comment>
3417- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3418- <p>Explain how you can search for a file (or part of a filename) and it will
3419- show which processes are using it. Explain why this might be useful.</p>
3420- </comment>
3421-
3422 <p>Sometimes an error message will tell you a device (like the sound device or
3423 the DVD ROM) is busy, or the file you want to edit is in use. To find the
3424 process or processes responsible:</p>
3425
3426=== modified file 'help/ro/process-identify-hog.page'
3427--- help/ro/process-identify-hog.page 2015-02-02 17:03:04 +0000
3428+++ help/ro/process-identify-hog.page 2015-02-13 21:20:18 +0000
3429@@ -24,13 +24,6 @@
3430
3431 <title>Which program is making the computer run slowly?</title>
3432
3433- <comment>
3434- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3435- <p>Explain how the System Monitor can be used to find
3436- misbehaving/resource-hogging processes. (A lot of process use 100% CPU or
3437- similar if they hang, for example.)</p>
3438- </comment>
3439-
3440 <p>A program that is using more than its share of the CPU may slow down the
3441 whole computer. To find which process could be doing this:</p>
3442
3443
3444=== modified file 'help/ro/process-update-speed.page'
3445--- help/ro/process-update-speed.page 2015-02-02 17:03:04 +0000
3446+++ help/ro/process-update-speed.page 2015-02-13 21:20:18 +0000
3447@@ -24,13 +24,6 @@
3448
3449 <title>Make the information update faster or slower</title>
3450
3451- <comment>
3452- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3453- <p>Explain how to make the info update faster (see Preferences dialog).
3454- Explain that faster updates mean that the System Monitor will use more
3455- CPU.</p>
3456- </comment>
3457-
3458 <p>To change the information refresh speed:</p>
3459
3460 <steps>
3461
3462=== modified file 'help/ro/solaris-mode.page'
3463--- help/ro/solaris-mode.page 2015-02-02 17:03:04 +0000
3464+++ help/ro/solaris-mode.page 2015-02-13 21:20:18 +0000
3465@@ -23,12 +23,6 @@
3466
3467 <title>What is Solaris mode?</title>
3468
3469- <comment>
3470- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3471- <p>Very brief topic. Explain what "Solaris mode" in the preferences dialog
3472- means. The current manual has some information.</p>
3473- </comment>
3474-
3475 <p>In a system that has multiple CPUs or <link xref="cpu-multicore">cores</link>,
3476 processes can use more than one at the same time. It is possible for the
3477 <gui>% CPU</gui> column to display values that total greater than 100% (i.e.
3478
3479=== modified file 'help/ro/units.page'
3480--- help/ro/units.page 2015-02-02 17:03:04 +0000
3481+++ help/ro/units.page 2015-02-13 21:20:18 +0000
3482@@ -23,11 +23,6 @@
3483
3484 <title>Is GiB the same as GB (gigabyte)?</title>
3485
3486- <comment>
3487- <cite date="2011-06-18" href="mailto:philbull@gmail.com">Phil Bull</cite>
3488- <p>Answer this question, quite briefly.</p>
3489- </comment>
3490-
3491 <p>The memory and disk space statistics are displayed using <em>IEC binary
3492 prefixes</em>, KiB, MiB, GiB, TiB (for kibi, mebi, gibi and tebi). These are
3493 intended to distinguish binary reporting of sizes used in System Monitor
3494
3495=== modified file 'po/LINGUAS'
3496--- po/LINGUAS 2015-02-02 17:03:04 +0000
3497+++ po/LINGUAS 2015-02-13 21:20:18 +0000
3498@@ -41,6 +41,7 @@
3499 it
3500 ja
3501 ka
3502+kk
3503 km
3504 kn
3505 ko
3506
3507=== modified file 'po/bg.po'
3508--- po/bg.po 2015-02-02 17:03:04 +0000
3509+++ po/bg.po 2015-02-13 21:20:18 +0000
3510@@ -9,10 +9,10 @@
3511 #
3512 msgid ""
3513 msgstr ""
3514-"Project-Id-Version: gnome-system-monitor gnome-3-14\n"
3515+"Project-Id-Version: gnome-system-monitor master\n"
3516 "Report-Msgid-Bugs-To: \n"
3517-"POT-Creation-Date: 2014-10-08 14:38+0300\n"
3518-"PO-Revision-Date: 2014-10-08 14:38+0300\n"
3519+"POT-Creation-Date: 2014-10-08 14:40+0300\n"
3520+"PO-Revision-Date: 2014-10-08 14:40+0300\n"
3521 "Last-Translator: Krasimir Chonov <mk2616@abv.bg>\n"
3522 "Language-Team: Bulgarian <dict@fsa-bg.org>\n"
3523 "Language: bg\n"
3524
3525=== modified file 'po/bn_IN.po'
3526--- po/bn_IN.po 2015-02-02 17:03:04 +0000
3527+++ po/bn_IN.po 2015-02-13 21:20:18 +0000
3528@@ -42,7 +42,7 @@
3529 "Manager;"
3530 msgstr ""
3531 "মনিটর;সিস্টেম;প্রক্রিয়া;CPU;মেমরি;নেটওয়ার্ক;ইতিহাস;ব্যবহার;পারফরমেন্স;কাজ;ম্"
3532-"যানেজার"
3533+"যানেজার;"
3534
3535 #: ../gnome-system-monitor-kde.desktop.in.in.h:1
3536 #: ../gnome-system-monitor.appdata.xml.in.h:1 ../src/application.cpp:324
3537
3538=== modified file 'po/fi.po'
3539--- po/fi.po 2015-02-02 17:03:04 +0000
3540+++ po/fi.po 2015-02-13 21:20:18 +0000
3541@@ -1,5 +1,5 @@
3542 # procman Finnish Translation
3543-# Suomennos: http://gnome.fi/
3544+# Suomennos: https://l10n.gnome.org/teams/fi/
3545 # Copyright (C) 2003-2009 Free Software Foundation, Inc.
3546 #
3547 # Gnome 2012-03 Finnish translation sprint participants:
3548@@ -493,7 +493,7 @@
3549 "Lauri Nurmi, 2003\n"
3550 "Tarmo Toikkanen, 2002\n"
3551 "\n"
3552-"http://gnome.fi/\n"
3553+"https://l10n.gnome.org/teams/fi/\n"
3554 "\n"
3555 "Launchpad Contributions:\n"
3556 " Aleksi Kinnunen https://launchpad.net/~aleksi-kinnunen\n"
3557
3558=== modified file 'po/gu.po'
3559--- po/gu.po 2015-02-02 17:03:04 +0000
3560+++ po/gu.po 2015-02-13 21:20:18 +0000
3561@@ -2,14 +2,14 @@
3562 # Ankit Patel <ankit644@yahoo.com>, 2005, 2006.
3563 # Ankit Patel <ankit@redhat.com>, 2006, 2007.
3564 # Sweta Kothari <sweta2782@yahoo.co.in>, 2008.
3565-# Sweta Kothari <swkothar@redhat.com>, 2008, 2009, 2010, 2011, 2012, 2013, 2014.
3566+# Sweta Kothari <swkothar@redhat.com>, 2008, 2009, 2010, 2011, 2012, 2013.
3567 msgid ""
3568 msgstr ""
3569 "Project-Id-Version: gu\n"
3570 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug."
3571 "cgi?product=system-monitor&keywords=I18N+L10N&component=general\n"
3572-"POT-Creation-Date: 2014-10-08 08:51+0000\n"
3573-"PO-Revision-Date: 2014-10-10 12:09+0530\n"
3574+"POT-Creation-Date: 2013-02-25 10:59+0000\n"
3575+"PO-Revision-Date: 2013-03-13 13:13+0530\n"
3576 "Last-Translator: \n"
3577 "Language-Team: American English <kde-i18n-doc@kde.org>\n"
3578 "Language: \n"
3579@@ -35,88 +35,49 @@
3580 "\n"
3581
3582 #: ../gnome-system-monitor.desktop.in.in.h:1 ../data/interface.ui.h:1
3583-#: ../src/application.cpp:268 ../src/interface.cpp:363
3584+#: ../src/callbacks.cpp:184 ../src/procman-app.cpp:364
3585 msgid "System Monitor"
3586 msgstr "સિસ્ટમ મૉનિટર"
3587
3588 #: ../gnome-system-monitor.desktop.in.in.h:2
3589-#: ../gnome-system-monitor-kde.desktop.in.in.h:2 ../src/interface.cpp:364
3590+#: ../gnome-system-monitor-kde.desktop.in.in.h:2 ../src/callbacks.cpp:185
3591 msgid "View current processes and monitor system state"
3592 msgstr "વર્તમાન પ્રક્રિયાને જુઓ અને સિસ્ટમની સ્થિતિનું ધ્યાન રાખો"
3593
3594 #: ../gnome-system-monitor.desktop.in.in.h:3
3595-#| msgid "Monitor;System;Process;CPU;Memory;Network;History;Usage;"
3596-msgid ""
3597-"Monitor;System;Process;CPU;Memory;Network;History;Usage;Performance;Task;"
3598-"Manager;"
3599-msgstr "મોનિટર;સિસ્ટમ;પ્રક્રિયા;CPU;મેમરી;નેટવર્ક;ઇતિહાસ;વપરાશ;પ્રભાવ;કાર્ય;સંચાલક;"
3600+#: ../gnome-system-monitor-kde.desktop.in.in.h:3
3601+msgid "Monitor;System;Process;CPU;Memory;Network;History;Usage;"
3602+msgstr "મોનિટર;સિસ્ટમ;પ્રક્રિયા;CPU;મેમરી;નેટવર્ક;ઇતિહાસ;વપરાશ;"
3603
3604 #: ../gnome-system-monitor-kde.desktop.in.in.h:1
3605-#: ../gnome-system-monitor.appdata.xml.in.h:1 ../src/application.cpp:324
3606 msgid "GNOME System Monitor"
3607 msgstr "GNOME સિસ્ટમ મૉનિટર"
3608
3609-#: ../gnome-system-monitor-kde.desktop.in.in.h:3
3610-msgid "Monitor;System;Process;CPU;Memory;Network;History;Usage;"
3611-msgstr "મોનિટર;સિસ્ટમ;પ્રક્રિયા;CPU;મેમરી;નેટવર્ક;ઇતિહાસ;વપરાશ;"
3612-
3613-#: ../gnome-system-monitor.appdata.xml.in.h:2
3614-msgid "View and manage system resources"
3615-msgstr "સિસ્ટમ સ્ત્રોતને સંચાલિત કરો અને જુઓ"
3616-
3617-#: ../gnome-system-monitor.appdata.xml.in.h:3
3618-msgid ""
3619-"System Monitor is a process viewer and system monitor with an attractive, "
3620-"easy-to-use interface."
3621-msgstr ""
3622-"સિસ્ટમ મોનિટર પ્રક્રિયા દર્શક છે અને આકર્ષક , અને સરળ રીતે વાપરી શકાય તેવાં સિસ્ટમ મોનિટર."
3623-
3624-#: ../gnome-system-monitor.appdata.xml.in.h:4
3625-msgid ""
3626-"System Monitor can help you find out what applications are using the "
3627-"processor or the memory of your computer, can manage the running "
3628-"applications, force stop processes not responding, and change the state or "
3629-"priority of existing processes."
3630-msgstr ""
3631-"સિસ્ટમ મોનિટર શોધવા માટે તમને મદદ કરી શકે છે કે ક્યા કાર્યક્રમો એ તમારાં કમ્પ્યૂટરનાં પ્રોસેસર "
3632-"અથવા મેમરીને વાપરી રહ્યા છે, ચાલતા કાર્યક્રમોને સંચાલિત કરી શકાય છે, જે જવાબ આપી રહ્યુ નથી "
3633-"તેવી પ્રક્રિયાઓને બંધ કરવા દબાણ કરો અને હાલની પ્રક્રિયાઓની સ્થિતિ અથવા પ્રાધાન્યને બદલો."
3634-
3635-#: ../gnome-system-monitor.appdata.xml.in.h:5
3636-msgid ""
3637-"The resource graphs feature shows you a quick overview of what is going on "
3638-"with your computer displaying recent network, memory and processor usage."
3639-msgstr ""
3640-"સ્ત્રોત ગ્રાફ લક્ષણ તમને ઝડપી ઝાંખીને બતાવે છે તે તાજેતરનાં નેટવર્ક, મેમરી અને પ્રોસેસર "
3641-"વપરાશને દર્શાવવા તમારાં કમ્પ્યૂટર સાથે શું ચાલી રહ્યુ છે."
3642-
3643 #: ../org.gnome.gnome-system-monitor.policy.in.in.h:1
3644 msgid "Kill process"
3645 msgstr "પ્રક્રિયા મારી નાખો"
3646
3647 #: ../org.gnome.gnome-system-monitor.policy.in.in.h:2
3648-#| msgid "Privileges are required to renice process"
3649-msgid "Privileges are required to control other users' processes"
3650-msgstr "અધિકારો બીજી વપરાશકર્તાની પ્રક્રિયાઓને નિયંત્રણ કરવા માટે જરૂરી છે"
3651+msgid "Privileges are required to kill process"
3652+msgstr "પ્રક્રિયાને મારવા માટે અધિકારો જરૂરી છે"
3653
3654 #: ../org.gnome.gnome-system-monitor.policy.in.in.h:3
3655+#| msgid "_Continue Process"
3656 msgid "Renice process"
3657 msgstr "Renice પ્રક્રિયા"
3658
3659 #: ../org.gnome.gnome-system-monitor.policy.in.in.h:4
3660-#| msgid "Privileges are required to renice process"
3661-msgid "Privileges are required to change the priority of processes"
3662-msgstr "અધિકારો પ્રક્રિયાઓનાં પ્રાધાન્યને બદલના માટે જરૂરી છે"
3663+msgid "Privileges are required to renice process"
3664+msgstr "પ્રક્રિયાને renice કરવા માટે અધિકારો જરૂરી છે"
3665
3666 #: ../data/interface.ui.h:2
3667+msgid "View"
3668+msgstr "દૃશ્ય"
3669+
3670+#: ../data/interface.ui.h:3
3671 msgid "End _Process"
3672 msgstr "પ્રક્રિયાનો અંત કરો (_P)"
3673
3674-#: ../data/interface.ui.h:3
3675-#| msgid "Process Properties"
3676-msgid "Show process properties"
3677-msgstr "પ્રક્રિયા ગુણધર્મોને બતાવો"
3678-
3679 #: ../data/interface.ui.h:4 ../data/preferences.ui.h:9
3680 msgid "Processes"
3681 msgstr "પ્રક્રિયાઓ"
3682@@ -129,12 +90,12 @@
3683 msgid "Memory and Swap History"
3684 msgstr "મેમરી અને સ્વેપનો ઈતિહાસ"
3685
3686-#: ../data/interface.ui.h:7 ../src/interface.cpp:260
3687-#: ../src/procproperties.cpp:92 ../src/proctable.cpp:337
3688+#: ../data/interface.ui.h:7 ../src/interface.cpp:249
3689+#: ../src/procproperties.cpp:132 ../src/proctable.cpp:212
3690 msgid "Memory"
3691 msgstr "મેમરી"
3692
3693-#: ../data/interface.ui.h:8 ../src/interface.cpp:272
3694+#: ../data/interface.ui.h:8 ../src/interface.cpp:261
3695 msgid "Swap"
3696 msgstr "Swap"
3697
3698@@ -142,7 +103,7 @@
3699 msgid "Network History"
3700 msgstr "નેટવર્ક ઈતિહાસ"
3701
3702-#: ../data/interface.ui.h:10 ../src/interface.cpp:300
3703+#: ../data/interface.ui.h:10 ../src/interface.cpp:288
3704 msgid "Receiving"
3705 msgstr "મેળવી રહ્યા છે"
3706
3707@@ -150,9 +111,9 @@
3708 msgid "Total Received"
3709 msgstr "કુલ મળેલ"
3710
3711-#: ../data/interface.ui.h:12 ../src/interface.cpp:315
3712-msgid "Sending"
3713-msgstr "મોકલી રહ્યા છે"
3714+#: ../data/interface.ui.h:12
3715+msgid "Sent"
3716+msgstr "મોકલ્યુ"
3717
3718 #: ../data/interface.ui.h:13
3719 msgid "Total Sent"
3720@@ -172,13 +133,20 @@
3721 msgstr "ખૂલેલી ફાઈલો માટે શોધો"
3722
3723 #: ../data/lsof.ui.h:2
3724-msgid "Filter files by name"
3725-msgstr "નામ દ્દારા ફિલ્ટર ફાઇલો"
3726+msgid "_Name contains:"
3727+msgstr "નામ સમાવે (_N):"
3728
3729 #: ../data/lsof.ui.h:3
3730-#| msgid "Case insensitive matching"
3731-msgid "Case insensitive"
3732-msgstr "કેસ પ્રત્યે સંવેદનશીલ"
3733+msgid "Case insensitive matching"
3734+msgstr "કેસ પ્રત્યે સંવેદનશીલ જોડણી"
3735+
3736+#: ../data/lsof.ui.h:4
3737+msgid "C_lear"
3738+msgstr "સાફ કરો (_l)"
3739+
3740+#: ../data/lsof.ui.h:5
3741+msgid "S_earch results:"
3742+msgstr "શોધ પરિણામો (_e):"
3743
3744 #: ../data/menus.ui.h:1
3745 msgctxt "Menu item to Open 'Search for Open Files' dialog"
3746@@ -201,85 +169,6 @@
3747 msgid "Quit"
3748 msgstr "બહાર નીકળો"
3749
3750-#: ../data/menus.ui.h:6
3751-msgid "_Refresh"
3752-msgstr "પુન:તાજુ કરો (_R)"
3753-
3754-#: ../data/menus.ui.h:7
3755-msgid "_Active Processes"
3756-msgstr "સક્રિય પ્રક્રિયાઓ (_A)"
3757-
3758-#: ../data/menus.ui.h:8
3759-msgid "A_ll Processes"
3760-msgstr "બધી પ્રક્રિયાઓ (_l)"
3761-
3762-#: ../data/menus.ui.h:9
3763-msgid "M_y Processes"
3764-msgstr "મારી પ્રક્રિયાઓ (_y)"
3765-
3766-#: ../data/menus.ui.h:10
3767-msgid "_Dependencies"
3768-msgstr "આધારભૂતો (_D)"
3769-
3770-#: ../data/menus.ui.h:11
3771-#| msgid "Stopped"
3772-msgid "_Stop"
3773-msgstr "બંધ કરો (_S)"
3774-
3775-#: ../data/menus.ui.h:12
3776-#| msgid "_Continue Process"
3777-msgid "_Continue"
3778-msgstr "ચાલુ રાખો (_C)"
3779-
3780-#: ../data/menus.ui.h:13
3781-msgid "_End"
3782-msgstr "અંત (_E)"
3783-
3784-#: ../data/menus.ui.h:14
3785-msgid "_Kill"
3786-msgstr "મારો (_K)"
3787-
3788-#: ../data/menus.ui.h:15
3789-msgid "_Change Priority"
3790-msgstr "પ્રાધાન્ય બદલો (_C)"
3791-
3792-#: ../data/menus.ui.h:16 ../src/util.cpp:215
3793-msgid "Very High"
3794-msgstr "વધારે ઊંચુ"
3795-
3796-#: ../data/menus.ui.h:17 ../src/util.cpp:217
3797-msgid "High"
3798-msgstr "ઊંચુ"
3799-
3800-#: ../data/menus.ui.h:18 ../src/util.cpp:219
3801-msgid "Normal"
3802-msgstr "સામાન્ય"
3803-
3804-#: ../data/menus.ui.h:19 ../src/util.cpp:221
3805-msgid "Low"
3806-msgstr "નીચુ"
3807-
3808-#: ../data/menus.ui.h:20 ../src/util.cpp:223
3809-msgid "Very Low"
3810-msgstr "ઘણુ નીચુ"
3811-
3812-#: ../data/menus.ui.h:21
3813-msgid "Custom"
3814-msgstr "વૈવિધ્ય"
3815-
3816-#: ../data/menus.ui.h:22
3817-msgid "_Memory Maps"
3818-msgstr "મેમરીના નક્શા (_M)"
3819-
3820-#. Translators: this means 'Files that are open' (open is not a verb here)
3821-#: ../data/menus.ui.h:24
3822-msgid "Open _Files"
3823-msgstr "ફાઈલો ખોલો (_F)"
3824-
3825-#: ../data/menus.ui.h:25
3826-msgid "_Properties"
3827-msgstr "ગુણધર્મો (_P)"
3828-
3829 #: ../data/openfiles.ui.h:1
3830 msgid "Open Files"
3831 msgstr "ફાઈલો ખોલો"
3832@@ -321,13 +210,13 @@
3833 msgstr "આલેખો"
3834
3835 #: ../data/preferences.ui.h:11
3836+msgid "_Show network speed in bits"
3837+msgstr "બિટમાં નેટવર્ક ઝડપને બતાવો (_S)"
3838+
3839+#: ../data/preferences.ui.h:12
3840 msgid "_Draw CPU chart as stacked area chart"
3841 msgstr "સ્ટેક વિસ્તાર આલેખ તરીકે CPU આલેખને દોરો (_D)"
3842
3843-#: ../data/preferences.ui.h:12
3844-msgid "_Show network speed in bits"
3845-msgstr "બિટમાં નેટવર્ક ઝડપને બતાવો (_S)"
3846-
3847 #: ../data/preferences.ui.h:14
3848 msgid "Show _all file systems"
3849 msgstr "બધી ફાઈલસિસ્ટમો બતાવો (_a)"
3850@@ -336,19 +225,15 @@
3851 msgid "File system i_nformation shown in list:"
3852 msgstr "યાદીમાં બતાવેલ ફાઇલ સિસ્ટમ જાણકારી:"
3853
3854-#: ../data/renice.ui.h:1 ../src/procdialogs.cpp:123
3855-msgid "_Cancel"
3856-msgstr "રદ કરો (_C)"
3857-
3858-#: ../data/renice.ui.h:2
3859+#: ../data/renice.ui.h:1
3860 msgid "Change _Priority"
3861 msgstr "પ્રાધાન્ય બદલો (_P)"
3862
3863-#: ../data/renice.ui.h:3
3864+#: ../data/renice.ui.h:2
3865 msgid "_Nice value:"
3866 msgstr "_Nice કિંમત:"
3867
3868-#: ../data/renice.ui.h:4
3869+#: ../data/renice.ui.h:3
3870 msgid ""
3871 "<small><i><b>Note:</b> The priority of a process is given by its nice value. "
3872 "A lower nice value corresponds to a higher priority.</i></small>"
3873@@ -356,313 +241,461 @@
3874 "<small><i><b>નોંધ:</b> પ્રક્રિયાનું પ્રાધાન્ય nice ની કિંમત દ્વારા મળે છે. ઓછી nice ની "
3875 "કિંમત ઊંચું પ્રાધાન્ય સૂચવે છે.</i></small>"
3876
3877-#: ../src/application.cpp:310
3878-msgid "A simple process and system monitor."
3879-msgstr "સાદી પ્રક્રિયા અને સિસ્ટમ મૉનિટર."
3880-
3881-#: ../src/argv.cpp:21
3882+#: ../src/argv.cpp:20
3883 msgid "Show the Processes tab"
3884 msgstr "પ્રક્રિયા ટૅબ બતાવો"
3885
3886-#: ../src/argv.cpp:26
3887+#: ../src/argv.cpp:25
3888 msgid "Show the Resources tab"
3889 msgstr "સ્ત્રોત ટૅબ બતાવો"
3890
3891-#: ../src/argv.cpp:31
3892+#: ../src/argv.cpp:30
3893 msgid "Show the File Systems tab"
3894 msgstr "ફાઇલ સિસ્ટમ ટૅબ બતાવો"
3895
3896-#: ../src/argv.cpp:35
3897-#| msgid "Configure the application"
3898-msgid "Show the application's version"
3899-msgstr "કાર્યક્રમની આવૃત્તિને બતાવો"
3900+#: ../src/callbacks.cpp:195
3901+msgid "translator-credits"
3902+msgstr "અંકિત પટેલ <ankit644@yahoo.com>"
3903
3904-#: ../src/disks.cpp:369 ../src/memmaps.cpp:325
3905+#: ../src/disks.cpp:304 ../src/memmaps.cpp:361
3906 msgid "Device"
3907 msgstr "ઉપકરણ"
3908
3909-#: ../src/disks.cpp:370
3910+#: ../src/disks.cpp:305
3911 msgid "Directory"
3912 msgstr "ડિરેક્ટરી"
3913
3914-#: ../src/disks.cpp:371 ../src/gsm_color_button.c:165 ../src/openfiles.cpp:252
3915+#: ../src/disks.cpp:306 ../src/gsm_color_button.c:223 ../src/openfiles.cpp:251
3916 msgid "Type"
3917 msgstr "પ્રકાર"
3918
3919-#: ../src/disks.cpp:372
3920+#: ../src/disks.cpp:307
3921 msgid "Total"
3922 msgstr "કુલ"
3923
3924-#: ../src/disks.cpp:373
3925+#: ../src/disks.cpp:308
3926 msgid "Free"
3927 msgstr "મુક્ત"
3928
3929-#: ../src/disks.cpp:374
3930+#: ../src/disks.cpp:309
3931 msgid "Available"
3932 msgstr "ઉપલબ્ધ"
3933
3934-#: ../src/disks.cpp:375
3935+#: ../src/disks.cpp:310
3936 msgid "Used"
3937 msgstr "ઉપયોગમાં લેવાયેલ"
3938
3939 #. xgettext: ? stands for unknown
3940-#: ../src/e_date.c:156
3941+#: ../src/e_date.c:155
3942 msgid "?"
3943 msgstr "?"
3944
3945-#: ../src/e_date.c:163
3946+#: ../src/e_date.c:162
3947 msgid "Today %l:%M %p"
3948 msgstr "આજે %l:%M %p"
3949
3950-#: ../src/e_date.c:172
3951+#: ../src/e_date.c:171
3952 msgid "Yesterday %l:%M %p"
3953 msgstr "ગઈકાલે %l:%M %p"
3954
3955-#: ../src/e_date.c:184
3956+#: ../src/e_date.c:183
3957 msgid "%a %l:%M %p"
3958 msgstr "%a %l:%M %p"
3959
3960-#: ../src/e_date.c:192
3961+#: ../src/e_date.c:191
3962 msgid "%b %d %l:%M %p"
3963 msgstr "%b %d %l:%M %p"
3964
3965-#: ../src/e_date.c:194
3966+#: ../src/e_date.c:193
3967 msgid "%b %d %Y"
3968 msgstr "%b %d %Y"
3969
3970-#: ../src/gsm_color_button.c:141
3971+#: ../src/gsm_color_button.c:199
3972 msgid "Fraction"
3973 msgstr "ભાગ"
3974
3975 #. TRANSLATORS: description of the pie color picker's (mem, swap) filled percentage property
3976-#: ../src/gsm_color_button.c:143
3977+#: ../src/gsm_color_button.c:201
3978 msgid "Percentage full for pie color pickers"
3979 msgstr "પાઇ રંગ પસંદ કરવા માટે સંપૂર્ણ ટકાવારી"
3980
3981-#: ../src/gsm_color_button.c:150
3982+#: ../src/gsm_color_button.c:208
3983 msgid "Title"
3984 msgstr "શીર્ષક"
3985
3986-#: ../src/gsm_color_button.c:151
3987+#: ../src/gsm_color_button.c:209
3988 msgid "The title of the color selection dialog"
3989 msgstr "રંગ પસંદ કરવાના સંવાદનુ શીર્ષક"
3990
3991-#: ../src/gsm_color_button.c:152 ../src/gsm_color_button.c:512
3992+#: ../src/gsm_color_button.c:210 ../src/gsm_color_button.c:628
3993 msgid "Pick a Color"
3994 msgstr "રંગ પસંદ કરો"
3995
3996-#: ../src/gsm_color_button.c:158
3997+#: ../src/gsm_color_button.c:216
3998 msgid "Current Color"
3999 msgstr "વર્તમાન રંગ"
4000
4001-#: ../src/gsm_color_button.c:159
4002+#: ../src/gsm_color_button.c:217
4003 msgid "The selected color"
4004 msgstr "પસંદિત રંગ"
4005
4006-#: ../src/gsm_color_button.c:166
4007+#: ../src/gsm_color_button.c:224
4008 msgid "Type of color picker"
4009 msgstr "રંગ પસંદ કરનારના પ્રકાર"
4010
4011-#: ../src/gsm_color_button.c:434
4012+#: ../src/gsm_color_button.c:550
4013 msgid "Received invalid color data\n"
4014 msgstr "મળેલ અયોગ્ય રંગ માહિતી\n"
4015
4016-#: ../src/gsm_color_button.c:535
4017+#: ../src/gsm_color_button.c:651
4018 msgid "Click to set graph colors"
4019 msgstr "આલેખ રંગોને સુયોજિત કરવા માટે ક્લિક કરો"
4020
4021+#: ../src/interface.cpp:47
4022+msgid "_View"
4023+msgstr "દેખાવ (_V)"
4024+
4025+#: ../src/interface.cpp:49
4026+msgid "_Stop Process"
4027+msgstr "પ્રક્રિયા અટકાવો (_S)"
4028+
4029+#: ../src/interface.cpp:50
4030+msgid "Stop process"
4031+msgstr "પ્રક્રિયા અટકાવો"
4032+
4033+#: ../src/interface.cpp:51
4034+msgid "_Continue Process"
4035+msgstr "પ્રક્રિયા ચાલુ રાખો (_C)"
4036+
4037+#: ../src/interface.cpp:52
4038+msgid "Continue process if stopped"
4039+msgstr "જો અટકાવાયેલ હોય તો પ્રક્રિયા ચાલુ રાખો"
4040+
4041+#: ../src/interface.cpp:54 ../src/procdialogs.cpp:96
4042+msgid "_End Process"
4043+msgstr "પ્રક્રિયાનો અંત લાવો (_E)"
4044+
4045+#: ../src/interface.cpp:55
4046+msgid "Force process to finish normally"
4047+msgstr "પ્રક્રિયાને સામાન્ય રીતે સમાપ્ત કરવા માટે દબાણ કરો"
4048+
4049+#: ../src/interface.cpp:56 ../src/procdialogs.cpp:85
4050+msgid "_Kill Process"
4051+msgstr "પ્રક્રિયાને મૃત કરો (_K)"
4052+
4053+#: ../src/interface.cpp:57
4054+msgid "Force process to finish immediately"
4055+msgstr "પ્રક્રિયાને તુરંત જ સમાપ્ત કરવા માટે દબાણ કરો"
4056+
4057+#: ../src/interface.cpp:58
4058+msgid "_Change Priority"
4059+msgstr "પ્રાધાન્ય બદલો (_C)"
4060+
4061+#: ../src/interface.cpp:59
4062+msgid "Change the order of priority of process"
4063+msgstr "પ્રક્રિયાઓના પ્રાધાન્યનો ક્રમ બદલો"
4064+
4065+#: ../src/interface.cpp:61
4066+msgid "_Refresh"
4067+msgstr "પુન:તાજુ કરો (_R)"
4068+
4069+#: ../src/interface.cpp:62
4070+msgid "Refresh the process list"
4071+msgstr "પ્રક્રિયા યાદીને પુન:તાજી કરો"
4072+
4073+#: ../src/interface.cpp:64
4074+msgid "_Memory Maps"
4075+msgstr "મેમરીના નક્શા (_M)"
4076+
4077+#: ../src/interface.cpp:65
4078+msgid "Open the memory maps associated with a process"
4079+msgstr "પ્રક્રિયા સાથે સંકળાયેલ મેમરી નકશાઓ ખોલો"
4080+
4081+#. Translators: this means 'Files that are open' (open is no verb here)
4082+#: ../src/interface.cpp:67
4083+msgid "Open _Files"
4084+msgstr "ફાઈલો ખોલો (_F)"
4085+
4086+#: ../src/interface.cpp:68
4087+msgid "View the files opened by a process"
4088+msgstr "પ્રક્રિયા દ્વારા ખોલાયેલ ફાઈલો જુઓ"
4089+
4090+#: ../src/interface.cpp:69
4091+msgid "_Properties"
4092+msgstr "ગુણધર્મો (_P)"
4093+
4094+#: ../src/interface.cpp:70
4095+msgid "View additional information about a process"
4096+msgstr "પ્રક્રિયા વિશે વધારાની જાણકારીને દર્શાવો"
4097+
4098+#: ../src/interface.cpp:75
4099+msgid "_Dependencies"
4100+msgstr "આધારભૂતો (_D)"
4101+
4102+#: ../src/interface.cpp:76
4103+msgid "Show parent/child relationship between processes"
4104+msgstr "પ્રક્રિયાઓ વચ્ચે પિતૃ/બાળ સંબંધ બતાવો"
4105+
4106+#: ../src/interface.cpp:83
4107+msgid "_Active Processes"
4108+msgstr "સક્રિય પ્રક્રિયાઓ (_A)"
4109+
4110+#: ../src/interface.cpp:84
4111+msgid "Show active processes"
4112+msgstr "સક્રિય પ્રક્રિયાઓ બતાવો"
4113+
4114+#: ../src/interface.cpp:85
4115+msgid "A_ll Processes"
4116+msgstr "બધી પ્રક્રિયાઓ (_l)"
4117+
4118+#: ../src/interface.cpp:86
4119+msgid "Show all processes"
4120+msgstr "બધી પ્રક્રિયાઓ બતાવો"
4121+
4122+#: ../src/interface.cpp:87
4123+msgid "M_y Processes"
4124+msgstr "મારી પ્રક્રિયાઓ (_y)"
4125+
4126+#: ../src/interface.cpp:88
4127+msgid "Show only user-owned processes"
4128+msgstr "ફક્ત વપરાશકર્તા માલિકી થયેલ પ્રક્રિયાઓને બતાવો"
4129+
4130+#: ../src/interface.cpp:93 ../src/util.cpp:217
4131+msgid "Very High"
4132+msgstr "વધારે ઊંચુ"
4133+
4134+#: ../src/interface.cpp:94
4135+msgid "Set process priority to very high"
4136+msgstr "ઘણુ ઊંચુ તરીકે પ્રક્રિયા પ્રાધાન્યને સુયોજિત કરો"
4137+
4138+#: ../src/interface.cpp:95 ../src/util.cpp:219
4139+msgid "High"
4140+msgstr "ઊંચુ"
4141+
4142+#: ../src/interface.cpp:96
4143+msgid "Set process priority to high"
4144+msgstr "ઊંચુ તરીકે પ્રક્રિયા પ્રાધાન્યને સુયોજિત કરો"
4145+
4146+#: ../src/interface.cpp:97 ../src/util.cpp:221
4147+msgid "Normal"
4148+msgstr "સામાન્ય"
4149+
4150+#: ../src/interface.cpp:98
4151+msgid "Set process priority to normal"
4152+msgstr "સામાન્ય રીતે પ્રાધાન્ય પ્રમાણે પ્રક્રિયાને સુયોજિત કરો"
4153+
4154+#: ../src/interface.cpp:99 ../src/util.cpp:223
4155+msgid "Low"
4156+msgstr "નીચુ"
4157+
4158+#: ../src/interface.cpp:100
4159+msgid "Set process priority to low"
4160+msgstr "નીચુ તરીકે પ્રક્રિયા પ્રાધાન્યને સુયોજિત કરો"
4161+
4162+#: ../src/interface.cpp:101 ../src/util.cpp:225
4163+msgid "Very Low"
4164+msgstr "ઘણુ નીચુ"
4165+
4166+#: ../src/interface.cpp:102
4167+msgid "Set process priority to very low"
4168+msgstr "ઘણું નીચુ તરીકે પ્રક્રિયા પ્રાધાન્યને સુયોજિત કરો"
4169+
4170+#: ../src/interface.cpp:103
4171+msgid "Custom"
4172+msgstr "વૈવિધ્ય"
4173+
4174+#: ../src/interface.cpp:104
4175+msgid "Set process priority manually"
4176+msgstr "જાતેજ પ્રક્રિયાનાં પ્રાધાન્યને સુયોજિત કરો"
4177+
4178 #. Translators: color picker title, %s is CPU, Memory, Swap, Receiving, Sending
4179-#: ../src/interface.cpp:187
4180+#: ../src/interface.cpp:178
4181 #, c-format
4182 msgid "Pick a Color for '%s'"
4183 msgstr "'%s' માટે રંગ પસંદ કરો"
4184
4185-#: ../src/interface.cpp:220 ../src/procproperties.cpp:100
4186+#: ../src/interface.cpp:214 ../src/procproperties.cpp:138
4187 msgid "CPU"
4188 msgstr "CPU"
4189
4190-#: ../src/interface.cpp:222
4191+#: ../src/interface.cpp:216
4192 #, c-format
4193 msgid "CPU%d"
4194 msgstr "CPU%d"
4195
4196-#: ../src/interface.cpp:374
4197-msgid "translator-credits"
4198-msgstr "અંકિત પટેલ <ankit644@yahoo.com>"
4199+#: ../src/interface.cpp:304
4200+msgid "Sending"
4201+msgstr "મોકલી રહ્યા છે"
4202
4203-#: ../src/load-graph.cpp:161
4204+#: ../src/load-graph.cpp:170
4205 #, c-format
4206 msgid "%u second"
4207 msgid_plural "%u seconds"
4208 msgstr[0] "%u સેકન્ડ"
4209 msgstr[1] "%u સેકન્ડો"
4210
4211-#: ../src/load-graph.cpp:370
4212+#: ../src/load-graph.cpp:365
4213 msgid "not available"
4214 msgstr "ઉપલબ્ધ નથી"
4215
4216 #. xgettext: 540MiB (53 %) of 1.0 GiB
4217-#: ../src/load-graph.cpp:373
4218+#: ../src/load-graph.cpp:368
4219 #, c-format
4220 msgid "%s (%.1f%%) of %s"
4221 msgstr "%s (%.1f%%) એ %s નું "
4222
4223-#: ../src/lsof.cpp:109
4224+#: ../src/lsof.cpp:125
4225 msgid "Error"
4226 msgstr "ભૂલ"
4227
4228-#: ../src/lsof.cpp:110
4229+#: ../src/lsof.cpp:126
4230 #, c-format
4231 msgid "'%s' is not a valid Perl regular expression."
4232 msgstr "'%s' એ માન્ય Perl નિયમિત સમીકરણ નથી."
4233
4234-#: ../src/lsof.cpp:128
4235-#, c-format
4236-#| msgid "Open Files"
4237-msgid "%d open file"
4238-msgid_plural "%d open files"
4239-msgstr[0] "%d ખુલ્લી ફાઇલ"
4240-msgstr[1] "%d ખુલ્લી ફાઇલો"
4241-
4242-#: ../src/lsof.cpp:130
4243-#, c-format
4244-#| msgid "Search for open files"
4245-msgid "%d matching open file"
4246-msgid_plural "%d matching open files"
4247-msgstr[0] "%d બંધબેસતી ખુલ્લી ફાઇલ"
4248-msgstr[1] "%d બંધબેસતી ખુલ્લી ફાઇલો"
4249-
4250-#: ../src/lsof.cpp:246
4251+#: ../src/lsof.cpp:272
4252 msgid "Process"
4253 msgstr "પ્રક્રિયા"
4254
4255 # libgnomeui/gnome-client.c:833
4256-#: ../src/lsof.cpp:258
4257+#: ../src/lsof.cpp:284
4258 msgid "PID"
4259 msgstr "PID"
4260
4261-#: ../src/lsof.cpp:268 ../src/memmaps.cpp:303
4262+#: ../src/lsof.cpp:294 ../src/memmaps.cpp:339
4263 msgid "Filename"
4264 msgstr "ફાઇલનું નામ"
4265
4266 #. xgettext: virtual memory start
4267-#: ../src/memmaps.cpp:305
4268+#: ../src/memmaps.cpp:341
4269 msgid "VM Start"
4270 msgstr "VMની શરૂઆત"
4271
4272 #. xgettext: virtual memory end
4273-#: ../src/memmaps.cpp:307
4274+#: ../src/memmaps.cpp:343
4275 msgid "VM End"
4276 msgstr "VMનો અંત"
4277
4278 #. xgettext: virtual memory syze
4279-#: ../src/memmaps.cpp:309
4280+#: ../src/memmaps.cpp:345
4281 msgid "VM Size"
4282 msgstr "VMનુ માપ"
4283
4284-#: ../src/memmaps.cpp:310
4285+#: ../src/memmaps.cpp:346
4286 msgid "Flags"
4287 msgstr "નિશાનીઓ"
4288
4289 #. xgettext: virtual memory offset
4290-#: ../src/memmaps.cpp:312
4291+#: ../src/memmaps.cpp:348
4292 msgid "VM Offset"
4293 msgstr "VM ઓફસેટ"
4294
4295 #. xgettext: memory that has not been modified since
4296 #. it has been allocated
4297-#: ../src/memmaps.cpp:315
4298+#: ../src/memmaps.cpp:351
4299 msgid "Private clean"
4300 msgstr "ખાનગી સફાઈ"
4301
4302 #. xgettext: memory that has been modified since it
4303 #. has been allocated
4304-#: ../src/memmaps.cpp:318
4305+#: ../src/memmaps.cpp:354
4306 msgid "Private dirty"
4307 msgstr "ખાનગી ગંદકી"
4308
4309 #. xgettext: shared memory that has not been modified
4310 #. since it has been allocated
4311-#: ../src/memmaps.cpp:321
4312+#: ../src/memmaps.cpp:357
4313 msgid "Shared clean"
4314 msgstr "સહભાગી સફાઈ"
4315
4316 #. xgettext: shared memory that has been modified
4317 #. since it has been allocated
4318-#: ../src/memmaps.cpp:324
4319+#: ../src/memmaps.cpp:360
4320 msgid "Shared dirty"
4321 msgstr "સહભાગી ગંદકી"
4322
4323-#: ../src/memmaps.cpp:326
4324+#: ../src/memmaps.cpp:362
4325 msgid "Inode"
4326 msgstr "આઈનોડ"
4327
4328-#: ../src/memmaps.cpp:436
4329+#: ../src/memmaps.cpp:467
4330 msgid "Memory Maps"
4331 msgstr "મેમરી નક્શાઓ"
4332
4333-#: ../src/memmaps.cpp:448
4334+#: ../src/memmaps.cpp:479
4335 #, c-format
4336 msgid "_Memory maps for process \"%s\" (PID %u):"
4337 msgstr "પ્રક્રિયા \"%s\" માટે મેમરી નકશા (PID %u) (_M):"
4338
4339-#: ../src/openfiles.cpp:40
4340+#: ../src/openfiles.cpp:38
4341 msgid "file"
4342 msgstr "ફાઈલ"
4343
4344-#: ../src/openfiles.cpp:42
4345+#: ../src/openfiles.cpp:40
4346 msgid "pipe"
4347 msgstr "પાઈપ"
4348
4349-#: ../src/openfiles.cpp:44
4350+#: ../src/openfiles.cpp:42
4351 msgid "IPv6 network connection"
4352 msgstr "IPv6 નેટવર્ક જોડાણ"
4353
4354-#: ../src/openfiles.cpp:46
4355+#: ../src/openfiles.cpp:44
4356 msgid "IPv4 network connection"
4357 msgstr "IPv4 નેટવર્ક જોડાણ"
4358
4359-#: ../src/openfiles.cpp:48
4360+#: ../src/openfiles.cpp:46
4361 msgid "local socket"
4362 msgstr "સ્થાનિક સોકેટ"
4363
4364-#: ../src/openfiles.cpp:50
4365+#: ../src/openfiles.cpp:48
4366 msgid "unknown type"
4367 msgstr "અજ્ઞાત પ્રકાર"
4368
4369 #. Translators: "FD" here means "File Descriptor". Please use
4370 #. a very short translation if possible, and at most
4371 #. 2-3 characters for it to be able to fit in the UI.
4372-#: ../src/openfiles.cpp:251
4373+#: ../src/openfiles.cpp:250
4374 msgid "FD"
4375 msgstr "FD"
4376
4377-#: ../src/openfiles.cpp:253
4378+#: ../src/openfiles.cpp:252
4379 msgid "Object"
4380 msgstr "ઓબ્જેક્ટ"
4381
4382-#: ../src/openfiles.cpp:336
4383+#: ../src/openfiles.cpp:346
4384 #, c-format
4385 msgid "_Files opened by process \"%s\" (PID %u):"
4386 msgstr "પ્રક્રિયા \"%s\" દ્વારા ખૂલેલી ફાઈલો (PID %u) (_F):"
4387
4388-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:1
4389-msgid "Main window size and position in the form (width, height, xpos, ypos)"
4390-msgstr "(width, height, xpos, ypos) રૂપમાં મુખ્ય વિન્ડો માપ અને સ્થાન"
4391-
4392-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:2
4393+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:1
4394+msgid "Main Window width"
4395+msgstr "મુખ્ય વિન્ડો પહોળાઈ"
4396+
4397+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:2
4398+msgid "Main Window height"
4399+msgstr "મુખ્ય વિન્ડો ઊંચાઈ"
4400+
4401+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:3
4402 msgid "Main Window should open maximized"
4403 msgstr "મુખ્ય વિન્ડોને મહત્તમ તરીકે ખુલ્લી હોવી જોઇએ"
4404
4405-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:3
4406+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:4
4407+msgid "Main Window X position"
4408+msgstr "મુખ્ય વિન્ડો X સ્થાન"
4409+
4410+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:5
4411+msgid "Main Window Y position"
4412+msgstr "મુખ્ય વિન્ડો Y સ્થાન"
4413+
4414+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:6
4415 msgid "Show process dependencies in tree form"
4416 msgstr "પ્રક્રિયાના આધારભૂતોને વૃક્ષ સ્વરૂપમાં બતાવો"
4417
4418-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:4
4419+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:7
4420 msgid "Solaris mode for CPU percentage"
4421 msgstr "CPU ટકા માટે Solaris સ્થિતિ"
4422
4423-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:5
4424+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:8
4425 msgid ""
4426 "If TRUE, system-monitor operates in 'Solaris mode' where a task's CPU usage "
4427 "is divided by the total number of CPUs. Otherwise, it operates in 'Irix "
4428@@ -671,39 +704,38 @@
4429 "જો TRUE હોય, તો system-monitor એ 'Solaris mode' માં કામ કરશે કે જ્યાં ક્રિયાનો cpu "
4430 "વપરાશ એ કુલ સંખ્યાના CPU દ્વારા વિભાજીત થાય છે. નહિંતર તે 'Irix mode' માં કામ કરે છે."
4431
4432-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:6
4433+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:9
4434 msgid "Show CPU chart as stacked area chart"
4435 msgstr "સ્ટેક વિસ્તાર આલેખ તરીકે CPU આલેખને બતાવો"
4436
4437-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:7
4438+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:10
4439 msgid ""
4440 "If TRUE, system-monitor shows the CPU chart as a stacked area chart instead "
4441 "of a line chart."
4442 msgstr ""
4443-"જો TRUE હોય તો, system-monitor એ સ્ટેક વિસ્તાર તરીકે લાઇન આલેખને બદલે CPU આલેખને બતાવે "
4444-"છે."
4445+"જો TRUE હોય તો, system-monitor એ સ્ટેક વિસ્તાર તરીકે લાઇન આલેખને બદલે CPU આલેખને બતાવે છે."
4446
4447-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:8
4448+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:11
4449 msgid "Enable/Disable smooth refresh"
4450 msgstr "લીસું પુનઃતાજાપણું સક્રિય/નિષ્ક્રિય કરો"
4451
4452-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:9
4453+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:12
4454 msgid "Show warning dialog when killing processes"
4455 msgstr "જ્યારે પ્રક્રિયાઓને મારી રહ્યા હોય ત્યારે ચેતવણી સંવાદ બતાવો"
4456
4457-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:10
4458+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:13
4459 msgid "Time in milliseconds between updates of the process view"
4460 msgstr "પ્રક્રિયા દેખાવના સુધારાઓ વચ્ચેનો સમય મિલિસેકન્ડોમાં"
4461
4462-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:11
4463+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:14
4464 msgid "Time in milliseconds between updates of the graphs"
4465 msgstr "ગ્રાફના સુધારાઓ વચ્ચેનો સમય મિલિસેકન્ડોમાં"
4466
4467-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:12
4468+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:15
4469 msgid "Whether information about all file systems should be displayed"
4470 msgstr "શું બધી ફાઈલ સિસ્ટમો વિશે જાણકારી દર્શાવવી જોઈએ"
4471
4472-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:13
4473+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:16
4474 msgid ""
4475 "Whether to display information about all file systems (including types like "
4476 "'autofs' and 'procfs'). Useful for getting a list of all currently mounted "
4477@@ -713,333 +745,353 @@
4478 "ફાઈલસિસ્ટમોને સમાવીને). તે વર્તમાનમાં માઉન્ટ થયેલ બધી ફાઈલસિસ્ટમોની યાદી મેળવવા માટે "
4479 "ઉપયોગી છે."
4480
4481-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:14
4482+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:17
4483 msgid "Time in milliseconds between updates of the devices list"
4484 msgstr "ઉપકરણ યાદીના સુધારાઓ વચ્ચેનો સમય મિલિસેકન્ડોમાં"
4485
4486-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:15
4487-msgid "Determines which processes to show."
4488-msgstr "નક્કી કરો કે કઇ પ્રક્રિયાઓને બતાવી છે."
4489+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:18
4490+msgid ""
4491+"Determines which processes to show by default. 0 is All, 1 is user, and 2 is "
4492+"active"
4493+msgstr ""
4494+"મૂળભુત રીતે કઈ પ્રક્રિયાઓ બતાવવી તે નક્કી કરે છે. ૦ એ બધા માટે, ૧ એ વપરાશકર્તા માટે, અને "
4495+"૨ એ સક્રિય માટે"
4496
4497-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:16
4498+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:19
4499 msgid "Saves the currently viewed tab"
4500 msgstr "વર્તમાનમાં જોયેલ ટેબ સંગ્રહે છે"
4501
4502-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:17
4503+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:20
4504+msgid ""
4505+"0 for the System Info, 1 for the processes list, 2 for the resources and 3 "
4506+"for the disks list"
4507+msgstr "સિસ્ટમ જાણકારી માટે ૦, પ્રોસેસર યાદી માટે ૧, સ્રોતો માટે ૨ અને ડિસ્કોની યાદી માટે ૩"
4508+
4509+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:21
4510 msgid "CPU colors"
4511 msgstr "CPU રંગો"
4512
4513-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:18
4514+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:22
4515 msgid "Each entry is in the format (CPU#, Hexadecimal color value)"
4516 msgstr "દરેક નોંધણી બંધારણમાં છે (CPU#, હૅક્ઝાડેસિમલ રંગ કિંમત)"
4517
4518-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:19
4519+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:23
4520 msgid "Default graph memory color"
4521 msgstr "મૂળભૂત ગ્રાફ મેમરી રંગ"
4522
4523-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:20
4524+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:24
4525 msgid "Default graph swap color"
4526 msgstr "મૂળભુત ગ્રાફ સ્વેપ રંગ"
4527
4528-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:21
4529+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:25
4530 msgid "Default graph incoming network traffic color"
4531 msgstr "આવતા નેટવર્ક ટ્રાફિક રંગનો મૂળભૂત ગ્રાફ"
4532
4533-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:22
4534+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:26
4535 msgid "Default graph outgoing network traffic color"
4536 msgstr "જતા નેટવર્ક ટ્રાફિક રંગનો મૂળભૂત ગ્રાફ"
4537
4538-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:23
4539+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:27
4540 msgid "Show network traffic in bits"
4541 msgstr "બિટમાં નેટવર્ક ટ્રાફિકને બતાવો"
4542
4543-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:24
4544+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:28
4545 msgid "Process view sort column"
4546 msgstr "પ્રક્રિયા દેખાવ સ્તંભને ક્રમમાં ગોઠવો"
4547
4548-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:25
4549+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:29
4550 msgid "Process view columns order"
4551 msgstr "પ્રક્રિયા દેખાવ સ્તંભો ક્રમ"
4552
4553-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:26
4554+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:30
4555 msgid "Process view sort order"
4556 msgstr "ક્રમમાં પ્રક્રિયા દેખાવ"
4557
4558-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:27
4559+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:31
4560 msgid "Width of process 'Name' column"
4561 msgstr "પ્રક્રિયા 'નામ' સ્તંભની પહોળાઈ"
4562
4563-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:28
4564+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:32
4565 msgid "Show process 'Name' column on startup"
4566 msgstr "શરૂઆત કરવા પર પ્રક્રિયા 'નામ' સ્તંભ બતાવો"
4567
4568-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:29
4569+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:33
4570 msgid "Width of process 'User' column"
4571 msgstr "પ્રક્રિયા 'વપરાશકર્તા' સ્તંભની પહોળાઈ"
4572
4573-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:30
4574+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:34
4575 msgid "Show process 'User' column on startup"
4576 msgstr "શરૂઆત કરવા પર પ્રક્રિયા 'વપરાશકર્તા' સ્તંભ બતાવો"
4577
4578-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:31
4579+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:35
4580 msgid "Width of process 'Status' column"
4581 msgstr "પ્રક્રિયા 'પરિસ્થિતિ' સ્તંભની પહોળાઈ"
4582
4583-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:32
4584+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:36
4585 msgid "Show process 'Status' column on startup"
4586 msgstr "શરૂઆત કરવા પર પ્રક્રિયા 'પરિસ્થિતિ' સ્તંભ બતાવો"
4587
4588-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:33
4589+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:37
4590 msgid "Width of process 'Virtual Memory' column"
4591 msgstr "પ્રક્રિયા 'વર્ચ્યુઅલ મેમરી' સ્તંભની પહોળાઈ"
4592
4593-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:34
4594+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:38
4595 msgid "Show process 'Virtual Memory' column on startup"
4596 msgstr "શરૂઆત કરવા પર પ્રક્રિયા 'વર્ચ્યુઅલ મેમરી' સ્તંભ બતાવો"
4597
4598-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:35
4599+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:39
4600 msgid "Width of process 'Resident Memory' column"
4601 msgstr "પ્રક્રિયા 'રહેઠાણ મેમરી' સ્તંભની પહોળાઈ"
4602
4603-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:36
4604+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:40
4605 msgid "Show process 'Resident Memory' column on startup"
4606 msgstr "શરૂઆત કરવા પર પ્રક્રિયા 'રહેઠાણ મેમરી' સ્તંભ બતાવો"
4607
4608-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:37
4609+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:41
4610 msgid "Width of process 'Writable Memory' column"
4611 msgstr "પ્રક્રિયા 'લખી શકાય તેવી મેમરી' સ્તંભની પહોળાઈ"
4612
4613-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:38
4614+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:42
4615 msgid "Show process 'Writable Memory' column on startup"
4616 msgstr "શરૂઆત કરવા પર પ્રક્રિયા 'લખી શકાય તેવી મેમરી' સ્તંભ બતાવો"
4617
4618-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:39
4619+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:43
4620 msgid "Width of process 'Shared Memory' column"
4621 msgstr "પ્રક્રિયા 'વહેંચાયેલ મેમરી' સ્તંભની પહોળાઈ"
4622
4623-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:40
4624+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:44
4625 msgid "Show process 'Shared Memory' column on startup"
4626 msgstr "શરૂઆત કરવા પર પ્રક્રિયા 'વહેંચાયેલ મેમરી' સ્તંભ બતાવો"
4627
4628-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:41
4629+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:45
4630 msgid "Width of process 'X Server Memory' column"
4631 msgstr "પ્રક્રિયા 'X સર્વર મેમરી' સ્તંભની પહોળાઈ"
4632
4633-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:42
4634+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:46
4635 msgid "Show process 'X Server Memory' column on startup"
4636 msgstr "શરૂઆત કરવા પર પ્રક્રિયા 'X સર્વર મેમરી' સ્તંભ બતાવો"
4637
4638-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:44
4639+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:48
4640 #, no-c-format
4641 msgid "Width of process 'CPU %' column"
4642 msgstr "પ્રક્રિયા 'CPU %' સ્તંભની પહોળાઈ"
4643
4644-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:46
4645+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:50
4646 #, no-c-format
4647 msgid "Show process 'CPU %' column on startup"
4648 msgstr "શરૂઆત પર પ્રક્રિયા 'CPU %' બતાવો"
4649
4650-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:47
4651+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:51
4652 msgid "Width of process 'CPU Time' column"
4653 msgstr "પ્રક્રિયા 'CPU સમય' સ્તંભની પહોળાઈ"
4654
4655-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:48
4656+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:52
4657 msgid "Show process 'CPU Time' column on startup"
4658 msgstr "શરૂઆત પર પ્રક્રિયા 'CPU સમય' સ્તંભ બતાવો"
4659
4660-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:49
4661+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:53
4662 msgid "Width of process 'Started' column"
4663 msgstr "પ્રક્રિયા 'શરૂઆત સમય' સ્તંભની પહોળાઈ"
4664
4665-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:50
4666+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:54
4667 msgid "Show process 'Started' column on startup"
4668 msgstr "શરૂઆત કરવા પર પ્રક્રિયા 'શરૂઆત સમય' સ્તંભ બતાવો"
4669
4670-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:51
4671+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:55
4672 msgid "Width of process 'Nice' column"
4673 msgstr "પ્રક્રિયા 'Nice' સ્તંભની પહોળાઈ"
4674
4675-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:52
4676+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:56
4677 msgid "Show process 'Nice' column on startup"
4678 msgstr "શરૂઆત કરવા પર પ્રક્રિયા 'nice' સ્તંભ બતાવો"
4679
4680-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:53
4681+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:57
4682 msgid "Width of process 'PID' column"
4683 msgstr "પ્રક્રિયા 'PID' સ્તંભની પહોળાઈ"
4684
4685-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:54
4686+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:58
4687 msgid "Show process 'PID' column on startup"
4688 msgstr "શરૂઆત કરવા પર પ્રક્રિયા 'PID' સ્તંભ બતાવો"
4689
4690-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:55
4691+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:59
4692 msgid "Width of process 'SELinux Security Context' column"
4693 msgstr "પ્રક્રિયા 'SELinux સુરક્ષા સંદર્ભ' સ્તંભની પહોળાઈ"
4694
4695-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:56
4696+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:60
4697 msgid "Show process 'SELinux Security Context' column on startup"
4698 msgstr "શરૂઆત કરવા પર પ્રક્રિયા 'SELinux સુરક્ષા સંદર્ભ' સ્તંભ બતાવો"
4699
4700-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:57
4701+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:61
4702 msgid "Width of process 'Command Line' column"
4703 msgstr "પ્રક્રિયા 'આદેશ વાક્ય' સ્તંભની પહોળાઈ"
4704
4705-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:58
4706+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:62
4707 msgid "Show process 'Command Line' column on startup"
4708 msgstr "શરૂઆત કરવા પર પ્રક્રિયા 'આદેશ વાક્ય' સ્તંભ બતાવો"
4709
4710-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:59
4711+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:63
4712 msgid "Width of process 'Memory' column"
4713 msgstr "પ્રક્રિયા 'મેમરી' સ્તંભની પહોળાઈ"
4714
4715-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:60
4716+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:64
4717 msgid "Show process 'Memory' column on startup"
4718 msgstr "શરૂઆત કરવા પર પ્રક્રિયા 'મેમરી' સ્તંભ બતાવો"
4719
4720-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:61
4721+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:65
4722 msgid "Width of process 'Waiting Channel' column"
4723 msgstr "પ્રક્રિયાની 'ચેનલ રાહ જોવી' સ્તંભની પહોળાઈ"
4724
4725-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:62
4726+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:66
4727 msgid "Show process 'Waiting Channel' column on startup"
4728 msgstr "શરૂઆત કરવા પર પ્રક્રિયા 'ચેનલને રાહ જોવા' સ્તંભ બતાવો"
4729
4730-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:63
4731+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:67
4732 msgid "Width of process 'Control Group' column"
4733 msgstr "પ્રક્રિયા 'નિયંત્રણ જૂથ' સ્તંભની પહોળાઈ"
4734
4735-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:64
4736+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:68
4737 msgid "Show process 'Control Group' column on startup"
4738 msgstr "શરૂઆત કરવા પર પ્રક્રિયા 'નિયંત્રણ જૂથ' સ્તંભ બતાવો"
4739
4740-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:65
4741+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:69
4742 msgid "Width of process 'Unit' column"
4743 msgstr "પ્રક્રિયા 'એકમ' સ્તંભની પહોળાઈ"
4744
4745-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:66
4746+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:70
4747 msgid "Show process 'Unit' column on startup"
4748 msgstr "શરૂઆત કરવા પર પ્રક્રિયા 'એકમ' સ્તંભ બતાવો"
4749
4750-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:67
4751+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:71
4752 msgid "Width of process 'Session' column"
4753 msgstr "પ્રક્રિયા 'સત્ર' સ્તંભની પહોળાઈ"
4754
4755-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:68
4756+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:72
4757 msgid "Show process 'Session' column on startup"
4758 msgstr "શરૂઆત કરવા પર પ્રક્રિયા 'સત્ર' સ્તંભ બતાવો"
4759
4760-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:69
4761+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:73
4762 msgid "Width of process 'Seat' column"
4763 msgstr "પ્રક્રિયા 'Seat' સ્તંભની પહોળાઈ"
4764
4765-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:70
4766+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:74
4767 msgid "Show process 'Seat' column on startup"
4768 msgstr "શરૂઆત કરવા પર પ્રક્રિયા 'Seat' સ્તંભ બતાવો"
4769
4770-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:71
4771+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:75
4772 msgid "Width of process 'Owner' column"
4773 msgstr "પ્રક્રિયા 'માલિક' સ્તંભની પહોળાઈ"
4774
4775-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:72
4776+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:76
4777 msgid "Show process 'Owner' column on startup"
4778 msgstr "શરૂઆત કરવા પર પ્રક્રિયા 'માલિક' સ્તંભ બતાવો"
4779
4780-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:73
4781+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:77
4782 msgid "Width of process 'Priority' column"
4783 msgstr "પ્રક્રિયા 'પ્રાધાન્ય' સ્તંભની પહોળાઈ"
4784
4785-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:74
4786+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:78
4787 msgid "Show process 'Priority' column on startup"
4788 msgstr "શરૂઆત કરવા પર પ્રક્રિયા 'પ્રાધાન્ય' સ્તંભ બતાવો"
4789
4790-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:75
4791+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:79
4792 msgid "Disk view sort column"
4793 msgstr "ડિસ્ક દેખાવ સ્તંભને ક્રમમાં ગોઠવો"
4794
4795-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:76
4796+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:80
4797 msgid "Disk view sort order"
4798 msgstr "ડિસ્ક દેખાવ સ્તંભને ક્રમમાં ગોઠવો"
4799
4800-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:77
4801+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:81
4802 msgid "Disk view columns order"
4803 msgstr "ડિસ્ક દેખાવ સ્તંભોનો ક્રમ"
4804
4805-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:78
4806+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:82
4807+#| msgid "Width of process 'Nice' column"
4808 msgid "Width of disk view 'Device' column"
4809 msgstr "ડિસ્ક દૃશ્ય 'ઉપકરણ' સ્તંભની પહોળાઇ"
4810
4811-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:79
4812+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:83
4813+#| msgid "Show process 'Nice' column on startup"
4814 msgid "Show disk view 'Device' column on startup"
4815 msgstr "શરૂઆત કરવા પર ડિસ્ક દૃશ્ય 'ઉપકરણ' સ્તંભને બતાવો"
4816
4817-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:80
4818+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:84
4819+#| msgid "Width of process 'Memory' column"
4820 msgid "Width of disk view 'Directory' column"
4821 msgstr "ડિસ્ક દૃશ્ય 'ડિરેક્ટરી' સ્તંભની પહોળાઇ"
4822
4823-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:81
4824+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:85
4825+#| msgid "Show process 'Memory' column on startup"
4826 msgid "Show disk view 'Directory' column on startup"
4827 msgstr "શરૂઆત કરવા પર ડિસ્ક દૃશ્ય 'ડિરેક્ટરી' સ્તંભને બતાવો"
4828
4829-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:82
4830+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:86
4831+#| msgid "Width of process 'Name' column"
4832 msgid "Width of disk view 'Type' column"
4833 msgstr "ડિસ્ક દૃશ્ય 'પ્રકાર' સ્તંભની પહોળાઇ"
4834
4835-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:83
4836+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:87
4837+#| msgid "Show process 'Name' column on startup"
4838 msgid "Show disk view 'Type' column on startup"
4839 msgstr "શરૂઆત કરવા પર ડિસ્ક દૃશ્ય 'પ્રકાર' સ્તંભને બતાવો"
4840
4841-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:84
4842+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:88
4843+#| msgid "Width of process 'Status' column"
4844 msgid "Width of disk view 'Total' column"
4845 msgstr "ડિસ્ક દૃશ્ય 'કુલ' સ્તંભની પહોળાઇ"
4846
4847-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:85
4848+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:89
4849+#| msgid "Show process 'Status' column on startup"
4850 msgid "Show disk view 'Total' column on startup"
4851 msgstr "શરૂઆત કરવા પર ડિસ્ક દૃશ્ય 'કુલ' સ્તંભ"
4852
4853-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:86
4854+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:90
4855+#| msgid "Width of process 'Name' column"
4856 msgid "Width of disk view 'Free' column"
4857 msgstr "ડિસ્ક દૃશ્ય 'મુક્ત' સ્તંભની પહોળાઇ"
4858
4859-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:87
4860+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:91
4861+#| msgid "Show process 'Name' column on startup"
4862 msgid "Show disk view 'Free' column on startup"
4863 msgstr "શરૂઆત કરવા પર ડિસ્ક દૃશ્ય 'મુક્ત' સ્તંભ"
4864
4865-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:88
4866+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:92
4867+#| msgid "Width of process 'Name' column"
4868 msgid "Width of disk view 'Available' column"
4869 msgstr "ડિસ્ક દૃશ્ય 'ઉપલબ્ધ' સ્તંભની પહોળાઇ"
4870
4871-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:89
4872+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:93
4873+#| msgid "Show process 'Name' column on startup"
4874 msgid "Show disk view 'Available' column on startup"
4875 msgstr "શરૂઆત કરવા પર ડિસ્ક દૃશ્ય 'ઉપલબ્ધ' સ્તંભને બતાવો"
4876
4877-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:90
4878+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:94
4879+#| msgid "Width of process 'User' column"
4880 msgid "Width of disk view 'Used' column"
4881 msgstr "ડિસ્ક દૃશ્ય 'વાપરેલ' સ્તંભની પહોળાઇ"
4882
4883-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:91
4884+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:95
4885+#| msgid "Show process 'User' column on startup"
4886 msgid "Show disk view 'Used' column on startup"
4887 msgstr "શરૂઆત કરવા પર ડિસ્ક દૃશ્ય 'વાપરેલ' સ્તંભને બતાવો"
4888
4889-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:92
4890+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:96
4891 msgid "Memory map sort column"
4892 msgstr "મેમરી મેપ સ્તંભને ક્રમમાં ગોઠવો"
4893
4894-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:93
4895+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:97
4896 msgid "Memory map sort order"
4897 msgstr "મેમરી મેપ ક્રમમાં ગોઠવો"
4898
4899-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:94
4900+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:98
4901 msgid "Open files sort column"
4902 msgstr "સ્તંભના ક્રમમાં ફાઇલો ખોલો"
4903
4904-#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.in.h:95
4905+#: ../src/org.gnome.gnome-system-monitor.gschema.xml.in.h:99
4906 msgid "Open files sort order"
4907 msgstr "ઉતરતા ક્રમમાં ફાઇલો ખોલો"
4908
4909-#: ../src/prefsdialog.cpp:170
4910-msgid "Icon"
4911-msgstr "ચિહ્ન"
4912-
4913-#: ../src/procactions.cpp:75
4914+#: ../src/procactions.cpp:76
4915 #, c-format
4916 msgid ""
4917 "Cannot change the priority of process with PID %d to %d.\n"
4918@@ -1048,7 +1100,7 @@
4919 "%d માં PID %d સાથે પ્રક્રિયાનાં પ્રાધાન્યને બદલી શકાતુ નથી.\n"
4920 "%s"
4921
4922-#: ../src/procactions.cpp:153
4923+#: ../src/procactions.cpp:156
4924 #, c-format
4925 msgid ""
4926 "Cannot kill process with PID %d with signal %d.\n"
4927@@ -1057,38 +1109,14 @@
4928 "સંકેત %d સાથે PID %d સાથે પ્રક્રિયાને મારી શકાતી નથી.\n"
4929 "%s"
4930
4931-#. xgettext: primary alert message for killing single process
4932-#: ../src/procdialogs.cpp:75
4933-#, c-format
4934-#| msgid "Kill the selected process “%s” (PID: %u)?"
4935-msgid "Are you sure you want to kill the selected process “%s” (PID: %u)?"
4936-msgstr "શું તમે ખરેખર પસંદ થયેલ પ્રક્રિયા “%s” (PID: %u) ને મારવા માંગો છો?"
4937-
4938-#. xgettext: primary alert message for ending single process
4939-#: ../src/procdialogs.cpp:80
4940-#, c-format
4941-#| msgid "End the selected process “%s” (PID: %u)?"
4942-msgid "Are you sure you want to end the selected process “%s” (PID: %u)?"
4943-msgstr "શું તમે ખરેખર પસંદ થયેલ પ્રક્રિયા “%s” (PID: %u) નો અંત લાવવા માંગો છો?"
4944-
4945-#. xgettext: primary alert message for killing multiple processes
4946-#: ../src/procdialogs.cpp:87
4947-#, c-format
4948-msgid "Are you sure you want to kill the selected process?"
4949-msgid_plural "Are you sure you want to kill the %d selected processes?"
4950-msgstr[0] "શું તમે ખરેખર પસંદ થયેલ પ્રક્રિયાને મારવા માંગો છો?"
4951-msgstr[1] "શું તમે ખરેખર %d પસંદ થયેલ પ્રક્રિયાઓને મારવા માંગો છો?"
4952-
4953-#. xgettext: primary alert message for ending multiple processes
4954-#: ../src/procdialogs.cpp:91
4955-#, c-format
4956-msgid "Are you sure you want to end the selected process?"
4957-msgid_plural "Are you sure you want to end the %d selected processes?"
4958-msgstr[0] "શું તમે ખરેખર પસંદ થયેલ પ્રક્રિયાનો અંત લાવવા માંગો છો?"
4959-msgstr[1] "શું તમે ખરેખર %d પસંદ થયેલ પ્રક્રિયાઓનો અંત લાવવા માંગો છો?"
4960+#. xgettext: primary alert message
4961+#: ../src/procdialogs.cpp:78
4962+#, c-format
4963+msgid "Kill the selected process “%s” (PID: %u)?"
4964+msgstr "પસંદિત પ્રક્રિયા “%s” (PID: %u) મારી નાંખવી છે?"
4965
4966 #. xgettext: secondary alert message
4967-#: ../src/procdialogs.cpp:98 ../src/procdialogs.cpp:104
4968+#: ../src/procdialogs.cpp:82
4969 msgid ""
4970 "Killing a process may destroy data, break the session or introduce a "
4971 "security risk. Only unresponsive processes should be killed."
4972@@ -1096,395 +1124,288 @@
4973 "પ્રક્રિયાને મારી નાંખવાનું માહિતીનો નાશ કરશે, સત્ર ભાંગશે અથવા સુરક્ષા જોખમનો પરિચય આપશે. "
4974 "માત્ર નહિં જવાબ આપતી પ્રક્રિયાઓ મારી નાંખવી જોઈએ."
4975
4976-#: ../src/procdialogs.cpp:101
4977-#| msgid "_Kill Process"
4978-msgid "_Kill Process"
4979-msgid_plural "_Kill Processes"
4980-msgstr[0] "પ્રક્રિયાને મારો (_K)"
4981-msgstr[1] "પ્રક્રિયાઓને મારો (_K)"
4982-
4983-#: ../src/procdialogs.cpp:107
4984-#| msgid "_End Process"
4985-msgid "_End Process"
4986-msgid_plural "_End Processes"
4987-msgstr[0] "અંતિમ પ્રક્રિયા (_E)"
4988-msgstr[1] "અંતિમ પ્રક્રિયાઓ (_E)"
4989-
4990-#: ../src/procdialogs.cpp:188
4991+#. xgettext: primary alert message
4992+#: ../src/procdialogs.cpp:89
4993+#, c-format
4994+msgid "End the selected process “%s” (PID: %u)?"
4995+msgstr "પસંદિત પ્રક્રિયા “%s” (PID: %u)નો અંત કરવો છે?"
4996+
4997+#. xgettext: secondary alert message
4998+#: ../src/procdialogs.cpp:93
4999+msgid ""
5000+"Ending a process may destroy data, break the session or introduce a security "
The diff has been truncated for viewing.

Subscribers

People subscribed via source and target branches

to all changes: