summaryrefslogtreecommitdiff
path: root/src/interface.cpp
AgeCommit message (Collapse)AuthorFilesLines
2022-01-01port interface to ui filesmbkma1-244/+70
see https://gitlab.gnome.org/GNOME/gnome-system-monitor/-/commit/3df5cd02abaafe9789be53b5b78425126d7c1a07 and following commits
2021-12-30interface: use a flowbox instead of a grid for CPUs usage containerrbuj1-8/+15
2021-06-24update copyright to 2021raveit651-0/+1
2020-04-25Added support for actions on multiple processesplonibarploni1-1/+1
ported from gnome-system-monitor: https://github.com/GNOME/gnome-system-monitor/commit/5cf1225d86929114d6f0424112fd2abc8880dc26
2018-11-14interface: avoid deprecated gtk_menu_popupraveit651-14/+1
2018-02-09avoid deprecated GtkStockPablo Barciela1-6/+6
2018-01-28require GTK+ 3.22 and GLib 2.50monsta1-56/+1
2017-02-11interfaces: port to GtkGridraveit651-83/+51
2016-02-29main window: save maximized state in gsettings on exitmonsta1-0/+3
and load it on startup adapted from https://git.gnome.org/browse/gnome-system-monitor/commit/?id=edf4163bb2e9ad1dd9b8a5b7c7244ccd8753d4b5
2016-02-08use x/y align functions for GtkLabel with GTK+ >= 3.16monsta1-16/+68
Conflicts: src/interface.cpp src/procdialogs.cpp src/sysinfo.cpp src/util.cpp
2016-01-11set minimum GTK+ version to 3.14 and drop some deprecated codeMonsta1-56/+0
2016-01-11drop GTK+2 code and --with-gtk build optionMonsta1-30/+18
2015-12-01GTK3: do not use deprecated GtkMiscWolfgang Ulbrich1-0/+52
2015-12-01GTK3: don't use deprecated gtk_{v/h}-boxWolfgang Ulbrich1-0/+5
2015-12-01remove more dead codemonsta1-28/+2
2015-09-06Interface: Give the notebook 12px border width so it doesn't stick to the ↵Clement Lefebvre1-7/+3
sides of the main window.
2014-12-19Fixed incorrect int to pointer conversion warning.infirit1-1/+1
Taken from GSM commit: c1660319e400480e236d1120c4f833c8c3c96ff4 From: Robert Roth <[email protected]>
2014-12-19Add a Process Properties dialog in MATE System Monitorinfirit1-1/+10
Taken from GSM commit: 72546b7f3346fc0647a433529f3292050f15278f From: Krishnan Parthasarathi <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=543347
2014-12-19Disable priority changed handler while setting current priorityinfirit1-0/+19
Taken from GSM commit: c00d94f3bfe2186428ef30e922042a555b7dc03a From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=667227
2014-12-18interface: small whitespace cleanupinfirit1-61/+61
2014-12-18Added priority selection submenu with preset priority itemsinfirit1-4/+43
Taken from GSM commit: 70ba9c1af2dbd8b74943b1a283f718d8646f087b From: Robert Roth <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=131803
2014-12-18Also remember the window position, not only the sizeinfirit1-1/+4
Taken from GSM commit: c123b59145d3b5aa9ba6f65985037b63bcdf2a67 From: Robert Roth <[email protected]> Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=343861
2014-12-18Various small string fixes.infirit1-1/+1
Mostly capitalisation fixes, but there are some spelling fixes, and three strings which have had markup removed. One string has been changed from using an ASCII ellipsis to a Unicode one. Taken from GSM commit: f727cae54fc8410ecb3c2c4c4f901b754f418a7a From: Philip Withnall <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=616794
2014-12-18Specified resource name in color picker dialog titleinfirit1-9/+40
Taken from GSM commit: c987155c565432491cb37dddfb1631597e05a3ec From: Robert Roth <[email protected]> Gnome bug: http://bugzilla.gnome.org/show_bug.cgi?id=520702
2014-12-18Make indentation uniform across source filesinfirit1-638/+638
No more tabs, 4 spaces instead. And remove trailing whitespace.
2014-12-17Added ability to navigate tabs using Alt-Ninfirit1-0/+19
Taken from GSM commit: a2bccca48724fc5873c72978d11f106af2a6aaf4 From: Chris Kühl <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=496750
2014-12-17Correct bad status tip wording when hovering over View->My Processesinfirit1-1/+1
Taken from GSM commit: db2451155c6b2199b759104c9caa4812209cdab9 From: Chris Kühl <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=530336
2014-12-17Get rid of unused variable 'sizegroup'infirit1-3/+0
2014-12-17Add translator comment to clarify 'open files' is no actioninfirit1-0/+1
Taken from GSM commit: 2436bc9ea02516ad5fa69f476fd3b48b32108404 From: Chris Kühl <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=423088
2014-12-17Fixed graph jump bug caused by label changing heightinfirit1-2/+2
2014-12-17interface: Move/Add comment for each Gtk versioninfirit1-1/+2
2013-11-21add support for GTK3Elias Aebi1-2/+7
2012-11-06Port to gesettingsraveit1-2/+3
2012-10-12fix incorrect FSF addressraveit651-1/+1
2011-11-08initialPerberos1-0/+808