public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug AWT/16733] New: Acunia test's message display area not shown
@ 2004-07-27  0:28 gcc-bugzilla at gcc dot gnu dot org
  2004-07-27  1:02 ` [Bug AWT/16733] " fitzsim at redhat dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: gcc-bugzilla at gcc dot gnu dot org @ 2004-07-27  0:28 UTC (permalink / raw)
  To: gcc-bugs

In Acunia test suite, the bottom message display area does not show
anymore.  Not all tests use this message area, but check
Window.WindowUpdate test and you'll see that the display area is not
showing.

This is a regression resulting from the solution for bug #116006.  I'm
quite certain that the fix for #116006 is correct.  I'm investigating
as to why this regression is occurring.
------- Additional Comments From fitzsim at redhat dot com  2004-02-17 15:21 -------
The old GtkCList is being used to implement ListPeer.

I've been working on updating the list code to the new preferred
GtkTreeView widget.

I'll post the patch containing my current progress here tonight (it's
on my home machine).

GtkCList doesn't report the right size at all.  It's size calculation
is currently totally broken.  This is fixed with the GtkTreeView
stuff, so don't spend time retrofitting GtkCList code.

------- Additional Comments From djee at redhat dot com  2004-02-17 15:36 -------
Ah good to know.  I was actually thinking that I might need to replace
the GtkCList code.

I'm reassigning this one back to its owner then.
------- Additional Comments From fitzsim at redhat dot com  2004-05-18 16:51 -------
Fixed on java-gui-branch, now that list update is in.


-- 
           Summary: Acunia test's message display area not shown
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P1
         Component: AWT
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: djee at redhat dot com
                CC: djee at redhat dot com,gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16733


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug AWT/16733] Acunia test's message display area not shown
  2004-07-27  0:28 [Bug AWT/16733] New: Acunia test's message display area not shown gcc-bugzilla at gcc dot gnu dot org
@ 2004-07-27  1:02 ` fitzsim at redhat dot com
  2004-07-27  1:28 ` fitzsim at redhat dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: fitzsim at redhat dot com @ 2004-07-27  1:02 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |normal
           Priority|P1                          |P2


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16733


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug AWT/16733] Acunia test's message display area not shown
  2004-07-27  0:28 [Bug AWT/16733] New: Acunia test's message display area not shown gcc-bugzilla at gcc dot gnu dot org
  2004-07-27  1:02 ` [Bug AWT/16733] " fitzsim at redhat dot com
@ 2004-07-27  1:28 ` fitzsim at redhat dot com
  2004-07-30 14:54 ` djee at redhat dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: fitzsim at redhat dot com @ 2004-07-27  1:28 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |fitzsim at redhat dot com
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-07-27 01:25:11
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16733


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug AWT/16733] Acunia test's message display area not shown
  2004-07-27  0:28 [Bug AWT/16733] New: Acunia test's message display area not shown gcc-bugzilla at gcc dot gnu dot org
  2004-07-27  1:02 ` [Bug AWT/16733] " fitzsim at redhat dot com
  2004-07-27  1:28 ` fitzsim at redhat dot com
@ 2004-07-30 14:54 ` djee at redhat dot com
  2004-07-30 14:55 ` djee at redhat dot com
  2004-07-30 19:47 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: djee at redhat dot com @ 2004-07-30 14:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From djee at redhat dot com  2004-07-30 14:54 -------
Marking as FIXED.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16733


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug AWT/16733] Acunia test's message display area not shown
  2004-07-27  0:28 [Bug AWT/16733] New: Acunia test's message display area not shown gcc-bugzilla at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-07-30 14:54 ` djee at redhat dot com
@ 2004-07-30 14:55 ` djee at redhat dot com
  2004-07-30 19:47 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: djee at redhat dot com @ 2004-07-30 14:55 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From djee at redhat dot com  2004-07-30 14:55 -------
Verified.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16733


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug AWT/16733] Acunia test's message display area not shown
  2004-07-27  0:28 [Bug AWT/16733] New: Acunia test's message display area not shown gcc-bugzilla at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-07-30 14:55 ` djee at redhat dot com
@ 2004-07-30 19:47 ` pinskia at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-30 19:47 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.5.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16733


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-07-30 19:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-27  0:28 [Bug AWT/16733] New: Acunia test's message display area not shown gcc-bugzilla at gcc dot gnu dot org
2004-07-27  1:02 ` [Bug AWT/16733] " fitzsim at redhat dot com
2004-07-27  1:28 ` fitzsim at redhat dot com
2004-07-30 14:54 ` djee at redhat dot com
2004-07-30 14:55 ` djee at redhat dot com
2004-07-30 19:47 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).