Skip to content

Comments

ProcesInfoView: Migrate opened files to ListStore#524

Open
stsdc wants to merge 3 commits intomainfrom
stsdc/opened-files-gtk4
Open

ProcesInfoView: Migrate opened files to ListStore#524
stsdc wants to merge 3 commits intomainfrom
stsdc/opened-files-gtk4

Conversation

@stsdc
Copy link
Member

@stsdc stsdc commented Feb 20, 2026

No description provided.

@stsdc stsdc marked this pull request as ready for review February 21, 2026 15:27
@stsdc stsdc requested a review from a team February 21, 2026 15:28
process_info_io_stats.open_files_tree_view.visible = true;
}
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Superfluous whitespace

public class Monitor.ProcessInfoView : Gtk.Box {
private Process _process;
public Process? process {
public Process ? process {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not normally a space here?


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 {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As this is no longer a model the file should be moved from the Models folder and renamed?

Copy link

@jeremypw jeremypw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants