annotated tag jaxx-2.0.0-beta-2 deleted (was b185182)
This is an automated email from the git hooks/post-receive script. New change to annotated tag jaxx-2.0.0-beta-2 in repository jaxx. See https://gitlab.nuiton.org/nuiton/jaxx.git *** WARNING: tag jaxx-2.0.0-beta-2 was deleted! *** tag was b185182 This change permanently discards the following revisions: discards 914b114 minor release before big storm on bindings discards fabd7b4 prepare beta-2 before merging branche to trunk + fix wbestart link in jaxx-demo discards 916f70d fix lost binding discards 74de155 add log and do not break build when a binding is bad (since it can not be for the moment...) discards 54f69e8 - This MUST be a convention in JAXX : all specialized constructor must a second constructor with extra first parameter as parentContext - add toString of FieldDescriptor discards bb03989 change names discards 125005f goto mavenpom in snapshot discards e844549 amelioration de l'éditeur de nombre : - on peut specifier le type du nombre a editer (modelType) - on gère plus de type de Nombre (Integer,Float,Double,BigInteger,BigDecimal) discards f7b3961 use maven-changes-plugin 2.2 (with french translations :)) discards d2ee328 append discards 9b05a9a life continues on 2.0.0-beta-2-SNAPSHOT :) discards c925772 prepare a false release fro Vradi (not a true release since we are on a branch) discards aefcdd6 [maven-release-plugin] rollback the release of jaxx-2.0.0-beta-1 discards fda0a64 [maven-release-plugin] prepare for next development iteration discards 7a9a1dd [maven-release-plugin] prepare release jaxx-2.0.0-beta-1 discards 03b93ab prepare beta release discards 1281dda prepare beta release discards 2acd55d patch pom since can't use at the moment mavenpom 1.1.1 (not released... discards 875cd54 stay for the moment on i18n 1.0.1 discards f578cfa fix i18n label discards e74596b fix i18n label discards 2b1c73a remove unused import and code discards e20de57 fix NPE if object is root discards 863f267 - remove selectUI from context, it is too messy (can not know exactly where it is stored...) - add getParentNode to obtain the first ancestor with a matching internalClass - open api discards 437016f multi-selection + double click pour supprimer des elements sur un ListSelector discards ccc92ef add hidor on ListSelector (must finish the ui refresh, still problems) discards 891a8fc remove import of SwingUtil in jaxx scripts (auto-import) discards b5e93d9 - review JAXXContext api (remove getParentContainer methods) - improve JAXXObject api (add getParentContainer + make it javaBeans compatible for PropertyChange events) - improve generation code (avoid use of FQN when possible) - fix bug of name collisions on event generated method from css - the maven-jaxx-plugin tests are all compiling, we should compile them on integration-test - add getSimpleName on class descriptor - clean code, add javadoc, reformat, ... - add L [...] discards c206fcb add getSimpleName method to obtain the simple name of the class discards db92c17 add HidorButton widget, prefer of JXCollapsePanel since it does not works very well out of the JX framework... This widget does not modify any layout discards 89dd54b use generics (avoid to generate cast :)) discards ef6a13f Anomalie #120: NPE sur un removeDataBinding discards 6953eed fix error message discards 7711568 add fillList + deprecated some code discards e34f786 new icons discards f6544f0 add selected-ui in context accessible via helper.getSelectedUi() discards 01cdb08 fix javadoc discards 6b2c33a use mavenpom 1.1.0 discards d86ecc0 svn ignore idea files discards 5abed97 use maven-helper-plugin 1.1.0 new test dir layout discards 12fc47f Evolution #106: Amélioration de l'api des Decorator discards 5a2a7f3 fix context error discards a5e0262 svn:ingore idea files discards 25b43e3 - use DecoratorProviderListCellRenderer discards fe25968 add a DecoratorProviderTableCellRenderer discards 8d98187 add a DecoratorProviderListCellRenderer discards 0156041 - add a DecoratorProvider to store your decorators - deprecate all states in DecoratorUtils (use a DecoratorProvider to store decorators) discards ebd8813 remove binding from jaxx.compiler package discards dbc2ade ajout license discards 8560e74 remove a old empty package discards 526a1f8 ajout license discards 0845b8b add multi table decorator discards 26dbf5e update demo from changes in compiler and runtime discards 67318a5 - ajout test sur bindings - les fichiers generes sont dans target/generated-sources discards 8571111 amelioration des renderer sur Decorator (et deplacement vers jaxx.runtime.swing.renderer) discards c71ec82 - Evolution #105: permettre l'initialisation des objets sans JavaBean - Evolution #100: amélioration du design du compilateur - Evolution #99: Améliorer le code généré discards 0006802 in Util.initContext add a entry in ui context when parentContext is a JAXXOBbject (it will make possible to walk into UI ancestor without using the getParentContainer method discards 667ba30 put the Generated By JavaCC comment line at top of file discards ee16396 update java files license header discards a74f64d update jaxx files license header discards 3520056 update license header discards ff7a0b4 - remove commented unused code, clean code, add javadoc - improve warning and error management in JAXXEngine and plugin - improve databinding generation (do not test nullity on root object) - remove when possible the root object prefix in method invocation discards 1f08b92 remove commented unused code clean code add javadoc discards f0c338a remove commented unused code clean code discards e142a7a remove commented unused code discards 9be82c2 - Evolution #100: amélioration du design du compilateur - Evolution #99: Améliorer le code généré - amelioration des test dans le plugin discards 8c4f66c - Evolution #100: amélioration du design du compilateur - Evolution #99: Améliorer le code généré - amelioration des test dans le plugin discards 2b1b175 remover verbose flag on tests discards 15a6bbe clean code discards 092ed9f - Evolution #100: amélioration du design du compilateur - Evolution #99: Améliorer le code généré - Evolution #98: les objets JAXX sont serializable discards c5fef28 amelioration demo du NavigationTreeHandler discards 1a7edad - Evolution #100: amélioration du design du compilateur - Evolution #99: Améliorer le code généré - Evolution #98: les objets JAXX sont serializable discards 3177389 Evolution #100: amélioration du design du compilateur discards bea7197 add gotoChildNode in NavigationTreeHelper discards 56fdd48 - add a contract NavigationContentUI and use it in NavigationTreeHandler - improve demo discards c9ccdc2 - add a contract NavigationContentUI and use it in NavigationTreeHandler discards 06c2367 Adding repaint node mathods discards 00bf8b1 move context entry def static methods to jaxx.runtime.Util discards a8119ef do not make equals on class, prefer use method isAssignableFrom discards d105bce fix generics on List discards 74a248b fix generics on Class discards 63569fd Adding helper to return typed selected node discards ca721ba Bug categorie item in ItemTreeNavigation fixed discards 6ade2c2 do not expose jaxx files discards 380205f use nuiton thirdparty rsyntaxtextarea... It seems somebody does not listen what I said :) discards bd9a48e Syntax highlighting in demo sources discards fbdd0b4 no using maven.src.dir in src default-value (this is not a maven property) discards 1cce9a1 use VelocityTemplateGenerator from maven-helper-plugin discards 267de1b utilisation de mavenpom 1.1.0, maven-license-plugin discards 32d6e7a fix javadoc + documentation discards a81de5b generate help search index (still does not works everywhere, a shame the code is from com.sun we do not have the source...) discards 52a8238 - add encoding on goals (should be in JAXXCompiler) - simplify helpIdsStore (only store ids, path will be computed if needed) - maven-helper-plugin common code discards 9747dbc evolution #78 : rendre le système d'aide multi-langue + JAXXContext is returned to jaxx.runtime package discards 659716f ending migration discards 4d9797b changement logs (on veut pas voir nuiton-util en console :)) discards 045c2e4 debut doc de migration 2.0 discards d401452 fix javadocs + improve messages in goal discards 6f521a8 refactor jaxx 2.x discards 8f386d6 refactor jaxx 2.x discards a3d4ea3 [Evolution #74] : pouvoir generer les classes swing (JComboBox, JList,...) discards 92bf054 simplify modules + refactor NavigationTree and Decorator api + add real JComboBox tag handler (incompatible with JAXX 1.X) discards b127410 simplify modules + refactor NavigationTree and Decorator api + add real JComboBox tag handler (incompatible with JAXX 1.X) discards b42200f create version 2.X of jaxx, with non compatible api with jaxx > 1.7.2 -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm