summaryrefslogtreecommitdiff
path: root/qt-recordmydesktop/src/rmdTrayIcon.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
2008-11-21updated parameters in the arguments listiovar
to match these of recordMyDesktop 0.3.8 git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@576 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-12-07src/rmdTrayIcon.py: deleted 2 lines of old commentsiovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@469 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-12-06rmdTrayIcon.py: make the interface aware of external changes in state.iovar
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@459 f606c939-3180-4ac9-a4b8-4b8779d57d0a
2007-12-01rmdFrame.py: do not move when hiddeniovar
rmdSimple.py: hide frame when main window is hidden rmdTrayIcon.py: frame option in exec git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@447 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-18rmdMonitor.py: Inherits QDialog now, removed some unneeded show()iovar
calls, added wait for child proccess, removed frame and window members (window not needed as self is now the main widget, frame also unneeded since main widget is no longer a QMainWindow and can get the layout directly).Also closeEvent() is now directly reimplemented. rmdTrayIcon.py:Added exec_ call for rmdMonitor, state now doesn't change before encoding ends. git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@360 f606c939-3180-4ac9-a4b8-4b8779d57d0a
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-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-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-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-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-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