Timeline
10/15/18:
- 16:59 Changeset in xpra [20686] by
- #1988: zip up more modules and remove some test data and source files
- 16:10 Changeset in xpra [20685] by
- #1988: zip up OpenGL module
- 15:37 Changeset in xpra [20684] by
- force rebuild on CentOS 7.x
- 10:28 Ticket #1988 (zip up large libraries in binary installers) created by
- The MS Windows and MacOS installers contain exploded OpenGL libraries, …
- 05:20 Changeset in xpra [20683] by
- it can take longer for the client to exit when under heavy load - no …
- 05:04 Changeset in xpra [20682] by
- use xpra.org email
10/14/18:
- 19:13 Versions/PendingFixes edited by
- (diff)
- 19:03 Ticket #1987 (codec failure in windows 32-bit unit tests) created by
- The only 32-bit builds that do not crash during the unit tests are the …
- 17:56 Changeset in xpra [20681] by
- cython 0.29
- 17:47 Changeset in xpra [20680] by
- version bump
- 17:43 Changeset in xpra [20679] by
- r20678 backport: avoid server video encoding warnings when starting …
- 17:41 Changeset in xpra [20678] by
- we no longer re-init the video helper, no need for this code
- 17:41 Changeset in xpra [20677] by
- better debug logging
- 17:01 Ticket #1986 (lz4 packaging fix for macos) created by
- Currently requires manual patching. We either have to bundle another …
- 16:41 Changeset in xpra [20676] by
- make sure we always bundle lz4
- 16:04 Changeset in xpra [20675] by
- fixup r20670: other platforms call the launcher from this script
- 13:03 Changeset in xpra [20674] by
- tag 2.4
- 12:58 Milestone 2.4 completed
- Priorities: * GUI: #1342, #1646, #1796, #1343 * HTML5: #1788, #1816, …
- 12:56 Changeset in xpra [20673] by
- don't reformat the webp output if we can just decompress it into a …
- 07:38 Changeset in xpra [20672] by
- #1762: macos calls 'xpra launcher /path/to/thefile.xpra' but this ends …
- 07:11 Changeset in xpra [20671] by
- debug logging fix
- 06:38 Changeset in xpra [20670] by
- #1762: MacOS pain: refactor open-URL and open-file magic so that the …
10/13/18:
- 08:28 Ticket #1787 (2.4 moduleset updates) closed by
- fixed: For 2.5, see #1985
- 08:27 Ticket #1985 (2.5 moduleset updates) created by
- See #1787 for 2.4, and pull from https://github.com/GNOME/gtk-osx …
- 08:26 Ticket #1898 (Bad keyboard mapping - French and Belgian layout - Some bad special ...) closed by
- worksforme
- 08:04 Changeset in xpra [20669] by
- #1762 show the default GUI, the user can get to the launcher from …
- 07:52 Changeset in xpra [20668] by
- add release notes
- 07:45 News edited by
- (diff)
10/12/18:
- 14:39 Changeset in xpra [20667] by
- r20666 backport: fix typo causing exception in error handler
- 14:39 Ticket #1982 (log format error in server_util.py) closed by
- fixed: Thanks, applied in r20666.
- 14:39 Changeset in xpra [20666] by
- #1982: fix typo
- 14:12 Ticket #1984 (better desktop mode integration into the X11 server) created by
- Just like tigervnc does, we could link against Xorg and hook directly …
- 14:06 Ticket #1983 (drop support for legacy info) created by
- We should always use structured info requests and avoid messy fallback …
- 13:56 Changeset in xpra [20665] by
- accumulate speed and quality values in global statistics so we don't …
- 13:53 Changeset in xpra [20664] by
- fixup r20642 (grep missed two on one line)
- 10:16 Ticket #1982 (log format error in server_util.py) created by
- there's an error in the log format on line 295 of server_util.py …
- 07:11 Changeset in xpra [20663] by
- r20659 backport: don't lose webp colourspace capability when …
10/11/18:
- 10:52 Changeset in xpra [20662] by
- fix python3 printing: convert byte keys to strings
- 09:56 Changeset in xpra [20661] by
- oops: remove debug
- 09:35 Changeset in xpra [20660] by
- use typedict so we can use stronger accessor functions and not worry …
- 09:35 Changeset in xpra [20659] by
- preserve webp csc modes when sending window-specific full list
- 09:31 Changeset in xpra [20658] by
- py3k cython language_level pain: those are bytes
- 08:36 Changeset in xpra [20657] by
- more correct icc message
- 08:31 Changeset in xpra [20656] by
- fix multi-client icc skip-setup log message
- 08:18 Changeset in xpra [20655] by
- r20650 backport: log window manager name
- 08:18 Changeset in xpra [20654] by
- r20651 backport: log actual dpi
- 08:13 Changeset in xpra [20653] by
- don't assign variables we don't use - log dpi caps
- 08:07 Changeset in xpra [20652] by
- use screen logger for dpi, antialias and cursor bits
- 06:32 Changeset in xpra [20651] by
- log actual dpi, show wanted dpi at debug level
10/10/18:
- 13:17 Changeset in xpra [20650] by
- log window manager name
- 13:12 Changeset in xpra [20649] by
- don't show the DPI warning with desktop servers
- 11:03 Changeset in xpra [20648] by
- the connect_test_response must be a string, use a stronger / safer …
- 10:56 Changeset in xpra [20647] by
- make the method more consistent: always return a boolean
- 10:29 Changeset in xpra [20646] by
- add another exception type that is equivallent to 'closed'
- 09:54 Changeset in xpra [20645] by
- python-websocket-client 0.53.0
- 09:03 Changeset in xpra [20644] by
- fix raising exception syntax
- 08:14 Changeset in xpra [20643] by
- fix test for presence of xclip command
- 07:41 Ticket #1974 (UnmapNotify being called incorrectly) closed by
- fixed: Great work. Yes, the fix in r20637 works perfectly with both the test …
- 07:41 Changeset in xpra [20642] by
- make sure all our calls to struct use byte strings: fixes runtime …
- 06:59 Changeset in xpra [20641] by
- pillow 5.3.0
- 06:58 Changeset in xpra [20640] by
- pillow 5.3.0
- 06:18 Changeset in xpra [20639] by
- r20614 backport: don't try to use unix-domain sockets on win32, which …
- 06:17 Changeset in xpra [20638] by
- r20637 backport: ensure we don't lose MapRequest? events because of …
- 05:47 Changeset in xpra [20637] by
- #1974: make sure we don't miss MapRequest? events
- 05:41 Changeset in xpra [20636] by
- log wmhints, which may be none
10/09/18:
- 18:51 Ticket #1912 (switch for bandwidth detection) closed by
- fixed: Noted and closing.
- 18:50 Ticket #1934 (improved window filters: recursion, etc) closed by
- fixed: I've played around with this a little further and think it's a …
- 17:49 Ticket #1762 (default gui) closed by
- fixed: Very nice. Noted and closing.
- 14:52 Changeset in xpra [20635] by
- unit tests should not try to use tty input
- 12:50 Changeset in xpra [20634] by
- overwrite the "Xpra" script generated by py2app
- 12:29 Changeset in xpra [20633] by
- #1762 launch main
- 11:32 Changeset in xpra [20632] by
- #1762: use the new GUI from the installer and from the menu
- 11:24 Changeset in xpra [20631] by
- silence errors when we try to delete directories (many of the …
- 11:22 Changeset in xpra [20630] by
- #1762: macos packaging
- 11:06 Changeset in xpra [20629] by
- #1762: debian deps
- 11:06 Changeset in xpra [20628] by
- #1762: rpm deps
- 11:04 Changeset in xpra [20627] by
- #1762: show default gui instead of launcher
- 10:58 Changeset in xpra [20626] by
- don't ship empty source directories
- 10:51 Changeset in xpra [20625] by
- win32 fixes: check for sub-module as python3 sees an empty directory …
- 10:27 Changeset in xpra [20624] by
- fixup table size (no of rows comes first..), use a smaller window size …
- 10:03 Changeset in xpra [20623] by
- #1762: launch feedback: use hourglass cursor until we see a window or …
- 09:46 Changeset in xpra [20622] by
- when we have records to show, let the window size itself - make sure …
- 09:40 Changeset in xpra [20621] by
- bigger default size
- 09:28 Changeset in xpra [20620] by
- alignment tweak
- 09:21 Changeset in xpra [20619] by
- #1762: support starting desktop sessions
- 05:15 Changeset in xpra [20618] by
- #1762: move to common location so this is available without client or …
- 05:13 Changeset in xpra [20617] by
- #1762: add start session support (seamless only)
10/08/18:
- 15:24 Changeset in xpra [20616] by
- update copyright date
- 14:34 Changeset in xpra [20615] by
- if mdns is not available, use 'sessions' subcommand
- 14:30 Changeset in xpra [20614] by
- win32 doesn't support unix-domain sockets: don't try to use them, …
- 14:04 Ticket #1981 (xpra under unity with opengl=no is unresponsive) closed by
- invalid: I'm closing this as invalid, the bug is in Ubuntu unity / packaging.
- 13:48 Changeset in xpra [20613] by
- #1762: start a new 'gui' subcommand when no arguments are given, and …
- 09:49 Changeset in xpra [20612] by
- rename status to category (there is something called status, …
- 09:47 Ticket #406 (fix appindicator so we can use it for forwarding system trays) closed by
- wontfix: That thing is best forgotten. Most of the Ubuntu wiki pages lead to …
- 09:09 Changeset in xpra [20611] by
- oops: APPLICATION_STATUS evaluates to False, so we must explicitly …
- 08:50 Changeset in xpra [20610] by
- newer python3 versions have moved things around
10/07/18:
- 13:54 Ticket #1981 (xpra under unity with opengl=no is unresponsive) created by
- Hi, as discussed in …
10/06/18:
- 14:29 Ticket #1980 (Java Menu Stays on top of all other windows) closed by
- fixed: Perfect, tested on r20608 and this solves the problem from my side at …
- 13:41 Changeset in xpra [20609] by
- #1980 / undo parts of r12645: when deciding if we should ungrab, check …
- 13:31 Changeset in xpra [20608] by
- #1980: force grab for Java's OR windows
- 12:57 Changeset in xpra [20607] by
- cleaner timer cleanup code, call superclass for default behaviour
- 11:55 Changeset in xpra [20606] by
- unused imports
- 11:34 Changeset in xpra [20605] by
- better grab debug logging: always use the client method for ungrabbing …
10/05/18:
- 18:20 Changeset in xpra [20604] by
- #1817: clean things up when we lose connection or when the connection …
- 08:37 Ticket #1980 (Java Menu Stays on top of all other windows) created by
- Server on Centos7 r20582 Client Python on Windows r20582 Can't …
10/04/18:
- 13:52 Ticket #1788 (2.4 html5 updates) closed by
- fixed: Will follow up in #1979
- 13:51 Ticket #1979 (2.5 html5 updates) created by
- (was #1788 for 2.4) Changelog: log/xpra/trunk/src/html5
- 13:48 Ticket #1817 (html5 toolbar improvements) closed by
- fixed: * very basic session info added in r20600 * very basic bug report tool …
- 13:46 Ticket #1978 (html toolbar improvements) created by
- Same as #1817 but for 3.0: * more complete session info window (packet …
- 13:43 Changeset in xpra [20603] by
- #1817: add basic bug report tool
- 13:43 Changeset in xpra [20602] by
- split decoding and handling, so we can have more helpful error logging
- 13:42 Changeset in xpra [20601] by
- avoid None values
- 08:06 Changeset in xpra [20600] by
- #1817: basic session-info
- 07:54 Changeset in xpra [20599] by
- make it easier to figure out what part of the data is invalid: show it
- 07:53 Changeset in xpra [20598] by
- even the bencoder can now handle unicode, so don't log warnings when …
- 07:53 Changeset in xpra [20597] by
- expose values as regular integers, don't expose floats as this breaks …
10/03/18:
- 09:26 Ticket #1977 (GTK4) created by
- Assuming that we don't jump ship by then (#1995, the python3 / gtk3 …
- 09:09 Changeset in xpra [20596] by
- use a notification to warn the user when the dpi is not correct
- 08:08 Changeset in xpra [20595] by
- avoid unnecessary window resizing
- 07:50 Ticket #1975 (Java Window Drift) closed by
-
wontfix:
-d geometry,metadata
log output (edited): * window created and … - 07:26 Changeset in xpra [20594] by
- #1975: make it possible to disable the frame-extents feature via env …
- 06:22 Ticket #1976 (client side can't click on anything) created by
- […] Server side is 2.4-20180926r20530-1 Using …
10/02/18:
- 18:21 Ticket #1975 (Java Window Drift) created by
- Server on Centos7 r20582 Client both Python and HTML on Windows r20582 …
- 16:13 Ticket #1973 (IE11 Support) closed by
- fixed: Good catch, done in r20593.
- 16:13 Changeset in xpra [20593] by
- #1973: remove IE workarounds, the one in es6-shim.js actually works
- 15:29 Changeset in xpra [20592] by
- #1973: add copyright, fixup IE console workaround
- 12:40 Ticket #1974 (UnmapNotify being called incorrectly) created by
- Server on Centos7 r20582 Client both Python and HTML on Windows r20582 …
- 07:51 Ticket #1971 (copy to clipboard on server -> empty on client) closed by
- fixed: Turns out that the bug is not in the clipboard code, it's a bug in the …
- 07:36 Changeset in xpra [20591] by
- version bump + update release notes
- 07:31 Changeset in xpra [20590] by
- r20411 + r20412 backport: better clipboard sanitization code and logging
- 07:29 Changeset in xpra [20589] by
- fixup r20372 + r20510 backport: missed image_cache and fallback value
- 07:07 Changeset in xpra [20588] by
- r20575 + r20576 + r20581: AltGr? browser and platform workarounds
- 07:05 Changeset in xpra [20587] by
- r20573 backport: try harder to unpress the same key that was pressed before
- 07:03 Changeset in xpra [20586] by
- r20582 backport: fix sync-xvfb making all windows unresponsive
- 07:02 Changeset in xpra [20585] by
- r20577 backport: fix connection errors with bencoder and missing hostname
- 06:46 Changeset in xpra [20584] by
- oops: missed from r20583
- 06:42 Changeset in xpra [20583] by
- #1973: use polyfill for ecma6 functions that are missing in IE, switch …
10/01/18:
- 19:12 Ticket #1973 (IE11 Support) created by
- @Antoine Looks like I'm a little late on this as I think you've …
- 17:37 Ticket #1972 (UI switch for bandwidth-detection) created by
- Follow up from ticket:1912#comment:2 : It would be nice to add a …
- 15:21 Ticket #1971 (copy to clipboard on server -> empty on client) created by
- Hello... Ubuntu Server 16.04 Xpra 2.3.4-r20525-1 Windows 7 Client …
- 11:47 Ticket #1968 (sync-vfb makes windows unresponsive) closed by
- fixed: This regression was caused by r16702 and is fixed in r20582.
- 11:46 Changeset in xpra [20582] by
- #1968: namedtuple cannot have '-' in its name, this caused the overlay …
- 09:31 Changeset in xpra [20581] by
- #1898: fixup keyname before we test for Alt_R (IE reports wrong keyname..)
- 08:53 Changeset in xpra [20580] by
- IE is retarted: needs polyfill for Array.from and replace includes() …
- 08:52 Changeset in xpra [20579] by
- make it possible to disable 'accept-encoding' compression using env var
- 08:25 Changeset in xpra [20578] by
- remove debug logging
- 07:48 Changeset in xpra [20577] by
- avoid None values, those can cause errors with the bencoder
- 07:24 Changeset in xpra [20576] by
- #1898: on windows (ie: with Firefox), we may not get the 'AltGraph?' …
- 06:26 Changeset in xpra [20575] by
- #1898: keep track of AltGr? state and send the appropriate modifier …
- 05:09 Changeset in xpra [20574] by
- sort countries alphabetically
09/30/18:
- 12:15 Changeset in xpra [20573] by
- #1898: keep track of translations used for each client keycode, so we …
- 11:18 Changeset in xpra [20572] by
- #1970: install the exact versions we want, don't upgrade them
- 09:54 Changeset in xpra [20571] by
- show the mismatched values
- 08:19 Ticket #1970 (pyopengl with python 3.7 on win32: constructFunction error) created by
- As reported on the mailing list here: …
- 08:14 Ticket #1969 (honour client min window size) created by
- windows with a title bar have a minimum size on win32, we should tell …
- 07:36 Changeset in xpra [20570] by
- r20523 backport: fix notifications title line getting cropped
- 07:36 Changeset in xpra [20569] by
- r20532 backport: use utf8 to send logging packet strings - that's what …
- 07:35 Changeset in xpra [20568] by
- r20538 backport (and more): updated logging parsing, handle decoding …
- 07:33 Changeset in xpra [20567] by
- cleanup LoadImage? backport
- 07:25 Changeset in xpra [20566] by
- fixup r20484 backport: patch made a mess of things
- 07:24 Changeset in xpra [20565] by
- r20486 backport: support CUDA 10 and volta cards
- 07:19 Changeset in xpra [20564] by
- r20479 backport: make proxy honour passwords specified in connection …
- 07:18 Changeset in xpra [20563] by
- r20450 backport: fix potential file descriptor leak
- 07:16 Changeset in xpra [20562] by
- r20444 backport: fix test race condition
- 07:15 Changeset in xpra [20561] by
- r20424 backport: fedora 29 compatibility
- 07:14 Changeset in xpra [20560] by
- r20426 backport: we need dummy to run the tests
- 07:07 Changeset in xpra [20559] by
- r20414 backport: prevent repeated clipboard warnings
- 07:05 Changeset in xpra [20558] by
- r20406 backport: add missing swap-keys command line option
- 07:04 Changeset in xpra [20557] by
- remove yakkety, add bionic and buster + r20400 backport
- 06:53 Changeset in xpra [20556] by
- r20381 backport: motif wm hints parsing fixes
- 06:50 Changeset in xpra [20555] by
- r20541 backport: clear content offset so older window contents can't …
- 06:45 Changeset in xpra [20554] by
- r20542 backport: ensure that offsets are never negative, so we always …
09/29/18:
- 06:34 Changeset in xpra [20553] by
- fixup tests: mixin needs a uuid to do its job
- 05:52 Changeset in xpra [20552] by
- numpy 1.15.2
- 05:50 Changeset in xpra [20551] by
- we have to handle unicode in bencoder now that language_level=3 will …
- 05:47 Changeset in xpra [20550] by
- we can't have None values in xpra info (bencoder would choke)
- 05:46 Changeset in xpra [20549] by
- info errors should not be fatal and cause connections to fail
- 05:28 Changeset in xpra [20548] by
- #1934: filters are common to all sources so expose them at the top …
- 04:54 Changeset in xpra [20547] by
- don't overrule the default-on setting for video
- 04:32 Changeset in xpra [20546] by
- remove unused loggers
- 04:29 Changeset in xpra [20545] by
- remove unused loggers
- 03:58 Changeset in xpra [20544] by
- make it consistent and strip 'L' from xid for desktop servers too
09/28/18:
- 18:27 Changeset in xpra [20543] by
- #1934: add 'filters' debug logger
- 16:31 Changeset in xpra [20542] by
- #1967: ensure that offsets are never negative, so we always get to see …
- 16:29 Changeset in xpra [20541] by
- #1967: clear content offset so older window contents can't linger there
- 08:06 Changeset in xpra [20540] by
- r20523 backport: fix notifications title line getting cropped
- 08:04 Changeset in xpra [20539] by
- r20532 backport: use utf8 to send logging packet strings - that's what …
- 08:03 Changeset in xpra [20538] by
- r20533 backport: handle log message decoding errors
- 08:02 Changeset in xpra [20537] by
- r20535 backport: warning is meant to show the invalid frame extent value
09/27/18:
- 04:47 Changeset in xpra [20536] by
- remove redundant code: the uuid is already set in client base
- 03:08 Ticket #1870 (Key Mapping Problem) closed by
- fixed: > Keyboard now works as expected =) woohoo! =) Closing. > I've had to …
- 03:06 Ticket #1968 (sync-vfb makes windows unresponsive) created by
- As reported in ticket:1870#comment:7: I've had to remove …
09/26/18:
- 13:05 Changeset in xpra [20535] by
- #1279: don't truncate the value before we log the warning
- 13:01 Ticket #1964 (proxy receives connection-lost) closed by
- needinfo
- 05:38 Changeset in xpra [20534] by
- fixup r20533: don't lose the space
- 05:08 Changeset in xpra [20533] by
- handle log message decoding errors
- 05:06 Changeset in xpra [20532] by
- use utf8 to send logging packet strings - that's what the server expects
- 03:32 Changeset in xpra [20531] by
- update to gtk-mac-integration 2.1.3 so we can drop the patches
09/25/18:
- 18:48 Ticket #1902 (can not type "less than" character (<) in HTML5 client) closed by
- fixed: Tested this with Firefox (61) and Chrome (69) in Fedora 28 and Windows …
- 17:56 Changeset in xpra [20530] by
- #1870: use the new level-aware keycode matching code for non-native maps
- 12:27 Changeset in xpra [20529] by
- make sure the tests don't try to wait for input
- 11:58 Changeset in xpra [20528] by
- on win32, we need SYSTEMROOT or python fails with random number …
- 10:25 Changeset in xpra [20527] by
- on win32, we can't re-open the temp file
- 07:40 Changeset in xpra [20526] by
- make it possible to override the default list of scaling options
- 06:58 Ticket #1892 (ms windows clients require ssh users to have bash as login shell) closed by
- fixed: Feel free to re-open if you still have problems.
- 06:58 Ticket #1880 (Timeout disconnection after tty switch) closed by
- needinfo: Feel free to re-open if you can give me steps to reproduce.
- 06:18 Changeset in xpra [20525] by
- #1950 add a few more popular sites
09/24/18:
- 18:24 Ticket #1862 (html5 client to support forwarding of url open requests) closed by
- fixed: > we found a solution for opening the links on clicks. You need to …
- 18:21 Changeset in xpra [20524] by
- #1862: show URL open requests in a notification 'bubble'
- 18:20 Changeset in xpra [20523] by
- fix notifications title line getting cropped
- 12:06 Changeset in xpra [20522] by
- for parsing debug logging, it helps to have some form of sorting
- 12:04 Changeset in xpra [20521] by
- remove debug logging
- 11:38 Changeset in xpra [20520] by
- 'auto' scaling heuristics fixups: square the scaling, don't downscale …
- 10:56 Changeset in xpra [20519] by
- make sure we always apply the decode min speed floor, not just during …
- 10:35 Changeset in xpra [20518] by
- better fix than r20508: rather than requiring all codecs to return …
09/23/18:
- 15:17 Changeset in xpra [20517] by
- py3k strings byte us again
- 14:45 Changeset in xpra [20516] by
- screen polling should not be counted as a real damage event
- 14:42 Changeset in xpra [20515] by
- lossless threshold gets updated via the background worker, so the …
- 13:41 Changeset in xpra [20514] by
- encoding selection tweaks: prefer lossless with shadow servers, make …
- 07:28 Changeset in xpra [20513] by
- right click comes up as number 2
- 07:23 Ticket #1391 (Gstreamer src/sink) closed by
- wontfix: Too much work. FYI: we already have native RFB support: wiki/RFB
- 07:21 Ticket #1876 (shutdown proxy servers) closed by
- fixed: Done in r20500: only authenticated connections can shutdown the proxy …
- 07:19 Changeset in xpra [20512] by
- #1876: restrict proxy shutdown to 'unix-domain' and 'named-pipe' …
- 07:11 Changeset in xpra [20511] by
- better warning messages format
- 06:52 Ticket #1909 (TLS is the new SSL) closed by
- wontfix
- 06:52 Ticket #1893 (Migrate from pyopengl to ModernGL) closed by
- wontfix
- 06:19 Ticket #1571 (python3 server support) closed by
- duplicate: Dupe of #853
- 04:44 Changeset in xpra [20510] by
- fixup r20057 backport: patch had made a mess of things
09/22/18:
- 19:12 Changeset in xpra [20509] by
- fixup r20484 backport: patch made a mess of things, again
- 17:40 Changeset in xpra [20508] by
- avoid warnings caused by the switch to cython language_level=3, make …
- 17:38 Changeset in xpra [20507] by
- better warning message format
- 17:20 Changeset in xpra [20506] by
- r20505 backport: fix corrupted cursor data when going through a …
- 17:17 Changeset in xpra [20505] by
- python3 strings byte us again
- 17:04 Changeset in xpra [20504] by
- add latest fixes to the release notes
- 16:33 Ticket #1965 (tests can fail if a display is in use) closed by
- fixed: * r20472: don't fail if the socket is not removed, log a warning - may …
- 16:32 Changeset in xpra [20503] by
- r20496 backport: fix damage server errors with rfb clients
- 16:20 Changeset in xpra [20502] by
- r20501 backport: return the correct sessions when there are multiple …
- 16:17 Changeset in xpra [20501] by
- keep track of which password was used for authenticating so that we …
- 15:52 Changeset in xpra [20500] by
- allow proxy servers to be stopped via a stop request, but only if not …
- 15:37 Changeset in xpra [20499] by
- prettify list output
- 06:23 Changeset in xpra [20498] by
- #1950: ignore comments after content type
- 06:14 Ticket #1966 (SSH: Paramiko fails to respect double quotes) closed by
-
fixed: FYI: the debug flag to use is
-d ssh
. Fixed in r20497. (we were … - 06:12 Changeset in xpra [20497] by
- #1966: quote command arguments just once, do it when constructing the …
09/21/18:
- 18:46 Ticket #1967 (Start-desktop initial connection offset paints when using xrandr to ...) created by
- Found a minor bug while working on the automated tests. My server and …
- 18:20 Changeset in xpra [20496] by
- don't pass None options, use a default dict so we can always look it …
- 17:51 Ticket #1966 (SSH: Paramiko fails to respect double quotes) created by
- For reference, both my server and client are Fedora 28 running trunk …
- 12:26 Changeset in xpra [20495] by
- if command failed to start, the process object may be None, show a …
- 08:22 Changeset in xpra [20494] by
- fix compatibility with some python / cython versions (ie: centos 7.x + …
- 06:51 Changeset in xpra [20493] by
- suspend verbose error logging when we trigger server startup errors on …
- 06:47 Changeset in xpra [20492] by
- make get_run_env an instance method we can more easily override, …
- 06:13 Changeset in xpra [20491] by
- we only need bytes with python2!
- 06:10 Changeset in xpra [20490] by
- fixup bug introduced by language_level=3 : method invocation needs bytes
09/20/18:
- 17:29 Changeset in xpra [20489] by
- r20488 backport: typo
- 17:11 Changeset in xpra [20488] by
- minor typo in command usage output
- 16:54 Changeset in xpra [20487] by
- r20486 backport: support CUDA 10 and volta cards
- 16:52 Changeset in xpra [20486] by
- support cuda 10, correctly parse version number (so 10 > 9)
- 16:03 Changeset in xpra [20485] by
- add latest fixes to the release notes
- 12:48 Changeset in xpra [20484] by
- r20479 backport: make proxy honour passwords specified in connection …
- 12:47 Changeset in xpra [20483] by
- r20475 backport: expand path before checking if file exists
- 12:46 Changeset in xpra [20482] by
- r20464 backport: let the server choose the best initial quality
- 12:46 Changeset in xpra [20481] by
- r20463 backport: add python3 / gtk3 file missed from clean list
- 12:45 Changeset in xpra [20480] by
- r20450 backport: fix potential file descriptor leak
- 12:38 Changeset in xpra [20479] by
- if we have the password from the connection string, pass it to the …
- 12:37 Changeset in xpra [20478] by
- fixup log message format
- 12:36 Changeset in xpra [20477] by
- more python3 string pain: the packet type may come from the network, …
- 10:49 Changeset in xpra [20476] by
- always use the preserved / unmodified env for running commands
- 10:42 Changeset in xpra [20475] by
- expand path before checking if file exists
- 10:42 Changeset in xpra [20474] by
- log full exception backtrace at debug level
- 09:56 Changeset in xpra [20473] by
- #1965 use a private xauth file that we cleanup afterwards, prevents …
- 06:17 Changeset in xpra [20472] by
- don't fail if the socket is not removed, log a warning
- 05:59 Ticket #1963 (TestX11Keyboard failure with GTK3) closed by
- fixed: r20466 fixes this particular problem. The problem didn't occur with …
- 05:57 Ticket #1965 (tests can fail if a display is in use) created by
- If a vfb is left running from an aborted or failed test then we may …
- 05:53 Changeset in xpra [20471] by
- when things go wrong with the unit tests, do show the command output …
- 05:51 Changeset in xpra [20470] by
- prettify output - use byte strings for version information
09/19/18:
- 21:26 Changeset in xpra [20469] by
- make sure we use the XAUTHORITY value we saved
- 21:06 Changeset in xpra [20468] by
- use the same XAUTHORITY file for all X11 commands
- 20:26 Changeset in xpra [20467] by
- class vs instance methods mess is getting in the way, just use …
- 18:32 Changeset in xpra [20466] by
- #1963: we need to modify the environment so other bits (ie: GTK3) know …
- 18:01 Changeset in xpra [20465] by
- more methods now need to be instance methods
- 17:54 Changeset in xpra [20464] by
- best to let the server choose what initial quality to use
- 17:53 Changeset in xpra [20463] by
- file missed from clean list
- 17:53 Changeset in xpra [20462] by
- honour the client's initial quality and speed if specified, otherwise …
- 12:29 Ticket #1964 (proxy receives connection-lost) created by
- 1. Started up a VM and ran xpra server on Ubuntu 18.04 compute node: …
- 11:17 Changeset in xpra [20461] by
- some options don't need testing on win32
- 11:16 Changeset in xpra [20460] by
- cleanup temp files after each test
- 05:21 Changeset in xpra [20459] by
- r20457 backport: avoid errors running unit tests on win32
- 05:17 Changeset in xpra [20458] by
- fix socket errors when running unit tests on win32: completely ignore …
- 05:03 Changeset in xpra [20457] by
- --no-daemon doesn't make sense for win32
09/18/18:
- 18:29 Changeset in xpra [20456] by
- add latest fixes to the release notes
- 17:58 Changeset in xpra [20455] by
- r20454 backport: don't use failed encodings with NVENC
- 17:56 Changeset in xpra [20454] by
- add failed encodings to the list so we don't end up trying to use them
- 17:38 Changeset in xpra [20453] by
- fix changelog date
- 17:36 Changeset in xpra [20452] by
- 2018.1.1 fixes Fedora 29 builds
- 16:20 Ticket #1963 (TestX11Keyboard failure with GTK3) created by
-
Occurs when running the unit tests without a
DISPLAY
: […] … - 16:09 Changeset in xpra [20451] by
- better debug logging
- 16:00 Changeset in xpra [20450] by
- make sure we close the socket in all cases
- 15:49 Changeset in xpra [20449] by
- avoid py3k warnings
- 15:41 Changeset in xpra [20448] by
- r20446 + r20447 backport: add missing build deps
- 15:40 Changeset in xpra [20447] by
- add another missing build dependency
- 15:29 Changeset in xpra [20446] by
- add missing build dependencies
- 12:18 Changeset in xpra [20445] by
- r20444 backport: fix test race condition
- 12:17 Ticket #1962 (subprocess_wrapper_test can fail - under load?) closed by
- fixed: Fixed in r20444.
- 12:17 Changeset in xpra [20444] by
- #1962: exit the test cleanly only after we have received a signal
- 12:16 Ticket #1962 (subprocess_wrapper_test can fail - under load?) created by
- With full debug: […] When the test succeeds the output differs …
- 11:42 Changeset in xpra [20443] by
- better logging of ssh error messages, esp with py3k
- 11:06 Changeset in xpra [20442] by
- fix compatibility issues, since we use language_level=3, convert to …
- 06:11 Changeset in xpra [20441] by
- add enum-compat and decorator to meta package list, above the package …
- 05:43 Ticket #1961 (easier start-command: expose applications) created by
- We can use [https://github.com/takluyver/pyxdg/blob/master/xdg/Menu.py …
- 05:25 Changeset in xpra [20440] by
- also add language_level to PXDs
09/17/18:
- 17:15 Ticket #1960 (Fedora 29 support) closed by
- fixed: * av_log just needed a refresh (not sure how / why this can occur) * …
- 16:49 Changeset in xpra [20439] by
- remove unused patches
- 16:48 Changeset in xpra [20438] by
- bump revision so we upgrade the upstream package, which has broken …
- 16:24 Changeset in xpra [20437] by
- the fedora pyopengl packages don't provide the old package name, so we …
- 16:15 Changeset in xpra [20436] by
- doh: misnamed patch
- 16:11 Changeset in xpra [20435] by
- #1960 build fix for fedora 29
- 15:59 Changeset in xpra [20434] by
- we need those patches to build gtkglext
- 15:45 Changeset in xpra [20433] by
- fixups for r20431
- 15:44 Changeset in xpra [20432] by
- use workspace logger for workspace things
- 13:30 Changeset in xpra [20431] by
- add support for stricter language level for cython 0.29, with minor …
- 13:01 Ticket #1960 (Fedora 29 support) created by
- Comes with python 3.7 (#1878), etc. Already done: * r20424 "python" …
- 13:00 Changeset in xpra [20430] by
- undo brain fart r20427 + r20428: ok to have pxd, it's pyd we should not add
- 12:53 Changeset in xpra [20429] by
- r20424 backport: fedora 29 compatibility
- 12:53 Changeset in xpra [20428] by
- r20427 backport: pxd should never be added to svn
- 12:52 Changeset in xpra [20427] by
- pxd should never be added to svn
- 12:34 Changeset in xpra [20426] by
- r20425 backport: we need dummy to run the tests
- 08:57 Changeset in xpra [20425] by
- we need dummy to run the tests
- 08:47 Changeset in xpra [20424] by
- fedora 29 requires us to be specific about which version of python we …
09/16/18:
- 17:08 Changeset in xpra [20423] by
- #1902: if AltGr? is specified, use level+2
- 16:54 Changeset in xpra [20422] by
- #1902 handle new modifier mappings definitions format - allows us to …
- 16:52 Changeset in xpra [20421] by
- catch GTK3 bug parsing key event string and continue as best we can …
- 15:47 Changeset in xpra [20420] by
- #1902: add translation map for keysym with level, use modifier state …
- 15:45 Changeset in xpra [20419] by
- better error message
- 11:22 Changeset in xpra [20418] by
- detect unreadable and empty pre-compressed files an skip them
- 07:11 Ticket #1579 (clipboard crash with shadow server) closed by
- fixed
- 05:58 Changeset in xpra [20417] by
- fix race condition during cleanup causing errors and incomplete …
09/15/18:
- 05:31 Changeset in xpra [20416] by
- move patch to patches/ subdir
- 05:30 Changeset in xpra [20415] by
- we now use the patch hosted by gnome
Note: See TracTimeline
for information about the timeline view.