You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(37) |
Jun
(141) |
Jul
(111) |
Aug
(91) |
Sep
(79) |
Oct
(151) |
Nov
(161) |
Dec
(93) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
(40) |
Feb
(60) |
Mar
(43) |
Apr
(90) |
May
(31) |
Jun
(114) |
Jul
(35) |
Aug
(112) |
Sep
(305) |
Oct
(151) |
Nov
(122) |
Dec
(103) |
| 2006 |
Jan
(65) |
Feb
(57) |
Mar
(475) |
Apr
(276) |
May
(482) |
Jun
(134) |
Jul
(127) |
Aug
(188) |
Sep
(271) |
Oct
(220) |
Nov
(74) |
Dec
(41) |
| 2007 |
Jan
(121) |
Feb
(50) |
Mar
(36) |
Apr
(11) |
May
(31) |
Jun
(12) |
Jul
(73) |
Aug
(41) |
Sep
(59) |
Oct
(33) |
Nov
(60) |
Dec
(111) |
| 2008 |
Jan
(139) |
Feb
(49) |
Mar
(87) |
Apr
(43) |
May
(10) |
Jun
(25) |
Jul
(114) |
Aug
(17) |
Sep
(25) |
Oct
(199) |
Nov
(94) |
Dec
(45) |
| 2009 |
Jan
(36) |
Feb
(14) |
Mar
(29) |
Apr
(32) |
May
(49) |
Jun
(18) |
Jul
(68) |
Aug
(34) |
Sep
(34) |
Oct
(11) |
Nov
(10) |
Dec
(14) |
| 2010 |
Jan
(35) |
Feb
(12) |
Mar
(23) |
Apr
(17) |
May
(4) |
Jun
(1) |
Jul
(4) |
Aug
|
Sep
(2) |
Oct
|
Nov
(10) |
Dec
|
| 2011 |
Jan
(3) |
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
(3) |
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
| 2012 |
Jan
(2) |
Feb
(1) |
Mar
(8) |
Apr
(3) |
May
|
Jun
|
Jul
(4) |
Aug
(3) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
| 2013 |
Jan
(1) |
Feb
(1) |
Mar
(1) |
Apr
(3) |
May
(4) |
Jun
(3) |
Jul
(8) |
Aug
|
Sep
(1) |
Oct
(1) |
Nov
(3) |
Dec
(4) |
| 2014 |
Jan
(2) |
Feb
(2) |
Mar
(3) |
Apr
(1) |
May
(5) |
Jun
(1) |
Jul
(13) |
Aug
(2) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
|
Feb
(1) |
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
(1) |
Aug
(4) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2018 |
Jan
|
Feb
|
Mar
(15) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2019 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
|
Nov
|
Dec
|
| 2021 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2022 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2024 |
Jan
|
Feb
(1) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2025 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
|
From: Lieven D. (JIRA) <no...@sp...> - 2008-10-09 19:16:22
|
[ http://jira.springframework.org/browse/RCP-314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lieven Doclo updated RCP-314:
-----------------------------
Fix Version/s: (was: 1.0.1)
1.0.2
> Merge exception handler implementations
> ---------------------------------------
>
> Key: RCP-314
> URL: http://jira.springframework.org/browse/RCP-314
> Project: Spring Framework Rich Client Project
> Issue Type: New Feature
> Components: Helper Classes
> Affects Versions: 0.1.0
> Reporter: Geoffrey De Smet
> Assignee: Larry Streepy
> Fix For: 1.0.2
>
>
> On the dev list we 've found out each of us has it own exception handler.
> In the discussion "Exception handling" we aggreed they all should be merged into the best solution.
> Very short summary of the thread (pls take a look at it):
> Geoffrey's is checked in into the tiger module: D:\projects\sf\spring-richclient\tiger\src\main\java\be\springframework\richclient\exception\I18nUncaughtExceptionHandler.java
> It supports i18n and polymorfistic message declarationg (for example if there is no specific message for NullPointerException, the one from RuntimeException is used).
> Larry has an e-mail report.
> Jan uses SwingLab's JXErrorDialog.
> Bushe uses http://eventbus.dev.java.net and it's AWTExceptionHandler.
> Benoit found the best way to take an image was with this code, which uses the JDK (and not an LGPL library):
> private byte[] takeScreenSnapshot() throws AWTException {
> final Robot robot = new Robot();
> final Dimension screenDim = Toolkit.getDefaultToolkit().getScreenSize();
> final Rectangle rect = new Rectangle(0, 0, screenDim.width, screenDim.height);
> final BufferedImage bi = robot.createScreenCapture(rect);
>
> ByteArrayOutputStream bos = new ByteArrayOutputStream();
> try {
> ImageIO.write((RenderedImage) bi, "png", bos);
> bos.close();
> } catch (IOException e) {
> e.printStackTrace();
> }
>
> // convert java.awt.Image to a PNG graphic (highest compression)
> final byte[] pngArray = bos.toByteArray();
> return pngArray;
> }
> Some brainstorming:
> The commands on a thrown exception could be configurable (maybe?):
> - inject in a eMailReporterCommand at your own will
> - send all system properties too boolean
> IMHO catching Exception yourself (with try-catch) is bad: I18nUncaughtExceptionHandler shows it can be done differently.
> PMD, checkstyle, etc say to avoid catching general exceptions such as Throwable, Error, Exception, RuntimeException, unless in the root of the stacktrace (= exceptino handler api in 1.5)
> I've assigned it to Larry for the moment because he said he might look at it after the petclinic sample.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Lieven D. (JIRA) <no...@sp...> - 2008-10-09 19:16:21
|
[ http://jira.springframework.org/browse/RCP-406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lieven Doclo updated RCP-406:
-----------------------------
Fix Version/s: (was: 1.0.1)
1.0.2
> Wizard validation fires before reaching step
> --------------------------------------------
>
> Key: RCP-406
> URL: http://jira.springframework.org/browse/RCP-406
> Project: Spring Framework Rich Client Project
> Issue Type: Bug
> Components: Application Framework
> Affects Versions: 0.1.0, 0.2.0, 0.2.1
> Reporter: Ryan Sonnek
> Assignee: Jan Hoskens
> Priority: Critical
> Fix For: 1.0.2
>
>
> Consider this simple scenerio:
> 1. MyObject has two properties, firstName and lastName.
> 2. register "required" validator for both properties.
> 3. for some reason, i built a wizard where the firstName and lastName are on two different steps of the wizard.
> 4. When launching the wizard, I'm unable to get past the first step because it says one of the properties is required.
> This is wrong because I haven't yet got to that step in the wizard to fill in that property.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Lieven D. (JIRA) <no...@sp...> - 2008-10-09 19:16:21
|
[ http://jira.springframework.org/browse/RCP-433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lieven Doclo updated RCP-433:
-----------------------------
Fix Version/s: (was: 1.0.1)
1.0.2
> DialogPage.visible not reflected in TreeCompositeDialogPage
> -----------------------------------------------------------
>
> Key: RCP-433
> URL: http://jira.springframework.org/browse/RCP-433
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Dialog System
> Affects Versions: 0.1.0, 0.2.0, 0.2.1
> Reporter: Peter De Bruycker
> Assignee: Peter De Bruycker
> Fix For: 1.0.2
>
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Lieven D. (JIRA) <no...@sp...> - 2008-10-09 19:16:21
|
[ http://jira.springframework.org/browse/RCP-470?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lieven Doclo updated RCP-470:
-----------------------------
Fix Version/s: (was: 1.0.1)
1.0.2
> An exception handling ChainPurger should replace evaluatedChainedIndex
> ----------------------------------------------------------------------
>
> Key: RCP-470
> URL: http://jira.springframework.org/browse/RCP-470
> Project: Spring Framework Rich Client Project
> Issue Type: New Feature
> Components: Application Framework
> Reporter: Geoffrey De Smet
> Assignee: Geoffrey De Smet
> Fix For: 1.0.2
>
>
> evaluatedChainedIndex only applies to MessagesDialogExceptionHandler, but it should also be useable on the delegating exception handler.
> evaluatedChainedIndex is to clumsy in most circumstances as it's the type of the exceptions, instead of the level that decide if it should be evaluated.
> ExceptionChainPurger to the rescue, pluggable into any ExceptionHandler.
> It cuts the first part of an exception chain if needed.
> It contains 2 properties:
> - alwaysEvaluatePrioritizedList: List<Class<? extends Exception>>: for example it contains "SQL504Exception", then any chain which contains that type of exception will be evaluated as the SQL504Exception instance.
> - alwaysTryToUnwrapList: List<Class<? extends Exception>>: for example it contains "WrappingServiceException", so it always tries to unwrap that.
> TODO: find beter names, suggestions welcome.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Lieven D. (JIRA) <no...@sp...> - 2008-10-09 19:14:24
|
[ http://jira.springframework.org/browse/RCP-560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=40217#action_40217 ]
Lieven Doclo commented on RCP-560:
----------------------------------
Status of this issue
> Form model show be able to give dirty information in the form object with more granularity
> ------------------------------------------------------------------------------------------
>
> Key: RCP-560
> URL: http://jira.springframework.org/browse/RCP-560
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Binding System
> Affects Versions: 0.2.1
> Reporter: Jonathan Erlich
> Priority: Minor
>
> I have a form that extends from AbstractForm, and when i do commit i want to show a particular message..
> Currently I check the ValidatingFormModel's isDirty message to know if the model is dirty to know whether to show the message or not.
> The problem is that what i need is to show that message only if some particular o particulars properties have been changed.
> I could manage the changes by myself by knowing the current and the old objects but if i have a lot of forms this becomes rather difficult.
> I've seen the source code and it seems like AbstractFormModel has a private Set with the changed properties.. maybe if this map is exposed somehow i could do what i need.
> If there's a simpler way to do it that i'm not aware of please tell me
> Thanks
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Lieven D. (JIRA) <no...@sp...> - 2008-10-09 19:14:21
|
[ http://jira.springframework.org/browse/RCP-560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=40218#action_40218 ]
Lieven Doclo commented on RCP-560:
----------------------------------
Status of this issue?
> Form model show be able to give dirty information in the form object with more granularity
> ------------------------------------------------------------------------------------------
>
> Key: RCP-560
> URL: http://jira.springframework.org/browse/RCP-560
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Binding System
> Affects Versions: 0.2.1
> Reporter: Jonathan Erlich
> Priority: Minor
>
> I have a form that extends from AbstractForm, and when i do commit i want to show a particular message..
> Currently I check the ValidatingFormModel's isDirty message to know if the model is dirty to know whether to show the message or not.
> The problem is that what i need is to show that message only if some particular o particulars properties have been changed.
> I could manage the changes by myself by knowing the current and the old objects but if i have a lot of forms this becomes rather difficult.
> I've seen the source code and it seems like AbstractFormModel has a private Set with the changed properties.. maybe if this map is exposed somehow i could do what i need.
> If there's a simpler way to do it that i'm not aware of please tell me
> Thanks
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Lieven D. (JIRA) <no...@sp...> - 2008-10-09 19:14:20
|
[ http://jira.springframework.org/browse/RCP-560?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Lieven Doclo updated RCP-560:
-----------------------------
Comment: was deleted
(was: Status of this issue)
> Form model show be able to give dirty information in the form object with more granularity
> ------------------------------------------------------------------------------------------
>
> Key: RCP-560
> URL: http://jira.springframework.org/browse/RCP-560
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Binding System
> Affects Versions: 0.2.1
> Reporter: Jonathan Erlich
> Priority: Minor
>
> I have a form that extends from AbstractForm, and when i do commit i want to show a particular message..
> Currently I check the ValidatingFormModel's isDirty message to know if the model is dirty to know whether to show the message or not.
> The problem is that what i need is to show that message only if some particular o particulars properties have been changed.
> I could manage the changes by myself by knowing the current and the old objects but if i have a lot of forms this becomes rather difficult.
> I've seen the source code and it seems like AbstractFormModel has a private Set with the changed properties.. maybe if this map is exposed somehow i could do what i need.
> If there's a simpler way to do it that i'm not aware of please tell me
> Thanks
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Lieven D. (JIRA) <no...@sp...> - 2008-10-09 19:12:19
|
[ http://jira.springframework.org/browse/RCP-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=40216#action_40216 ]
Lieven Doclo commented on RCP-565:
----------------------------------
Status update of this issue?
> Windows taskbar entry at startup is not configured
> --------------------------------------------------
>
> Key: RCP-565
> URL: http://jira.springframework.org/browse/RCP-565
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Application Framework
> Affects Versions: 1.0.0
> Environment: Windows XP
> Reporter: Brad Maupin
>
> During application startup the application entry in Windows' task bar is blank and shows the Java icon - I'd like it to show the application's name and icon. Of course it would be fine to be able to set these seperately from the main window.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Lieven D. (JIRA) <no...@sp...> - 2008-10-09 19:10:21
|
[ http://jira.springframework.org/browse/RCP-566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=40215#action_40215 ]
Lieven Doclo commented on RCP-566:
----------------------------------
How do you show the login dialog? Have you altered the lifecycleadvisor for this?
> Hide splash screen before showing main application window.
> ----------------------------------------------------------
>
> Key: RCP-566
> URL: http://jira.springframework.org/browse/RCP-566
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Application Framework
> Affects Versions: 1.0.0
> Environment: Windows XP
> Reporter: Brad Maupin
> Priority: Minor
>
> My application first displays a login form before displaying the main application window. The splash screen is still visible when the login form is displayed. It would be nice to be able to hide the splash screen before showing the login form.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Andreas K. (JIRA) <no...@sp...> - 2008-10-07 17:04:22
|
Validation icons are not displayed for JTextArea inside JScrollPane
-------------------------------------------------------------------
Key: RCP-572
URL: http://jira.springframework.org/browse/RCP-572
Project: Spring Framework Rich Client Project
Issue Type: Bug
Components: Helper Classes
Affects Versions: 1.0.0
Environment: JDK5, Win XP
Reporter: Andreas Kuhtz
Attachments: OverlayHelperPatch.txt
The OverlayHelper does not display the validation icons if a JTextArea is inside a JScrollPane. The attached patch solves this problem.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Ameduri T. <fai...@27...> - 2008-10-07 00:00:16
|
New liiife! http://wjxohq.bay.livefilestore.com/y1puVCMeEy3szF9afFKsFDfbLSFI894ghlcLbBs2zPahp3I2O0WCFp2bpAsFTJipx7yQAsbi9pyp6H59fL8Fd_gyA/wg89odihda.html >From him by fatigue and annoyance at having seen or pleasure, or, i had almost said, folly, of searched the hair of the heads of their childrento of marocoo, &c. The various sources of information which a wall of stones carefully fitted one upon. |
|
From: Johannes S. (JIRA) <no...@sp...> - 2008-09-22 16:43:12
|
[ http://jira.springframework.org/browse/RCP-529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=39789#action_39789 ]
Johannes Schneider commented on RCP-529:
----------------------------------------
Duplicate of http://jira.springframework.org/browse/RCP-569
> Table-Builder - convinience method
> ----------------------------------
>
> Key: RCP-529
> URL: http://jira.springframework.org/browse/RCP-529
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Affects Versions: 1.0.0
> Reporter: Johannes Schneider
> Attachments: convinience_method_added.patch
>
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Benoit X. (JIRA) <no...@sp...> - 2008-09-22 13:59:11
|
ShuttleBinder does not update dirty property correctly
------------------------------------------------------
Key: RCP-571
URL: http://jira.springframework.org/browse/RCP-571
Project: Spring Framework Rich Client Project
Issue Type: Bug
Components: Binding System
Affects Versions: 1.0.0
Reporter: Benoit Xhenseval
Hi
I'm facing the following problems:
- When loading an object and doing a ValidationFormModel.setFormObject(myobject); The ShuttleList will trigger a DIRTY = true on the model although nothing has changed!
- Furthermore, if the original selected list is NOT empty at the beginning and then an item is added (moved left to right) to the selected list, the DIRTY attribute is NOT changed to true (the set has changed! if you commit the model, your object has changed!).
Has anyone seen this / anyone got a fix?
Thanks
Benoit.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Jan H. (JIRA) <no...@sp...> - 2008-09-22 12:39:10
|
[ http://jira.springframework.org/browse/RCP-569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jan Hoskens closed RCP-569.
---------------------------
Assignee: Jan Hoskens
Resolution: Fixed
Fix Version/s: 1.0.1
Patch applied.
> Convinience methods in TableLayoutBuilder
> -----------------------------------------
>
> Key: RCP-569
> URL: http://jira.springframework.org/browse/RCP-569
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Helper Classes
> Affects Versions: 1.0.0
> Reporter: Johannes Schneider
> Assignee: Jan Hoskens
> Fix For: 1.0.1
>
> Attachments: tableLayoutBuilder.patch
>
>
> see attached patch
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Hauge D. <ho...@es...> - 2008-09-20 15:43:17
|
New casssino http://74z00g.bay.livefilestore.com/y1pg0FKVvEKjmftV9O4b8xx2LfJTHpUVNDgRkS-qu7inXM0OcoQTSNmGodIrpIJZSZe7nf9K9IvOALl8yFbPL5C5g/u17qwryjch.html And had to pay pretty dearly for the convenience. About. not aeeting you at the house today, is power is oceania at war with? When i was arrested, of the jewellers art, and the thirtysix stones shelves and open drawers, as if the lady had hurriedly. |
|
From: Johannes S. (JIRA) <no...@sp...> - 2008-09-13 12:27:13
|
[ http://jira.springframework.org/browse/RCP-570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Johannes Schneider updated RCP-570:
-----------------------------------
Attachment: nullableListSelectionDialog.patch
> ListSelectionDialog should be configurable if it supports null values
> ---------------------------------------------------------------------
>
> Key: RCP-570
> URL: http://jira.springframework.org/browse/RCP-570
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Dialog System
> Affects Versions: 1.0.0
> Reporter: Johannes Schneider
> Attachments: nullableListSelectionDialog.patch
>
>
> I would like to configure whether a list selection dialog binding supports null values. Depending on that configuration the button with the "x" should be shown or hidden.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Johannes S. (JIRA) <no...@sp...> - 2008-09-13 12:27:13
|
ListSelectionDialog should be configurable if it supports null values
---------------------------------------------------------------------
Key: RCP-570
URL: http://jira.springframework.org/browse/RCP-570
Project: Spring Framework Rich Client Project
Issue Type: Improvement
Components: Dialog System
Affects Versions: 1.0.0
Reporter: Johannes Schneider
Attachments: nullableListSelectionDialog.patch
I would like to configure whether a list selection dialog binding supports null values. Depending on that configuration the button with the "x" should be shown or hidden.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Johannes S. (JIRA) <no...@sp...> - 2008-09-13 12:25:15
|
[ http://jira.springframework.org/browse/RCP-569?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Johannes Schneider updated RCP-569:
-----------------------------------
Attachment: tableLayoutBuilder.patch
> Convinience methods in TableLayoutBuilder
> -----------------------------------------
>
> Key: RCP-569
> URL: http://jira.springframework.org/browse/RCP-569
> Project: Spring Framework Rich Client Project
> Issue Type: Improvement
> Components: Helper Classes
> Affects Versions: 1.0.0
> Reporter: Johannes Schneider
> Attachments: tableLayoutBuilder.patch
>
>
> see attached patch
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Johannes S. (JIRA) <no...@sp...> - 2008-09-13 12:25:15
|
Convinience methods in TableLayoutBuilder
-----------------------------------------
Key: RCP-569
URL: http://jira.springframework.org/browse/RCP-569
Project: Spring Framework Rich Client Project
Issue Type: Improvement
Components: Helper Classes
Affects Versions: 1.0.0
Reporter: Johannes Schneider
Attachments: tableLayoutBuilder.patch
see attached patch
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
|
From: Hleb <Hle...@WR...> - 2008-09-13 10:19:55
|
Dispel all myths about enlargement, find out more about this at our website http://www.tiptint.com/ <http://www.tiptint.com/> |
|
From: kyleerinola <kyl...@gm...> - 2008-09-09 04:04:03
|
Hard to believe someone would walk out of the house wearing that! http://realvideo.freehostia.com?id=73175 |
|
From: boguelinnettekm37 <bog...@gm...> - 2008-09-06 17:25:45
|
High resolution screensaver from Eyetide http://freerealvideo.net/video.html?video=12611 |
|
From: reginel2019 <reg...@gm...> - 2008-09-06 17:25:33
|
Hard to believe someone would walk out of the house wearing that! http://freerealvideo.net/video.html?video=61756 |
|
From: Benoit X. <bx...@ob...> - 2008-09-03 17:07:01
|
Hi *, I've posted this question on the forum but no luck so far http://forum.springframework.org/showthread.php?t=59583 I have a simple ValidatingFormModel and I can detect when the 'dirty' property changes but is there any way to detect which property in my model caused the change (say whether it was the 'name' or the 'telephone'). Code: model.addPropertyChangeListener(FormModel.DIRTY_PROPERTY, new PropertyChangeListener() { public void propertyChange(final PropertyChangeEvent evt) { ..... } } Alternatively, is there a way to find out the list of property names that have changed on my model? I think it would be very useful... Suggestions most welcome, Many thanks, Benoit. ------------------------------ IMPORTANT NOTICE This communication contains information that is considered confidential and may also be privileged . It is for the exclusive use of the intended recipient(s). If you are not the intended recipient(s) please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you have received this communication in error please return it to the sender and delete the original. |
|
From: Benoit X. (JIRA) <no...@sp...> - 2008-09-01 16:59:14
|
[ http://jira.springframework.org/browse/RCP-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Benoit Xhenseval updated RCP-568:
---------------------------------
Attachment: ShowFrameCommand.java.patch
Suggested patch.
> ShowFrameCommand does not restore the MDI frame if minimized.
> -------------------------------------------------------------
>
> Key: RCP-568
> URL: http://jira.springframework.org/browse/RCP-568
> Project: Spring Framework Rich Client Project
> Issue Type: Bug
> Affects Versions: 1.0.0
> Reporter: Benoit Xhenseval
> Priority: Minor
> Attachments: ShowFrameCommand.java.patch
>
>
> Hi
> Trivial issue, probably for Peter, if the MDI frame is minimized, using the right-click menu on the desktop to re-select the frame does not restore /de-iconify the frame.
> Patch in ShowFrameCommand, simply add setIcon(false).
> protected void doExecuteCommand() {
> try {
> frame.setSelected( true );
> frame.setIcon( false );
> } catch( PropertyVetoException e ) {
> // ignore
> }
> }
> I will provide a SVN patch.
> Thanks!
> Benoit
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.springframework.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|