Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 1 | -22/+3 | |
2015-11-06 | GUI optimisations and bug fixes | Johannes Ranke | 1 | -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 | 1 | -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 | 1 | -1027/+343 | |
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 | |
2014-10-16 | Prevent loading of incompatible workspace files from previous version | Johannes Ranke | 1 | -34/+47 | |
2014-10-15 | Switch to using the Port algorithm per default | Johannes Ranke | 1 | -1/+1 | |
Actually this only changes the order of entries in the dropbox, the default is set in mkin::mkinfit(). | |||||
2014-10-10 | Added a manual, small GUI improvements | Johannes Ranke | 1 | -7/+12 | |
2014-09-30 | Fix updating the fit list when deleting | Johannes Ranke | 1 | -5/+5 | |
- Some attempts to improve the comments in the source code - Fix the problem that the fit list was not updated when a fit was deleted. This bug was introduced when I made it possible to sort the fit list in the GUI by changing the type of the first column in the dataframe containing the fits (f.df) on July 16. | |||||
2014-09-26 | Disallow deleting the last dataset/model as this is not supported | Johannes Ranke | 1 | -12/+20 | |
2014-08-28 | Initial message to explain target input field in model editor | Johannes Ranke | 1 | -2/+6 | |
Thanks to Denis Weber for pointing out the need for this | |||||
2014-08-25 | Option to show fitting progress in separate graphics device | Johannes Ranke | 1 | -0/+4 | |
Turned off by default as it may be irritating to have another window pop up | |||||
2014-08-25 | Make it possible to save summaries as text files | Johannes Ranke | 1 | -1/+9 | |
2014-08-23 | Increase the width for the list of target compartments | Johannes Ranke | 1 | -2/+2 | |
2014-07-31 | Initialise tmptextheader, close braces in statusline | Johannes Ranke | 1 | -1/+2 | |
The initialisation of tmptextheader avoids that it shows up in the global environment after a text file is imported | |||||
2014-07-17 | Optimisation choice (Marq, Port, SANN), maximum number of iterations | Johannes Ranke | 1 | -6/+19 | |
2014-07-16 | Fix sorting in fit list, add NEWS file | Johannes Ranke | 1 | -2/+3 | |
2014-07-03 | Improve statusbar message, update date | Johannes Ranke | 1 | -2/+3 | |
2014-05-12 | Fix initialisation of err variable after uploading data | Johannes Ranke | 1 | -1/+1 | |
2014-05-12 | Improvement of dataset uploading. Fixes #1 | Johannes Ranke | 1 | -6/+7 | |
2014-05-10 | Rename variables in uploaded data in long format | Johannes Ranke | 1 | -3/+7 | |
2014-05-10 | Formatting of comments, ds.empty | Johannes Ranke | 1 | -30/+29 | |
2014-05-09 | Set all fit options when loading a fit | Johannes Ranke | 1 | -0/+4 | |
2014-05-07 | Fork the gmkin GUI from mkin. See ChangeLog for details | Johannes Ranke | 1 | -1/+0 | |
2014-05-05 | Update initials selection, separate out handler function | Johannes Ranke | 1 | -4/+10 | |
- Write a separate handler function for the Configure button for easier debugging - Update the selection combobox for initial values after pressing the Keep fit button | |||||
2014-05-02 | More polishing, update plot options in fit selector | Johannes Ranke | 1 | -14/+28 | |
2014-05-02 | Rearrange initialisation of workspace and metadata | Johannes Ranke | 1 | -63/+34 | |
2014-05-02 | Improve formatting | Johannes Ranke | 1 | -1/+2 | |
2014-05-02 | Plot parameter confidence intervals | Johannes Ranke | 1 | -3/+14 | |