summaryrefslogtreecommitdiff
path: root/qt-recordmydesktop/src/rmdPrefsWidget.py
AgeCommit message (Collapse)Author
2020-07-11*: drop {gtk,qt}-recordmydesktop subdirsVito Caputo
This restores the recordmydesktop/ subdir as root from the mirror I cloned by fork from. I have no particular interest in the gtk/qt frontends and it doesn't appear they were part of a single tree in the past. But I will probably preserve backwards compatibility of the cli so they can continue to work with this fork installed.
2008-11-22Changed qt-recordMyDesktop's license to GPL version 3 (or later).iovar
All license headers have been changed to reflect this change and COPYING.gpl3 has been added with the full text of the license. Also, the previous record/pause/stop icons and their source svg's have been removed and replaced with equivalents from the Oxygen project, provided under the GNU-LGPL version 3 (or later). COPYING.lgpl3 and COPYING.icons have been added to provide the neccessary information. Makefile.am and src/Makefile.am have been modified to reflect this change in the project files. Version changed in configure.ac, to 0.3.8-cvs git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@578 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-12-07rmdPrefsWidget.py: added some horizontal spacing among elementsiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@471 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-12-07moved shortcuts from __init__ to __register_shortcuts__iovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@462 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-12-06rmdPrefsWidget.py, rmdSimple.py: added a couple more shortcutsiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@461 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-12-04rmdPrefsWidget.py, rmdSimple.py: added shortcuts for actionsiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@456 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-12-04rmdPrefsWidget.py: added dialog for workdir selectioniovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@455 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-12-02rmdPrefsWidget.py: fixed layout of advanced windowiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@451 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-12-01qt-recordMyDesktop.in: fix premature program exitiovar
rmdPrefsWidget.py: changed all binary combo boxes to checkboxes git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@450 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-12-01rmdPrefsWidget.py: changed title of advanced windowiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@449 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-11-21rmdPrefsWidget.py: fix cursor selection bugiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@438 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-11-12rmdPrefsWidget.py: fixed jack ports re-insertion bug.iovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@428 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-11-12rmdPrefsWidget.py: changed frequency threshold to 0-48000iovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@427 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-08-09rmdConfig.py.in, rmdFrame.py, rmdPrefsWidget.py,iovar
rmdSelectThumb.py, rmdSimple.py, rmdStrings.py, rmdTrayIcon.py : Added follow mouse option in the Preferences Widget and all relevant functionality ( save/load , defaults, string/tooltip). Also added moveFrame method so that the frame can follow the mouse. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@406 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-07-08rmdConfig.py.in, rmdPrefsWidget.py, rmdSimple.py,iovar
rmdStrings.py, rmdTrayIcon.py: made area resting after every capture optional. The area is also saved in the options file, if reseting is disabled. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@376 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-06-18rmdPrefsWidget.py: added check to prevent jack_lsp warning stringsiovar
to be inserted as jack ports. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@362 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-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-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
© All Rights Reserved