diff options
Diffstat (limited to 'qt-recordmydesktop')
-rw-r--r-- | qt-recordmydesktop/ChangeLog | 14 | ||||
-rw-r--r-- | qt-recordmydesktop/configure.ac | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/qt-recordmydesktop/ChangeLog b/qt-recordmydesktop/ChangeLog index 0be980f..03acdd0 100644 --- a/qt-recordmydesktop/ChangeLog +++ b/qt-recordmydesktop/ChangeLog @@ -1,3 +1,17 @@ +/*VERSION 0.3.7*/ +*sv.po: added Swedish translation by Daniel Nylander +*fr.po: Updated French translation from Vincent MERLET +*synced to recordMyDesktop 0.3.7 +*fixed jack ports re-insertion bug. +*fixed cursor type selection bug. +*fixed premature exit problem +(closing of prefs win when main win was hidden) +*replaced all enabled/disabled ComboBoxes with CheckButtons +*added button/dialog for workdir selection +*added shortcuts for common actions +ctr+r,ctr+s,ctr+h,ctr+q,,ctr+p,esc +*other minor bugfixes + /*VERSION 0.3.6*/ *Version *BUMPED* to indicate full compatibility with recordMyDesktop *synced to recordMyDesktop 0.3.6 diff --git a/qt-recordmydesktop/configure.ac b/qt-recordmydesktop/configure.ac index 777e7cd..73a47df 100644 --- a/qt-recordmydesktop/configure.ac +++ b/qt-recordmydesktop/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.59) AC_INIT(src/rmdSimple.py) -AM_INIT_AUTOMAKE(qt-recordmydesktop, 0.3.7-cvs) +AM_INIT_AUTOMAKE(qt-recordmydesktop, 0.3.7) AS_AC_EXPAND(LIBDIR, $libdir) AC_MSG_NOTICE(Storing library files in $LIBDIR) |