After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 50288 - Need to be able to flip the tree widget
Need to be able to flip the tree widget
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkTreeView
1.3.x
Other All
: Normal normal
: ---
Assigned To: gtktreeview-bugs
gtktreeview-bugs
Depends on:
Blocks: 76219
 
 
Reported: 2001-01-03 23:40 UTC by Havoc Pennington
Modified: 2011-02-04 16:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (9.49 KB, patch)
2003-02-16 23:33 UTC, Matthias Clasen
none Details | Review

Description Havoc Pennington 2001-01-03 23:40:59 UTC
Tree widget needs to be able to flip into RTL mode, placing columns in
reverse order, and expanders on the right side.
Comment 1 Havoc Pennington 2001-01-29 19:39:52 UTC
Put all GTK 1.3.x bugs on 2.0.0 milestone
Comment 2 Jonathan Blandford 2001-03-28 01:02:12 UTC
prolly wont have time for 2.0.
Comment 3 Havoc Pennington 2001-03-28 03:29:34 UTC
Not sure this is puntable, it's a "doesn't work" bug.
Anyway we're not really to the punt-non-API-bugs phase yet.
Comment 4 Owen Taylor 2001-03-28 16:35:37 UTC
I'd agree with Havoc. Without flipping the tree widget,
we are basically broken as far as flipping goes, its
not (as far as I see) an API issue, and it shouldn't
be that much work.

Is there something that we are missing?
Comment 5 Kristian Rietveld 2002-03-01 21:36:44 UTC
No time for 2.0.0, punting to 2.0.1.
Comment 6 Owen Taylor 2002-03-30 01:31:37 UTC
Moving remaining 2.0.1 bugs to 2.0.2 milestone.
Comment 7 Matthias Clasen 2002-04-05 13:34:18 UTC
Move open bugs from milestones 2.0.[012] -- > 2.0.3, since 2.0.2 is already out.
Comment 8 Kristian Rietveld 2002-04-19 19:08:33 UTC
Wont make 2.0.x. Punting to 2.2.x.
Comment 9 Kristian Rietveld 2002-04-19 19:13:04 UTC
putting it back on 2.0.x per Jonathan's request.
Comment 10 Kristian Rietveld 2002-05-02 19:41:05 UTC
Reassigning bugs to new component owner. Sorry for the flood.
Comment 11 Owen Taylor 2002-07-30 21:11:31 UTC
Moving some 2.0.4 bugs to 2.0.7
Comment 12 Matthias Clasen 2002-11-21 19:00:47 UTC
Moving bugs from older 2.0.x milestones to 2.0.10.
Comment 13 Matthias Clasen 2003-02-16 23:33:06 UTC
Created attachment 14374 [details] [review]
patch
Comment 14 Matthias Clasen 2003-02-16 23:37:57 UTC
This is NOT a working patch, just what I got so far. Maybe some of the
treeview cognoscendi can help to complete this. Known deficiencies:

* treeviewcolumn doesn't flip order of renderers.
* the expanders are not handled properly
* there are certainly more
Comment 15 Kristian Rietveld 2003-02-17 00:08:05 UTC
Cool Stuff! I will try to look at those issues ASAP.

Thanks for the work done already!
Comment 16 Jonathan Blandford 2003-02-28 20:10:18 UTC
Nice work Matthias.  I took your patch and used it as the basis for
some more RTL work.  It is mostly done other than needing to fix
gtktreeviewcolumn.  And almost certainly a bunch of debugging.
Comment 17 Jonathan Blandford 2003-03-03 05:13:30 UTC
Thanks again Matthias.  Committed a big 'ol patch for this.