- 23 Nov, 2020 9 commits
-
-
Bonita CI authored
-
Adrien authored
updated * The filter change isn't detected automatically anymore on macos big sur /= * Fix some selection change issues [STUDIO-3712](https://bonitasoft.atlassian.net/browse/STUDIO-3712)
-
Romain Bioteau authored
Conflicts: community/bundles/plugins/org.bonitasoft.studio.connectors/pom.xml
-
adrien authored
-
adrien authored
-
adrien authored
into release-7.12.0 Conflicts: community/bundles/plugins/org.bonitasoft.studio.actors/messages_ja.properties community/bundles/plugins/org.bonitasoft.studio.actors/messages_pt_BR.properties community/bundles/plugins/org.bonitasoft.studio.actors/src/org/bonitasoft/studio/actors/ui/wizard/page/UsersWizardPage.java community/bundles/plugins/org.bonitasoft.studio.application/messages_ja.properties community/bundles/plugins/org.bonitasoft.studio.businessobject/messages.properties community/bundles/plugins/org.bonitasoft.studio.businessobject/messages_es.properties community/bundles/plugins/org.bonitasoft.studio.businessobject/messages_fr.properties community/bundles/plugins/org.bonitasoft.studio.businessobject/messages_ja.properties community/bundles/plugins/org.bonitasoft.studio.businessobject/messages_pt_BR.properties community/bundles/plugins/org.bonitasoft.studio.businessobject/src/org/bonitasoft/studio/businessobject/i18n/Messages.java community/bundles/plugins/org.bonitasoft.studio.common.repository/messages_ja.properties community/bundles/plugins/org.bonitasoft.studio.common.repository/messages_pt_BR.properties community/bundles/plugins/org.bonitasoft.studio.common/messages_ja.properties community/bundles/plugins/org.bonitasoft.studio.configuration/messages_ja.properties community/bundles/plugins/org.bonitasoft.studio.connectors.model.edit/messages_ja.properties community/bundles/plugins/org.bonitasoft.studio.connectors.model.edit/messages_pt_BR.properties community/bundles/plugins/org.bonitasoft.studio.designer/messages_ja.properties community/bundles/plugins/org.bonitasoft.studio.designer/plugin_ja.properties community/bundles/plugins/org.bonitasoft.studio.diagram.custom/messages_ja.properties community/bundles/plugins/org.bonitasoft.studio.engine/messages_ja.properties community/bundles/plugins/org.bonitasoft.studio.engine/messages_pt_BR.properties community/bundles/plugins/org.bonitasoft.studio.engine/plugin_ja.properties community/bundles/plugins/org.bonitasoft.studio.groovy.ui/messages_ja.properties community/bundles/plugins/org.bonitasoft.studio.importer.bos/src/org/bonitasoft/studio/importer/bos/handler/ImportBosHandler.java community/bundles/plugins/org.bonitasoft.studio.importer.bos/src/org/bonitasoft/studio/importer/bos/wizard/ImportBosArchiveControlSupplier.java community/bundles/plugins/org.bonitasoft.studio.importer/messages_ja.properties community/bundles/plugins/org.bonitasoft.studio.la/messages_ja.properties community/bundles/plugins/org.bonitasoft.studio.la/plugin_ja.properties community/bundles/plugins/org.bonitasoft.studio.validation/messages_ja.properties subscription/bundles/plugins/org.bonitasoft.studio.application.ex/messages_ja.properties subscription/bundles/plugins/org.bonitasoft.studio.configuration.ex/messages_ja.properties subscription/bundles/plugins/org.bonitasoft.studio.configuration.ex/plugin_ja.properties subscription/bundles/plugins/org.bonitasoft.studio.connector.wizard.uipath/messages_pt_BR.properties subscription/bundles/plugins/org.bonitasoft.studio.engine.ex/messages_ja.properties subscription/bundles/plugins/org.bonitasoft.studio.intro.ex/messages_ja.properties subscription/bundles/plugins/org.bonitasoft.studio.rest.api.extension/messages_ja.properties subscription/bundles/plugins/org.bonitasoft.studio.rest.api.extension/plugin_ja.properties subscription/bundles/plugins/org.bonitasoft.studio.team/messages_ja.properties subscription/bundles/plugins/org.bonitasoft.studio.team/plugin_ja.properties
-
Romain Bioteau authored
-
Bonita CI authored
-
Bonita CI authored
-
- 21 Nov, 2020 3 commits
-
-
Adrien authored
[STUDIO-3710](https://bonitasoft.atlassian.net/browse/STUDIO-3710)
-
Adrien authored
2 new classes in studio.ui : nativeTabFolderWidget and NativeTabFolderItem Depending on the OS, thoses create TabFolder & TabItem (mac and linux) or CTabFolder (windows) & CTabItem -> TabFolder and TabItem have a nice rendering on mac and linux, but a bad one on windows. It is the opposit for CTabItem and CTabFolder -> Those two classes ensure that the best rendering is always use, with the same behavior Use CTab folders / items on macos since TabFolder are natively broken since the macos update. This way, we ensure that the behavior is the same no matter the macos version. The rendering is still nice thanks to the custom css rules on CTabFolders. [STUDIO-3703](https://bonitasoft.atlassian.net/browse/STUDIO-3703)
-
Adrien authored
* Since the Big Sur update, the behavior of the StyledCellLabelProvider has changed. Depending on the content of the styled cell, the erase method needs to perform some stuff or others (sending en paint signal isn't always enough). [STUDIO-3705](https://bonitasoft.atlassian.net/browse/STUDIO-3705) [STUDIO-3708](https://bonitasoft.atlassian.net/browse/STUDIO-3708)
-
- 20 Nov, 2020 3 commits
- 19 Nov, 2020 5 commits
-
-
Romain Bioteau authored
* Those keywords triggers warnings in the BDM Editor Closes BS-19520
-
Bonita CI authored
-
Romain Bioteau authored
* Those keywords triggers warnings in the BDM Editor Closes BS-19520
-
Benjamin Parisel authored
-
Bonita CI authored
-
- 18 Nov, 2020 6 commits
-
-
Adrien authored
Use CTab folders / items on macos since TabFolder are natively broken since the macos update. This way, we ensure that the behavior is the same no matter the macos version. The rendering is still nice thanks to the custom css rules on CTabFolders. [STUDIO-3703](https://bonitasoft.atlassian.net/browse/STUDIO-3703)
-
Romain Bioteau authored
Conflicts: community/bundles/plugins/org.bonitasoft.studio.connectors/pom.xml subscription/bonita-la-builder/src/test/resources/test-repository/diagrams/ProcessWithConnectors-1.0.proc
-
Romain Bioteau authored
-
Romain Bioteau authored
-
Romain Bioteau authored
* Those themes are not provided in community and will be removed from the bundle in a later version. Closes STUDIO-3693
-
Romain Bioteau authored
Closes [STUDIO-3699](https://bonitasoft.atlassian.net/browse/STUDIO-3699)
-
- 16 Nov, 2020 5 commits
-
-
Benjamin Parisel authored
-
Romain Bioteau authored
* Do not unload all emf resources at import.
-
Bonita CI authored
-
Adrien authored
[STUDIO-3692](https://bonitasoft.atlassian.net/browse/STUDIO-3692)
-
Adrien authored
Co-authored-by:
lacha <lacha@192.168.1.17> Co-authored-by:
Romain Bioteau <romain.bioteau@bonitasoft.com>
-
- 13 Nov, 2020 2 commits
-
-
Adrien authored
The 'SmartImportOperation' extract the imported BDM in a temporary file. On windows, it seems that using an in memory File to achive this leads to error (file,canWrite returns false). The use of a real temporary file on the fileSystem solve this issue. [STUDIO-3698](https://bonitasoft.atlassian.net/browse/STUDIO-3698)
-
Romain Bioteau authored
* Add new Java class action, when using a Java Rest API Extension * Update project label provider to better identify java vs Groovy * Use groovy as default language * Fix new rest api wizard ui * Fix Groovy project generation where folders where not ordered properly * Remove groovy nature on java rest api extensions Closes STUDIO-3697
-
- 09 Nov, 2020 4 commits
-
-
Benjamin Parisel authored
-
Romain Bioteau authored
Conflicts: community/pom.xml
-
Bonita CI authored
-
Romain Bioteau authored
* handle file with missing main section Closes STUDIO-3696
-
- 06 Nov, 2020 3 commits
-
-
Romain Bioteau authored
Closes [STUDIO-3694](https://bonitasoft.atlassian.net/browse/STUDIO-3694)
-
Romain Bioteau authored
* errors happens during automated tests
-
Romain Bioteau authored
* Was triggering exception as dispose was called while still rendering a tab item.
-