Recently I was asked to think about a new feature for Subtivals : allowing spectators to read subtitles on their mobile or tablet. Usual setup In a typical installation, Subtivals overlays the...
Subtivals was used successfully in movie festivals in Cyprus, and that makes us happy ! And we regularly receive demands for Subtivals installers accross the globe ! The great unicode support of...
The film festival CineLatino in Toulouse opens its doors today ! And I've just delivered the source package of version Subtivals 1.5.0 to the building robots of Launchpad ! During the festival,...
Since the article introducing Subtivals was published, a lot of exciting things happened ! The first reward was the festival of Cinelatino in Toulouse, which had a major focus on accessibility...
That's how it started... Subtitles and captions for the deaf and hard-of-hearing during film festivals are rarely a priority, at least in France. Thus, most film copies are not subtitled (except...
Recently, while the whole world looks completely hyped up with Web applications, we chose to design and develop a desktop software in Qt/C++. Obviously, the choice was measured and justified ! We...
Original post at Makina Corpus Webservices are everywhere ! There are relevant in many situations, and accessing them from your Qt C++ application is not an heresy. I will present here a very...
Article original publié chez Makina Corpus Il y a de nombreux billets de blogs, posts sur des forums, tutoriaux, pages Wiki et autres, mais au final, à part le fameux "You're doing it wrong", qui...
Original post at Makina Corpus I did not find any ready-to-use snippets on the Web on this matter, so if you are lucky enough, you'll find this one. The objective is to read GIS geometries from a...
I decided to write a generic program that can watch a folder or some files and run a command when changes occur. Most of the work is done by PyQt4's QFileSystemWatcher. qfsw =...