This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 58904 - New Database Connection dialog should use the new Progress UI/API
Summary: New Database Connection dialog should use the new Progress UI/API
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
: 61371 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-05-13 19:53 UTC by Antonin Nebuzelsky
Modified: 2005-09-05 09:55 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonin Nebuzelsky 2005-05-13 19:53:12 UTC
New Database Connection dialog shows a progress bar at its bottom indicating
progress of connecting to the server. The progress bar should be replaced with
the new progress component provided by the Progress UI/API.
Comment 1 Antonin Nebuzelsky 2005-07-28 15:56:01 UTC
Performance team decided to change those tasks, which describe already existing
progress bars in the IDE, to defects. These, if not fixed, would cause UI
inconsistency with those which are already migrated to the new progress UI.

This should be fixed before promo-F feature freeze.
Comment 2 Andrei Badea 2005-08-22 13:30:05 UTC
*** Issue 61371 has been marked as a duplicate of this issue. ***
Comment 3 Andrei Badea 2005-08-22 15:07:51 UTC
Checking in src/org/netbeans/modules/db/explorer/dlg/AddDriverDialog.form;
/cvs/db/src/org/netbeans/modules/db/explorer/dlg/AddDriverDialog.form,v  <-- 
AddDriverDialog.form
new revision: 1.6; previous revision: 1.5
done
Checking in src/org/netbeans/modules/db/explorer/dlg/AddDriverDialog.java;
/cvs/db/src/org/netbeans/modules/db/explorer/dlg/AddDriverDialog.java,v  <-- 
AddDriverDialog.java
new revision: 1.33; previous revision: 1.32
done
Checking in src/org/netbeans/modules/db/explorer/dlg/ConnectPanel.form;
/cvs/db/src/org/netbeans/modules/db/explorer/dlg/ConnectPanel.form,v  <-- 
ConnectPanel.form
new revision: 1.3; previous revision: 1.2
done
Checking in src/org/netbeans/modules/db/explorer/dlg/ConnectPanel.java;
/cvs/db/src/org/netbeans/modules/db/explorer/dlg/ConnectPanel.java,v  <-- 
ConnectPanel.java
new revision: 1.16; previous revision: 1.15
done
Checking in src/org/netbeans/modules/db/explorer/dlg/NewConnectionPanel.form;
/cvs/db/src/org/netbeans/modules/db/explorer/dlg/NewConnectionPanel.form,v  <--
 NewConnectionPanel.form
new revision: 1.5; previous revision: 1.4
done
Checking in src/org/netbeans/modules/db/explorer/dlg/NewConnectionPanel.java;
/cvs/db/src/org/netbeans/modules/db/explorer/dlg/NewConnectionPanel.java,v  <--
 NewConnectionPanel.java
new revision: 1.14; previous revision: 1.13
done
Checking in src/org/netbeans/modules/db/explorer/dlg/SchemaPanel.form;
/cvs/db/src/org/netbeans/modules/db/explorer/dlg/SchemaPanel.form,v  <-- 
SchemaPanel.form
new revision: 1.4; previous revision: 1.3
done
Checking in src/org/netbeans/modules/db/explorer/dlg/SchemaPanel.java;
/cvs/db/src/org/netbeans/modules/db/explorer/dlg/SchemaPanel.java,v  <-- 
SchemaPanel.java
new revision: 1.13; previous revision: 1.12
done
Checking in src/org/netbeans/modules/db/resources/Bundle.properties;
/cvs/db/src/org/netbeans/modules/db/resources/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.96; previous revision: 1.95
done
Comment 4 Antonin Nebuzelsky 2005-08-23 13:43:07 UTC
It seems to be OK. ;)