Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ngscopeclient/scopehal-apps
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 97ea9dffb1ad
Choose a base ref
...
head repository: ngscopeclient/scopehal-apps
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 73c206c2665f
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Apr 25, 2021

  1. Copy the full SHA
    73c206c View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 lib
  2. +2 −2 src/glscopeclient/ProtocolAnalyzerWindow.h
2 changes: 1 addition & 1 deletion lib
4 changes: 2 additions & 2 deletions src/glscopeclient/ProtocolAnalyzerWindow.h
Original file line number Diff line number Diff line change
@@ -61,8 +61,8 @@ class ProtocolTreeRow
typedef std::vector<ProtocolTreeRow> ProtocolTreeChildren;

//We shouldn't have to do this.
//Buuuuut GtkTreeModel has O(n^2) insertion and is generally derpy...
//See http://gtk.10911.n7.nabble.com/custom-TreeModel-td95650.html
//Buuuuut GtkTreeModel has O(n^2) insertion and is generally derpy (https://gitlab.gnome.org/GNOME/gtk/-/issues/2693)
//Se also http://gtk.10911.n7.nabble.com/custom-TreeModel-td95650.html
class ProtocolTreeModel :
public Gtk::TreeModel,
public Glib::Object