Timeline
11/28/12:
- 15:13 Ticket #218 (Add client idle time as stat/info) created by
- It would be nice to be able to see when a client last sent input to …
- 15:10 Ticket #217 (Expose client hostname as capability/stat/info) created by
- I know there's already uuid, but it would be nice to display hostname …
- 12:36 Changeset in xpra [2156] by
- more client configuration options for encoding (x264 for now): * move …
11/26/12:
- 06:58 Changeset in xpra [2155] by
- prevent latency scale from going lower than 10ms, and make scale label …
- 04:59 Changeset in xpra [2154] by
- server-settings can be large too and that's ok (doesn't change very …
11/19/12:
- 10:23 Changeset in xpra [2153] by
- match class hierarchy change
- 10:19 Changeset in xpra [2152] by
- small java fixes/cleanups
- 10:06 Changeset in xpra [2151] by
- raw keycode for swing, and move cast code to a helper class so we can …
- 09:33 Changeset in xpra [2150] by
- android cannot import awt, so use an intermediary superclass for …
- 09:12 Changeset in xpra [2149] by
- beginning of support for emulated awt keycodes
- 07:47 Changeset in xpra [2148] by
- minor version compat updates: add "platform" and "uuid" caps
- 07:35 Changeset in xpra [2147] by
- old clients may send invalid "screen_sizes", avoid error here
- 07:20 Changeset in xpra [2146] by
- include checkstyle prefs
- 05:44 Changeset in xpra [2145] by
- upstream updates: * alphabetising to reduce divergence with official …
11/18/12:
- 17:19 Changeset in xpra [2144] by
- fix typo
- 10:17 Changeset in xpra [2143] by
- don't error out if symbol is empty
- 10:13 Changeset in xpra [2142] by
- oops: fix try harder mode: entries are tuples
- 10:03 Changeset in xpra [2141] by
- add a "try-harder" mode to translate_keycodes so we use less stringent …
- 10:02 Changeset in xpra [2140] by
- fix: correctly detect when we have modified the keyboard configuration …
- 09:49 Changeset in xpra [2139] by
- remove unused var assignment and clear modifiers before setting keymap …
- 09:35 Changeset in xpra [2138] by
- filter out mapping for unknown keysyms early so we don't end up using …
11/16/12:
- 17:01 Changeset in xpra [2137] by
- old clients do not supply workarea info, so avoid erroring!
- 16:56 Ticket #216 (Cannot see text in menus on SAS - regression) closed by
- fixed: fixed in r2136 - thanks for reporting this!
- 16:56 Changeset in xpra [2136] by
- #216: better to have nonsensical dimensions in some cases than break …
- 16:52 Changeset in xpra [2135] by
- since the geometry is stored and retrieved from BaseWindowModel?, …
- 09:58 Changeset in xpra [2134] by
- update 0.7.4 release files
- 09:55 Ticket #215 (xpra server using 100% CPU when idle -- possible poll() error) closed by
- fixed: fixed in r2133
- 09:55 Changeset in xpra [2133] by
- #215 do not try to start an empty string command, fixes bug with …
11/15/12:
- 20:26 Ticket #216 (Cannot see text in menus on SAS - regression) created by
- On the latest trunk r2131, the text is not visible on SAS windows' …
- 16:15 Ticket #215 (xpra server using 100% CPU when idle -- possible poll() error) created by
- I am running the current trunk (rev 2131), and noticed that my xpra …
- 15:25 Changeset in xpra [2132] by
- client_launcher: don't pass --quality for x264/vpx
11/14/12:
- 16:06 Ticket #214 (keyboard focus troubles on Alt+Tab window switch) created by
- Here is a little but pesky problem with Xpra: In Xpra session, open …
- 10:21 Changeset in xpra [2131] by
- try harder to ensure we never fail to send the damage ack
- 03:21 Ticket #208 (xpra crashes when closing a window in SAS -- possible race) closed by
- fixed: merged a slightly different version in r2127 (and applied to previous …
- 03:20 Changeset in xpra [2130] by
- re-do r2127 / r2128 properly (patch made a mess of it): include …
- 02:51 Changeset in xpra [2129] by
- version bump for 0.7.x
- 02:51 Changeset in xpra [2128] by
- r2127 for old branches: #208 fix crash as windows disappear from …
- 02:42 Changeset in xpra [2127] by
- #208 fix crash as windows disappear from underneath us during the …
11/13/12:
- 16:03 Changeset in xpra [2126] by
- only increase the sequence if we actually use it and only get the …
- 11:06 Changeset in xpra [2125] by
- r2124 for 0.7.x branch: fix osx handling of paths
- 11:04 Changeset in xpra [2124] by
- fix osx handling of relative paths, full paths, etc, all more cleanly
- 10:55 Changeset in xpra [2123] by
- keymap-changed packets are also large, ignore
- 10:14 Ticket #213 (Add --log-file option) created by
- It may be useful to be able to redirect the log file to a different …
- 10:14 Changeset in xpra [2122] by
- use the _been_mapped flag rather than modifying client_properties
- 10:11 Changeset in xpra [2121] by
- only set the workspace on the first map event so the client's window …
- 10:04 Changeset in xpra [2120] by
- conf_path was only used for logs, so rename it to log_path
- 09:39 Changeset in xpra [2119] by
- update 0.7.3 release notes
- 09:37 Changeset in xpra [2118] by
- r2116 for old branches: if an application moves the window from under …
- 09:23 Changeset in xpra [2117] by
- allow mmap transfers for system tray images
- 09:20 Ticket #158 (xpra: mouse position out of sync) closed by
- fixed: fixed in r2116 by resetting the client window location to where we …
- 09:19 Ticket #212 (honour window movements) created by
- since r1089 we honour client triggered window resizes (see #107), we …
- 09:17 Changeset in xpra [2116] by
- #158: if an application moves the window from under us.. just reset it …
- 08:03 Changeset in xpra [2115] by
- add missing argument to resize_window
- 07:30 Changeset in xpra [2114] by
- test case for #158
- 07:04 Changeset in xpra [2113] by
- #208: ensure we invalidate the pixmap when we get a configure event!
- 06:46 Changeset in xpra [2112] by
- use a synced X11 call for screenshot so this won't cause problems for …
- 05:17 Changeset in xpra [2111] by
- if we have to wait for the socket to timeout, tell the user
- 05:14 Changeset in xpra [2110] by
- if we receive xsettings in the old broken format, don't error out the …
- 04:14 Changeset in xpra [2109] by
- updated release notes
- 03:53 Changeset in xpra [2108] by
- typo
11/12/12:
- 17:24 Ticket #211 (Killing xpra requires password) closed by
- invalid: This is by design, the server has no way of knowing if the user …
- 15:31 Ticket #211 (Killing xpra requires password) created by
- Hello, when trying to kill an xpra session that uses a password, the …
- 11:30 Changeset in xpra [2107] by
- ensure we clamp the workspace within the bounds 0 .. …
- 11:14 Changeset in xpra [2106] by
- #170 preserve workspace: works if we ask the window manager to move …
- 10:13 Changeset in xpra [2105] by
- send current buttons state with all mouse events
- 10:09 Changeset in xpra [2104] by
- set more ewmh properties, set _NET_CURRENT_DESKTOP to 0, set …
- 10:07 Changeset in xpra [2103] by
- remove support for old, network-unsafe xsettings binary format
- 09:56 Changeset in xpra [2102] by
- implement _NET_WORKAREA server-side: pick the area common to all …
- 09:30 Changeset in xpra [2101] by
- record each client's screen sizes in their server-source
- 09:29 Changeset in xpra [2100] by
- expose client's _NET_WORKAREA as part of "screen-sizes" capability and …
- 08:55 Changeset in xpra [2099] by
- remove support for old, network-unsafe xsettings binary format
- 08:49 Changeset in xpra [2098] by
- fix send_windows_and_cursors to know about tray windows, and ensure we …
- 07:05 Ticket #210 (avoid client server loops) created by
- At the moment, there is nothing stopping someone from doing something …
11/11/12:
- 18:04 Changeset in xpra [2097] by
- #77 client side part: * default gtk.StatusIcon? based implementation in …
- 16:53 Changeset in xpra [2096] by
- whitespace
- 16:52 Changeset in xpra [2095] by
- whitespace
- 16:41 Changeset in xpra [2094] by
- #77: server side part: * new "system-tray" config and command line …
- 16:29 Changeset in xpra [2093] by
- whitespace cleanup
- 12:22 Changeset in xpra [2092] by
- * add ability to set a window property(ies) as an X11 visual from a …
- 09:51 Ticket #209 (Starting Xpra when blackbox is running crashes Xpra) created by
- Hello, I've tried starting a Xpra session but Blackbox was already …
- 09:48 Changeset in xpra [2091] by
- the geometry signal is only defined for WindowModel?, so move …
- 09:41 Changeset in xpra [2090] by
- killing windows/processes is dangerous: add warning and refuse to kill …
- 09:29 Ticket #205 (better cursor forwarding using cursor_name and/or pixel data) closed by
- fixed
- 09:29 Ticket #189 (Mouse cursor is tiny) closed by
- needinfo: not heard back
- 09:27 Ticket #204 (GHS Multi Freezes when using it with Xpra) closed by
- needinfo
11/10/12:
- 15:05 Changeset in xpra [2089] by
- ensure we always clean all our hooks and references, even when we get …
- 11:47 Changeset in xpra [2088] by
- try to name all the windows we end up creating so we can more easily …
- 11:47 Changeset in xpra [2087] by
- try to name all the windows we end up creating so we can more easily …
- 09:57 Changeset in xpra [2086] by
- ignore empty strings
- 09:34 Changeset in xpra [2085] by
- add error name to XError
- 08:58 Changeset in xpra [2084] by
- allow us to debug certain X11 events via an environment variable …
- 08:42 Changeset in xpra [2083] by
- add new X11 functions for doing system-tray reparenting: * XSync == …
- 08:34 Changeset in xpra [2082] by
- check for colormap before trying to extract the pixbuf, and add …
- 08:30 Changeset in xpra [2081] by
- remove redundant check
- 08:30 Changeset in xpra [2080] by
- cleaner code: let the client_window take care of cancelling the …
- 08:27 Changeset in xpra [2079] by
- if we end up not managing a window, then make sure we stop receiving …
11/09/12:
- 17:52 Ticket #208 (xpra crashes when closing a window in SAS -- possible race) created by
- I've come across a bug in xpra 0.7.2 running on SLES 11. When I close …
- 11:14 Changeset in xpra [2078] by
- adds XButtonEvent structure, sendClick for using it and …
11/08/12:
- 06:07 Changeset in xpra [2077] by
- allow users to specify the username to connect to with ssh mode
- 05:37 Changeset in xpra [2076] by
- 0.7.3 version bump
- 05:29 Changeset in xpra [2075] by
- r2065 for 0.7.x branch: fix aspect ratio hint code (and simplify all …
- 05:28 Changeset in xpra [2074] by
- avoid error when we destroy a window whilst we try to give it focus
- 05:26 Changeset in xpra [2073] by
- r2072 for 0.7.x branch: avoid crashing if XKeysymToString returns NULL
11/07/12:
- 18:17 Ticket #207 (xpra over ssh X11 forwarding crashes) closed by
- fixed: fixed in r2072 - will backport
- 18:17 Changeset in xpra [2072] by
- avoid crashing if XKeysymToString returns NULL
- 18:11 Ticket #207 (xpra over ssh X11 forwarding crashes) created by
- Instead of using xpra's ssh mode, first connect to the server with …
- 17:51 Changeset in xpra [2071] by
- also sanitize min_aspect_ratio and max_aspect_ratio
- 17:50 Changeset in xpra [2070] by
- expose X11 gravity - we may use it one day
- 17:49 Changeset in xpra [2069] by
- we give focus via idle_add, the problem with that is that the window …
- 17:48 Changeset in xpra [2068] by
- ignore 1 pixel window dimension differences (can easily happen with …
- 17:30 Changeset in xpra [2067] by
- if the connection is a socket, show the filename
- 17:30 Changeset in xpra [2066] by
- expose aspect ratio float values as "[min|max]imum-aspect"
- 17:25 Changeset in xpra [2065] by
- fix aspect ratio hint code (and simplify all hint code)
- 13:15 Changeset in xpra [2064] by
- if we find a socket in "unknown" state when starting a server, give it …
- 10:10 Changeset in xpra [2063] by
- cannot remove something that is not there!
- 09:47 Changeset in xpra [2062] by
- * take batching into account for choosing the best encoding: use …
- 09:45 Changeset in xpra [2061] by
- use unclipped min delay values in calculations and undo r2055
- 09:42 Changeset in xpra [2060] by
- avoid a very unlikely race in video cleanup code
- 09:16 Changeset in xpra [2059] by
- update v0.7.2 release notes
- 09:14 Changeset in xpra [2058] by
- r2053 for 0.7.x branch: get_best_encoding takes window dimensions, not …
- 09:13 Changeset in xpra [2057] by
- r2056 for old branches: fix sanitization of aspect ratio hints
- 09:08 Changeset in xpra [2056] by
- fix sanitization of aspect ratio hints (ie: fixes mplayer) and be more …
- 08:00 Changeset in xpra [2055] by
- reduce weight of target latencies: varies too widely according to host …
- 07:59 Changeset in xpra [2054] by
- if we find "unknown" sessions, re-probe them for 5 seconds and delete …
11/06/12:
- 11:08 Changeset in xpra [2053] by
- get_best_encoding takes window dimensions, not damage dimensions
- 09:47 Changeset in xpra [2052] by
- run Xvfb in a new session so it won't receive C and we make sure we …
- 08:47 Changeset in xpra [2051] by
- remove unused code
- 08:18 Changeset in xpra [2050] by
- if we try to connect to a socket after it is created with bind() but …
- 07:41 Changeset in xpra [2049] by
- remove redundant log info message
- 05:56 Changeset in xpra [2048] by
- r2047 for 0.7.x branch: ensure expire_timer is always initialized
- 05:53 Changeset in xpra [2047] by
- ensure expire_timer var is always initialized (was causing a bug when …
- 05:40 Changeset in xpra [2046] by
- #204: honour modal window flag
11/05/12:
- 13:14 Changeset in xpra [2045] by
- remove debug
- 09:39 Changeset in xpra [2044] by
- ebuild fixes: * vpx use flag * webp use flag + small tweaks
- 07:49 Ticket #206 (Changeset 2020 switched off webp support?) closed by
- fixed: Good catch - thanks! Reverted in r2043, I was using this for testing …
- 07:48 Changeset in xpra [2043] by
- #206 undo part of r2020 to restore webp support
- 07:46 Ticket #206 (Changeset 2020 switched off webp support?) created by
- Is it correct that r2020 switches off webp support? In Line 57 […]
11/04/12:
- 15:23 Changeset in xpra [2042] by
- set a better default size for byte buffer
- 15:10 Changeset in xpra [2041] by
- ebuild updates: * go back to version without patch level for src …
- 15:09 Changeset in xpra [2040] by
- add a "--without-server" distutils option, detect at runtime if the …
- 11:08 Changeset in xpra [2039] by
- update 0.7.2 release notes
- 11:03 Changeset in xpra [2038] by
- r2032 for 0.7.x branch: set the flag early so we can avoid errors in …
- 11:03 Changeset in xpra [2037] by
- r2029 for 0.7.x branch: #203: run ssh in its own session using os.setsid
- 11:03 Changeset in xpra [2036] by
- r2028 for 0.7.x branch: reduce default memory usage of Xdummy
- 10:57 Ticket #192 (mouse cursor shown as 'X' in some applications.) closed by
- fixed: fixed in r2035 (see changeset for details)
- 10:57 Changeset in xpra [2035] by
- #192: fix default cursor: * detect the current default cursor on start …
11/03/12:
- 14:13 Changeset in xpra [2034] by
- don't show xpra client version in info mode (redundant)
- 14:07 Changeset in xpra [2033] by
- raw_window_icons: * move metadata code to server_source (except for …
- 13:59 Changeset in xpra [2032] by
- set the flag early so we can avoid errors in do_wimpiggy_unmap_event
- 11:06 Changeset in xpra [2031] by
- move icon code to make_window_icon so server does not need to know …
- 10:58 Ticket #203 (SSH is killed on Control-C detaching) closed by
- fixed
- 08:48 Changeset in xpra [2030] by
- #205: support named cursors: send the cursor name and only fallback to …
- 07:46 Ticket #205 (better cursor forwarding using cursor_name and/or pixel data) created by
- This may also fix: * #189 * #192 We can just add a dependency on …
- 07:19 Changeset in xpra [2029] by
- #203: run ssh in its own session using os.setsid
- 05:50 Changeset in xpra [2028] by
- reduce default memory usage of Xdummy to more reasonable levels …
- 05:38 Changeset in xpra [2027] by
- stub support for opengl on win32 - and updated md5 for manifest file!??
- 05:03 Changeset in xpra [2026] by
- format as a regular test with a main method
- 05:02 Changeset in xpra [2025] by
- don't hardcode "/SILENT", instead just pass arguments to this script …
- 03:57 Ticket #204 (GHS Multi Freezes when using it with Xpra) created by
- This occurs when using a proprietary piece of software called …
11/02/12:
- 23:48 Ticket #203 (SSH is killed on Control-C detaching) created by
- Please don't kill SSH when detaching on Ctrl+C signal. SSH have a …
- 03:40 Changeset in xpra [2024] by
- simple GL init test
Note: See TracTimeline
for information about the timeline view.