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

123 Commits

Author SHA1 Message Date
Regis Cosnier
49548a9dbb Merge pull request #5 from xoryo/master
Fixed typo in Schema.cs
2015-09-25 15:53:28 +02:00
Sven
aa11875af6 Fixed typo in Schema.cs 2015-09-25 14:21:28 +02:00
dgis
b43deba28b Add new bug from Shane in the TODO list. 2015-09-09 11:00:58 +02:00
dgis
7b782b0f75 Update tests and command line usages. 2015-09-03 09:58:33 +02:00
dgis
0e40f680d7 Fix typo with "Attributes" and finalize the version 0.17 2015-09-02 17:31:16 +02:00
dgis
a6ffa2e2a9 Add new idea from Jörg S to the todo list... 2014-12-10 09:47:20 +01:00
dgis
3a808a5413 Merge branch 'master' of https://github.com/dgis/xsddiagram
Conflicts:
	ReadMe.txt
	XSDDiagram.exe
	XSDDiagramConsole.exe
2014-10-29 13:09:02 +01:00
dgis
e731f73521 Prepare the version 0.17 2014-10-29 12:56:31 +01:00
dgis
54951474aa Add txt and csv renderer with basic fields selection. 2014-01-13 18:26:37 +01:00
dgis
b8281da7f3 Prepare the new TXT and CVS renderer. 2013-12-23 00:17:46 +01:00
dgis
d7f2cfda90 Last check for the version 0.16 2013-01-23 16:25:01 +01:00
dgis
fa36590956 Fix some case sensitive typo in the project and solution files to build with mono. 2013-01-23 22:19:14 +01:00
dgis
09b06490b1 Fix mono tests 2013-01-23 15:52:11 +01:00
dgis
4bbee6e10c Minor update (Readme and 2010.csproj) 2013-01-23 15:47:23 +01:00
dgis
801873b42d Add a dialog to download a XSD file and all its dependencies. 2013-01-23 18:53:39 +01:00
dgis
2dfa7eeaf8 Fix an issue to prevent the cylcles in the imported file. 2013-01-16 20:36:49 +01:00
dgis
7d696ae57b Show the enumerates documentation.
Add Ctrl+0 to reset the zoom.
Fix the version number on the exe, and update the copyright year.
2013-01-13 20:00:27 +01:00
dgis
a325627210 Add a test-mono.sh file to make a rapid test on mono under Linux. 2012-12-01 18:05:55 +01:00
dgis
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.

Merge branch 'master' of https://github.com/dgis/xsddiagram

Conflicts:
	ReadMe.txt
2012-12-01 17:40:00 +01:00
dgis
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.
2012-12-01 13:25:26 +01:00
Regis Cosnier
992e334b7d Add in the TODO list: "adding the attributes to the element in the diagram" 2012-09-19 16:00:40 +02:00
Regis Cosnier
88f1d42de3 I forget the 0.12 in the readme.txt file 2012-09-19 15:49:37 +02:00
Regis Cosnier
b9075be821 Forget the version number 2012-09-19 15:34:27 +02:00
Regis Cosnier
fffaecc519 The issue #2 has already been fixed in my previous commit.
Closes #2.
2012-09-19 15:26:10 +02:00
Regis Cosnier
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.
2012-09-19 15:14:04 +02:00
dgis
a77bbf3189 Temporary fix for certain restricted complex type... 2012-09-17 23:38:54 +02:00
Regis Cosnier
9ebc2d3fa8 - Fix some hashtable to dictionary issues due to the previous refactoring. 2012-07-23 12:18:41 +02:00
Dgis
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.
2012-07-22 19:18:33 -04:00
dgis
8cee59330e Add feature in ReadMe.txt 2011-12-18 17:39:50 +01:00
dgis
1fd1b23fb8 Add wishing list from Valerio comment. 2011-12-18 17:32:19 +01:00
dgis
29b9e8070d Finalyse the version 0.10 2011-12-18 17:24:23 +01:00
dgis
0d98f04524 Prepare version 0.10 with new XML validation feature 2011-12-18 16:27:30 +01:00
dgis
6f0d0e4d0d Change integer parsing system (without try/catch) and add support for Visual Studio 2010/2008. 2011-12-10 00:03:40 +01:00
dgis
e353030650 WebBrowser change for Mono. 2011-12-09 23:07:33 +01:00
Regis Cosnier
500781c02a Add the XML validation operation using the currently loaded XSD schema in the Tools menu.
Add fall back to the text box control when the web browser control is not available (Not tested yet).
2011-12-09 18:12:08 +01:00
Regis Cosnier
1ca55d2641 Merge branch 'refactor'
Conflicts:
	Properties/AssemblyInfo.cs
2011-12-09 15:47:32 +01:00
Regis Cosnier
8eea96d174 Remove former perl packager. 2011-08-18 17:11:47 +02:00
Regis Cosnier
cfcc864b36 Add dual license header in all the file of the XSD Diagrams core library.
Fix the right click exception.
2011-08-18 17:10:45 +02:00
Regis Cosnier
1998a76066 Add new license files. 2011-08-18 11:17:55 +02:00
Regis Cosnier
4c6631d959 Rename XsdDiagrams with XSDDiagrams to be complient with the former code. 2011-08-05 11:43:11 +02:00
Regis Cosnier
2b206a0629 Add refactored files from Paul 2011-08-05 11:38:47 +02:00
Regis Cosnier
1465eea437 Merge branch 'master' of https://github.com/dgis/xsddiagram
Conflicts:
	Properties/AssemblyInfo.cs
2011-08-05 11:04:01 +02:00
Regis Cosnier
8b9253e43d Version 0.9 2011-08-05 10:47:30 +02:00
Regis Cosnier
3e809ab916 Version 0.9 2011-08-04 17:36:48 +02:00
dgis
7d928af1e4 Add projects and solution for Visual Studio 2010 (from VS 2008) 2011-02-24 15:22:34 +01:00
dgis
03f370f4e4 2011-02-23 14:56:08 +00:00
dgis
81addb3169 2011-02-10 11:32:38 +00:00
dgis
9a5d80e14b 2010-11-01 19:06:06 +00:00
dgis
65570cf7a5 2010-11-01 18:50:54 +00:00
dgis
c97f466d54 2010-11-01 17:55:30 +00:00