summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-06-18rmdTrayIcon.py: Fixed character encoding issue(improper conversion)iovar
that caused an exception and stopped the dialog with known exit codes appear (everything kept coming as unknown). git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@359 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-06-16el.po: translated all missing messages.iovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@358 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-06-16messages.pot: updated potfile to include all new stringsiovar
ar.po, ca.po, de.po, el.po, es.po, fr.po, it.po, ja.po, pt_BR.po, pt.po, ru.po, tr.po : merged with updated potfile git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@357 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-06-16rmdPrefsWidget.py: Added a text entry on the misc page named "Extra ↵iovar
Options", through which users can specify arguments the same way as they would in the commandline. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@356 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-06-16rmdTrayIcon.py: added "Extra Options" value in the arguments appended for ↵iovar
recordMyDesktop's execution. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@355 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-06-16rmdSimple.py: added loading/saving for "Extra Options".iovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@354 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-06-16rmdStrings.py: added extra options string and tooltip.iovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@353 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-06-16rmdConfig.py.in: Added Extra Options default(empty string) in defaults list.iovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@352 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-06-11get_frame.c:trivial commit,moved a declaration on top of the block, with the ↵iovar
rest git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@351 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-06-10recordmydesktop.1: Updated manpage with examples of resizing andiovar
changing the video quality with vlc. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@350 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-06-10get_frame.c: removed some duplicated code, related to handlingiovar
the xfixes and dummy cursors. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@349 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-06-09Updated Catalan translataion by Pere Olivaresiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@348 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-06-08rmdmacro.h: update XFIXES_POINTER_TO_YUV andiovar
DUMMY_CURSOR_TO_YUV macros, to take into account the offset of the cursor from top and left boundaries. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@347 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-06-08get_frame.c: calculate x and y offset of the cursor so that it will appeariovar
correctly. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@346 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-06-08rmd_jack.c: increased client-name buffersize to 32 from 22iovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@345 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-06-08rmd_jack.c: postfixed jack client name with application pid, so multipleiovar
instances of recordMyDesktop can connect to a Jack Server. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@344 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-06-08get_frame.c: free back_buffer shared pixmap when dbuff is enablediovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@343 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-06-01setbrwindow.c: preserve windowid in brwin struct (do not overwrite with root ↵iovar
window) git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@342 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-06-01poll_damage.c: additional XDamageCreate on root windowiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@341 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-05-24Restored --full-shots functionality by disabling double bufferingiovar
(since there will be some time before the feature is completed and meanwhile, it is better for CVS to be completely functional). get_frame.c:106 Change 0 to pdata->args.full_shots to reenable dbuffering git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@340 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-05-23removed buggy startup-resize codeiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@339 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-05-13removed erroneous fuzzy messages from po filesiovar
(msgid "Cancel" was matched with "channels") git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@338 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-05-12moved all translatable string to src/rmdStrings.py.iovar
new file: src/rmdStrings.py (added to Makefile.am). New po template,merged all translations with it. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@337 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-05-12reverted jack port arg to space separatediovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@336 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-05-08removed a testing fprintfiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@335 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-05-08changed zero-compression to compress-cacheiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@334 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-05-08added double buffering when capturing in full-shots.iovar
This way, only pixels that have changed are converted to yuv git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@333 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-05-06changed size of buttons in main window, added to them record/save/quit pixmapsiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@332 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-05-03added xhot,yhot in xfixes cursor positioning.iovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@331 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-05-02src/gtk-recordMyDesktop now generated from src/gtk-recordMyDesktop.in,during ↵iovar
configuration, to fix issues with arbitary installation locations git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@330 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-05-02changed version to 0.1.1iovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@329 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-05-02changes regarding the replacement of src/qt-recordMyDesktop with ↵iovar
src/qt-recordMyDesktop.in git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@328 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-05-02generates src/qt-recordMyDesktop during configuration, to fascilitate ↵iovar
installation in arbitary locations git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@327 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-05-02now generated from src/qt-recordMyDesktop.in during configurationiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@326 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-05-02space separated formatting(instead of commas) for Jack portsiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@325 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-04-27Updated Brazilian translation by Caio Alonsoiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@324 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-04-27Updated Brazilian translation by Caio Alonsoiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@323 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-04-27Updated Brazilian translation by Caio Alonsoiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@322 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-04-27changed size in record iconiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@321 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-04-27replaced '-' with '_' in modulename ,fixed startup scriptiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@320 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-04-27pixmap lookup in rmdTrayIcon set according installation diriovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@319 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-04-27added tray icon files and their svg's in Makefile.am, added pixmapdir in ↵iovar
rmdConfig.py.in git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@318 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-04-27added tray icon files and their svg'siovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@317 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-04-27added png icon, fixed desktop entry, changed color in svg iconiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@316 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-04-27fixed check for PYQT4 in configure.aciovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@315 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-04-27This commit was generated by cvs2svn to compensate for changes in r312,iovar
which included commits to RCS files with non-trunk default branches. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@313 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-04-27Updated Brazilian translation by Caio Alonsoiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@311 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-04-25zero compression on by defaultiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@310 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-04-15removed unnecessary calculation of the A componentiovar
when performing averaging for the u,v planes git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@309 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-04-15added Russian translation by Женяiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@308 f606c939-3180-4ac9-a4b8-4b8779d57d0a
© All Rights Reserved