Blender Git Commit Log

Git Commits -> Revision 3f32635

Revision 3f32635 by Damien Plisson (master)
June 1, 2010, 20:21 (GMT)
Progress indicator in the application icon

Displays a global progress indicator in the application icon reflecting the total progress of all running jobs.

Currently fully implemented on OSX (Cocoa).
On other OSes that do not allow to redraw the app icon, this can be implemented as a [x%] display in the app title, so to appear in the taskbar.

Thanks to Matt for the windowmanager wrapper.

Commit Details:

Full Hash: 3f326354b8b09c2f08b114b4030e49bbbfa693af
SVN Revision: 29143
Parent Commit: 66e3a6e
Lines Changed: +165, -8

10 Modified Paths:

/intern/ghost/GHOST_C-api.h (+17, -0) (Diff)
/intern/ghost/GHOST_IWindow.h (+15, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+15, -0) (Diff)
/intern/ghost/intern/GHOST_Window.cpp (+2, -0) (Diff)
/intern/ghost/intern/GHOST_Window.h (+14, -0) (Diff)
/intern/ghost/intern/GHOST_WindowCocoa.h (+11, -8) (Diff)
/intern/ghost/intern/GHOST_WindowCocoa.mm (+60, -0) (Diff)
/source/blender/windowmanager/intern/wm_jobs.c (+15, -0) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+12, -0) (Diff)
/source/blender/windowmanager/WM_api.h (+4, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021