My favorites | Sign in
Logo
                
Details: Show all Hide all

Earlier this year

  • Oct 10, 2009
    issue 36 (Slide Order) commented on by s.mehrbrodt   -   I don't think that it is good to disable type-to find. My idea is to search when the focus is on the presentation list or in the search entry and when the focus is on the slide list you use the shortcuts to move in the song. Isn't this possible? I also don't think that it is necessary to have a shortcut for everything, i also have never used these shortcuts in opensong. Either I just go through the song with the key "Down" or I choose the song part with the mouse. So I think it would be enough to have shortcuts just for Chorus and Verses.
    I don't think that it is good to disable type-to find. My idea is to search when the focus is on the presentation list or in the search entry and when the focus is on the slide list you use the shortcuts to move in the song. Isn't this possible? I also don't think that it is necessary to have a shortcut for everything, i also have never used these shortcuts in opensong. Either I just go through the song with the key "Down" or I choose the song part with the mouse. So I think it would be enough to have shortcuts just for Chorus and Verses.
  • Oct 08, 2009
    issue 36 (Slide Order) commented on by bradleelandis   -   Semi-completed patch.
    Semi-completed patch.
  • Oct 08, 2009
    issue 36 (Slide Order) commented on by bradleelandis   -   I've also been trying to knock out the keyboard shortcuts (C, 1, 2, ...), but the C interferes with the type to find on the presentation list. It might be better just to disable type-to-find, but it might come in handy to some people. Any ideas? I could disable using c as the first letter, but that would be a bummer when someone is trying to find a "C" song, and it goes to the chorus in a presentation... Also, What kind of recommendation do you have for having "Chorus 1", "Bridge", "Refrain", "Ending", etc... I also have support for "Soprano", "Alto", "Tenor", "Bass"... For the order, we can use first letter (except for 'Bass'), and a number if there is one present, but keyboard shortcuts get complicated when there's more than one chorus or whatever.
    I've also been trying to knock out the keyboard shortcuts (C, 1, 2, ...), but the C interferes with the type to find on the presentation list. It might be better just to disable type-to-find, but it might come in handy to some people. Any ideas? I could disable using c as the first letter, but that would be a bummer when someone is trying to find a "C" song, and it goes to the chorus in a presentation... Also, What kind of recommendation do you have for having "Chorus 1", "Bridge", "Refrain", "Ending", etc... I also have support for "Soprano", "Alto", "Tenor", "Bass"... For the order, we can use first letter (except for 'Bass'), and a number if there is one present, but keyboard shortcuts get complicated when there's more than one chorus or whatever.
  • Oct 08, 2009
    issue 36 (Slide Order) commented on by bradleelandis   -   Ah, true. I didn't really document it, but I'll work on that. It works with V1 C V2, but it doesn't do anything in the software. I'm a bit slow, and I have like 4 computers that I work on, so I often have to submit half-implemented features in subversion.
    Ah, true. I didn't really document it, but I'll work on that. It works with V1 C V2, but it doesn't do anything in the software. I'm a bit slow, and I have like 4 computers that I work on, so I often have to submit half-implemented features in subversion.
  • Oct 08, 2009
    issue 36 (Slide Order) commented on by s.mehrbrodt   -   In which format do you want to save the order? I think it is better to use "V1 C V2 C V3 ..." instead of "Verse 1 Chorus Verse2 Chorus Verse 3...). Maybe you put a tooltip box there to tell the user or you convert it on-the-fly when a user types "Chorus" instead of "C".
    In which format do you want to save the order? I think it is better to use "V1 C V2 C V3 ..." instead of "Verse 1 Chorus Verse2 Chorus Verse 3...). Maybe you put a tooltip box there to tell the user or you convert it on-the-fly when a user types "Chorus" instead of "C".
  • Oct 07, 2009
    issue 47 (Change Shortcuts and Add Toolbar) Summary changed by bradleelandis   -   I've got the key combinations changed. I don't know how to use multiple, but if a person uses this enough, they'll either learn the combination, create a printout, or just use the mouse. I added a search shortcut and menu item, "/". And I had to swap black screen and background. I'm not necessarily a fan of using just 2 keyboard shortcuts that are letters. We might should do f6, f7, except that b was the shortcut on the remote. I've decided to leave the Menu as it is. It works well for the plugin system, and can be extended when it uses UIManager. Shortcuts fixed at r290.
    Summary: Change Shortcuts and Add Toolbar
    I've got the key combinations changed. I don't know how to use multiple, but if a person uses this enough, they'll either learn the combination, create a printout, or just use the mouse. I added a search shortcut and menu item, "/". And I had to swap black screen and background. I'm not necessarily a fan of using just 2 keyboard shortcuts that are letters. We might should do f6, f7, except that b was the shortcut on the remote. I've decided to leave the Menu as it is. It works well for the plugin system, and can be extended when it uses UIManager. Shortcuts fixed at r290.
    Summary: Change Shortcuts and Add Toolbar
  • Oct 07, 2009
    r290 (Changed keyboard shortcuts, and added 'Search'.) committed by bradleelandis   -   Changed keyboard shortcuts, and added 'Search'.
    Changed keyboard shortcuts, and added 'Search'.
  • Oct 07, 2009
    r289 (Starting Slide Order (Issue 36). Still need to validate inpu...) committed by bradleelandis   -   Starting Slide Order (Issue 36). Still need to validate input, and use the order while moving slides.
    Starting Slide Order (Issue 36). Still need to validate input, and use the order while moving slides.
  • Oct 07, 2009
    issue 36 (Slide Order) Labels changed by bradleelandis   -   Upping the priority for this.
    Labels: Priority-High Milestone-Release0.6.1 Priority-Medium Milestone-Release0.7
    Upping the priority for this.
    Labels: Priority-High Milestone-Release0.6.1 Priority-Medium Milestone-Release0.7
  • Oct 06, 2009
    issue 13 (Bible Verses) Blocked on changed by bradleelandis   -  
  • Oct 06, 2009
    issue 47 (Change Menu and Add Toolbar) reported by bradleelandis   -   I'd like to redesign the code to be more code-like, instead of using uimanager, xml, and arrays. Code is kind of spread out, and should be grouped together. The data would be like one of these: exposong.application.actions["pres-slide-prev"] = gtk.Action() # Easier to check for errors. exposong.application.actions.pres_slide_prev = gtk.Action() Also, add the key shortcuts: Show Presentation - F5 Previous Slide (Remove Arrows ?) - PgUp Next Slide (Remove Arrows ?) - PgDn Hide Screen (Remove H) - Esc Black Screen - B (?)
    I'd like to redesign the code to be more code-like, instead of using uimanager, xml, and arrays. Code is kind of spread out, and should be grouped together. The data would be like one of these: exposong.application.actions["pres-slide-prev"] = gtk.Action() # Easier to check for errors. exposong.application.actions.pres_slide_prev = gtk.Action() Also, add the key shortcuts: Show Presentation - F5 Previous Slide (Remove Arrows ?) - PgUp Next Slide (Remove Arrows ?) - PgDn Hide Screen (Remove H) - Esc Black Screen - B (?)
  • Oct 06, 2009
    r288 (Updating XML definition files for more features.) committed by bradleelandis   -   Updating XML definition files for more features.
    Updating XML definition files for more features.
  • Oct 05, 2009
    r287 (Updating search box with patch from s.mehrbrodt to search wh...) committed by bradleelandis   -   Updating search box with patch from s.mehrbrodt to search when typing.
    Updating search box with patch from s.mehrbrodt to search when typing.
  • Oct 05, 2009
    r286 (Adding tag for ExpoSong 0.6 release. ) committed by bradleelandis   -   Adding tag for ExpoSong 0.6 release.
    Adding tag for ExpoSong 0.6 release.
  • Oct 02, 2009
    KeyboardShortcuts (Shortcuts used by the interface) Wiki page commented on by s.mehrbrodt   -   We sometimes use a presenter in church and we have to ones: One from Logitech and one from Labtech. Both emulate these keys: Next Slide: Page down Previous Slide: Page up Start/Stop Presentation: F5/Esc (by turns) Blank (Black background): b I think it would be the best if we used these keys for presenting. Maybe we just add these keys to the existing ones, so that you e.g. can change the slides using up/down keys AND PageUp/PageDown.
    We sometimes use a presenter in church and we have to ones: One from Logitech and one from Labtech. Both emulate these keys: Next Slide: Page down Previous Slide: Page up Start/Stop Presentation: F5/Esc (by turns) Blank (Black background): b I think it would be the best if we used these keys for presenting. Maybe we just add these keys to the existing ones, so that you e.g. can change the slides using up/down keys AND PageUp/PageDown.
  • Oct 01, 2009
    issue 15 (Online Schedule Creation) Labels changed by bradleelandis   -   This is easier for me to implement than animations, so I think I'll try to get this done by 0.8.
    Labels: Priority-Medium Milestone-Release0.8 Component-Persistence Priority-Low
    This is easier for me to implement than animations, so I think I'll try to get this done by 0.8.
    Labels: Priority-Medium Milestone-Release0.8 Component-Persistence Priority-Low
  • Oct 01, 2009
    KeyboardShortcuts (Shortcuts used by the interface) Wiki page edited by bradleelandis   -   Revision r285 Edited wiki page through web user interface.
    Revision r285 Edited wiki page through web user interface.
  • Sep 29, 2009
    exposong-0.6.zip (Exposong 0.6) file uploaded by bradleelandis   -  
    Labels: Featured Type-Archive OpSys-All
    Labels: Featured Type-Archive OpSys-All
  • Sep 29, 2009
    issue 46 (Schedule Editing) reported by bradleelandis   -   I'd like to really expand upon schedule editing. I had an idea for a window consisting of a table, such as follows: +-------------------+-----------+------------+---------------------+ | Presentation | Order | Background | Notes | +-------------------+-----------+------------+---------------------+ | Jesus Loves Me | V1 C V2 C | Children | | | Psalm 23 | | Sheep | Black Screen Before | | This Little Light | V1 V2 V4 | Lighthouse | | | Inspir. Images | [Shuffle] | | Timed: 2 Secs. | + ------------------+-----------+------------+---------------------+ I don't know how popular a shuffle ordering would be, but for images, it might be something to consider. Order would default to the preset that the presentation itself would store in it's own file.
    I'd like to really expand upon schedule editing. I had an idea for a window consisting of a table, such as follows: +-------------------+-----------+------------+---------------------+ | Presentation | Order | Background | Notes | +-------------------+-----------+------------+---------------------+ | Jesus Loves Me | V1 C V2 C | Children | | | Psalm 23 | | Sheep | Black Screen Before | | This Little Light | V1 V2 V4 | Lighthouse | | | Inspir. Images | [Shuffle] | | Timed: 2 Secs. | + ------------------+-----------+------------+---------------------+ I don't know how popular a shuffle ordering would be, but for images, it might be something to consider. Order would default to the preset that the presentation itself would store in it's own file.
  • Sep 29, 2009
    issue 36 (Slide Order) commented on by bradleelandis   -   There are some advantages to the way OpenSong does it, but I don't really want a presentation control window currently. The primary function of the program is presenting, not editing, so that's the way I've designed it. With that being said, I do need to enhance editing, as it is pretty basic right now, especially schedules, and so I'll probably open up another issue brainstorming some ideas.
    There are some advantages to the way OpenSong does it, but I don't really want a presentation control window currently. The primary function of the program is presenting, not editing, so that's the way I've designed it. With that being said, I do need to enhance editing, as it is pretty basic right now, especially schedules, and so I'll probably open up another issue brainstorming some ideas.
  • Sep 29, 2009
    issue 36 (Slide Order) commented on by s.mehrbrodt   -   Wouldn't it be better to keep it like OpenSong having a Editor mode and a presentation mode which are two different windows/tabs? You could create your Song with its Verses and Chorus, give them an order and then switch to presentation mode where you see your song in the order you gave it.
    Wouldn't it be better to keep it like OpenSong having a Editor mode and a presentation mode which are two different windows/tabs? You could create your Song with its Verses and Chorus, give them an order and then switch to presentation mode where you see your song in the order you gave it.
  • Sep 25, 2009
    issue 45 (Keyboard Shortcuts And Schedule Rename) changed by bradleelandis   -  
    Summary: Keyboard Shortcuts And Schedule Rename
    Status: Fixed
    Summary: Keyboard Shortcuts And Schedule Rename
    Status: Fixed
  • Sep 25, 2009
    r284 (Fixing keyboard shortcuts (r45).) committed by bradleelandis   -   Fixing keyboard shortcuts (r45).
    Fixing keyboard shortcuts (r45).
  • Sep 25, 2009
    Screenshots (Screenshots of Exposong in action) Wiki page edited by bradleelandis   -   Revision r283 Edited wiki page through web user interface.
    Revision r283 Edited wiki page through web user interface.
  • Sep 25, 2009
    issue 45 (Keyboard Shortcuts) reported by bradleelandis   -   I've decided to switch the keyboard shortcut back to singles letters ("P", "H", etc...). These keys are disabled when editing certain text field, but it needs to be added for Schedule Renaming, and possibly other text entry fields.
    I've decided to switch the keyboard shortcut back to singles letters ("P", "H", etc...). These keys are disabled when editing certain text field, but it needs to be added for Schedule Renaming, and possibly other text entry fields.
  • Sep 24, 2009
    issue 43 (Streamline Interface) commented on by bradleelandis   -   The problem here lies in the preview window. It would be alone in the bottom, which is why I designed it like I did in the first place. I would like to just have the preview overlap the screen selection area, but then the scrollbar would require some code that is probably not possible anyways. Maybe I should just render each screen in the scrolldown menu instead of just the text. It would be pretty similar to EasyWorship, but that's not a bad thing I guess.
    The problem here lies in the preview window. It would be alone in the bottom, which is why I designed it like I did in the first place. I would like to just have the preview overlap the screen selection area, but then the scrollbar would require some code that is probably not possible anyways. Maybe I should just render each screen in the scrolldown menu instead of just the text. It would be pretty similar to EasyWorship, but that's not a bad thing I guess.
  • Sep 21, 2009
    issue 42 (Handle Deleted Background Image) Status changed by bradleelandis   -   Fixed with r282.
    Status: Fixed
    Fixed with r282.
    Status: Fixed
  • Sep 21, 2009
    r282 (Fix Issue 42, so background images can be gracefully removed...) committed by bradleelandis   -   Fix Issue 42 , so background images can be gracefully removed. (Also fixed small syntax problems).
    Fix Issue 42 , so background images can be gracefully removed. (Also fixed small syntax problems).
  • Sep 21, 2009
    issue 44 (Logo Image Error) changed by bradleelandis   -   Fixed with r281.
    Status: Fixed
    Labels: Priority-Medium Priority-High
    Fixed with r281.
    Status: Fixed
    Labels: Priority-Medium Priority-High
  • Sep 21, 2009
    r281 (Fixed Issue 44 - Error With Logo Image.) committed by bradleelandis   -   Fixed Issue 44 - Error With Logo Image.
    Fixed Issue 44 - Error With Logo Image.
  • Sep 21, 2009
    r280 (Fixing song carriage return.) committed by bradleelandis   -   Fixing song carriage return.
    Fixing song carriage return.
  • Sep 19, 2009
    issue 41 (Scroll to Top When Changing Presentations) Status changed by bradleelandis   -  
    Status: Fixed
    Status: Fixed
  • Sep 19, 2009
    r279 (Issue 41 - Scroll to the top of slidelist when changing song...) committed by bradleelandis   -   Issue 41 - Scroll to the top of slidelist when changing songs.
    Issue 41 - Scroll to the top of slidelist when changing songs.
  • Sep 19, 2009
    Installation (Instructions on how to run the program) Wiki page edited by bradleelandis   -   Revision r278 Edited wiki page through web user interface.
    Revision r278 Edited wiki page through web user interface.
  • Sep 19, 2009
    issue 44 (Logo Image Error) reported by bradleelandis   -   When there is no image stored, on Windows Vista, I had an error show up: Traceback (most recent call last): File "bin\..\share\exposong\lib\exposong\application.py", line 428, in _on_prefs prefs.config.dialog(self) File "bin\..\share\exposong\lib\exposong\prefs.py", line 92, in dialog PrefsDialog(parent, self) File "bin\..\share\exposong\lib\exposong\prefs.py", line 155, in __init__ del exposong.screen.screen._logo_pbuf AttributeError: Screen instance has no attribute '_logo_pbuf' The logo image was empty before (first time to run the program).
    When there is no image stored, on Windows Vista, I had an error show up: Traceback (most recent call last): File "bin\..\share\exposong\lib\exposong\application.py", line 428, in _on_prefs prefs.config.dialog(self) File "bin\..\share\exposong\lib\exposong\prefs.py", line 92, in dialog PrefsDialog(parent, self) File "bin\..\share\exposong\lib\exposong\prefs.py", line 155, in __init__ del exposong.screen.screen._logo_pbuf AttributeError: Screen instance has no attribute '_logo_pbuf' The logo image was empty before (first time to run the program).
  • Sep 18, 2009
    issue 43 (Streamline Interface) reported by bradleelandis   -   I'd like to get rid of the area below the slide selection area (at least parts of it). I'm thinking about implementing a toolbar, with buttons for: * Background * Screen Actions (Present, Hide, Black Screen, Background, Logo). Add Previous and Next buttons (maybe). * Possibly, Notification Background would contain a list of favorite backgrounds, as well as the ability to have another window to create a custom background. Right now we can't delete background images, so that would be a new feature to include. Notification, would preferably just be a pulldown, but I'm not sure how well GTK supports text entries in a pulldown menu. It may need a full window to itself.
    I'd like to get rid of the area below the slide selection area (at least parts of it). I'm thinking about implementing a toolbar, with buttons for: * Background * Screen Actions (Present, Hide, Black Screen, Background, Logo). Add Previous and Next buttons (maybe). * Possibly, Notification Background would contain a list of favorite backgrounds, as well as the ability to have another window to create a custom background. Right now we can't delete background images, so that would be a new feature to include. Notification, would preferably just be a pulldown, but I'm not sure how well GTK supports text entries in a pulldown menu. It may need a full window to itself.
  • Sep 18, 2009
    issue 42 (Handle Deleted Background Image) reported by bradleelandis   -   1. Set a background image. 2. Close the program, delete the image from the data directory. 3. Open the program, and this error message shows up: Error: Could not open background file. Traceback (most recent call last): File "bin/../share/exposong/lib/exposong/screen.py", line 137, in expose self._draw(widget) File "bin/../share/exposong/lib/exposong/screen.py", line 251, in _draw self._set_background(widget, ccontext, (screenW, screenH)) File "bin/../share/exposong/lib/exposong/screen.py", line 189, in _set_background del self.bg_img[bgkey] KeyError: '232x145' It should show the default, gradient background if the selected image can't be found.
    1. Set a background image. 2. Close the program, delete the image from the data directory. 3. Open the program, and this error message shows up: Error: Could not open background file. Traceback (most recent call last): File "bin/../share/exposong/lib/exposong/screen.py", line 137, in expose self._draw(widget) File "bin/../share/exposong/lib/exposong/screen.py", line 251, in _draw self._set_background(widget, ccontext, (screenW, screenH)) File "bin/../share/exposong/lib/exposong/screen.py", line 189, in _set_background del self.bg_img[bgkey] KeyError: '232x145' It should show the default, gradient background if the selected image can't be found.
  • Sep 18, 2009
    issue 41 (Scroll to Top When Changing Presentations) Labels changed by bradleelandis   -  
    Labels: Milestone-Release0.6 Milestone-Release0.7
    Labels: Milestone-Release0.6 Milestone-Release0.7
  • Sep 18, 2009
    issue 41 (Scroll to Top When Changing Presentations) reported by bradleelandis   -   Right now, it remains at the same coordinates for the scroll window when changing presentations. It should scroll up.
    Right now, it remains at the same coordinates for the scroll window when changing presentations. It should scroll up.
  • Sep 17, 2009
    r277 (Removing a line from changelog that isn't necesa) committed by bradleelandis   -   Removing a line from changelog that isn't necesa
    Removing a line from changelog that isn't necesa
  • Sep 17, 2009
    Translating (Instructions on how to create translations) Wiki page edited by bradleelandis   -   Revision r276 Edited wiki page through web user interface.
    Revision r276 Edited wiki page through web user interface.
  • Sep 17, 2009
    issue 35 (Export/Import Presentation(s)) changed by bradleelandis   -   I think it's working in r275.
    Status: Fixed
    Labels: Component-Persistence
    I think it's working in r275.
    Status: Fixed
    Labels: Component-Persistence
  • Sep 17, 2009
    r275 (Importing now seems to work, even if filenames are the same ...) committed by bradleelandis   -   Importing now seems to work, even if filenames are the same (Note that it shows no difference between the files that are imported, and the ones that were not). Also updating version numbers.
    Importing now seems to work, even if filenames are the same (Note that it shows no difference between the files that are imported, and the ones that were not). Also updating version numbers.
  • Sep 17, 2009
    r274 (Modifying shortcuts, and documentation to reflect new versio...) committed by bradleelandis   -   Modifying shortcuts, and documentation to reflect new version to be released soon. Importing and exporting is the next task to finish.
    Modifying shortcuts, and documentation to reflect new version to be released soon. Importing and exporting is the next task to finish.
  • Sep 17, 2009
    issue 40 (Lyrics can't be edited if "Verse 1" is not given) changed by bradleelandis   -   See r254 . (I think this should autolink, but if not, I'm referring to revision 254 at http://code.google.com/p/exposong/source/detail?r=254 )
    Status: Fixed
    Owner: bradleelandis
    See r254 . (I think this should autolink, but if not, I'm referring to revision 254 at http://code.google.com/p/exposong/source/detail?r=254 )
    Status: Fixed
    Owner: bradleelandis
  • Sep 16, 2009
    CodeGuidelines (Follow these guidelines to change the code and submit patche...) Wiki page commented on by bradleelandis   -   At somepoint, I must have changed from using tabs to spaces. I've updated the page to reflect the change in coding style.
    At somepoint, I must have changed from using tabs to spaces. I've updated the page to reflect the change in coding style.
  • Sep 16, 2009
    CodeGuidelines (Follow these guidelines to change the code and submit patche...) Wiki page edited by bradleelandis   -   Revision r273 Edited wiki page through web user interface.
    Revision r273 Edited wiki page through web user interface.
  • Sep 16, 2009
    issue 40 (Lyrics can't be edited if "Verse 1" is not given) Status changed by bradleelandis   -   I don't see this in the development version (not actually released. I will try to get a release done soon, and you can reopen it if you see it. Thanks.
    Status: WontFix
    I don't see this in the development version (not actually released. I will try to get a release done soon, and you can reopen it if you see it. Thanks.
    Status: WontFix
  • Sep 16, 2009
    issue 39 (Problem with special characters) Status changed by bradleelandis   -   I tested this on the current SVN version, and it seems to be fine. You can try to download it, or wait for a release, and reopen this issue if you see any more problems. (Paste a full slide that shows this if you see it in the SVN/newer version when it comes out).
    Status: Fixed
    I tested this on the current SVN version, and it seems to be fine. You can try to download it, or wait for a release, and reopen this issue if you see any more problems. (Paste a full slide that shows this if you see it in the SVN/newer version when it comes out).
    Status: Fixed
  • Sep 16, 2009
    issue 33 (Screen Flashes With Compiz) Status changed by bradleelandis   -   I no longer see this. It could have been a bug with Compiz itself.
    Status: WontFix
    I no longer see this. It could have been a bug with Compiz itself.
    Status: WontFix
 
Hosted by Google Code