Today the long overdue release of QProjector 0.5.0 has been made. The most important changes:
- Export and import of sets
- Search paths for external files
- Print list of available songs
- Support for scriptures in Zefania XML format
- Simple text formatting in text slides
- Automatic update of preview in editing dialog of song and text slides
- Less strict filter in song list
- Jump in slide list
-- between blank slides with Page Up/Page Down
-- to first/last slide of current item with Home/End
-- to first/last slide in slide list with Ctrl+Home/Ctrl+End
- Bug fixes... read more
QProjector 0.4.0 is finally released! So what has changed during the last year?
New:
- OpenGL support
- Movie plugin (you might need to enable OpenGL to have a fluid playback)
- Use of QGraphicsView (allows a broader range of plugins e.g. the movie plugin)
- Blank slides
- Define margins, word spacing and letter spacing in slide style
- Paint text slides in threads, so the UI is still usable... read more
Over one year without news now. So it's finally time to give some information. I've created a branch for version 0.4 of QProjector yesterday. It is planned to release version 0.4.0 next tuesday. If you want to give it a trial right now checkout the branch from the svn repository (svn co https://qprojector.svn.sourceforge.net/svnroot/qprojector/qprojector/branches/0.4\) and compile it (see INSTALL).... read more
Finally it's time to release version 0.3.0 of QProjector.
A quick overview of the changes:
New:
- Text slides within an set item can have the same font size
- Menu at the add set item button (makes adding new items to the set easier)
- Alternative title for Songs
- Shortcut Ctrl++ to add slides and set items (used where you can see a "+" as icon)
- Allow mass import of songs (Bug #1904711)
- Export more than one song at a time by selecting a folder and using the title as file name
- Show text of truncated items as tool tip (e.g. in song list)
- Maximum width for the first two columns in the slide list relative to the complete list's width
- Extended song filter
Fixed:
- Crash in Song settings widget, if there's no db connection
Faster song filter (Bug #1904708, thanks to Stéphane Brunner for an initial patch)... read more
I've worked around all restrictions and limitations of Sourceforge's web service so there's now a QProjector homepage on http://qprojector.sourceforge.net. It uses the wiki engine Wiclear. Feel free to add/edit content.
QProjector 0.2.0 has just been released. Changes worth mentioning:
New:
- Scripture plugins based on Sword (http://www.crosswire.org/sword)
- Import/Export function for lyrics (OpenSong format is supported (without style) for import - select "All files" in import dialog)
- PDF plugin based on poppler (http://poppler.freedesktop.org) (not in Windows package, yet, because I didn't get poppler working on Windows)
Fixed:
- Possible hang up when removing slides in a set
- Main window doesn't appear on some Windows systems
- Works on X11 with seperated screens (i.e. without Xinerama)... read more
Today I've released QProjector 0.1.1. The SQL syntax for the database initialisazation is (among others) now fixed so it's possible to try this app. Blame on me that I haven't checked this part after the last little change ;).
I'm going to use Subversion soon. So it'll be possible for others to contribute.
Note for Windows users:
Text slides (songs and custom texts) render slow (depending on the length of the text) on Windows. Every slide is rendered before presentation, but you've to wait a little bit... I've found no good solution, yet.
Just look at drawText() in Painter.cpp. Maybe you have an idea...