Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-13 | Enable the two-component error modelv0.6.9 | Johannes Ranke | 1 | -1/+1 | |
2016-01-23 | Add three howtos to the manual serving as GUI test cases | Johannes Ranke | 1 | -0/+19 | |
2016-01-08 | Do not show fit option widgets when not fit is configuredv0.6.6 | Johannes Ranke | 1 | -1/+16 | |
Also give a hint how to configure a fit. | |||||
2016-01-08 | Fixed some bugs, thanks to Stefan Meinecke for reporting | Johannes Ranke | 1 | -25/+41 | |
2015-12-11 | Two more GUI inconsistencies | Johannes Ranke | 1 | -1/+2 | |
- Respect use_of_ff='min' for models loaded from project files - Disable configure button after loading a project | |||||
2015-12-09 | Make unchecking pathways to sink persistentv0.6.4 | Johannes Ranke | 1 | -0/+1 | |
Closes #4. This got lost with the GUI overhaul for v0.6.x | |||||
2015-12-09 | Fix sorting of tables in results view | Johannes Ranke | 1 | -4/+6 | |
2015-12-09 | Fix keeping models/datasets when current selection is empty | Johannes Ranke | 1 | -13/+11 | |
2015-12-09 | Data upload: increase preview area, show data after upload | Johannes Ranke | 1 | -3/+5 | |
2015-12-09 | Update project explorer selection after confirmation of project switch | Johannes Ranke | 1 | -0/+1 | |
When changes of a modified project were dropped during switching a project, the selection in the project explorer was not updated. | |||||
2015-11-28 | Some manual updates and fixes to the import of wide data | Johannes Ranke | 1 | -2/+7 | |
2015-11-27 | Various improvements based on comments of Stefan Meinecke | Johannes Ranke | 10 | -41/+86 | |
See NEWS.md | |||||
2015-11-10 | Make it possible to save model predictions as CSV file | Johannes Ranke | 1 | -0/+31 | |
2015-11-10 | Adapt the "run fit" information message to other use cases | Johannes Ranke | 1 | -3/+6 | |
In an interactive R terminal under Windows, Ctrl-C stops a running process. If R is started with the --slave option, the fits can not be stopped manually. | |||||
2015-11-10 | Open a windows plotting device if appropriate | Johannes Ranke | 1 | -2/+9 | |
2015-11-09 | Further reduce the size of the dataset upload for Windows firefox | Johannes Ranke | 1 | -1/+1 | |
2015-11-09 | Improve sizing of dataset area, especially the upload area | Johannes Ranke | 1 | -4/+4 | |
2015-11-09 | Fixed a couple of bugs and added some error handling | Johannes Ranke | 1 | -25/+41 | |
2015-11-09 | Do not minimize project explorer, fix bug in project switcher | Johannes Ranke | 1 | -2/+0 | |
2015-11-09 | Hint how to access the model gallery if it loads to slowly | Johannes Ranke | 1 | -1/+2 | |
2015-11-09 | Reduce font size and width in summary to fit the space | Johannes Ranke | 1 | -2/+9 | |
2015-11-09 | Load the model gallery when the tab is selected the first time | Johannes Ranke | 1 | -20/+30 | |
This accelerates the startup of gmkin considerably, although still not really satisfactory | |||||
2015-11-09 | Compile models from loaded projects if possible | Johannes Ranke | 1 | -5/+12 | |
Also set the model for newly added observed variables to SFO | |||||
2015-11-06 | Provide links in the manual viewer instead of the manual | Johannes Ranke | 3 | -28/+13 | |
2015-11-06 | Do not autogenerate the content of the Manual view area | Johannes Ranke | 1 | -230/+3 | |
This is because the links in the TOC disturbed the GUI, and without a TOC viewing the manual is pretty annoying. | |||||
2015-11-06 | GUI optimisations and bug fixes | Johannes Ranke | 7 | -39/+54 | |
- The model gallery was regenerated to fix errors - The GUI was optimised for a firefox/iceweasel window of 1366x740 - Some spacing was removed - When loading a fit from the results list, the data are loaded as well | |||||
2015-11-03 | Make the script work without attaching the markdown namespace | Johannes Ranke | 1 | -3/+3 | |
2015-10-29 | Found a way to show that a fit is going on. | Johannes Ranke | 1 | -64/+67 | |
2015-10-29 | First functional version of the model gallery | Johannes Ranke | 42 | -4/+53 | |
2015-10-26 | Added result view with table widgets | Johannes Ranke | 1 | -3/+54 | |
2015-10-26 | Make explorer tables resizable and the projects explorer minimizable | Johannes Ranke | 1 | -6/+10 | |
2015-10-26 | Fixed errors and a warning | Johannes Ranke | 1 | -5/+11 | |
Errors were caused by GTable returning NULL when the index is set to NA. Tried to avoid this by adapting GTable$set_index() but I did not get it right. | |||||
2015-10-26 | Working state with all features of gmkin < 0.6 | Johannes Ranke | 1 | -41/+51 | |
2015-10-26 | Working state before storing ftmp in workspace | Johannes Ranke | 1 | -41/+81 | |
2015-10-25 | Working state | Johannes Ranke | 1 | -130/+336 | |
- Added add_f method to gmkinws - Showing the plot works - delete and keep fit buttons in Results - Add result naming - Improve plot title | |||||
2015-10-24 | Only configure fit when fit and model are selected | Johannes Ranke | 1 | -6/+137 | |
Clear dataset and model selections and disable fit configuration when a completed fit is loaded Avoid factors in gtable dataframes Start fit configuration buttons and handlers | |||||
2015-10-24 | Overhauled model editor with simplified target specification | Johannes Ranke | 1 | -9/+115 | |
Enabling multiple selections in a combobox required some hacking, as this is not currently supported by gWidgetsWWW2 | |||||
2015-10-24 | Show observed variables in project manager | Johannes Ranke | 1 | -36/+109 | |
2015-10-23 | Working dataset editor with many improvements | Johannes Ranke | 1 | -203/+184 | |
2015-10-23 | Now tracking modifications is implemented | Johannes Ranke | 1 | -19/+24 | |
2015-10-23 | Hard work to make the project management safe | Johannes Ranke | 1 | -152/+180 | |
At the moment it is distracting, as modification tracking of projects is not implemented yet | |||||
2015-10-23 | Remove the current selections from the gmkin workspace | Johannes Ranke | 1 | -4/+264 | |
2015-10-22 | A lot of working components of the new layout | Johannes Ranke | 4 | -1027/+1132 | |
2015-07-24 | remove staticdocs directory as it is not needed any more | Johannes Ranke | 1 | -2/+0 | |
2014-11-23 | Faster fit configuration by using "Marq" | Johannes Ranke | 1 | -1/+4 | |
2014-11-23 | Create separate handler function for deleting fits | Johannes Ranke | 1 | -20/+23 | |
This was done to make it possible to debug this function | |||||
2014-11-23 | Avoid warning triggered by models with parallel metabolites | Johannes Ranke | 1 | -1/+1 | |
2014-10-22 | Save plots in different formats | Johannes Ranke | 1 | -5/+67 | |
- Add possibility to save plots in different formats - Make it possible to exclude the legend from the plot - Update of the manual | |||||
2014-10-16 | Fix for the case that a workspace has no fits | Johannes Ranke | 1 | -8/+13 | |
2014-10-16 | Fix saving summary files | Johannes Ranke | 1 | -7/+21 | |