Changelog¶
- avoid `` vs `^` by Erkan Demiralay at 2019-08-09 13:06:29
- add bash dl command by Erkan Demiralay at 2019-08-09 12:54:08
- fix broken link - thanks to dev-il by Erkan Demiralay at 2019-08-08 13:57:18
- - update links in readme by kan at 2019-08-08 13:15:41
- move links to bottom of readme
- - cosmetics by kan at 2019-08-08 13:14:58
- add sources to acknowledgments
- binary to previous commit by kan at 2019-08-08 13:13:22
- - add project logo to host / socket / master / main app by kan at 2019-08-08 13:12:54
- adjust message strings
- - add tests.m by kan at 2019-08-08 13:11:37
- add the project logo
- Merge branch ‘master’ of github.com:erkandem/mlAppKit by kan at 2019-08-07 22:33:14
- - cosmetics by kan at 2019-08-07 22:32:42
- typos - grammar
- Delete pp2.png by Erkan Demiralay at 2019-08-07 20:34:10
- - camel to snake by kan at 2019-08-07 20:27:24
- cosmetics
- - camel to snake by kan at 2019-08-07 20:27:05
- unify field_name access to s.(‘field_name’) -> s.field_name
- camel to snake by kan at 2019-08-07 20:25:35
- cosmetics by kan at 2019-08-07 19:27:49
- grammar by kan at 2019-08-07 18:26:35
- typo by kan at 2019-08-07 18:26:26
- camel to snake by kan at 2019-08-07 18:25:59
- cosmetics by kan at 2019-08-07 18:25:35
- BUGFIX for previous commit by kan at 2019-08-07 18:11:40
more reasonable var names
- more reasonable var names by kan at 2019-08-07 18:00:09
- avoid potential file system error by using fullfile() by kan at 2019-08-07 17:59:42
- camelCase -> snake_case by kan at 2019-08-07 17:55:33
- camelCase -> snake_case by kan at 2019-08-07 17:55:18
- camelCase -> snake_case by kan at 2019-08-07 17:55:09
- grammar by kan at 2019-08-07 17:48:19
- adjusted version number by kan at 2019-08-07 16:38:53
- cosmetics - added missing round braces by kan at 2019-08-07 16:36:17
- switched CRLF -> LF in documentation files by kan at 2019-08-07 16:22:51
- Last build was on a Windows 10 machine. by kan at 2019-08-07 16:18:06
Typical issues on mac/linux machines arose: - LF / CR / CRLF -> unify to LF - windows CMD is Case insensitive. switch from ``mlAppKit`` to ``mlappkit`` (e.g. sphinx `.bat` `make` files) - typos all over the place - encoding mistake in .gitignore file - copyright 2018 -> 2019 - PEP8 inspired moves: - remove trailing whitespaces - space between operand operator operand combo - indentation using 4 x space - space after comma - convert tab to 4 x spaces - eliminated empty lines used for highlighting - variables snake_case instead of camelCase
- polished. by erkandem at 2019-02-01 20:36:38
added host app menu usage examples enabled sprintf(%s, value) format for auto functions
- deleted whitespaces in function calls by erkandem at 2019-02-01 19:10:45
coma + whitespace rule changed some vars from camelCase to snake_case changed auto function creators to sprintf(%s, value) format
- by erkandem at 2018-09-18 22:31:07
- changed docstring —egg— by erkandem at 2018-09-14 02:21:29
- –egg– by erkandem at 2018-09-14 02:15:21
- changed to abs path rather then rel path call of mlapp_to_m by erkandem at 2018-09-14 02:14:59
- changes in setup file was not saved? rewritten now by erkandem at 2018-09-14 01:50:49
- create a f(x) to remove previously added paths by erkandem at 2018-09-14 01:44:47
- generalized references to folder names by erkandem at 2018-09-13 20:15:18
created a subfolder strucutre for f(x) docs
- fresh egg by erkandem at 2018-09-12 22:27:17
- added icons to the packaging process by erkandem at 2018-09-12 22:12:01
- documentation work by erkandem at 2018-09-12 01:39:35
- bugfix by erkandem at 2018-09-11 23:37:57
- bugfixes (package_script first tests) by erkandem at 2018-09-11 23:28:44
- —– VERSION 1.0 ——- by erkandem at 2018-09-11 22:21:46
- by erkandem at 2018-09-11 22:20:43
- by erkandem at 2018-09-11 22:20:27
- by erkandem at 2018-09-11 22:12:41
- by erkandem at 2018-09-11 22:05:10
- implemented installation of static files by erkandem at 2018-09-11 20:48:40
- spelling error by erkandem at 2018-09-11 20:43:13
- added mlappkit_setup_bundle_creator by erkandem at 2018-09-11 20:42:12
- by erkandem at 2018-09-11 20:23:22
- by erkandem at 2018-09-11 20:22:41
- by erkandem at 2018-09-11 20:16:58
- wrote boilerplate packager by erkandem at 2018-09-11 18:09:59
- split up functions documentation in sub sections by erkandem at 2018-09-11 17:49:44
- rename plugin tags by erkandem at 2018-09-11 17:48:41
- rename plugin by erkandem at 2018-09-11 17:44:24
- rename plugin by erkandem at 2018-09-11 17:43:58
- startupfcn by erkandem at 2018-09-11 15:17:36
- bugfix by erkandem at 2018-09-11 14:41:28
- renamed functions to sth shorter, restructured docs ( functtions) by erkandem at 2018-09-11 14:34:10
- restructured the documentation, streamlined README by erkandem at 2018-09-10 21:25:10
- added setup.m by erkandem at 2018-09-10 17:05:29
- prepare for packaging, by erkandem at 2018-09-09 11:37:04
seperated generic ( installed 1x on the system) and project specific files ( copied with every new project)
- changes gittatributes, renamed mlappkit_quickstart by erkandem at 2018-09-09 10:42:26
- renamed buildTheApp to make - keep it simple by erkandem at 2018-09-09 09:25:29
- worked on documentation by erkandem at 2018-09-09 05:45:23
- worked on documentation, added calculator by erkandem at 2018-09-09 04:53:20
- removed gui uis alltother by pandakan at 2018-09-04 05:21:04
- error build in by pandakan at 2018-09-04 05:20:22
- removed mlapp Gui GUis by pandakan at 2018-09-04 05:03:20
- converted the GUI GUIs by pandakan at 2018-09-04 05:01:37
added init.m in static folder to generate it when cloning a the git
- fixed docstrings worked on documentation by pandakan at 2018-09-03 20:37:44
- changed the documentation of functions due to changes in the underlyings by pandakan at 2018-09-03 19:03:17
- changed window size by pandakan at 2018-09-03 15:23:51
- by pandakan at 2018-09-03 15:17:55
- by pandakan at 2018-09-03 15:17:43
- by pandakan at 2018-09-03 15:17:15
- added docstring to utf8 writer by pandakan at 2018-09-03 14:56:01
- streamlined mlapp_to_m by pandakan at 2018-09-03 14:39:24
added utf8 writer and replaced 3 subfunctions in 3 mfiles =)
- removed deprecated functions from mlapp_to_m by pandakan at 2018-09-03 13:46:51
added 1 tab indentation to autogenerated functions app_launch: get the appname from the mlapp filename instead of the “first file in mfiles”. Now functions can be placed in the mfiles subfolder also. the host application can now be named freely. the the folder still needs to be named `host` Preparing to clean up mlapp_to_m
- created first draft of packaging and quickstart GUI by pandakan at 2018-08-31 21:30:20
- removed mfiles and added first draft of a packaging file by pandakan at 2018-08-31 20:39:03
- deleted bloated comments by pandakan at 2018-08-31 18:46:49
- changed location of startupfunction by pandakan at 2018-08-31 18:26:42
- saved the startup function in an different m-file outside the main application by pandakan at 2018-08-31 18:09:44
- renamed run to avoid conflicts by pandakan at 2018-08-31 00:07:54
- took care of unfirom indentation (1x tab per level) by pandakan at 2018-08-30 21:17:56
optimized most of the comments
- sanitized names - works =) by pandakan at 2018-08-30 17:51:18
- edited bindings by pandakan at 2018-08-30 17:47:32
- remove old plugins by pandakan at 2018-08-30 17:36:01
- worked on documentation by pandakan at 2018-08-30 17:35:30
changed plugin names
- streamlined comments in run() by pandakan at 2018-08-29 11:45:36
simplified variablenames in host_app attributions introduced extended functions documentation
- go to sleep. inserted links from functions reference to an other function by pandakan at 2018-08-29 03:02:49
- worked on the documentation via sphinx by pandakan at 2018-08-29 02:36:08
aswell as the internal comment headers
- added documentation by pandakan at 2018-08-29 01:34:25
- by pandakan at 2018-08-29 01:11:37
- part 2 by pandakan at 2018-08-29 01:09:42