Changeset 148 in xpra
- Timestamp:
- 08/31/11 21:21:25 (21 months ago)
- Location:
- trunk
- Files:
-
- 6 edited
-
debian/changelog (modified) (2 diffs)
-
src/NEWS (modified) (2 diffs)
-
src/parti/__init__.py (modified) (1 diff)
-
src/wimpiggy/__init__.py (modified) (1 diff)
-
src/xpra.spec (modified) (1 diff)
-
src/xpra/__init__.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/debian/changelog
r147 r148 1 xpra (0.0.7.25-1) UNRELEASED; urgency=low 2 3 * Use xmodmap to grab the exact keymap, this should ensure all keys are mapped correctly 4 * Reset modifiers whenever we gain or lose focus, or when the keymap changes 5 6 -- Antoine Martin <antoine@nagafix.co.uk> Wed, 31 Aug 2011 19:26:34 +0700 7 1 8 xpra (0.0.7.24-1) UNRELEASED; urgency=low 2 9 … … 4 11 * Keyboard fixes for AltGr and special keys for non Unix-like clients 5 12 6 -- Antoine Martin <antoine@nagafix.co.uk> Wed, 31 Aug 2011 19:26:34 +070013 -- Antoine Martin <antoine@nagafix.co.uk> Mon, 15 Aug 2011 15:10:22 +0200 7 14 8 15 xpra (0.0.7.23-2) UNRELEASED; urgency=low -
trunk/src/NEWS
r56 r148 1 v0.0.7.25 (2011-08-31) 2 ====================== 3 -- Proper keymap and modifiers support 4 5 1 6 v0.0.7.21 (2011-05-24) 2 ================== 7 ====================== 3 8 New features: 4 9 -- Adaptive JPEG mode (bandwidth constrained) … … 8 13 9 14 v0.0.7.16 (2010-08-25) 10 ================== 15 ====================== 11 16 Lots of new features and options. 12 17 -- Password file support -
trunk/src/parti/__init__.py
r126 r148 7 7 pygtk.require('2.0') 8 8 9 __version__ = "0.0.7.2 4"9 __version__ = "0.0.7.25" 10 10 import wimpiggy 11 11 assert wimpiggy.__version__ == __version__ -
trunk/src/wimpiggy/__init__.py
r126 r148 7 7 pygtk.require('2.0') 8 8 9 __version__ = "0.0.7.2 4"9 __version__ = "0.0.7.25" 10 10 svn_revision="unknown" -
trunk/src/xpra.spec
r147 r148 39 39 40 40 %changelog 41 * Wed Aug 31 2011 Antoine Martin <antoine@nagafix.co.uk> 0.0.7.24-1 41 * Wed Aug 31 2011 Antoine Martin <antoine@nagafix.co.uk> 0.0.7.25-1 42 - Use xmodmap to grab the exact keymap, this should ensure all keys are mapped correctly 43 - Reset modifiers whenever we gain or lose focus, or when the keymap changes 44 45 * Mon Aug 15 2011 Antoine Martin <antoine@nagafix.co.uk> 0.0.7.24-1 42 46 - Use raw keycodes whenever possible, should fix keymapping issues for all Unix-like clients 43 47 - Keyboard fixes for AltGr and special keys for non Unix-like clients -
trunk/src/xpra/__init__.py
r126 r148 7 7 pygtk.require('2.0') 8 8 9 __version__ = "0.0.7.2 4"9 __version__ = "0.0.7.25" 10 10 import wimpiggy 11 11 assert wimpiggy.__version__ == __version__
Note: See TracChangeset
for help on using the changeset viewer.