Commit Graph

401 Commits

Author SHA1 Message Date
Offray Vladimir Luna Cárdenas 6d86c83c62 JOSS article: Fixing installation problems. 2020-05-09 18:41:01 +00:00
Offray Vladimir Luna Cárdenas c03e827e50 Fixing preliminary support for outputs of code nodes inside the notebook. For the moment output is not stored in the notebook also, just invoked on demand using a %keyword. 2020-05-09 18:41:01 +00:00
Offray Vladimir Luna Cárdenas 40a8a58e70 Not all outputs are stored by default. 2020-05-09 18:41:01 +00:00
Offray Vladimir Luna Cárdenas ebeb8acfcb Grafoscopio now stores the output of calculations! Reification of notebooks was done
on packages, so it was not needed until now (almost 2.5 years after first public commit!).
Impressive what the Pharo live coding environment can do, and the stuff you can "just leave for later" :-).
2020-05-09 18:41:01 +00:00
Offray Vladimir Luna Cárdenas ecd04cdd5a Fixing [1191764e94] on Fossil main repo, which
required a minor fix in the Links objects.
Really pleased about how can I evolve the STON
notebook format dynamically.
2020-05-09 18:41:01 +00:00
Offray Vladimir Luna Cárdenas 66a11cc586 Several improvements on GrafoscopioDocumentation and GrafoscopioDockingBar for updating documentation and made it more modular and related to a specific package in a particular repository. Part of the dialogue while writing the JOSS papers. 2020-05-09 18:41:01 +00:00
Offray Vladimir Luna Cárdenas ae32426cba Minor fix on markdown exportation. 2020-05-09 18:41:01 +00:00
Offray Vladimir Luna Cárdenas 4abb92820c Exportation of subtrees, a feature that was described since the first versions of the Spanish manual, is finally available! Now it needs to be documented in the English Manual, that will be the base for future Spanish versions (full cycle :-)). 2020-05-09 18:41:01 +00:00
Offray Vladimir Luna Cárdenas 85e5bf1e1d Fixing a bug on cut & paste between notebooks. 2020-05-09 18:41:01 +00:00
Offray Vladimir Luna Cárdenas 6016a1f90c Better ergonomy for saving notebooks: Now saving notebooks opens by default the location where the notebook was saved last time or the user documents location, if the previous one was empty. 2020-05-09 18:41:01 +00:00
Offray Vladimir Luna Cárdenas c3986692be %footnotes and code blocks improved. 2020-05-09 18:41:01 +00:00
Offray Vladimir Luna Cárdenas 491b7d4de9 Minor sync, before adding preliminar Pandoc
exportation support.
2020-05-09 18:41:01 +00:00
Offray Vladimir Luna Cárdenas ad07fbe0b9 Finally, refactoring GrafoscopioNode>>markdownContent to a pretty readable version. May be there is more refactoring to be done, but now one of the key and older algorithms was untangled. :-) 2020-05-09 18:41:01 +00:00
Offray Vladimir Luna Cárdenas 751f60c3df Refactoring GrafoscopioNode>>markdownContent and deleting %embed-all keyword. That should be the default behaviour. 2020-05-09 18:41:01 +00:00
Offray Vladimir Luna Cárdenas 245979b9b2 Fixing %embed keyword for nesting them inside %idea headers (see <http://mutabit.com/repos.fossil/grafoscopio/info/e53747ad09457dce>).
There is explicit replicated code inside GrafoscopioNode>>markdownContent that needs code refactoring and testing.
2020-05-09 18:41:01 +00:00
Offray Vladimir Luna Cárdenas 7f53ac841e Improving %embed nodes. Still it is an obfuscate code, that should be modularized and improved,
but it seems working as a temporal solution.
2020-05-09 18:41:01 +00:00
Offray Vladimir Luna Cárdenas b289c02708 Fixing the bug about code nodes being replaced by their output when such output was text. Thanks Doru :-). 2020-05-09 18:41:01 +00:00
Offray Vladimir Luna Cárdenas 5a7078e2f2 Loading links from web as playgrounds. Now using the node links field, instead of the node header. 2020-05-09 18:41:01 +00:00
Offray Vladimir Luna Cárdenas d21629cb31 Now code blocks which are sucessors of '%invisible' ancestors are not exported in the markdown output. 2020-05-09 18:41:01 +00:00
Offray Vladimir Luna Cárdenas 6bf0ec7e00 Cleaning markdown exportation. 2020-05-09 18:41:01 +00:00
Offray Vladimir Luna Cárdenas d475287b8e Starting test on the core funcitonality for the model... finally! ;-). 2020-05-09 18:41:01 +00:00
Offray Vladimir Luna Cárdenas b0385fb04b Implementing item 4 of http://forum.world.st/Couple-grafoscopio-notes-tt4929939.html . 2020-05-09 18:41:01 +00:00
Offray Vladimir Luna Cárdenas cbd53aa595 Implementing point 1 on http://forum.world.st/Couple-grafoscopio-notes-tt4929939.html. Thanks to Peter Uhnak. 2020-05-09 18:41:01 +00:00
Offray Vladimir Luna Cárdenas 20bb08e412 Fixing http://mutabit.com/repos.fossil/grafoscopio/tktview?name=ffb08a5973 as suggested by Udo. 2020-05-09 18:41:01 +00:00
Offray Vladimir Luna Cárdenas 7f3450184d Solving ticket http://mutabit.com/repos.fossil/grafoscopio/tktview?name=c3d7a790ff. 2020-05-09 18:41:01 +00:00
Offray Vladimir Luna Cárdenas e36bcff4c3 Starting FileUtils, used in the Lua/LÖVE video game tutorial notebook, but useful in other contexts :-). 2020-05-09 18:41:01 +00:00
Offray Vladimir Luna Cárdenas 08d48aed12 Node links: Openning them in the browser. There is still variations to explore, if the link contains a file or a reference to an image. 2020-05-09 18:41:01 +00:00
Offray Vladimir Luna Cárdenas 6259931a09 Starting node links: this will allow to store web and local bookmarks and load content in the web browser, reload shared playgrounds, preview images and so on. Interesting possibilities. 2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas 2ebe1d8638 Cut, copy & paste debugged. Long needed feature finally implemented. 2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas 3ad5f00c8f Copy & paste suport in the model. 2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas ea63230b0e Cut, copy & paste node tree editing icons. 2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas 38f7380ff1 Cleaning main dock bar menu to exclude from 'Help' and 'Update' not maintained documents. For the moment I will focus on good Grafoscopio notebook and Dataviz experience and leave PDF and HTML exporting and documentation for later. 2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas 58d888ab81 Update before AbreLatam2016 talk. 2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas 16559eb0d6 Automatic download of documentation. 2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas 048da3a55f Empty commit message. 2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas 017bc92252 Documentation: Patch for a proper download of the tutorial. 2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas 1e86f872c2 Minor fix to include GrafoscopioDocumentation. 2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas 6b87a201f0 Improving documentation installation. 2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas ca68729708 New methods for updating documentation. 2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas c298317620 List for outdated documents. 2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas 81bba96dae Refactoring for documentation support. 2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas 8ed0f0a4eb Refactoring of FossilRepo and new documentation object. 2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas 5272b45710 Merging changes from 226 and improving detection of hashes for last version of files.
Should the warning be more visible?
2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas 052d8523c7 Again, implementing dumb deletion of temporal files. La tercera es la vencida! 2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas 5c98c327c3 Loading to the last version of Dataviz package. 2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas 7b80ac59d7 Better naming and pronountiation... especially for Latins ;-). 2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas 73c63fb81e Better names for operations 2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas a016c66c0a Deleting files from the temporal location before downloading new copies there. WARNING: Dumb method! it should be improve to verify if deletion has sense. 2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas 435afaa0f9 FossilRepo: Support for querying hash numbers given a file name. 2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas 6916c08394 Getting JSON data for a given file name. 2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas 9072767ca2 Getting JSON info string for a file name. 2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas 3c873e2475 FossilRepo support for the creation given url in a string. 2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas b5277bee83 Modelling fossil repositories to use JSON API in getting updated documentaion and files. 2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas 745d88bf29 Implemeting hashing verification for solving the bug reported in:
http://mutabit.com/repos.fossil/grafoscopio/info/05e57145296f9fa4
2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas df59b6cd78 Updating Grafoscopio load by default the version on the repo (not de development one).
Works better in the data week workshops.
2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas 656cfd378e Solving issues with opening remote notebooks. 2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas 3445ff1fe2 New GUI with Spec-Glamor bridge integration. 2020-05-09 18:41:00 +00:00
Offray Vladimir Luna Cárdenas 9c7fffcb24 Updating for the new minor version. 2020-05-09 18:40:59 +00:00
Offray Vladimir Luna Cárdenas b4b6270774 Support for importing shared workspaces/playground from urls. This could be really important for the workshops :-). 2020-05-09 18:40:59 +00:00
Offray Vladimir Luna Cárdenas e36e0b3247 Cleaning unneeded code. 2020-05-09 18:40:59 +00:00
Offray Vladimir Luna Cárdenas 9c613ddf84 Finally! Node edition is working after a big simplification :-). 2020-05-09 18:40:59 +00:00
Offray Vladimir Luna Cárdenas 283a4523fd Toggling support for code nodes. 2020-05-09 18:40:59 +00:00
Offray Vladimir Luna Cárdenas a4dadda39b Adding nodes "almost" done. Now the problem is deletion... :-/ ..anyway, I'm making progres :-) 2020-05-09 18:40:59 +00:00
Offray Vladimir Luna Cárdenas b9448781ad Basic adding of nodes working, but have the problem reported today in the Pharo mailing list. I will try the approached I talked in the message today. 2020-05-09 18:40:59 +00:00
Offray Vladimir Luna Cárdenas e4f7533ce3 'Button node' debugging. 2020-05-09 18:40:59 +00:00
Offray Vladimir Luna Cárdenas 2616969131 GUI: Minor update. 2020-05-09 18:40:59 +00:00
Offray Vladimir Luna Cárdenas 3d51092d0a GUI: Deleting extra main bars. 2020-05-09 18:40:59 +00:00
Offray Vladimir Luna Cárdenas bf1b960ad1 Temporal disabling of Roassal Examples from main menu, to a easier install while debuging GUI selection. 2020-05-09 18:40:59 +00:00
Offray Vladimir Luna Cárdenas ae35d258c5 Small bakcup. Image is becoming unresponsive with last test and a little slower after loading Komitter. 2020-05-09 18:40:59 +00:00
Offray Vladimir Luna Cárdenas 6024ef8058 Fighting against the selection of new nodes on Spec. 2020-05-09 18:40:59 +00:00
Offray Vladimir Luna Cárdenas c9e410a36d Persistence on basic notebooks done! Text and code playgrounds are saved almost automatically (text needs explicit saving). 2020-05-09 18:40:59 +00:00
Offray Vladimir Luna Cárdenas f2319ec3e7 Debugging persistance. 2020-05-09 18:40:59 +00:00
Offray Vladimir Luna Cárdenas 61940a3c4d New GUI: Basic outlining implemented for promote/demote & before/after operations. Next, proper saving of body (text first, then code). 2020-05-09 18:40:59 +00:00
Offray Vladimir Luna Cárdenas 7e4dd89d94 New GUI: Adding and removing nodes done. Next: Moving nodes up/down and promote/demote. 2020-05-09 18:40:59 +00:00
Offray Vladimir Luna Cárdenas 5d153256fd Deprecation of GrafoscopioBrowser and adding functionality to GrafoscopioGUI instead. 2020-05-09 18:40:59 +00:00
Offray Vladimir Luna Cárdenas b9f52f2f87 Starting deprecation of GrafoscopioBrowser: Moving class methods to GrafoscopioGUI. 2020-05-09 18:40:59 +00:00
Offray Vladimir Luna Cárdenas 17e0405b11 From unnamed to named windows. 2020-05-09 18:40:59 +00:00
Offray Vladimir Luna Cárdenas bf98d67b8f Improving persistance. 2020-05-09 18:40:59 +00:00
Offray Vladimir Luna Cárdenas 1597d9ece5 Reorganizing protocols. 2020-05-09 18:40:59 +00:00
Offray Vladimir Luna Cárdenas 24f32911b2 Minor changes from a new image (last one become irresponsive). 2020-05-09 18:40:59 +00:00
Offray Vladimir Luna Cárdenas c9a27dee85 Notebooks: starting migration to new toolkit support, from docking bar. 2020-05-09 18:40:59 +00:00
Offray Vladimir Luna Cárdenas fb0f04b990 Autostarting docking bar. 2020-05-09 18:40:59 +00:00
Offray Vladimir Luna Cárdenas d756846b86 New GUI: Preliminary presistence support. 2020-05-09 18:40:59 +00:00
Offray Vladimir Luna Cárdenas 4ee483c541 Moving functionality to GrafoscopioGUI. 2020-05-09 18:40:59 +00:00
Offray Vladimir Luna Cárdenas 6e0b00ac53 GrafoscopioBrowser will be deprecated. Its funcionality should be on GrafoscopioGUI and GrafoscopioNotebook. 2020-05-09 18:40:59 +00:00
Offray Vladimir Luna Cárdenas 9a30b9a31d Updating prerrequisites and default version to stable. 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas 184b44e960 Updating notebook GUI to English. At some point it needs to become a multilanguage one and support Spanish again. 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas 2260bdaebe Updating notebook GUI to English. At some point it needs to become a multilanguage one and support Spanish again. 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas b70b7b6b31 Updating defaults now to the development branches. 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas 89d9ad27ad Incorporando cambios de la sesión de trabajo con Johan. 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas 2b7175b8fc Synced for the new version release. 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas 1596121745 Spec-Glamour new GUI: Open notebook from file implemented. 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas cc6760199f Integrating code developed with the help of Johan Fabry for the new Spec-Glamour interface.
Co-authored-by: Johan Fabry <jfabry@dcc.uchile.cl>
2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas db72fe731c About: New code for about. 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas 4185ae05bd Syncing to explore development on Moose 6. 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas 47a9e4bf8f Exporting: Improving PDF exportation via XeLaTeX for unicode support. Still some leftovers proper cleaning needs to be debugged. 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas d08470823a Last update before restarting in a fresh moose 5.1 image. 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas 41f8485124 Updating System: improving it and making it more modular and user friendlier, by decoupling User Interface, from 'command line' options so the user can select between granular updates or making an unattended update. 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas d433a8a414 updateMenu: Simpler names and fewer options. 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas 09656266a4 Documentation: Cleaning download and updating for particular documents now that we have them generalized. 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas 3e2e38309d Documentation: Updating all in a single step, now that we have a lighter document format. 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas 0d1a7fabf0 DVCS friendly document format for notebooks enabled. This closes the long asked feature reported in [058a50a883](http://mutabit.com/repos.fossil/grafoscopio/tktview?name=058a50a883) by @ijpulidos. 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas 4d835b3f58 Flatten nodes at least!!! Now we have small files for grafoscopio notebooks. The start of a DVCS friendly grafoscopio notebook format :-). This should be reflected in the grafoscopio Docs folder of the fossil repo at http://mutabit.com/repos.fossil/grafoscopio/ after commit [6440630201] 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas a6bf43ab04 ExternalApp: introducing support for modelling external apps (installation, configuration, etc), starting with SQLite (then fossil and pandoc follow :-)) 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas 7d32f4eb1d SQLite: moving files. Next cleaning leftovers and maybe starting a new object to model external apps handling (SQLite, fossil and pandoc) 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas 64ab651a82 SQLite support: fixing local paths bug. 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas bab57e514c SQLite: Small change to test sync with main repo. 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas 934ee3597a SQLite: Initial support for installation. 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas 77dcc46157 Cleaning interface and trying to know where the code nodes are transformed into text. 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas 79c04b04d2 Cleaning the code: Quitting support for Fossil repositories. It was not working. PAY PARTICULAR ATTENTION. 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas 2cdb2f61a1 Cleaning up the code. Trying to find why code nodes are serialized so big! (problem was solved already for textual nodes) 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas 25598642b3 Documentation: Improving UI experience for dowloading main tutorial. 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas 65a0e3488d Dataviz package: Loading from configuration. 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas a2bf4d31bc Updating dataviz package. 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas cf2682cda8 Some changes in the menu to test configurationOfGrafoscopio 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas 652f1f6ef0 Changing menus and testing configuration of... 2020-05-09 18:40:58 +00:00
Offray Vladimir Luna Cárdenas 70627a1977 Updating grafoscopio version. 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas df3206d70c Update > Tutorial: Cleaning dirty code. 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas c6db8be8cd Updating tutorial: renaming and looking for redundant code. 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas d88842bc61 Releasing for Pharo4 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas ca421ae93f Fixing launching problems. 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas 266d5378a1 Dataviz as a codependency instead of prerrequisite. 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas cd138d00af First versioner powered installable package. I'll be looking if I understood versioner and packaging well and this will be the base for detecting errors. 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas c94c0b8f70 Filling out catalog info. 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas da91cb4eb9 First minimalist configuration of the project to ease installation for upcoming data week and beyond :-) 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas 483ac2acc9 Dinamic dictionary as a learning exercise for more comples UI. Empty playgrounds are working. 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas 3664284fd0 New minimalistic example 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas 16aca70b31 Going back to the non-dynamic interface in the test functionality :-/ 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas ca87a3ad61 About updated (needs a better looking, may be with another building object). Commiting before testing DynamicComposableModel for building a dynamic interface. 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas 373889f177 GUI: Spec migration prototype with initial tree browsing working. Next issue: making interface react to node tags and show playground when tagged as code. 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas 71446677e6 Updating prerrequisites. 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas 5fba4c2528 Commit before loading this into a clear image. 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas 2aed6cf164 Documentation: Solving UTF8 decoding problem when downloading documentation. 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas 3287574289 Going back to tags in Spanish. This should be thought more: Tags should be in any language, but language encoding can be tricky. 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas cefd91de06 Tags: Temporary fix to UTF-8 tagged nodes. 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas d254442c4f Documentation menu: Correcting minor omission. 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas 68f233aa7a Documentation: Option menu for opening only the tutorial. 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas 4895f003d6 Documentation: Update tutorial. Temporal fix while looking for a more robust solution which takes into account SHA1 integrity codes for downloading only the changed material. 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas bbbc0ed07c Reversing back to the stable version of Roassal 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas 9410b85456 Nuevas rutas de repositorios. 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas 35c11531c3 Icons update 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas c1ff31e4d2 Data visualization and writing tools updated for finishing this writing:
http://mutabit.com/deltas/repos.fossil/piamed/libro/doc/tip/Libro/libro.pdf
2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas 186e94e37a Repositories > Dirty fix: When the remote repository is defined, it's also stored on metadata and also the local repository. 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas 974faa58b8 'Save As...' working again. :-) 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas 83281067f9 Repositories: Only opens repositories when .fslckout doesn't exists. This code needs refactoring. 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas 000476d2b2 Temporal workaround with a fixed remote repository for this week workshop. Should be changes SOON! Consider it an alpha feature. 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas a73dbf3110 Repositories: Preliminary support for local repositories with graphical interface for commits. 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas f4be383711 Bug hunted! (look for the comment with "REFACTORING NOTES" on the source code). I need a more modular code, with less newbie mistakes (like repeated functionality in different methods). Next commit: testing commits UI from grafoscopio. 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas d4f8a7a1f0 IMPORTANTE: Justo antes de extraer los datos principales del archivo en Ston, en lugar de ponerlos a mano como hasta ahora. 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas fe63393f70 Preliminar support for fossil commits. 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas c1cbff2ccf Now repository information is stored in the root of the tree. 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas 8e4b697ced Better support for exporting to html using pandoc. 2020-05-09 18:40:57 +00:00
Offray Vladimir Luna Cárdenas 3c1a134163 HTML export for Mac OS. Alpha version. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas b66dfca988 Updates from the Data Week workshop 1. 2020-05-09 18:40:56 +00:00
Ivan Pulido ebe30ee52a Corrijo elnombre del método que se llama desde el menú para abrir desde URL. 2020-05-09 18:40:56 +00:00
Ivan Pulido 07ac1b87cd Agrego método para abrir desde URL con GUI. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas 853f8523b5 Open files from web. 2020-05-09 18:40:56 +00:00
Ivan Pulido 1d2a98e0fd Agrego nuevo método que genera una UI para abrir desde URL que da especifica el usuario. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas f38924015d File selector UI only adds new files if they're not in the list of recently opened files. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas f51a7b639f Fossil parent commit detector corrected. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas 8322c6394a ExternalTools are now a external package for easy sharing of code snippets, for example the ones related with fossil visualizations. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas 5b6435ee86 Fossil > parents are now fossil commit objects instead of plain text of the uuid. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas 553d8b8552 Fossil timeline stores all parents info. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas 264193be5e A new class for external tools, starting with Fossil-SCM :-) and its timeline visualization (which is still pending). 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas 83685cb9fe Renaming methods for updating documentation. 2020-05-09 18:40:56 +00:00
Ivan Pulido e4ebade806 Changes in update docs. Adding 'AsString' because without it ZnClient downloads it in a weird way. 2020-05-09 18:40:56 +00:00
Ivan Pulido 9e696aee30 Updated method for updating docs. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas e329baca04 UPdated error message. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas f1c1d0d743 Mensajes de finalización de las actualizaciones. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas 53739c6026 Minor tweaks to saving. Still getting an error message. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas 67cf3395c4 Updated prerrequisites. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas 90ab4b53c4 Updated: Updating prerrequisites. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas 134ba5ad8d Updates with the last version. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas b63575e9b4 Minor bugfix on launching Transcripts. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas 809b1a69ad Adding Transcript to the main bar. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas 683ce67f5a Making 'open' to use 'openDefault' (should be renamed?) 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas 07828dce74 Improved open and saving from files, for a more modular approach and consistent behaviour. This solves a bug with saving when the file was opened from the "recent documents" in the launch menu. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas 0817d2d484 Implementing openFromUrl for an easier work with web published documents. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas bc3cc05b78 Minimal changes for demo. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas 097ad539d5 Preliminar support for opening files (new, recent and from selector) in main menu. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas a843bed36e Starting open from file in main interface. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas 9920c8a1a1 Starting recent documents functionality. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas 6740d526fe Better doc string and note to myself in the future. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas d15167e118 Adding routes for external packages on Windows according to the way moose/pharo are packaged. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas 6e0230bcc9 Showing settings for a better debug (specially on Windows :-/ ). 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas dba756eed9 Multiplatform file locations. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas 51f7edb0b1 Updating file locations to make them multiplatform. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas 4fef2117d7 Putting Roassal on prerrequisites to sync changes in the base. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas 89cd7daa18 Enabling local repositories. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas d57f3e5606 Updating menu simplified and integration of Grafoscopio a interface updates. 2020-05-09 18:40:56 +00:00
Ivan Pulido 1741d84242 Updating dockbar to reflect the change in update documentation method. 2020-05-09 18:40:56 +00:00
Ivan Pulido 5090c2ec64 Adding updateDocumentation method which updates the documentation using fossil. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas e675e146b8 Spanish interface: minor fixes. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas 42b07968e8 Browser messages all in Spanish. Multiligual support will be added later. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas c5c9c0c3a9 Updating browser messages to Spanish. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas 9aefc0d6af Eligiendo "Documento" en lugar de árbol. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas 23648d3bf9 Minor changes. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas 4cfec7232f Minor correction in the file name of the help tree. 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas 7e2def7ef5 Loading help as a grafoscopio tree done. Next help must be loaded at an specific node inside the manual, for example the "Quick Overview". 2020-05-09 18:40:56 +00:00
Offray Vladimir Luna Cárdenas 9eda8f91b7 Implementing the opening of the Spanish manual in HTML. Next, implenting opening inside grafoscopio. 2020-05-09 18:40:56 +00:00