Commit Graph

12713 Commits

Author SHA1 Message Date
Heng Sin Low 3f870b63d4 * Make compiled. 2006-11-30 03:08:31 +00:00
Heng Sin Low 8ba073d30f * Rename getMenuImageIcon to getImageIcon2. Leave out this file in previous commit. 2006-11-30 03:05:56 +00:00
Heng Sin Low 360f80a36b * Rename getMenuImageIcon to getImageIcon2
* Added 24x24 logout icon
* Added logout menu to application window
2006-11-30 02:34:39 +00:00
vpj-cd 9f7cb1dd9c Test convert PoastgreSQL 2006-11-29 17:08:32 +00:00
Heng Sin Low fd4b6ec354 * Display splash after logout and relogin 2006-11-29 14:57:21 +00:00
Heng Sin Low 7c96a4b520 * Remove hard coded text in Preference.java
* Fixed layout bug in PLAFEditorPanel.java
2006-11-29 12:49:28 +00:00
Heng Sin Low d10b3a8bc7 * Remove hard coded text in Preference.java
* Fixed layout bug in PLAFEditorPanel.java
2006-11-29 12:48:45 +00:00
Heng Sin Low e11381a8b8 * Add png support for menu icon
* A better logout menu icon
* Reduce missing menu icon log level from SEVERE to WARNING
2006-11-29 09:14:43 +00:00
Heng Sin Low 5c03ba3cb6 * Add png support for menu icon
* A better logout menu icon
* Reduce missing menu icon log level from SEVERE to WARNING
2006-11-29 09:14:25 +00:00
Heng Sin Low f5627338a5 wrong extension case. 2006-11-29 08:28:10 +00:00
Heng Sin Low 959114a466 * Fixed theme selection bug
* Change AdempiereLookAndFeel to extend Plastic3D instead of Plastic
* Remove redundant Plastic look and feel from the supported list since AdempiereLookAndFeel extend Plastic
* Fixed AdempiereLookAndFeel can't use standard PlasticTheme bug
* Make flat toolbar the default
* Improved painting after changing of look and feel or theme. Alternatively, logout after change of theme.
2006-11-29 07:54:39 +00:00
Heng Sin Low 91cfbba120 * Fixed theme selection bug
* Change AdempiereLookAndFeel to extend Plastic3D instead of Plastic
* Remove redundant Plastic look and feel from the supported list since AdempiereLookAndFeel extend Plastic
* Fixed AdempiereLookAndFeel can't use standard PlasticTheme bug
* Make flat toolbar the default
* Improved painting after changing of look and feel or theme. Alternatively, logout after change of theme.
2006-11-29 07:53:56 +00:00
Heng Sin Low 25f20849ed * Fixed theme selection bug
* Change AdempiereLookAndFeel to extend Plastic3D instead of Plastic
* Remove redundant Plastic look and feel from the supported list since AdempiereLookAndFeel extend Plastic
* Fixed AdempiereLookAndFeel can't use standard PlasticTheme bug
* Make flat toolbar the default
* Improved painting after changing of look and feel or theme. Alternatively, logout after change of theme.
2006-11-29 07:53:39 +00:00
Heng Sin Low 73be1f688c * Auto start local install when run build complete. 2006-11-28 13:37:40 +00:00
Heng Sin Low 7959a0bdc1 * Fixed resize bug 2006-11-28 09:14:58 +00:00
Heng Sin Low ed3f18e115 * Facelift the setup dialog
* Make the setup of oracle tns name optional. This also remove the current limitation
where your client tns name must be the same as the server database service name.
2006-11-28 08:43:10 +00:00
Heng Sin Low 6c695dd8e5 * Facelift the setup dialog
* Make the setup of oracle tns name optional. This also remove the current limitation
where your client tns name must be the same as the server database service name.
2006-11-28 08:42:40 +00:00
Heng Sin Low 6e3dc21754 * Fixed some javadoc.
* Minor refactoring, put all database discovery code in one place (Database.java)
2006-11-28 01:35:35 +00:00
Heng Sin Low 6119ab9a84 * New look and feel and theme selection UI. The old editor is still
there but not used.
* Make compiere swing components works better under window and plastic
look and feel.
* Rename org.compiere.plaf.Adempiere*UI classes back to
org.compiere.plaf.Compiere*UI. This is to make a clean separation
between the new AdempiereLookAndFeel and the old CompiereLookAndFeel.
Any class used by AdempiereLookAndFeel should goes into the
org.adempiere.plaf package instead. As part of the exercise,
AdempierePLAF is moved from org.compiere.plaf to org.adempiere.plaf
* Fixed some bug related UI painting issue after switching of look and
feel. It is still not perfect but much better.
* Added a logout icon. Feel free to replace this if you have a better
one.

Please email me or post into the SF Developer forum is I break anything.
Also, I haven't tested the new code under Linux yet and some localization
work to be done.
2006-11-27 08:02:55 +00:00
Heng Sin Low b830c022cd * New look and feel and theme selection UI. The old editor is still
there but not used.
* Make compiere swing components works better under window and plastic
look and feel.
* Rename org.compiere.plaf.Adempiere*UI classes back to
org.compiere.plaf.Compiere*UI. This is to make a clean separation
between the new AdempiereLookAndFeel and the old CompiereLookAndFeel.
Any class used by AdempiereLookAndFeel should goes into the
org.adempiere.plaf package instead. As part of the exercise,
AdempierePLAF is moved from org.compiere.plaf to org.adempiere.plaf
* Fixed some bug related UI painting issue after switching of look and
feel. It is still not perfect but much better.
* Added a logout icon. Feel free to replace this if you have a better
one.

Please email me or post into the SF Developer forum is I break anything.
Also, I haven't tested the new code under Linux yet and some localization
work to be done.
2006-11-27 08:02:27 +00:00
Heng Sin Low 0843ba946f * New look and feel and theme selection UI. The old editor is still
there but not used.
* Make compiere swing components works better under window and plastic
look and feel.
* Rename org.compiere.plaf.Adempiere*UI classes back to
org.compiere.plaf.Compiere*UI. This is to make a clean separation
between the new AdempiereLookAndFeel and the old CompiereLookAndFeel.
Any class used by AdempiereLookAndFeel should goes into the
org.adempiere.plaf package instead. As part of the exercise,
AdempierePLAF is moved from org.compiere.plaf to org.adempiere.plaf
* Fixed some bug related UI painting issue after switching of look and
feel. It is still not perfect but much better.
* Added a logout icon. Feel free to replace this if you have a better
one.

Please email me or post into the SF Developer forum is I break anything.
Also, I haven't tested the new code under Linux yet and some localization
work to be done.
2006-11-27 07:57:49 +00:00
Heng Sin Low 0092337fcb * New look and feel and theme selection UI. The old editor is still
there but not used.
* Make compiere swing components works better under window and plastic
look and feel.
* Rename org.compiere.plaf.Adempiere*UI classes back to
org.compiere.plaf.Compiere*UI. This is to make a clean separation
between the new AdempiereLookAndFeel and the old CompiereLookAndFeel.
Any class used by AdempiereLookAndFeel should goes into the
org.adempiere.plaf package instead. As part of the exercise,
AdempierePLAF is moved from org.compiere.plaf to org.adempiere.plaf
* Fixed some bug related UI painting issue after switching of look and
feel. It is still not perfect but much better.
* Added a logout icon. Feel free to replace this if you have a better
one.

Please email me or post into the SF Developer forum is I break anything.
Also, I haven't tested the new code under Linux yet and some localization
work to be done.
2006-11-27 07:57:14 +00:00
Heng Sin Low 5b49fc0a01 * Fixed compilation error in trunk.
To all: please make sure things can compile before commit to trunk.
2006-11-24 08:29:14 +00:00
Heng Sin Low 8d10ea235c * Fixed compilation error in trunk.
To all: please make sure things can compile before commit to trunk.
2006-11-24 08:28:59 +00:00
Heng Sin Low 91151a1f67 * Added shadowborder from jgoodies demo
* Facelift for AMenu and VTreePanel
* Facelift for Preference dialog
- Pending messages and rework of theme selection.
- Please email me or post in SF if you don't like the changes.
2006-11-24 08:05:56 +00:00
Heng Sin Low ac6ce4b999 * Added shadowborder from jgoodies demo
* Facelift for AMenu and VTreePanel
* Facelift for Preference dialog
- Pending messages and rework of theme selection.
- Please email me or post in SF if you don't like the changes.
2006-11-24 08:05:36 +00:00
fjviejo 87ac3d85ba "" 2006-11-23 15:38:55 +00:00
kthiemann 9714c3c5c5 Version without my other customizations - sorry 2006-11-23 14:00:56 +00:00
kthiemann ae24088ba2 Delete Selection (more than one entry). Better icons needed - I'm not a designer... 2006-11-23 13:39:29 +00:00
Heng Sin Low 856517415d * Improve startup time
* Make validation of application server and database connection
on startup optional
* Separate the database interface file by database. This will ease
concurrent development of multiple database support.
2006-11-23 03:25:28 +00:00
Heng Sin Low a12fa4bcab * Improve startup time
* Make validation of application server and database connection
on startup optional
* Separate the database interface file by database. This will ease
concurrent development of multiple database support.
2006-11-23 03:24:25 +00:00
Heng Sin Low 8ede88a395 * Add window menu to FormFrame
* Turn off focus border when cell editor is combobox
* Ensure cell editor and renderer use the same font
* Table header should use default look and feel renderer if possble
* VString - Update standard font and obscure font when setfount is called
2006-11-23 02:18:47 +00:00
Carlos Ruiz df3b68dedd Integrate Heng Sin contributions
[ 1600119 ] Add logout menu item
[ 1599516 ] Add window menu
2006-11-22 04:51:12 +00:00
Carlos Ruiz 9b80286758 Bring here from old trunk 2006-11-22 04:40:40 +00:00
Carlos Ruiz 468b8b82d7 Bring here from old trunk 2006-11-22 04:39:15 +00:00
vpj-cd 2f41ca9a64 move branch adempire311 to trunk 2006-11-17 03:17:36 +00:00
vpj-cd 32aab3532c move branch adempire311 to trunk 2006-11-17 03:17:04 +00:00
vpj-cd e6ec1456c4 move branch adempire311 to trunk 2006-11-17 03:16:39 +00:00
vpj-cd 939f0c5f1c move branch adempire311 to trunk 2006-11-17 03:16:13 +00:00
vpj-cd 14bddb12b2 move branch adempire311 to trunk 2006-11-17 03:15:48 +00:00
vpj-cd 0cbc41b307 move branch adempire311 to trunk 2006-11-17 03:15:31 +00:00
vpj-cd 3cecf1ee6a move branch adempire311 to trunk 2006-11-17 03:15:04 +00:00
vpj-cd 6b9071b618 move branch adempire311 to trunk 2006-11-17 03:14:43 +00:00
vpj-cd 0429dfc79f move branch adempire311 to trunk 2006-11-17 03:14:25 +00:00
vpj-cd 0145080dfc move branch adempire311 to trunk 2006-11-17 03:14:06 +00:00
vpj-cd 9802eea0be move branch adempire311 to trunk 2006-11-17 03:13:45 +00:00
vpj-cd 79bca7aaef move branch adempire311 to trunk 2006-11-17 03:13:24 +00:00
vpj-cd c62705c72f move branch adempire311 to trunk 2006-11-17 03:12:59 +00:00
vpj-cd 6c0c1618cf move branch adempire311 to trunk 2006-11-17 03:12:25 +00:00
vpj-cd c613157a20 move branch adempire311 to trunk 2006-11-17 03:11:16 +00:00