aboutsummaryrefslogtreecommitdiff
path: root/inst
AgeCommit message (Collapse)AuthorFilesLines
2015-11-09Compile models from loaded projects if possibleJohannes Ranke1-5/+12
Also set the model for newly added observed variables to SFO
2015-11-06Provide links in the manual viewer instead of the manualJohannes Ranke3-28/+13
2015-11-06Do not autogenerate the content of the Manual view areaJohannes Ranke1-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-06GUI optimisations and bug fixesJohannes Ranke7-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-03Make the script work without attaching the markdown namespaceJohannes Ranke1-3/+3
2015-10-29Found a way to show that a fit is going on.Johannes Ranke1-64/+67
2015-10-29First functional version of the model galleryJohannes Ranke42-4/+53
2015-10-26Added result view with table widgetsJohannes Ranke1-3/+54
2015-10-26Make explorer tables resizable and the projects explorer minimizableJohannes Ranke1-6/+10
2015-10-26Fixed errors and a warningJohannes Ranke1-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-26Working state with all features of gmkin < 0.6Johannes Ranke1-41/+51
2015-10-26Working state before storing ftmp in workspaceJohannes Ranke1-41/+81
2015-10-25Working stateJohannes Ranke1-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-24Only configure fit when fit and model are selectedJohannes Ranke1-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-24Overhauled model editor with simplified target specificationJohannes Ranke1-9/+115
Enabling multiple selections in a combobox required some hacking, as this is not currently supported by gWidgetsWWW2
2015-10-24Show observed variables in project managerJohannes Ranke1-36/+109
2015-10-23Working dataset editor with many improvementsJohannes Ranke1-203/+184
2015-10-23Now tracking modifications is implementedJohannes Ranke1-19/+24
2015-10-23Hard work to make the project management safeJohannes Ranke1-152/+180
At the moment it is distracting, as modification tracking of projects is not implemented yet
2015-10-23Remove the current selections from the gmkin workspaceJohannes Ranke1-4/+264
2015-10-22A lot of working components of the new layoutJohannes Ranke4-1027/+1132
2015-07-24remove staticdocs directory as it is not needed any moreJohannes Ranke1-2/+0
2014-11-23Faster fit configuration by using "Marq"Johannes Ranke1-1/+4
2014-11-23Create separate handler function for deleting fitsJohannes Ranke1-20/+23
This was done to make it possible to debug this function
2014-11-23Avoid warning triggered by models with parallel metabolitesJohannes Ranke1-1/+1
2014-10-22Save plots in different formatsJohannes Ranke1-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-16Fix for the case that a workspace has no fitsJohannes Ranke1-8/+13
2014-10-16Fix saving summary filesJohannes Ranke1-7/+21
2014-10-16Prevent loading of incompatible workspace files from previous versionJohannes Ranke1-34/+47
2014-10-15Switch to using the Port algorithm per defaultJohannes Ranke1-1/+1
Actually this only changes the order of entries in the dropbox, the default is set in mkin::mkinfit().
2014-10-10Added a manual, small GUI improvementsJohannes Ranke1-7/+12
2014-10-06New static documentation, installation using repositoryJohannes Ranke1-0/+2
The Makefile was enhanced to support generating static documentation, which will also point to vignettes (e.g. a manual) that will be written in the future. Installation instructions were updated to describe the much easier installation from the newly created repository.
2014-09-30Fix updating the fit list when deletingJohannes Ranke1-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-26Disallow deleting the last dataset/model as this is not supportedJohannes Ranke1-12/+20
2014-08-28Initial message to explain target input field in model editorJohannes Ranke1-2/+6
Thanks to Denis Weber for pointing out the need for this
2014-08-25Option to show fitting progress in separate graphics deviceJohannes Ranke1-0/+4
Turned off by default as it may be irritating to have another window pop up
2014-08-25Make it possible to save summaries as text filesJohannes Ranke1-1/+9
2014-08-23Increase the width for the list of target compartmentsJohannes Ranke1-2/+2
2014-07-31Initialise tmptextheader, close braces in statuslineJohannes Ranke1-1/+2
The initialisation of tmptextheader avoids that it shows up in the global environment after a text file is imported
2014-07-17Optimisation choice (Marq, Port, SANN), maximum number of iterationsJohannes Ranke1-6/+19
2014-07-16Fix sorting in fit list, add NEWS fileJohannes Ranke1-2/+3
2014-07-03Improve statusbar message, update dateJohannes Ranke1-2/+3
2014-05-12Fix initialisation of err variable after uploading dataJohannes Ranke1-1/+1
2014-05-12Improvement of dataset uploading. Fixes #1Johannes Ranke1-6/+7
2014-05-10Rename variables in uploaded data in long formatJohannes Ranke1-3/+7
2014-05-10Formatting of comments, ds.emptyJohannes Ranke1-30/+29
2014-05-09Set all fit options when loading a fitJohannes Ranke1-0/+4
2014-05-07Fork the gmkin GUI from mkin. See ChangeLog for detailsJohannes Ranke6-398/+0
2014-05-05Update initials selection, separate out handler functionJohannes Ranke1-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-02More polishing, update plot options in fit selectorJohannes Ranke1-14/+28

Contact - Imprint