High Activity

Commits : Individual Commit

  Analyzed about 10 hours ago based on code collected about 10 hours ago.

Commit ID 9ae8b4b2f451e015e2fd9a43360f51c5cb82a4e4

Avatar Contributor: Jon Nordby Files Modified: 11
Date: 30-March-2010 at 21:46 Lines Added: 623
Repository: http://git.gitorious.org/mypaint/mypaint.git master Lines Removed: 534
Commit Comment: gui: Move code from drawwindow into separate file
Introduces a new file and class, Document, whos reference is held by Application
It contains most of the code concerning the document model and view, so
a lot of code that previously used drawWindow.* now uses doc.*

Summary of changes:
drawWindow.document_related_method -> doc.methodname
drawWindow.tdw -> doc.tdw
drawWindow.doc -> doc.model (the lib.document.Document)

Still in drawWindow:
Input handling
Main- and some sub-window handling
Information dialogs
 

Changes by Language

Language Code Added Code Removed Comments Added Comment Removed Blanks Added Blanks Removed
  Python 484 442 65 40 74 52

Changes by File

Showing page 1 of 2
File Language Code Added Code Removed Comments Added Comment Removed Blanks Added Blanks Removed
gui/application.py Python 3 2 0 0 0 0
gui/backgroundwindow.py Python 1 1 0 0 0 0
gui/brushsettingswindow.py Python 1 1 0 0 0 0
gui/document.py Python 366 0 52 0 74 0
gui/drawwindow.py Python 67 393 12 39 0 52
gui/filehandling.py Python 9 9 1 1 0 0
gui/layerswindow.py Python 12 12 0 0 0 0
gui/preferenceswindow.py Python 2 2 0 0 0 0
tests/guicontrol.py Python 3 3 0 0 0 0
tests/test_memory_leak.py Python 6 6 0 0 0 0
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.