1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Dec 02, 2024 — Dec 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Revert fix for RCP-631 as it is under discussion. More... over 15 years ago
RCP-631 Clearing the valuemodels in AbstractFormModel#setDeliverValueChangeEvents(boolean,boolean) should occur after all ValueChangeEvents are delivered. More... over 15 years ago
test fix More... almost 16 years ago
RCP-610 fix More... almost 16 years ago
deprecated in favor of javax.swing.SwingWorker More... almost 16 years ago
fix commit of a few weeks ago: swingx should exclude swingworker (or textfield's preferred size doesn't match up?) More... almost 16 years ago
fix build with maven 2.2.1. an archetype is not a maven-plugin! More... almost 16 years ago
remove duplicate dependency on swingx (the same dependency is declared higher already) More... almost 16 years ago
typo More... almost 16 years ago
temporary disable the fail fast I committed yesterday as a workaround for our code More... about 16 years ago
ExceptionHanlder throws an exception itself: infinite loop detection for case 2 (see javadocs) More... about 16 years ago
ExceptionHanlder throws an exception itself: clear error message what is going on More... about 16 years ago
fail fast if object is not an instance of the validation class (request by Matthieu) + rename clazz to beanClass More... about 16 years ago
fixed sample More... about 16 years ago
do not use default but preferred for row heights in dataeditor More... about 16 years ago
no need to call isInfoEnabled() because info(logMessage) checks that for you already More... about 16 years ago
code formatting: replace \t with 4 spaces More... about 16 years ago
rename private inner class MessagableTab to TabMetaData to distinguish it from interface MessagableTab More... about 16 years ago
RCP-604 fixes the regression and gives decent support for default icons on tabs: Once a MessagableTabbedPane has shown an error icon in its tab because there is an error, the error icon does not dissappear when there are no more errors More... about 16 years ago
RCP-604 make code readable: rename TabMessages to MessagebleTab, messages to messableTabs/messages, format code, use Map instead HashMap, ... More... about 16 years ago
RCP-604 move the static inner class to the end of the file More... about 16 years ago
typo More... over 16 years ago
typo's More... over 16 years ago
RCP-608 When an exception occurs during fireFocusGained called by AbstractApplicationPage.setActiveComponent, it becomes impossible to switch screen More... over 16 years ago
rename EmailNotifierErrorReporter to JdicEmailNotifierERrorReporter (preperation if someone ever does RCP-607) More... over 16 years ago
RCP-606 EmailNotifierErrorReporter's mailTo address does not work in outlook More... over 16 years ago
JDIC email notifier must also give the correct exception of noNativeJar with JDIC 0.9.5 (which throws a different exception (NPE) if that occurs) More... over 16 years ago
RCP-605 ThrowExceptionCommand for in development that allows to input an exception full classname and throws that exception so you can test the exception handler More... over 16 years ago
EmailNotifierErrorReporter: rename "title" to "subject", fix outlook bug, provide out-of-the-box default messages More... over 16 years ago
EmailNotifierErrorReporter: fallback with no id on "emailNotifierErrorReporter" didn't work because setBeanName is called even for anonymous beans. When native JDIC jar are missing a decent error message should be shown. More... over 16 years ago