public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug AWT/21660] New: FileDialog.SAVE broken
@ 2005-05-19  8:12 hendrich at informatik dot uni-hamburg dot de
  2005-05-19  8:14 ` [Bug AWT/21660] " hendrich at informatik dot uni-hamburg dot de
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: hendrich at informatik dot uni-hamburg dot de @ 2005-05-19  8:12 UTC (permalink / raw)
  To: java-prs

FileDialog does not allow saving files.

A FileDialog created with FileDialog.SAVE mode still comes up
in FileDialog.LOAD ("open file") mode. The wrong title is no
real problem, but without a textfield there is no way to select
a new (non existing) filename...

testcase and screenshot attached.

gij (GNU libgcj) version 4.1.0 20050424 (experimental)

-- 
           Summary: FileDialog.SAVE broken
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: AWT
        AssignedTo: fitzsim at redhat dot com
        ReportedBy: hendrich at informatik dot uni-hamburg dot de
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


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


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

* [Bug AWT/21660] FileDialog.SAVE broken
  2005-05-19  8:12 [Bug AWT/21660] New: FileDialog.SAVE broken hendrich at informatik dot uni-hamburg dot de
@ 2005-05-19  8:14 ` hendrich at informatik dot uni-hamburg dot de
  2005-05-19  8:17 ` hendrich at informatik dot uni-hamburg dot de
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: hendrich at informatik dot uni-hamburg dot de @ 2005-05-19  8:14 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From hendrich at informatik dot uni-hamburg dot de  2005-05-19 08:14 -------
Created an attachment (id=8927)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8927&action=view)
screenshot showing the SAVE-mode filedialog


-- 


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


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

* [Bug AWT/21660] FileDialog.SAVE broken
  2005-05-19  8:12 [Bug AWT/21660] New: FileDialog.SAVE broken hendrich at informatik dot uni-hamburg dot de
  2005-05-19  8:14 ` [Bug AWT/21660] " hendrich at informatik dot uni-hamburg dot de
@ 2005-05-19  8:17 ` hendrich at informatik dot uni-hamburg dot de
  2005-05-25  2:04 ` fitzsim at redhat dot com
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: hendrich at informatik dot uni-hamburg dot de @ 2005-05-19  8:17 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From hendrich at informatik dot uni-hamburg dot de  2005-05-19 08:17 -------
Created an attachment (id=8928)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8928&action=view)
testcase


-- 


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


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

* [Bug AWT/21660] FileDialog.SAVE broken
  2005-05-19  8:12 [Bug AWT/21660] New: FileDialog.SAVE broken hendrich at informatik dot uni-hamburg dot de
  2005-05-19  8:14 ` [Bug AWT/21660] " hendrich at informatik dot uni-hamburg dot de
  2005-05-19  8:17 ` hendrich at informatik dot uni-hamburg dot de
@ 2005-05-25  2:04 ` fitzsim at redhat dot com
  2005-08-24 19:34 ` [Bug awt/21660] " fitzsim at redhat dot com
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: fitzsim at redhat dot com @ 2005-05-25  2:04 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-05-25 02:04:40
               date|                            |


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


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

* [Bug awt/21660] FileDialog.SAVE broken
  2005-05-19  8:12 [Bug AWT/21660] New: FileDialog.SAVE broken hendrich at informatik dot uni-hamburg dot de
                   ` (2 preceding siblings ...)
  2005-05-25  2:04 ` fitzsim at redhat dot com
@ 2005-08-24 19:34 ` fitzsim at redhat dot com
  2005-08-26  4:03 ` fitzsim at redhat dot com
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: fitzsim at redhat dot com @ 2005-08-24 19:34 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From fitzsim at redhat dot com  2005-08-24 19:34 -------
This test case segfaults now.  Making high-priority.


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


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


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

* [Bug awt/21660] FileDialog.SAVE broken
  2005-05-19  8:12 [Bug AWT/21660] New: FileDialog.SAVE broken hendrich at informatik dot uni-hamburg dot de
                   ` (3 preceding siblings ...)
  2005-08-24 19:34 ` [Bug awt/21660] " fitzsim at redhat dot com
@ 2005-08-26  4:03 ` fitzsim at redhat dot com
  2005-08-26  4:37 ` fitzsim at redhat dot com
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: fitzsim at redhat dot com @ 2005-08-26  4:03 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From fitzsim at redhat dot com  2005-08-26 04:03 -------
The segfault is fixed:

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


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal


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


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

* [Bug awt/21660] FileDialog.SAVE broken
  2005-05-19  8:12 [Bug AWT/21660] New: FileDialog.SAVE broken hendrich at informatik dot uni-hamburg dot de
                   ` (4 preceding siblings ...)
  2005-08-26  4:03 ` fitzsim at redhat dot com
@ 2005-08-26  4:37 ` fitzsim at redhat dot com
  2005-08-26  4:42 ` cvs-commit at developer dot classpath dot org
  2005-09-06 13:00 ` mark at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: fitzsim at redhat dot com @ 2005-08-26  4:37 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From fitzsim at redhat dot com  2005-08-26 04:36 -------
Fixed.  Closing.


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


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


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

* [Bug awt/21660] FileDialog.SAVE broken
  2005-05-19  8:12 [Bug AWT/21660] New: FileDialog.SAVE broken hendrich at informatik dot uni-hamburg dot de
                   ` (5 preceding siblings ...)
  2005-08-26  4:37 ` fitzsim at redhat dot com
@ 2005-08-26  4:42 ` cvs-commit at developer dot classpath dot org
  2005-09-06 13:00 ` mark at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at developer dot classpath dot org @ 2005-08-26  4:42 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at developer dot classpath dot org  2005-08-26 04:42 -------
Subject: Bug 21660

CVSROOT:	/cvsroot/classpath
Module name:	classpath
Branch: 	
Changes by:	Thomas Fitzsimmons <fitzsim@savannah.gnu.org>	05/08/26 04:35:50

Modified files:
	.              : ChangeLog 
	gnu/java/awt/peer/gtk: GtkFileDialogPeer.java GtkWindowPeer.java 
	include        : gnu_java_awt_peer_gtk_GtkFileDialogPeer.h 
	                 gnu_java_awt_peer_gtk_GtkWindowPeer.h 
	native/jni/gtk-peer: gnu_java_awt_peer_gtk_GtkFileDialogPeer.c 
	                     gnu_java_awt_peer_gtk_GtkWindowPeer.c 

Log message:
	2005-08-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
	
	PR classpath/21660:
	* gnu/java/awt/peer/gtk/GtkFileDialogPeer.java,
	native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c
	(AWT_FILEDIALOG_LOAD): New macro.
	(AWT_FILEDIALOG_SAVE): Likewise.
	(create(GtkContainerPeer,int)): Add mode parameter.  Create Save
	dialog if mode is AWT_FILEDIALOG_SAVE.  Remove workaround for
	http://bugzilla.gnome.org/show_bug.cgi?id=166852.
	(create()): Add mode argument to create call.
	* gnu/java/awt/peer/gtk/GtkWindowPeer.java,
	native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
	(setVisibleNative): Override method.
	(setVisibleNativeUnlocked): Override method.  Call gdk_flush after
	showing or hiding window.
	* include/gnu_java_awt_peer_gtk_GtkFileDialogPeer.h: Regenerate.
	* include/gnu_java_awt_peer_gtk_GtkWindowPeer.h: Regenerate.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4573&tr2=1.4574&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/gnu/java/awt/peer/gtk/GtkFileDialogPeer.java.diff?tr1=1.27&tr2=1.28&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/gnu/java/awt/peer/gtk/GtkWindowPeer.java.diff?tr1=1.40&tr2=1.41&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/include/gnu_java_awt_peer_gtk_GtkFileDialogPeer.h.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/include/gnu_java_awt_peer_gtk_GtkWindowPeer.h.diff?tr1=1.18&tr2=1.19&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkFileDialogPeer.c.diff?tr1=1.23&tr2=1.24&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c.diff?tr1=1.55&tr2=1.56&r1=text&r2=text






-- 


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


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

* [Bug awt/21660] FileDialog.SAVE broken
  2005-05-19  8:12 [Bug AWT/21660] New: FileDialog.SAVE broken hendrich at informatik dot uni-hamburg dot de
                   ` (6 preceding siblings ...)
  2005-08-26  4:42 ` cvs-commit at developer dot classpath dot org
@ 2005-09-06 13:00 ` mark at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: mark at gcc dot gnu dot org @ 2005-09-06 13:00 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |0.18


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


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

end of thread, other threads:[~2005-09-06 13:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-19  8:12 [Bug AWT/21660] New: FileDialog.SAVE broken hendrich at informatik dot uni-hamburg dot de
2005-05-19  8:14 ` [Bug AWT/21660] " hendrich at informatik dot uni-hamburg dot de
2005-05-19  8:17 ` hendrich at informatik dot uni-hamburg dot de
2005-05-25  2:04 ` fitzsim at redhat dot com
2005-08-24 19:34 ` [Bug awt/21660] " fitzsim at redhat dot com
2005-08-26  4:03 ` fitzsim at redhat dot com
2005-08-26  4:37 ` fitzsim at redhat dot com
2005-08-26  4:42 ` cvs-commit at developer dot classpath dot org
2005-09-06 13:00 ` mark 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).