Commit Graph

1000 Commits

Author SHA1 Message Date
Heng Sin Low d31059cc6d WGenForm must be declare as instance variable instead of static variable. 2011-02-16 12:11:56 +08:00
Heng Sin Low bc5fffb793 Fixed wrong variable declaration - should be instance instead of static. 2011-02-14 12:21:20 +08:00
Heng Sin Low 68eef9fc88 Fixed current record could disappear after save. 2011-02-08 18:59:03 +08:00
Heng Sin Low 564457e4ab Set zk component id prefix for selenium test support. 2011-02-08 10:54:42 +08:00
Heng Sin Low 20d37271bf Implement saveAndCreate toolbar button - use ctrl-q as shortcut instead of ctrl-a which is commonly known as the short cut key for select all text. 2011-02-08 10:53:35 +08:00
Heng Sin Low 72f706021a Fixed can't auto focus to number box. 2011-02-07 18:18:18 +08:00
Heng Sin Low b82586bb82 Fixed memory leak in the merge pdf method. 2011-02-07 18:13:58 +08:00
Heng Sin Low e460eca472 Added NPE check. 2011-02-07 18:11:50 +08:00
Heng Sin Low b7b4573689 Remove unnecessary max length for search criteria input box. 2011-02-07 18:07:39 +08:00
Heng Sin Low 3cb79e95d4 Set zk component id prefix for selenium test support. 2011-02-07 18:00:56 +08:00
Heng Sin Low 14242ef8b6 Render user home page in background thread. 2011-02-07 18:00:37 +08:00
Heng Sin Low ba9cc04439 Implemented login date support, set zk component id prefix for selenium test support. 2011-02-07 17:58:26 +08:00
Heng Sin Low 23bd9decf2 Set zk component id prefix for selenium test support. 2011-02-07 17:50:05 +08:00
Heng Sin Low 02c41740fa Should execute confirmPrint before printing of check. 2011-02-07 17:29:46 +08:00
Heng Sin Low e793134959 Implement saveAndCreate toolbar button. 2011-02-07 12:19:05 +08:00
Heng Sin Low ba556ff480 Modify zk progress prompt to be rendered at middle of screen and mask screen from user access. 2011-02-07 12:04:25 +08:00
Heng Sin Low 6170d4bf3a Implement saveAndCreate toolbar button. 2011-02-07 12:01:09 +08:00
Heng Sin Low ac90b69d9e Show busy dialog while button process is running. 2011-02-07 11:28:32 +08:00
Heng Sin Low 0a0f56134e Fixed showWindow(modalWindow, "center") doesn't show modal window in the center of screen. 2011-02-07 11:28:09 +08:00
Heng Sin Low c0559b8e18 Fixed the new record button in find dialog incorrectly set an empty query object as the current query for the window. 2011-02-07 11:18:23 +08:00
Heng Sin Low 6b37fe8be3 The file name editor value is not save if user doesn't press enter at the text box after selected file using the browse for file button. 2011-02-07 11:14:10 +08:00
Heng Sin Low e2fa0f1fc4 The file directory editor value is not save if user doesn't press enter at the text box after selected folder using the browse for directory button. 2011-02-07 11:11:37 +08:00
Heng Sin Low a9f8888564 Added null check. 2011-02-07 11:07:20 +08:00
Heng Sin Low 14f27d2f3b Added null check. 2011-02-07 11:06:27 +08:00
Heng Sin Low 8f8f279cb9 Added null check. 2011-02-07 11:03:36 +08:00
Heng Sin Low 8675e83423 added null check for attachment entry and move button state management to the auto preview method. 2011-01-19 13:11:01 +08:00
Heng Sin Low 4aef583e4f Use process title as pdf viewer title. Ensure busy dialog is always closed. 2011-01-19 12:24:38 +08:00
Heng Sin Low b81502f138 Fixed tab context preparation error. 2011-01-19 11:10:47 +08:00
Heng Sin Low 1d5b1541dd Info panel not reset to empty after a new query doesn't match any records in db. 2011-01-17 20:02:20 +08:00
Heng Sin Low 58ee1f6eda Fixed context management bug with server push. 2011-01-17 18:05:09 +08:00
Heng Sin Low 30853d1196 Added priority attribute to web form extension point. 2011-01-11 00:55:28 +08:00
Heng Sin Low 8d1ab1833c Updated extension point documentation formatting. Remove the use of osgi: prefix for form, modelvalidator and process to ease migration, the framework will now always check whether an implementation exists in the extension registry before checking the java classpath. Rename org.adempiere.osgi in swing to org.adempiere.ui.swing.factory and drop the incomplete IMenuAction extension in swing ( will come back to this later ). 2010-12-20 10:46:25 +08:00
Heng Sin Low 73e9023004 License header, extension point schema documentation and some minor extension point schema fixes. 2010-12-17 16:03:56 +08:00
Heng Sin Low eb657e8e63 Fixed loading of image resource for web ui. 2010-12-17 11:49:05 +08:00
Heng Sin Low 5d487f1ad2 minor - make generated id more readable. 2010-12-16 16:26:08 +08:00
Heng Sin Low 5bdee92457 Fixed AdempiereIdGenerator doesn't always generate valid uuid which should only include ascii alphabet, digit and the '_' character. 2010-12-15 16:21:25 +08:00
Heng Sin Low 3140378121 Update hgignore rule and workaround WEB-INF/classes empty folder issue 2010-12-14 08:20:24 +08:00
Heng Sin Low 490784dbbc 2pack refactoring - decouple from SvrProcess and DB Model. Enhance the grid tab export framework to support export of 2pack archive. 2010-12-14 07:59:58 +08:00
Heng Sin Low 2404603e03 Cleanup, remove redundant buckminster.properties. 2010-12-06 13:53:57 +08:00
Heng Sin Low 92ea2ef0bb Implemented data grid export service for zk client. 2010-11-24 11:58:19 +08:00
Heng Sin Low 6003245f32 Implemented field editor factory extension for zk client 2010-11-24 07:27:22 +08:00
Heng Sin Low 5832e19b79 Minor info product window search enhancement. 2010-11-23 18:34:00 +08:00
Heng Sin Low b9e40c4bf4 Implemented info factory as extension point for zk and swing client. 2010-11-23 18:01:11 +08:00
Heng Sin Low bc72f1c6fe Fixed checkout of org.adempiere.ui.zk missing WEB-INF/classes 2010-11-19 16:38:37 +08:00
Heng Sin Low c75089559b Fixed lookup of form extension. 2010-11-04 03:51:55 +08:00
Heng Sin Low 42014bf770 Added default buckminster properties file. 2010-11-03 15:45:30 +08:00
Heng Sin Low 29b64b7d51 Don't continue platform startup if Adempiere.properties file is missing. 2010-10-26 18:58:04 +08:00
Heng Sin Low 916fef8565 LoginPanel should display only supported language. 2010-10-26 18:57:21 +08:00
Heng Sin Low 5b96e9c685 Ported chat window from swing UI. 2010-10-22 10:30:19 +08:00
Heng Sin Low 83715fa436 Refactoring to make project and folder name the same as the bundle symbolic name. Migrate to use eclipse feature and product configuration ( build is broken, to fix later ) 2010-09-29 15:25:34 +08:00