1
1
mirror of https://github.com/dgis/xsddiagram.git synced 2024-08-17 06:20:23 +03:00

Commit Graph

  • 914c977c8d Uni tests made, readme updated. Claudio Gomes 2022-02-09 16:00:00 +0100
  • 8083742cdd Add support for unit tests Claudio Gomes 2022-02-09 14:28:03 +0100
  • b4ee90bdb2 Removed unused resources. Claudio Gomes 2022-02-09 11:11:33 +0100
  • c4b25e82bf Cleanup old project files. Claudio Gomes 2022-02-09 11:07:55 +0100
  • eb578cd8e2 Trimmed down application: Remove GUI as it's not going to be maintained in this fork. Claudio Gomes 2022-02-09 11:04:57 +0100
  • d150361d64 Remove exe files from repo. Claudio Gomes 2022-02-09 10:36:34 +0100
  • a829197060 Avoid drawing attributes whose tag is null. This means that xsd:any attributes cannot be drawn. Claudio Gomes 2022-02-09 10:34:13 +0100
  • de19a7b52a Add release instructions/ Claudio Gomes 2020-10-18 09:18:33 +0200
  • 1765c014f9 Insert by order that each attributed is visited. Claudio Gomes 2020-10-18 09:18:18 +0200
  • 8930985019 Add instructions on missing dependencies. Claudio Gomes 2020-10-18 08:50:53 +0200
  • 90c0d9029a Add drft contribution instructions. Claudio Gomes 2020-05-06 09:52:43 +0200
  • 1fb8c59140 avoid crash when parsing a simple type with a list. Claudio Gomes 2020-03-21 15:25:59 +0100
  • 349713eb5c delete commented out code. Claudio Gomes 2020-03-21 10:56:51 +0100
  • 8b7ff4ffe6 Expand all attributes of an element. Avoid duplicates. Diagram now has access to Schema, so that DiagramHelpers can be used. Claudio Gomes 2020-03-21 10:56:12 +0100
  • 5594eedad6 Now an element with attributes is considered to have children. Claudio Gomes 2020-03-21 08:49:13 +0100
  • 25b8f8aa85 Expose option to create a compact diagram. Claudio Gomes 2020-03-20 10:57:36 +0100
  • 328a100487 Show attributes in the png renderer Claudio Gomes 2020-03-20 10:05:41 +0100
  • 87c9c8ede1 Recursively add elements to be drawn and avoid elements that have no name. Claudio Gomes 2020-03-19 13:51:28 +0100
  • 9aedeb7ded Fix #23 with the URL base path when downloading multiple includes. master dgis 2019-12-17 18:19:59 +0100
  • 426844bdb1 - Add the type in the diagram with all occurences with a compact layout (from Andreas Eidmann https://github.com/dgis/xsddiagram/pull/14) - Add a new settings windows with the options to show the type in the diagram, to show all the occurences, and to a compact layout. dgis 2019-11-08 23:16:34 +0100
  • 154f9ed144 Merge branch 'eidmanna-feature/ChangeXSDImage' dgis 2019-11-08 18:41:39 +0100
  • 27ff4b9928 Merge branch 'feature/ChangeXSDImage' of https://github.com/eidmanna/xsddiagram into eidmanna-feature/ChangeXSDImage dgis 2019-11-07 09:42:56 +0100
  • 3bec6a658e Add the fields SEQ,LASTCHILD,XSDTYPE when rendering to a txt or csv file (#22). dgis 2019-10-21 21:10:32 +0200
  • 38596b87c3 Create the version 1.2! XSDDiagram_1.2 dgis 2018-06-19 15:49:37 +0200
  • 3378949533
    Merge pull request #17 from eduserna/master Regis Cosnier 2018-06-19 15:21:34 +0200
  • ac47ba2f79
    Update .exe and .dll files Edu Serna 2018-03-25 16:27:29 +0200
  • e8837fcfbf Add Search functionality Edu Serna 2018-03-25 15:57:21 +0200
  • 0ea4e6e87d Fix the bad case sensitivity to reference the elements (#15). dgis 2017-08-24 11:29:10 +0200
  • da2ffad76e Merge branch 'master' into feature/ChangeXSDImage Regis Cosnier 2017-06-21 16:41:01 +0200
  • cd3a6a5ac1 Add .gitignore dgis 2017-06-21 16:10:03 +0200
  • a0e14dff83 change: show occurance in svg pr/14 EIDMANN Andreas 2017-06-19 14:20:05 +0200
  • 79556d733c show occurence always EIDMANN Andreas 2017-06-01 18:17:02 +0200
  • 54bc647d52 change: name and type in one line EIDMANN Andreas 2017-06-01 18:03:43 +0200
  • 67c613b701 fix: add type in diagram.cs EIDMANN Andreas 2017-05-24 17:15:09 +0200
  • 22466990a8 add: type to diagram EIDMANN Andreas 2017-05-24 14:46:33 +0200
  • 56756c7e53 git ignore EIDMANN Andreas 2017-05-24 10:39:44 +0200
  • 5aa36a3b40 - Add multi-(language) documentation (https://github.com/dgis/xsddiagram/issues/8). - Fix the URL escaping in the import (https://github.com/dgis/xsddiagram/issues/11). - Add the attributes of an element with the option -a for text output only. dgis 2017-02-10 18:14:01 +0100
  • 0a003a6558 Add Majo suggestion in the TODO list. dgis 2017-01-04 11:30:35 +0100
  • af7ce6ba4a Add the -no-gui option. dgis 2016-11-24 17:26:05 +0100
  • 812fbb759f Add the namespace in the command line option -r (Thanks Kevin) dgis 2016-10-21 11:36:45 +0200
  • f1908a450f Update TODO list. dgis 2016-10-10 09:29:16 +0200
  • 7f5b020f9b Add bug to fix in the ReadMe.txt dgis 2016-10-07 16:53:33 +0200
  • 620612b050 Fix a null reference exception in the documentation (Thanks Mario M.). dgis 2016-10-07 16:41:14 +0200
  • a4cab091fa Add the infer XSD from XML menu. dgis 2016-09-04 23:26:09 +0200
  • b6bc9a5860 Improve documentation and set a min width for the element with documentation. XSDDiagram_1.1 dgis 2016-07-08 17:21:04 +0200
  • ea3d5e76f1 Fix typo dgis 2016-07-07 23:13:28 +0200
  • 81a4b39e74 - The error dialog should now appear if a local dependency cannot be loaded. - Fix the "use" field of an attribute with a reference (Thanks Christelle S.). dgis 2016-07-06 18:17:38 +0200
  • ad920317b9 Fix build warning message with mono dgis 2016-03-08 18:03:42 +0100
  • 92a3502534 Fix SVG page size. dgis 2016-03-01 19:05:09 +0100
  • eec1003f76 10 years and a new version 1.0 XSDDiagram_1.0 dgis 2016-02-27 22:18:53 +0100
  • 97f914ff80 Fix a small issue on Linux with Mono, and more. dgis 2016-02-27 20:50:46 +0100
  • fec9ca0aaa Adjust the documentation output for the SVG format. And Prepare the version 1.0. dgis 2016-02-27 12:58:48 +0100
  • dd96573bf0 Add element selection. dgis 2016-02-26 19:00:57 +0100
  • becafdae90 Improve the documentation layout on the diagram. dgis 2016-02-21 22:45:23 +0100
  • 5b15fdea88 Improve the documentation location on the diagram. dgis 2016-02-19 17:09:58 +0100
  • 7f5a677588 - Improve the documentation location on the diagram. - Fix bug when zooming the fonts. dgis 2016-02-18 23:00:59 +0100
  • b1995c0683 Update binary dgis 2016-02-17 18:29:58 +0100
  • 44b5a23097 - Add the documentation in the diagram (experimental). - Increase the icon resolution. descriptions dgis 2016-02-17 18:24:39 +0100
  • 7ed08010b5 Merge branch 'master' of https://github.com/dgis/xsddiagram into descriptions dgis 2016-02-17 11:26:51 +0100
  • 0f26397b35 - Disable the impossible actions in the menu and the toolbar when XSD file are not loaded. - Fix an UTF8 bug when downloading from a URL. dgis 2016-02-17 11:17:23 +0100
  • 6ebf6ea5ce Add a Close and Recent Files menu entries. dgis 2016-02-17 09:01:08 +0100
  • 7b5613c4ca Remove a fixed issue from the TODO list. dgis 2016-02-16 22:39:53 +0100
  • 20a9dad2d0 - Fix a bug when printing with margin! - On Linux with Mono, the horizontal and vertical scrollbars should now appear. dgis 2016-02-15 18:43:56 +0100
  • 2f154c91fb Fixed the node expansion group of type 'All' (Thanks Carsten). dgis 2015-11-20 15:08:04 +0100
  • 6d88b6b67a Add the fix from @Cleric-K to the change log. dgis 2015-10-30 16:45:35 +0100
  • 6df5624cf0 Merge pull request #6 from Cleric-K/master Regis Cosnier 2015-10-30 16:39:24 +0100
  • 63d774f4a6 Fixed min/maxOccurs for group references. Cleric-K 2015-10-28 07:49:55 -0700
  • ec646e9654 Test the addition of the descriptions in the diagram. dgis 2015-10-01 23:05:38 +0200
  • 49548a9dbb Merge pull request #5 from xoryo/master Regis Cosnier 2015-09-25 15:53:28 +0200
  • aa11875af6 Fixed typo in Schema.cs Sven 2015-09-25 14:21:28 +0200
  • b43deba28b Add new bug from Shane in the TODO list. dgis 2015-09-09 11:00:58 +0200
  • 7b782b0f75 Update tests and command line usages. XSDDiagram_0.17 dgis 2015-09-03 09:58:33 +0200
  • 0e40f680d7 Fix typo with "Attributes" and finalize the version 0.17 dgis 2015-09-02 17:31:16 +0200
  • a6ffa2e2a9 Add new idea from Jörg S to the todo list... dgis 2014-12-10 09:47:20 +0100
  • 3a808a5413 Merge branch 'master' of https://github.com/dgis/xsddiagram dgis 2014-10-29 13:09:02 +0100
  • e731f73521 Prepare the version 0.17 dgis 2014-10-29 12:56:31 +0100
  • 54951474aa Add txt and csv renderer with basic fields selection. dgis 2014-01-13 18:26:37 +0100
  • b8281da7f3 Prepare the new TXT and CVS renderer. dgis 2013-12-23 00:17:46 +0100
  • d7f2cfda90 Last check for the version 0.16 XSDDiagram_0.16 dgis 2013-01-23 16:25:01 +0100
  • fa36590956 Fix some case sensitive typo in the project and solution files to build with mono. dgis 2013-01-23 22:19:14 +0100
  • 09b06490b1 Fix mono tests dgis 2013-01-23 15:52:11 +0100
  • 4bbee6e10c Minor update (Readme and 2010.csproj) dgis 2013-01-23 15:47:23 +0100
  • 801873b42d Add a dialog to download a XSD file and all its dependencies. dgis 2013-01-23 18:53:39 +0100
  • 2dfa7eeaf8 Fix an issue to prevent the cylcles in the imported file. dgis 2013-01-16 20:36:49 +0100
  • 7d696ae57b Show the enumerates documentation. Add Ctrl+0 to reset the zoom. Fix the version number on the exe, and update the copyright year. XSDDiagram_0.15 dgis 2013-01-13 20:00:27 +0100
  • a325627210 Add a test-mono.sh file to make a rapid test on mono under Linux. XSDDiagram_0.14 dgis 2012-12-01 18:05:55 +0100
  • 4b1f230cdc Additions: - Accept all kind of https certificates when the xsd dependencies (import or include) point to a TLS/SSL url. - Prompt the user to authenticate when the xsd dependencies (import or include) point toward a secured url. - Add the corresponding command line "-u USERNAME" and "-p PASSWORD" options to authenticate the url download. - It is now possible to drag'n drop an url pointing to a xsd file on the main window. dgis 2012-12-01 17:40:00 +0100
  • f2aa5b469a - Accept all kind of https certificates when the xsd dependencies (import or include) point to a TLS/SSL url. - Prompt the user to authenticate when the xsd dependencies (import or include) point toward a secured url. dgis 2012-12-01 13:25:26 +0100
  • 992e334b7d Add in the TODO list: "adding the attributes to the element in the diagram" Regis Cosnier 2012-09-19 16:00:40 +0200
  • 88f1d42de3 I forget the 0.12 in the readme.txt file XSDDiagram_0.12 Regis Cosnier 2012-09-19 15:49:37 +0200
  • b9075be821 Forget the version number Regis Cosnier 2012-09-19 15:34:27 +0200
  • fffaecc519 The issue #2 has already been fixed in my previous commit. Closes #2. Regis Cosnier 2012-09-19 15:26:10 +0200
  • 12dfe4d5a1 version 0.12 (2012-09-19) - Improve the error message in case the image is too big to be generated. - Some element (complex type derived from a restriction) could cause an exception. These element are now display but can not be expanded. Regis Cosnier 2012-09-19 15:14:04 +0200
  • a77bbf3189 Temporary fix for certain restricted complex type... dgis 2012-09-17 23:38:54 +0200
  • 9ebc2d3fa8 - Fix some hashtable to dictionary issues due to the previous refactoring. XSDDiagram_0.11 Regis Cosnier 2012-07-23 12:18:41 +0200
  • 6faf323d72 Preparing version 0.11 with mono compatibility - Remove the "Order" attributes in the source file XmlSchema.cs which are imcompatible with mono > 2.6! - Add the option "-y" to force huge image generation without user prompt. Dgis 2012-07-22 19:18:33 -0400
  • 8cee59330e Add feature in ReadMe.txt dgis 2011-12-18 17:39:50 +0100
  • 1fd1b23fb8 Add wishing list from Valerio comment. dgis 2011-12-18 17:32:19 +0100
  • 29b9e8070d Finalyse the version 0.10 XSDDiagram_0.10 dgis 2011-12-18 17:24:23 +0100
  • 0d98f04524 Prepare version 0.10 with new XML validation feature dgis 2011-12-18 16:27:30 +0100