[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables wind
From: |
Ben Pfaff |
Subject: |
Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables window |
Date: |
Thu, 10 Dec 2015 10:41:23 -0800 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Thu, Dec 10, 2015 at 07:12:36PM +0100, John Darrington wrote:
> I don't exactly recall the reasons why we decided that GtkTreeView didn't
> satisfy our needs - perhaps it was to do with the rendering of the "special"
> widgets in the Variable type,decimals and value labels columns - but maybe
> whatever it was, they no longer apply now that we have moved to Gtk+3
The only real issue with GtkTreeView is that it doesn't efficiently
handle large data sets. It uses O(n) time to deal with a sheet with n
rows or n columns. It's fine for small data sets but with a million
rows it falls over.
(I'd also like to get rid of PsppSheetView.)
- gtk3: Replaced PsppSheetView with GtkTreeView for the variables window, Friedrich Beckmann, 2015/12/09
- Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables window, John Darrington, 2015/12/10
- Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables window,
Ben Pfaff <=
- Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables window, John Darrington, 2015/12/11
- Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables window, Friedrich Beckmann, 2015/12/11
- Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables window, John Darrington, 2015/12/12
- Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables window, Friedrich Beckmann, 2015/12/12
- Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables window, John Darrington, 2015/12/12
- Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables window, Friedrich Beckmann, 2015/12/12
- Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables window, Ben Pfaff, 2015/12/12
- Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables window, John Darrington, 2015/12/13
- Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables window, Ben Pfaff, 2015/12/13
- Re: gtk3: Replaced PsppSheetView with GtkTreeView for the variables window, John Darrington, 2015/12/13