ProcesInfoView: Migrate opened files to ListStore#524
Open
Conversation
jeremypw
reviewed
Feb 24, 2026
| process_info_io_stats.open_files_tree_view.visible = true; | ||
| } | ||
| } | ||
|
|
jeremypw
reviewed
Feb 24, 2026
| public class Monitor.ProcessInfoView : Gtk.Box { | ||
| private Process _process; | ||
| public Process? process { | ||
| public Process ? process { |
jeremypw
reviewed
Feb 24, 2026
|
|
||
| public class Monitor.OpenFilesTreeViewModel : Gtk.TreeStore { | ||
| private Gee.Map<string, Gtk.TreeIter ?> open_files_paths = new Gee.HashMap<string, Gtk.TreeIter ?> (); | ||
| public class Monitor.OpenFile : GLib.Object { |
There was a problem hiding this comment.
As this is no longer a model the file should be moved from the Models folder and renamed?
jeremypw
reviewed
Feb 24, 2026
jeremypw
left a comment
There was a problem hiding this comment.
I am not familiar with this code-base (yet) but everything seems to work as before and the code looks good. Just a few nitpicking comments.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.