Freeseer / freeseer

Designed for capturing presentations at conferences. Pre-fill a list of talks to record, record them, and upload them to YouTube with our YouTube Uploader.
http://freeseer.readthedocs.org
GNU General Public License v3.0
215 stars 110 forks source link

Fix #153 - Log / Error Notification System #635

Closed farazs closed 9 years ago

farazs commented 9 years ago

Fix #153. Adding log window to "Help" menu to display log messages. Highest priority log message shown in status bar (latest one only), with an icon to indicate the nature of the message.

farazs commented 9 years ago

If I want to give the Log window a shortcut of Ctrl+R, would it be okay to leave the menu option where it is and add the shortcut (it would make the dropdown menu wider to show the shortcut), or should I move it to the "File" menu or something?

log shortcut

dideler commented 9 years ago

@farazs I think it's fine if the dropdown menu is expanded because of the shortcut.

farazs commented 9 years ago

@dideler Alright I put in all the changes, including the shortcut. Is this okay to squash?

dideler commented 9 years ago

@farazs looks okay to me!

farazs commented 9 years ago

Squashed

dideler commented 9 years ago

@Freeseer/owners anyone else want to review before I merge?

dideler commented 9 years ago

Will merge tonight unless anyone has any objections. (Please ping me if I forget.)

dideler commented 9 years ago

Thanks Faraz, great work.