From: <jm...@us...> - 2013-12-04 18:10:29
|
Revision: 3876 http://sourceforge.net/p/eulergui/code/3876 Author: jmvanel Date: 2013-12-04 18:10:26 +0000 (Wed, 04 Dec 2013) Log Message: ----------- - remove unused RuleBasedAppMutable.scala - in pom.xml , comment out Banana-RDF that was too early actived Modified Paths: -------------- trunk/eulergui/pom.xml Removed Paths: ------------- trunk/eulergui/src/main/scala/deductions/runtime/swing/components/RuleBasedAppMutable.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-12-08 17:17:59
|
Revision: 3878 http://sourceforge.net/p/eulergui/code/3878 Author: jmvanel Date: 2013-12-08 17:17:54 +0000 (Sun, 08 Dec 2013) Log Message: ----------- - PrefixManager.getFullURIFromPrefix_cc : first tries well known prefixes - try future in DataGUI - SWExplorerWindow now refers to SWExplorerTrait only TODO : N3Form, tests TestDomainApp and TestDataGUI, loading form URI input field and hyperlinks buttons are broken * was trying to have same arguments for EG (Euler) , DataGUI, while having cache functionality * it is desirable to have same code for reading CL arguments and loading from user action * it is desirable that EulerGUI app. also uses TDB cache Modified Paths: -------------- trunk/eulergui/pom.xml trunk/eulergui/src/main/java/eulergui/PrefixManager.java trunk/eulergui/src/main/java/unif/TripleStoreJena.java trunk/eulergui/src/main/java/unif/TripleStoreTDB.java trunk/eulergui/src/main/scala/deductions/runtime/RuleBasedApplicationHelper.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/N3Form.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/TemporaryFrame.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/components/URILoaderImpl.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/data_manager/DataGUI.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/explorer/SWExplorer.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/explorer/SWExplorerTrait.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/explorer/SWExplorerWindow.scala trunk/eulergui/src/main/scala/eulergui/gui/view/ButtonsPanel.scala trunk/eulergui/src/main/scala/eulergui/rdf/TripleStoreHelper.scala trunk/eulergui/update_euler.sh Property Changed: ---------------- trunk/eulergui/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-12-09 14:56:02
|
Revision: 3880 http://sourceforge.net/p/eulergui/code/3880 Author: jmvanel Date: 2013-12-09 14:55:58 +0000 (Mon, 09 Dec 2013) Log Message: ----------- FIX DataGUI : loading URI into form was a stupid confusion of def instead of val in RuleBasedApp Modified Paths: -------------- trunk/eulergui/pom.xml trunk/eulergui/src/main/scala/deductions/runtime/RuleBasedApplicationWithCache.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/components/RuleBasedApp.scala trunk/eulergui/src/main/scala/eulergui/rdf/TripleStoreHelper.scala trunk/eulergui/src/test/java/deductions/runtime/swing/N3FormTest.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-12-10 22:16:16
|
Revision: 3884 http://sourceforge.net/p/eulergui/code/3884 Author: jmvanel Date: 2013-12-10 22:16:11 +0000 (Tue, 10 Dec 2013) Log Message: ----------- - make a mutable RuleBasedApp and DataGUIWindow for musical player app - update features in documentation.html Modified Paths: -------------- trunk/eulergui/html/documentation.html trunk/eulergui/src/main/scala/deductions/runtime/swing/components/RuleBasedApp.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/domainApplication/DomainApplication.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/explorer/SWExplorerWindow.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/explorer/SameWindowInstanceObjectPropertyGUIComponent.scala Added Paths: ----------- trunk/eulergui/src/main/scala/deductions/runtime/swing/components/RuleBasedAppImmutable.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/components/RuleBasedAppMutable.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/data_manager/DataGUIWindow.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-12-13 05:26:41
|
Revision: 3892 http://sourceforge.net/p/eulergui/code/3892 Author: jmvanel Date: 2013-12-13 05:26:30 +0000 (Fri, 13 Dec 2013) Log Message: ----------- - FIX test BasicRuntimeTest ( and many others ) : FIX URLHelper.getURI_prefix_localName - defensive programming in DatatypeHelper - add TripleStoreTDB.printGraphNodesSummary() (WIP) Modified Paths: -------------- trunk/eulergui/pom.xml trunk/eulergui/src/main/java/unif/DatatypeHelper.java trunk/eulergui/src/main/java/unif/TripleStoreTDB.java trunk/eulergui/src/main/scala/deductions/runtime/RuleBasedApplicationWithCache.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/TableModelFromN3.scala trunk/eulergui/src/main/scala/eulergui/util/URLHelper.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2013-12-28 17:09:59
|
Revision: 3914 http://sourceforge.net/p/eulergui/code/3914 Author: jmvanel Date: 2013-12-28 17:09:54 +0000 (Sat, 28 Dec 2013) Log Message: ----------- - Namespaces.java : add add(prefix,uri) method - documentation.html : update features Modified Paths: -------------- trunk/eulergui/html/documentation.html trunk/eulergui/src/main/java/deductions/Namespaces.java trunk/eulergui/src/main/scala/deductions/runtime/swing/TripleComboBoxes.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2014-01-25 18:27:05
|
Revision: 3930 http://sourceforge.net/p/eulergui/code/3930 Author: jmvanel Date: 2014-01-25 18:26:53 +0000 (Sat, 25 Jan 2014) Log Message: ----------- - update pom.xml with new depot for Euler (to confirm) - update development.html for building on Mac - fix ProjectChangeSupport.scala Modified Paths: -------------- trunk/eulergui/html/development.html trunk/eulergui/pom.xml trunk/eulergui/src/main/scala/eulergui/gui/main/ProjectGUI.scala trunk/eulergui/src/main/scala/eulergui/project/ProjectChangeSupport.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2014-01-30 10:45:49
|
Revision: 3947 http://sourceforge.net/p/eulergui/code/3947 Author: jmvanel Date: 2014-01-30 09:53:50 +0000 (Thu, 30 Jan 2014) Log Message: ----------- add method ApplicationKB.startInitializationInBackground and call at the begining of class ProjectGUI NOTE: would be cleaner a use a future Modified Paths: -------------- trunk/eulergui/pom.xml trunk/eulergui/src/main/scala/eulergui/gui/controller/ApplicationKB.scala trunk/eulergui/src/main/scala/eulergui/gui/main/ProjectGUI.scala trunk/eulergui/src/main/scala/eulergui/project/ProjectFactory.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2014-01-30 15:49:57
|
Revision: 3950 http://sourceforge.net/p/eulergui/code/3950 Author: jmvanel Date: 2014-01-30 15:49:54 +0000 (Thu, 30 Jan 2014) Log Message: ----------- - tentatively upgrade to Drools 5.6.0.Final - updated fr/DataGUI.html (WIP) Modified Paths: -------------- trunk/eulergui/html/fr/DataGUI.html trunk/eulergui/pom.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2014-01-30 16:55:08
|
Revision: 3951 http://sourceforge.net/p/eulergui/code/3951 Author: jmvanel Date: 2014-01-30 16:55:02 +0000 (Thu, 30 Jan 2014) Log Message: ----------- - fix Drog'n'drop of an URI into DataGUI - fix bad title of the triple creation window - add form screen shots in fr/DataGUI.html - fix form not updating unless resize to force refresh Modified Paths: -------------- trunk/eulergui/html/fr/DataGUI.html trunk/eulergui/src/main/scala/deductions/runtime/swing/N3Form.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/TripleComboBoxes.scala trunk/eulergui/src/main/scala/eulergui/gui/actions/URLPrefixCompletion.scala Added Paths: ----------- trunk/eulergui/html/fr/images/form1.png trunk/eulergui/html/fr/images/form_triple1.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2014-02-03 14:02:23
|
Revision: 3957 http://sourceforge.net/p/eulergui/code/3957 Author: jmvanel Date: 2014-02-03 14:02:19 +0000 (Mon, 03 Feb 2014) Log Message: ----------- - WIP : abstract_syntax for a semantic form: * generated from a list of URI's for properties, and a triple store * will be used in conjunction with N3Form(Swing), HTML5 forms and Banana-RDF - add dependency to Banana-RDF - pave the way for text editor for triple object in N3Form Modified Paths: -------------- trunk/eulergui/pom.xml trunk/eulergui/src/main/scala/deductions/runtime/swing/N3Form.scala Added Paths: ----------- trunk/eulergui/src/main/scala/deductions/runtime/swing/components/abstract_syntax/ trunk/eulergui/src/main/scala/deductions/runtime/swing/components/abstract_syntax/FormSyntax.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2014-02-06 14:37:18
|
Revision: 3963 http://sourceforge.net/p/eulergui/code/3963 Author: jmvanel Date: 2014-02-06 14:37:14 +0000 (Thu, 06 Feb 2014) Log Message: ----------- - moved FormSyntax.scala & FormSyntaxFactoryTest.scala out of package swing - Fixed most links errors in documentation.html with LinkChecker: linkchecker -o html --recursion-level=1 documentation.html Modified Paths: -------------- trunk/eulergui/html/documentation.html Added Paths: ----------- trunk/eulergui/src/main/scala/deductions/runtime/abstract_syntax/ trunk/eulergui/src/main/scala/deductions/runtime/abstract_syntax/FormSyntax.scala trunk/eulergui/src/test/scala/deductions/runtime/abstract_syntax/ trunk/eulergui/src/test/scala/deductions/runtime/abstract_syntax/FormSyntaxFactoryTest.scala Removed Paths: ------------- trunk/eulergui/src/main/scala/deductions/runtime/swing/components/abstract_syntax/FormSyntax.scala trunk/eulergui/src/test/scala/deductions/runtime/swing/components/abstract_syntax/FormSyntaxFactoryTest.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2014-02-09 20:54:22
|
Revision: 3979 http://sourceforge.net/p/eulergui/code/3979 Author: jmvanel Date: 2014-02-09 20:54:18 +0000 (Sun, 09 Feb 2014) Log Message: ----------- - FIX : new text editor for triple object in N3Form that appears on double click: editor was not showing for new triples (rightmost column in N3Form) - domain app. spec. for blog: examples/blog.owl.n3 Modified Paths: -------------- trunk/eulergui/src/main/java/deductions/Namespaces.java trunk/eulergui/src/main/scala/deductions/runtime/UserManagement.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/components/form/N3Form.scala Added Paths: ----------- trunk/eulergui/examples/blog.owl.n3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2014-02-11 09:00:33
|
Revision: 3985 http://sourceforge.net/p/eulergui/code/3985 Author: jmvanel Date: 2014-02-11 09:00:30 +0000 (Tue, 11 Feb 2014) Log Message: ----------- - updating CHANGELOG for EulerGUI 2.1 2014-02-?? - in pom.xml, put together on a same line artifactId> and <version for commonly updated dependencies Modified Paths: -------------- trunk/eulergui/CHANGELOG trunk/eulergui/pom.xml trunk/eulergui/src/main/scala/deductions/runtime/swing/components/N3JTableURILoader.scala trunk/eulergui/src/main/scala/eulergui/project/Project.scala trunk/eulergui/src/test/java/deductions/runtime/RuleBasedApplicationStarterTest.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2014-02-13 11:00:15
|
Revision: 3990 http://sourceforge.net/p/eulergui/code/3990 Author: jmvanel Date: 2014-02-13 11:00:11 +0000 (Thu, 13 Feb 2014) Log Message: ----------- in SWExplorer, DataGUI, etc, in the N3Form: - the panel for dropping URI's is now light blue - the panel is already present when starting empty Modified Paths: -------------- trunk/eulergui/html/documentation.html trunk/eulergui/src/main/scala/deductions/runtime/swing/components/URIDisplayAsForm.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/components/URILoaderImpl.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/components/form/N3Form.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/explorer/SWExplorerTrait.scala Added Paths: ----------- trunk/eulergui/src/main/scala/deductions/runtime/swing/drop/SemanticTransferHandler.scala Removed Paths: ------------- trunk/eulergui/src/main/scala/deductions/runtime/swing/components/SemanticTransferHandler.scala Property Changed: ---------------- trunk/eulergui/src/test/java/samples/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2014-02-16 13:39:21
|
Revision: 4000 http://sourceforge.net/p/eulergui/code/4000 Author: jmvanel Date: 2014-02-16 13:39:14 +0000 (Sun, 16 Feb 2014) Log Message: ----------- - DomainApplication : drop support : WIP - add examples/domain-app-all.n3 Modified Paths: -------------- trunk/eulergui/examples/domain-app-email.n3 trunk/eulergui/src/main/scala/deductions/runtime/swing/components/CreationButton.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/components/RuleBasedAppMutable.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/components/URIDisplayAsForm.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/components/form/N3Form.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/domainApplication/DomainApplicationUI.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/drop/SemanticTransferHandler.scala Added Paths: ----------- trunk/eulergui/examples/domain-app-all.n3 trunk/eulergui/src/main/scala/deductions/runtime/swing/components/form/N3FormDrop.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/drop/URIOrTextTransferSupport.scala Removed Paths: ------------- trunk/eulergui/src/main/scala/deductions/runtime/swing/components/URIOrTextTransferSupport.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2014-02-16 22:19:41
|
Revision: 4002 http://sourceforge.net/p/eulergui/code/4002 Author: jmvanel Date: 2014-02-16 22:19:36 +0000 (Sun, 16 Feb 2014) Log Message: ----------- - fix script eg; in scripts quick_tests.sh & tests.sh , do not erase the TDB database - fix examples/domain-app-all.n3 Modified Paths: -------------- trunk/eulergui/eg trunk/eulergui/examples/domain-app-all.n3 trunk/eulergui/quick_tests.sh trunk/eulergui/tests.sh This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2014-02-17 10:07:34
|
Revision: 4003 http://sourceforge.net/p/eulergui/code/4003 Author: jmvanel Date: 2014-02-17 10:07:30 +0000 (Mon, 17 Feb 2014) Log Message: ----------- - RemoveTripleUI.scala : better tooltip ( TODO no triple deletion in TDB ) - documentation.html : link to examples/domain-app-all.n3 Modified Paths: -------------- trunk/eulergui/html/documentation.html trunk/eulergui/src/main/scala/deductions/runtime/swing/components/form/RemoveTripleUI.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2014-02-18 19:04:27
|
Revision: 4008 http://sourceforge.net/p/eulergui/code/4008 Author: jmvanel Date: 2014-02-18 19:04:23 +0000 (Tue, 18 Feb 2014) Log Message: ----------- - populate history in top left combobox in DataGUI: * on every download from the combobox * on download from the command line (change in SWExplorerTrait) - add examples/domain-app-form.n3 Modified Paths: -------------- trunk/eulergui/src/main/java/eulergui/util/TripleHelpers.java trunk/eulergui/src/main/scala/deductions/runtime/swing/components/ActionRecorder.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/components/URIDisplayAsForm.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/components/URILoader.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/components/URILoaderImpl.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/components/form/RemoveTripleUI.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/explorer/SWExplorerTrait.scala Added Paths: ----------- trunk/eulergui/examples/domain-app-form.n3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2014-02-19 17:01:28
|
Revision: 4015 http://sourceforge.net/p/eulergui/code/4015 Author: jmvanel Date: 2014-02-19 17:01:24 +0000 (Wed, 19 Feb 2014) Log Message: ----------- DataGUI : triples about predicates are now downloaded in parallel with futures => opening a new URI is much quicker TODO: should check if a predicate URI is not already in the cache (eg in the case of dbPedia ontology, it could be loaded as a whole prior to navigation) Modified Paths: -------------- trunk/eulergui/src/main/java/eulergui/rdf/StorageTripleHandler.java trunk/eulergui/src/main/scala/deductions/runtime/RuleBasedApplicationHelper.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/components/URILoaderImpl.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/data_manager/DataGUIApp.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/explorer/SWExplorerTrait.scala trunk/eulergui/src/main/scala/eulergui/gui/view/RDFTooltipsInEditor.scala Added Paths: ----------- trunk/eulergui/test/xml-literal.n3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2014-02-19 21:43:10
|
Revision: 4016 http://sourceforge.net/p/eulergui/code/4016 Author: jmvanel Date: 2014-02-19 21:43:06 +0000 (Wed, 19 Feb 2014) Log Message: ----------- FIX reading local OWL or RDF file in EulerGUI Modified Paths: -------------- trunk/eulergui/html/documentation.html trunk/eulergui/src/main/java/eulergui/CommandLineArguments.java trunk/eulergui/src/main/scala/eulergui/project/SourceFactory.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2014-02-20 09:57:21
|
Revision: 4018 http://sourceforge.net/p/eulergui/code/4018 Author: jmvanel Date: 2014-02-20 09:57:17 +0000 (Thu, 20 Feb 2014) Log Message: ----------- upgrade Hermit ( pom.xml ) Modified Paths: -------------- trunk/eulergui/pom.xml trunk/eulergui/src/main/scala/deductions/runtime/swing/TemporaryFrame.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2014-02-21 10:47:20
|
Revision: 4021 http://sourceforge.net/p/eulergui/code/4021 Author: jmvanel Date: 2014-02-21 10:47:14 +0000 (Fri, 21 Feb 2014) Log Message: ----------- DataGUI : When loading from the full text search, update the input field Modified Paths: -------------- trunk/eulergui/examples/domain-app-form.n3 trunk/eulergui/src/main/scala/deductions/runtime/swing/SimplifiedN3QueryFeature.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/components/URILoaderImpl.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/data_manager/FullTextQueryUI.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2014-02-21 12:50:33
|
Revision: 4022 http://sourceforge.net/p/eulergui/code/4022 Author: jmvanel Date: 2014-02-21 12:50:29 +0000 (Fri, 21 Feb 2014) Log Message: ----------- Update doc and defaults SPARQL ep's : add LOV Modified Paths: -------------- trunk/eulergui/html/documentation.html trunk/eulergui/src/main/scala/eulergui/gui/actions/SPARQLServiceInputAction.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jm...@us...> - 2014-02-22 10:57:30
|
Revision: 4025 http://sourceforge.net/p/eulergui/code/4025 Author: jmvanel Date: 2014-02-22 10:57:26 +0000 (Sat, 22 Feb 2014) Log Message: ----------- add case class URIForDisplay: applies URI abbreviations in URI Combobox in DataGUI WIP : will also add tooltip in URI Combobox Modified Paths: -------------- trunk/eulergui/html/documentation.html trunk/eulergui/src/main/scala/deductions/runtime/swing/TripleComboBoxes.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/components/CreationButton.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/components/URIDisplayAsForm.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/components/form/N3FormDrop.scala trunk/eulergui/src/main/scala/deductions/runtime/swing/components/form/N3FormLiteralValues.scala trunk/eulergui/src/main/scala/eulergui/project/N3SourceFromACE.scala Added Paths: ----------- trunk/eulergui/src/main/scala/deductions/runtime/swing/URIForDisplay.scala Removed Paths: ------------- trunk/eulergui/src/main/scala/deductions/runtime/swing/URIComboBoxes.scala This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |