Google Code Exporter
Google Code Exporter
``` This issue was updated by revision r436. Layout commands starting to be moved into command objects. Interestingly some layout functions are being called from other commands - so the...
``` This issue was updated by revision r437. ``` Original comment by `[email protected]` on 21 Jul 2012 at 2:27
``` This issue was updated by revision r439. Commented how the plethora of redraw functions are used (who is calling each of them) and renamed some of them. Hoping to...
``` This issue was updated by revision r452. Created commands out of remaining pynsourcegui methods that call redraw_everything(). CmdFileImport, CmdFileImport, CmdRefreshUmlWindow. Now the only things that calls redraw_everything() are commands....
``` correction # UTILITY - called by CmdFileImport, CmdBootstrap, CmdRefreshUmlWindow def redraw_everything(self): ``` Original comment by `[email protected]` on 28 Jul 2012 at 4:01
``` This issue was updated by revision r454. Refactored File Import commands. Also, redraw_everything() now only called by CmdLayout, CmdRefreshUmlWindow ``` Original comment by `[email protected]` on 28 Jul 2012 at...
``` This issue was updated by revision r455. redraw_everything() removed. :-) The functions that were calling it didn't need it, they were already calling stateofthenation etc. Even the scrollbar appearance...
Original comment by `[email protected]` on 26 Aug 2012 at 1:11
``` Solving this is probably complex. Would mean interpreting 'graph' as 'Graph' class - a bit presumptious? Then again we could prehaps check if there are certain methods being called...
``` UML attribute not being created for DataSubmittedCommand.datamodelProxy, due to the fact that a call to setData() is made off that attribute. Parser should be improved so that an attribute...