davglass / yuidoc-app
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
Dav Glass (author)
Fri Jun 26 22:29:46 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitmodules | ||
| |
English.lproj/ | ||
| |
Info.plist | ||
| |
README.textile | ||
| |
YUIDocGUI.xcodeproj/ | ||
| |
YUIDocGUIAppDelegate.py | ||
| |
YUIDocGUI_Prefix.pch | ||
| |
build/ | ||
| |
main.m | ||
| |
main.py | ||
| |
yuidoc - cf5097f |
README.textile
YUIDoc OSX Application
Creating a GUI application on top of YUIDoc for OSX
The GUI now works (if you have the yuidoc dependencies already installed)
There are a couple of additions I still want to make:
- Progress Spinner
- Disable Generate button of all data is not present (done)
- Animate the logger window so it’s smaller to begin with.
- Create an icon
Screen Shot
Here is a teaser screenshot:

Install
- Install YUIDoc’s dependencies
- Check out the source: git clone git://github.com/davglass/yuidoc-app.git
- Init the submodule: git submodule init
- Update the submodule: git submodule update
- Open YUIDocGUI.xcodeproj and Build
- Profit!!

