Timeline
08/29/14:
- 21:56 Usage/Docker created by
- 17:01 Changeset in xpra [7484] by
- #665 use enumerate() construct to simplify code
- 16:39 Changeset in xpra [7483] by
- #665 make cymaths module mandatory for builds with server support
- 16:33 Changeset in xpra [7482] by
- #665 make argb module mandatory
- 16:25 Changeset in xpra [7481] by
- missed from r7480: make cyxor mandatory
- 16:24 Changeset in xpra [7480] by
- #665 make cyxor mandatory
- 16:16 Changeset in xpra [7479] by
- outdated patch
- 15:18 Changeset in xpra [7478] by
- #555 honour the window's initial position only when the 'USPosition' …
- 14:55 Changeset in xpra [7477] by
- avoid sending metadata we can just assume: all the special flags are …
- 14:31 Changeset in xpra [7476] by
- partial revert of r7469: we need "notify-startup-complete" to avoid …
- 14:27 Changeset in xpra [7475] by
- re-arrange code to make it more logical: group change detection in one …
- 13:49 Ticket #666 (start-child drops command line arguments) created by
- Example: […] Should start a blue xterm... but instead we find: …
- 07:13 Changeset in xpra [7474] by
- add except guards around section we run in ui thread too (so we force …
- 00:14 Changeset in xpra [7473] by
- try and add the depends for gtk-doc
08/28/14:
- 22:40 Changeset in xpra [7472] by
- orc 0.4.22 gtkglext 1.2.0 with patches pygtkglext pillow 2.5.3 add …
- 16:14 Changeset in xpra [7471] by
- this doesn't do anything, just causes the command to return an error …
- 15:33 Changeset in xpra [7470] by
- #665: * drop support for versions older than 0.12.6 * assume …
- 15:26 Changeset in xpra [7469] by
- #665: * drop support for versions older than 0.11.6 * assume …
- 15:09 Changeset in xpra [7468] by
- #665 drop support for versions older than v0.11.x, which allows us to …
- 14:38 Changeset in xpra [7467] by
- updated release notes
- 14:35 Changeset in xpra [7466] by
- r7457 for v0.14.x branch: prevent X11 errors when getting the cursor …
- 14:14 Building edited by
- (diff)
- 10:48 SessionInfo edited by
- (diff)
- 10:46 SessionInfo edited by
- (diff)
- 10:30 SessionInfo edited by
- (diff)
- 10:18 SessionInfo edited by
- (diff)
- 10:00 SessionInfo edited by
- (diff)
- 09:57 SessionInfo edited by
- (diff)
- 09:53 SessionInfo edited by
- (diff)
- 09:52 SessionInfo edited by
- (diff)
- 09:32 Changeset in xpra [7465] by
- add bug fix to release notes
- 09:29 Changeset in xpra [7464] by
- r7463 for v0.14.x branch: prevent crash with refresh rectangles in …
- 09:28 WindowRefresh edited by
- (diff)
- 09:26 Changeset in xpra [7463] by
- fix bug: rectangles cannot be encoded and this would crash the connection!
- 09:06 SessionInfo edited by
- (diff)
- 09:02 SessionInfo edited by
- (diff)
- 09:00 SessionInfo edited by
- (diff)
- 08:53 SessionInfo edited by
- (diff)
- 08:49 ReportingBugs edited by
- (diff)
- 08:49 SessionInfo created by
- 08:49 ReportingBugs edited by
- (diff)
- 08:48 Debugging edited by
- (diff)
- 08:40 WikiStart edited by
- (diff)
- 08:38 Debugging edited by
- (diff)
- 05:09 Changeset in xpra [7462] by
- version bump
- 05:05 Changeset in xpra [7461] by
- r7433 + r7432 for v0.14.x branch: new xorg modelines
- 05:02 Changeset in xpra [7460] by
- r7379 for v0.14.x branch: make install more resilient
- 04:55 Changeset in xpra [7459] by
- fix server crash (often as BadCursor?): ensure we run ui hello bits in …
- 04:51 Changeset in xpra [7458] by
- ensure we process UI part of hello in ui thread
- 04:19 Changeset in xpra [7457] by
- try to prevent X11 errors when getting the cursor data
08/27/14:
- 13:45 Changeset in xpra [7456] by
- simplify: concatenating small strings is cheaper than parsing the …
- 13:29 Changeset in xpra [7455] by
- close the temporary mmap file before trying to delete it
- 13:16 Changeset in xpra [7454] by
- #665: we can assume Py_ssize_t is defined
- 13:08 Changeset in xpra [7453] by
- remove outdated patches from the debian copy..
- 12:12 Changeset in xpra [7452] by
- remove redundant check
- 12:04 Changeset in xpra [7451] by
- #665: use the file context manager construct
- 11:46 Changeset in xpra [7450] by
- #665: we no longer have to nest things
- 11:38 Changeset in xpra [7449] by
- drop support for old python versions: use new spelling
- 11:35 Changeset in xpra [7448] by
- drop support for old python versions: subprocess.terminate is python26 …
- 09:39 Changeset in xpra [7447] by
- bump release for rebuild with "Obsoletes" tag
- 09:36 Changeset in xpra [7446] by
- this helps yum resolved the conflicts, apparently
- 07:18 Changeset in xpra [7445] by
- drop support for old python versions: use new-style exception syntax …
- 07:00 Changeset in xpra [7444] by
- old python compat changes: * md5 * exceptions
- 06:22 Changeset in xpra [7443] by
- fix bug introduced by r7442: don't try to acquire the lock twice!
- 05:30 Changeset in xpra [7442] by
- drop support for old python versions: use shorter "with lock" construct
- 04:29 Ticket #665 (drop compatibility with older versions of python / (py)gtk) created by
- This is a tracker ticket for a number of changes which simplify the …
- 03:57 Changeset in xpra [7441] by
- drop support for old python versions: bytearray will be present
- 03:52 Changeset in xpra [7440] by
- drop support for old python versions: we can always use unpack_from, …
- 03:46 Changeset in xpra [7439] by
- drop support for old python versions: fchmod will be present
- 03:43 Changeset in xpra [7438] by
- drop support for old python versions: use deque wih maxlen, no need …
- 03:29 Changeset in xpra [7437] by
- drop support for old python versions: we can assume the uuid module is …
- 03:25 Changeset in xpra [7436] by
- drop support for old python versions: use shorter frozenset directly
- 03:22 Changeset in xpra [7435] by
- drop support for old python versions: use shorter "with lock" construct
- 03:10 Changeset in xpra [7434] by
- add more helpful repr string to all classes
- 03:09 Ticket #664 (add additional modelines to xorg.conf) closed by
- fixed: Done in r7433
- 03:09 Changeset in xpra [7433] by
- #664 add new modes as requested
08/26/14:
- 16:32 Ticket #664 (add additional modelines to xorg.conf) reopened by
- I have another one […]
- 16:09 Ticket #664 (add additional modelines to xorg.conf) closed by
- fixed: Done in r7432.
- 16:08 Changeset in xpra [7432] by
- #664 add new modes as requested
- 16:06 Ticket #664 (add additional modelines to xorg.conf) created by
- I would like to request the addition of two mode lines. […] This …
08/25/14:
- 15:08 Changeset in xpra [7431] by
- include timestamp and duration in buffer metadata
- 10:59 Ticket #635 ((py)gtkglext for centos7) closed by
- fixed: With the spec files above, I have successfully built …
- 10:52 Changeset in xpra [7430] by
- #635 we now have working opengl on centos7
- 05:42 Changeset in xpra [7429] by
- always enable verbose mode
- 05:37 Sound edited by
- (diff)
- 05:34 Sound edited by
- (diff)
08/24/14:
- 21:13 Ticket #663 (speaker forwarding after re-attach sometimes unsuccessful) created by
- 0.14.3: Often (roughly at least with 50% probability) speaker …
- 15:38 Changeset in xpra [7428] by
- remove python24 compat workaround
- 15:37 Changeset in xpra [7427] by
- remove python24 compat workaround
- 15:36 Changeset in xpra [7426] by
- remove python24 compat workaround
- 15:32 Changeset in xpra [7425] by
- remove python24 compat workaround
- 07:39 Ticket #466 (nvenc improvements: YUV444P mode and bandwidth auto tuning) reopened by
- Please test with nvenc v4, see #653
- 07:08 Ticket #419 (better/faster encoding selection) closed by
- fixed: Despite some fairly big bugs that went unnoticed until after the …
- 06:43 Encodings edited by
- (diff)
- 06:28 Changeset in xpra [7424] by
- #419 remove confusing 'rgb' from logging
- 06:08 Ticket #649 (new Xorg-related build option(s)) closed by
- fixed: Closing - feel free to re-open if I've missed anything.
08/23/14:
- 21:49 Ticket #662 (Audio usability improvements) created by
- Please allow audio codec selection from menu (similar to video …
- 06:53 Ticket #661 (Hard to switch keyboard layout using hot keys; "Keyboard" menu has no ...) created by
- 0.14.2: I need to type email using alternative keyboard layout. …
- 04:33 Testing edited by
- (diff)
- 04:29 Testing edited by
- (diff)
- 04:27 Ticket #651 (WebP rendering problems) closed by
- fixed: Thanks closing. As for testing, something needs to be done, because …
- 04:21 Ticket #660 (stricter pre-release test plan) created by
- What we have right now does not work, we have too many tickets causing …
- 04:18 Testing edited by
- (diff)
- 04:14 Ticket #659 (connecting with a new client did not cause the existing client to ...) created by
- Please confirm if this is reproducible. I had used: * Fedora 20 …
- 04:10 Ticket #658 (Xpra Proxy no longer working with 0.14.2) closed by
- fixed: Backport to v0.14.x in r7422, feel free to re-open if I've missed anything.
- 04:06 Changeset in xpra [7423] by
- version bump + release notes
- 04:02 Changeset in xpra [7422] by
- r7420 + r7421 for v0.14.x branch: fix proxy server
- 02:42 Changeset in xpra [7421] by
- * allow lzo and zlib flags through the proxy * re-use generic packet …
- 02:41 Changeset in xpra [7420] by
- #658 we must now enable the default protocol encoder on start (before …
- 02:07 Changeset in xpra [7419] by
- r7412 for v0.14.x branch: re-fix webp
- 02:06 Changeset in xpra [7418] by
- update docstring to match code
- 02:02 Ticket #469 (Focus issue with mouse on osx client) closed by
- fixed: Backport to v0.14.x in r7417. Closing.
- 02:02 Changeset in xpra [7417] by
- r7361 for v0.14.x branch: fix osx focus
08/22/14:
- 21:37 Ticket #658 (Xpra Proxy no longer working with 0.14.2) created by
- Hello, running "xpra proxy", "xpra start" (both CentOS 7), and "xpra …
- 15:08 Changeset in xpra [7416] by
- #654 workaround invalid bit depth reported for some windows: assume …
- 14:57 Ticket #657 (debian wheezy hangs on start with the tray) created by
- Debian Wheezy up to date with default gnome3 desktop seems unable to …
- 14:54 Ticket #655 (systray forwarding is broken in Fedora) closed by
- fixed: Turns out that the problem (and its fix) is the same as #656 - but osx …
- 14:47 Ticket #656 (osx systray failure) closed by
- fixed: This code is old, I believe it is the newer GTK builds we now use that …
- 14:47 Changeset in xpra [7415] by
- r7414 for v0.14.x branch: fix osx tray
- 14:46 Changeset in xpra [7414] by
- #656: we may get the tray geometry event whilst we are setting it up …
- 14:38 Changeset in xpra [7413] by
- missed from previous cursor callback changes: updated function name
- 14:21 Ticket #656 (osx systray failure) created by
- Apparently with pidgin: […]
- 14:19 Ticket #655 (systray forwarding is broken in Fedora) created by
- 14:16 Ticket #654 (transparency detection is unreliable) created by
- Caused me some problems with #651, I can reproduce this by running …
- 13:51 Changeset in xpra [7412] by
- #651: replace the rgb_format specified (if any) if it isn't valid for …
- 11:54 Changeset in xpra [7411] by
- missed from r7392
- 10:29 Ticket #651 (WebP rendering problems) reopened by
- 09:09 Changeset in xpra [7410] by
- actually do what I said I'd done with packaging..
- 07:59 Changeset in xpra [7409] by
- updated release notes
- 07:54 Ticket #651 (WebP rendering problems) closed by
- fixed: Backport in r7408. > WebP is awesome and I've been using it a …
- 07:52 Ticket #650 (R and B colours are swapped with WebP encoding and non-opengl windows) closed by
- fixed: Backport in r7407. Thanks for testing!
- 07:50 Changeset in xpra [7408] by
- r7402 for v0.14.x branch: fix webp pixmap paint for 32bpp pixel data
- 07:49 Changeset in xpra [7407] by
- r7405 + r7406 for v0.14.x branch: honour the client's list of allowed …
- 06:59 Changeset in xpra [7406] by
- tell the client which rgb pixel format we've used
- 06:59 Changeset in xpra [7405] by
- #650: honour the client's list of allowed rgb pixel formats, and …
- 06:55 Changeset in xpra [7404] by
- add note explaining this is just a guess!
- 06:53 Changeset in xpra [7403] by
- updated commented out debug to new function signature
- 06:49 Changeset in xpra [7402] by
- #651: fix pixmap paint for 32bpp pixel data
- 05:41 Changeset in xpra [7401] by
- we need the get_cursor callback from multiple code paths, so give it …
- 05:41 Changeset in xpra [7400] by
- dec_avcodec is no more
- 05:35 Changeset in xpra [7399] by
- we cannot send cursor when we resume
- 05:11 Changeset in xpra [7398] by
- all supported debian version in 0.15+ have Xdummy and do not need the …
- 04:37 Ticket #653 (NVENC SDK version 4 support) created by
- The updated SDK was released today, build fixes are in r7397. Should …
- 04:10 Encodings/nvenc edited by
- (diff)
- 04:09 Encodings/nvenc edited by
- (diff)
- 04:03 Changeset in xpra [7397] by
- allow us to build against nvenv v4, comment out bits that we don't use …
- 04:03 Changeset in xpra [7396] by
- only enable loader debug mode when -v or --verbose is present
- 03:47 Changeset in xpra [7395] by
- rely on user being slower than the server info response rather than a …
- 03:18 Changeset in xpra [7394] by
- the cutoff point was meant for the gtk version, not pygtk version - doh!
- 02:53 Changeset in xpra [7393] by
- whitespace
- 02:50 Changeset in xpra [7392] by
- r7377 for v0.14.x branch: allow the Xdummy_wrapper flag to be …
- 02:43 Changeset in xpra [7391] by
- consistent summary
- 02:42 Changeset in xpra [7390] by
- whitespace
08/21/14:
- 13:28 Changeset in xpra [7389] by
- rename netifaces package to avoid conflict with Fedora naming
- 13:18 Changeset in xpra [7388] by
- version bump
- 13:11 Ticket #652 (lossy regions with "Raw RGB" encoding) closed by
- fixed: Backport in r7387. Closing.
- 13:10 Changeset in xpra [7387] by
- r7384 for v0.14.x branch: stick to rgb when asked
- 10:32 Changeset in xpra [7386] by
- flatten count info
- 09:42 Changeset in xpra [7385] by
- r7358 for v0.14.x branch: expose encoding selection function
- 09:36 Changeset in xpra [7384] by
- #652 need special case for "rgb" pseudo encoding
- 06:47 Changeset in xpra [7383] by
- remove compat for gtk older than 2.18
- 06:40 Changeset in xpra [7382] by
- * remove gtk_version check: we no longer support those versions anyway …
- 06:38 Changeset in xpra [7381] by
- fix error on systray forwarding with old gtk versions
- 05:57 Changeset in xpra [7380] by
- remove old octal syntax workarounds for old python versions we no …
- 05:48 Ticket #648 (multiple pulseaudio warnings on client) closed by
- fixed: Backport was in r7367. Closing! FYI: I'm not saying the sound is …
- 05:45 Changeset in xpra [7379] by
- make install more resilient: create dirs we need if they are missing!
- 05:29 Changeset in xpra [7378] by
- remove more old dec_avcodec bits
- 04:56 Encodings/nvenc edited by
- (diff)
- 04:22 Encodings/nvenc edited by
- (diff)
- 04:12 Changeset in xpra [7377] by
- #649: allow the Xdummy_wrapper flag to be specified on the command line
- 04:05 Ticket #652 (lossy regions with "Raw RGB" encoding) created by
- Just noticed that on 0.14.1 some windows' regions are lossy when "Raw …
- 03:37 Ticket #651 (WebP rendering problems) created by
-
0.14.1 can't render
konsole
application using WebP encoding. As soon … - 03:07 Ticket #650 (R and B colours are swapped with WebP encoding and non-opengl windows) created by
- On 0.14.1 tray icons look funny (distorted colours) when "WebP" …
- 02:50 Ticket #649 (new Xorg-related build option(s)) created by
- As of 0.14.* building Xpra in clean chroot environment became much …
08/20/14:
- 15:49 Changeset in xpra [7376] by
- r7374 for v0.14.x branch: typo causing bencoder to go missing
- 15:47 Changeset in xpra [7375] by
- add more protocol layer setup debugging
- 15:46 Changeset in xpra [7374] by
- #614 typo!
- 15:23 Changeset in xpra [7373] by
- add missing entry to release notes
- 14:39 Changeset in xpra [7372] by
- updated release notes
- 14:33 Changeset in xpra [7371] by
- r7356 for v0.14.x branch: avoid error during cleanup
- 14:32 Changeset in xpra [7370] by
- correctly check for presence of compiled files
- 14:30 Changeset in xpra [7369] by
- r7336 for v0.14.x branch: fix unlikely race in nvenc info
- 14:27 Changeset in xpra [7368] by
- r7330 for v0.14.x branch: honour per-user config file on posix
- 14:26 Changeset in xpra [7367] by
- r7364 for v0.14.x branch: avoid warnings if pulseaudio not installed
- 14:24 Changeset in xpra [7366] by
- r7365 for v0.14.x branch: fix compatibility with clients with rencode …
- 13:58 Changeset in xpra [7365] by
- check for the encoder we want! not just rencode!
- 13:47 Changeset in xpra [7364] by
- #648: in some cases, we don't care if there are errors running pactl, …
- 12:41 Changeset in xpra [7363] by
- escape output
- 12:03 Ticket #644 (only first "--start-child" is started over SSH) closed by
- fixed: Thanks! Closing - feel free to re-open if you manage to break something.
- 12:02 Ticket #645 (please show actual encoding in "Session Info/Connection") closed by
- fixed: Backport in r7362 - thanks! Closing. > I still think it might …
- 11:59 Changeset in xpra [7362] by
- r7360 for v0.14.x branch: keep current encoding selection function …
- 11:55 Ticket #648 (multiple pulseaudio warnings on client) created by
- On Debian when only "pulseaudio-utils" package is installed but not …
- 11:07 Changeset in xpra [7361] by
- #469: ignore buggy window id receiving the motion-event, use the …
- 10:00 Changeset in xpra [7360] by
- #645: keep current encoding selection function when not using a video …
- 09:51 Changeset in xpra [7359] by
- add docstring
- 09:37 Changeset in xpra [7358] by
- expose encoding selection function
- 09:35 Changeset in xpra [7357] by
- always ack changes, even if window is cancelled
- 09:26 Changeset in xpra [7356] by
- during cleanup we could hit an empty options list here
- 09:12 Changeset in xpra [7355] by
- r7354 for v0.14.x branch: fix multiple start-child conflict with config
- 09:09 Changeset in xpra [7354] by
- #644: lists are mutable objects, so we ended up using the same list …
- 08:41 Ticket #646 (spinners can be very expensive with OpenGL) closed by
- invalid
- 08:37 Changeset in xpra [7353] by
- #646 slow down the spinners a bit
- 07:06 Ticket #647 (tray icon tooltips forwarding) closed by
- duplicate: Duplicate of #405
- 06:32 Ticket #647 (tray icon tooltips forwarding) created by
- Currently Xpra replaces tooltips on tray icons with application name. …
- 06:27 Ticket #646 (spinners can be very expensive with OpenGL) created by
- Today I attached to remote session from workstation with relatively …
- 06:17 Ticket #645 (please show actual encoding in "Session Info/Connection") created by
- I upgraded session 0.13.9 --> 0.14.0 using command {{{xpra upgrade …
- 06:03 Ticket #644 (only first "--start-child" is started over SSH) created by
-
[…]
Xpra starts remote session with only first
--start-child
… - 05:59 Ticket #643 (client remains running on server upgrade (on shared SSH connection)) created by
-
On 0.14.0 when I upgraded server (e.g.
xpra upgrade :44
) … - 04:59 Changeset in xpra [7352] by
- allow bug report tool to run on py3k / gtk3, just without clipboard …
- 04:53 Changeset in xpra [7351] by
- define gtk_main for both gtk2 and gtk3 via gtk_util
- 04:32 Changeset in xpra [7350] by
- better docstring
08/19/14:
- 19:32 Changeset in xpra [7349] by
- Add hashes to source files
- 18:34 Changeset in xpra [7348] by
- Add patch for gtk fullscreen on quartz
- 18:32 Changeset in xpra [7347] by
- Patch for gtk to fix quartz fullscreen from …
- 16:39 Ticket #642 (all blank windows for a particular session on reboot/win-switch restore) created by
- session restore: reboot windows, win-switch comes up, restores …
- 16:23 Changeset in xpra [7346] by
- r7345 and r7344 for v0.14.x branch: py3k fixes
- 16:21 Changeset in xpra [7345] by
- stoopid python syntax breakage (and cx_freeze was hiding where the …
- 16:05 Changeset in xpra [7344] by
- gtk3 compat
- 15:54 Changeset in xpra [7343] by
- version bump
- 15:08 Changeset in xpra [7342] by
- easier to just sort things where we want them sorted!
- 15:00 Changeset in xpra [7341] by
- order switches
- 12:58 Changeset in xpra [7340] by
- include default config in bug report
- 12:55 Changeset in xpra [7339] by
- include more sys info in both xpra info and bug report tool
- 12:26 News edited by
- (diff)
- 11:27 ReportingBugs edited by
- (diff)
- 11:26 ReportingBugs edited by
- (diff)
- 09:34 Changeset in xpra [7338] by
- bug report is a gui app!
- 09:23 Changeset in xpra [7337] by
- better (cheaper) logging
- 09:22 Changeset in xpra [7336] by
- prevent rare potential division by zero race if info is called at the …
- 05:48 Ticket #641 (OSX .pkg creation scrips) created by
- Add OSX .pmdoc (Package Definition) with relative paths Add …
- 05:18 Ticket #640 (Python3 GTK3 client feature parity) created by
- Split from #90, remaining items so that this port can be used in place …
- 05:10 Ticket #525 (opencl yuv to rgb with nvidia SDK is broken) closed by
- wontfix: Enough time wasted already, I'm not going to fix this.
- 05:01 Ticket #314 (VirtualBox win32 clients can crash hard just doing the initial OpenGL ...) closed by
- worksforme: Newer versions of virtualbox have improved a lot, they no longer crash …
- 04:28 Ticket #219 (mosh transport) closed by
- wontfix: I think #639 is a better option, closing.
- 04:28 Ticket #639 (UDP transport) created by
- Rather than using mosh #219, we should be able to do our own UDP …
- 03:40 Changeset in xpra [7335] by
- r7333 for v0.13.x and v0.14.x: fix python3 win32 build
- 03:39 Changeset in xpra [7334] by
- use correct import location
- 03:38 Changeset in xpra [7333] by
- fix python3 win32 build (when did this break?)
- 02:46 Changeset in xpra [7332] by
- expose env for bug reports
08/18/14:
- 22:44 Changeset in xpra [7331] by
- new place to download webp from?
- 20:13 Ticket #638 (system tray menu needs a command-launcher) created by
- I normally start the xpra server with "--start-child=xterm", then …
- 17:02 Changeset in xpra [7330] by
- expand path before checking if it exists!
- 15:24 Changeset in xpra [7329] by
- * log raw version hex string we get from libwebp * use stricter type (int)
- 14:01 Source edited by
- (diff)
- 14:00 Source edited by
- (diff)
- 13:55 Source edited by
- (diff)
- 13:15 Changeset in xpra [7328] by
- subversion version bump
- 13:12 Changeset in xpra [7327] by
- webp version bump
- 13:02 Changeset in xpra [7326] by
- trim some large bits we don't need: * lots of OpenGL bits that aren't …
- 12:59 Changeset in xpra [7325] by
- yasm version bump
- 12:54 Changeset in xpra [7324] by
- whitespace
- 12:12 Changeset in xpra [7323] by
- oops, fix r7322: the get_dynamic_property_names method is defined on …
- 11:48 Changeset in xpra [7322] by
- remove hard-coded list of window_export_properties: the window …
- 11:33 Changeset in xpra [7321] by
- include more user info in bug reports
- 11:28 Changeset in xpra [7320] by
- use our platform code for getting the username
- 11:08 Changeset in xpra [7319] by
- add shebang to make it easier to run on posix
- 11:03 Changeset in xpra [7318] by
- more consistent naming
- 10:57 Changeset in xpra [7317] by
- ffmpeg version bump
- 09:42 Ticket #388 (qt4 client) closed by
- wontfix: Unmaintained code removed in r7306 + r7307.
- 09:27 Changeset in xpra [7316] by
- assume clients support encoding_client_options since we only support …
- 09:20 Changeset in xpra [7315] by
- assume clients support rgb24zlib since we only support v0.7.x onwards now
- 09:17 Changeset in xpra [7314] by
- "jpeg-quality" was replaced by "quality" in 0.7.x, drop it completely …
- 09:12 Changeset in xpra [7313] by
- drop support for versions older than 0.7.8
- 07:52 Changeset in xpra [7312] by
- remove patches which were used with libav only (the old "dec_avcodec" …
- 07:52 Changeset in xpra [7311] by
- remove lots of cruft that was needed for CentOS5.x
- 07:51 Changeset in xpra [7310] by
- prevent people from trying versions of python we don't support (known …
- 07:18 Changeset in xpra [7309] by
- bump default Xvfb max resolution to 5760x2560
08/17/14:
- 19:26 Ticket #637 (screenshots from bug report in 0.14 are weird) created by
- http://s27.postimg.org/yqsl3m7mr/Screenshot.jpg That doesn't really …
- 19:21 Ticket #636 (Pidgin main window does not show up) created by
- Start pidgin from Win-Switch menu, it starts up and then only the chat …
- 16:56 News edited by
- (diff)
- 15:19 Ticket #595 (latest nvidia drivers break YUV444 encoding) closed by
- worksforme: I believe the version blacklisting works. If we find newer versions …
- 15:15 Ticket #606 (cleaned up xpra.spec) closed by
- fixed: 0.14.0 has been shipped with all these changes, closing at last!
- 15:14 Ticket #576 (the --display seems to not exist in the client, thus implement ...) closed by
- wontfix: Not heard back, closing.
- 15:14 Ticket #574 (Improve ProxyServer to be front end for several server in backend) closed by
- wontfix: Not heard back, closing.
- 15:14 Ticket #563 (OSX client crashes with Intel opengl driver) closed by
- fixed: > I don't believe anyone has recreated this crash with another …
- 14:53 Changeset in xpra [7308] by
- remove old avcodec (libav / ffmpeg 1.x)
- 14:51 Changeset in xpra [7307] by
- remove all references to qt
- 14:50 Changeset in xpra [7306] by
- drop unmaintained qt port
- 14:49 Changeset in xpra [7305] by
- drop support for python<2.6
- 14:48 Changeset in xpra [7304] by
- version bump so we can breakW improve things again
- 14:44 Changeset in xpra [7303] by
- tag v0.14.x
- 14:29 News edited by
- (diff)
- 14:09 News edited by
- (diff)
- 14:06 News edited by
- 0.14.0 info (diff)
- 12:00 Changeset in xpra [7302] by
- do not clean src_info, which may be available when we create the …
- 12:00 Milestone 0.14 completed
- First Long Term Support release. Stability and Packaging.
- 11:41 Changeset in xpra [7301] by
- * verify path is a dir * prefer global dir to local install * return …
- 11:34 Ticket #635 ((py)gtkglext for centos7) created by
- Centos 7 is a good recent platform, and now well supported (see #606 …
- 11:27 Changeset in xpra [7300] by
- use backwards compatible API
- 10:46 Changeset in xpra [7299] by
- * only enable lzo / lz4 if we also support it, not just if the client …
- 10:36 Changeset in xpra [7298] by
- importing in the body of the method confuses some versions (ie: centos6.x)
- 09:45 Changeset in xpra [7297] by
- only enable lzo / lz4 if we also support it, not just if the client has it!
- 09:42 Changeset in xpra [7296] by
- backwards compatible spelling
- 04:57 Changeset in xpra [7295] by
- #606 we cannot depend on 'avahi-ui-tools' which we need for mdns …
- 03:47 Changeset in xpra [7294] by
- #606 use sitearch instead of sitelib (lib64 since we have C extensions)
- 03:45 Changeset in xpra [7293] by
- #606 needs python-setuptools (not setuptool)
08/16/14:
- 13:00 Changeset in xpra [7292] by
- new specfiles for Fedora 21 and rawhide
- 12:31 Changeset in xpra [7291] by
- add mdns_deps
08/15/14:
- 17:03 Changeset in xpra [7290] by
- new mode: 2048x1152
- 15:47 Changeset in xpra [7289] by
- don't try to support opengl with anything older than centos 6.5
- 15:40 Changeset in xpra [7288] by
- more friendly message when sound is not available (ie: centos5)
- 15:36 Changeset in xpra [7287] by
- python2.4 compat fix
- 10:39 Changeset in xpra [7286] by
- version bump
- 05:31 Changeset in xpra [7285] by
- remove dep on non-free repos (rpmfusion)
- 05:26 Changeset in xpra [7284] by
- we need libxkbfile-devel to build the new client keyboard code
08/14/14:
- 16:26 Changeset in xpra [7283] by
- #606 drastically simplified spec file
- 13:58 Changeset in xpra [7282] by
- merge changelogs from 0.13.x branch
- 12:59 Changeset in xpra [7281] by
- canonicalize the path
- 09:44 Ticket #632 (fails to start remote server) closed by
- fixed: Tested ok and released.
- 09:36 Changeset in xpra [7280] by
- updated release notes
- 05:26 Changeset in xpra [7279] by
- bump to ffmpeg 2.3.2
- 02:18 Ticket #507 (OSX clipboard fails in latest builds) closed by
- fixed: > Not sure what was happening, but it doesn't seem to be doing it …
- 02:15 Ticket #627 (bug reporting tool) closed by
- worksforme: > An icon with the name corresponding to the title of the saved bug …
- 02:13 Changeset in xpra [7278] by
- #627 force zip file extension
- 01:58 Changeset in xpra [7277] by
- add version info
08/13/14:
- 15:58 Changeset in xpra [7276] by
- updated release notes
- 15:56 Changeset in xpra [7275] by
- #632 for v0.13.x branch: fix problems starting remote server via ssh …
- 15:53 Changeset in xpra [7274] by
- #632: revert r7245 which broke nested ssh tunnels
- 09:56 Changeset in xpra [7273] by
- @im=none is a valid option for XMODIFIERS, and probably better than empty?
- 09:48 Ticket #634 (allow input methods to be enabled) closed by
-
fixed: Done in r7272.
Adds the
input-method
switch. Options: * … - 09:40 Changeset in xpra [7272] by
- add support for choosing what to do with input methods: current …
- 01:33 Changeset in xpra [7271] by
- #473 webworkers at last * this commit adds a version of protocol …
08/12/14:
- 15:07 Changeset in xpra [7270] by
- try to ensure we don't do the full check_pipeline_score() too often or …
- 15:04 Changeset in xpra [7269] by
- make set_client_properties() much faster in the common case (window …
- 11:56 Changeset in xpra [7268] by
- make logging string match actual code
- 11:30 Changeset in xpra [7267] by
- more pythonic code
- 11:27 Changeset in xpra [7266] by
- we only need to set speed + quality if we haven't re-created the …
- 09:26 Changeset in xpra [7265] by
- prevent error during cleanup, avoid None values
- 06:47 Changeset in xpra [7264] by
- #632: remove extra child from _proxy_start
- 06:41 Changeset in xpra [7263] by
- prevent race when we SIGINT as the client is disconnecting
- 06:29 Changeset in xpra [7262] by
- #632: we don't need to shellquote in so many places, only when calling …
- 06:17 Changeset in xpra [7261] by
- remove newline which is often shown escaped in the client
- 06:12 Changeset in xpra [7260] by
- only remove the default start-child values once so the command line …
- 05:58 Changeset in xpra [7259] by
- remove debug print
- 05:33 FAQ edited by
- (diff)
- 05:32 FAQ edited by
- (diff)
- 05:32 Keyboard edited by
- (diff)
- 05:27 Ticket #634 (allow input methods to be enabled) created by
- Currently, the server will try to disable all input methods to try …
- 05:20 Changeset in xpra [7258] by
- #563 * blacklist "Intel Inc." driver on OSX again * whitelist the …
- 04:17 Changeset in xpra [7257] by
- #627:move net_util import back to top level! (oops)
- 04:05 Changeset in xpra [7256] by
- fix osx clipboard copy to server
08/11/14:
- 18:16 Changeset in xpra [7255] by
- #473 communication improvements * modified bencoder to accept native …
- 16:01 Changeset in xpra [7254] by
- #632: ensure we don't pass start-child commands which came from …
- 15:42 Changeset in xpra [7253] by
- also use shellquote for proxy mode
- 15:31 Changeset in xpra [7252] by
- prevent timeouts whilst typing the ssh password/key-passphrase: let …
- 15:11 Changeset in xpra [7251] by
- add key shortcuts to config file
- 15:05 Changeset in xpra [7250] by
- try to warn against using AMD's OpenCL icd if we can detect it
- 14:59 Changeset in xpra [7249] by
- add big warning about amd opencl signal problems
- 14:18 Changeset in xpra [7248] by
- log child map events at debug level
- 11:34 Changeset in xpra [7247] by
- better mmap error message and suggest mmap-group option
- 10:54 Changeset in xpra [7246] by
- #632: shellquote the start-child command we pass to the remote server …
- 10:52 Changeset in xpra [7245] by
- remove the need for a shell?
- 10:07 Ticket #633 (client crash on maximising large window) closed by
- fixed: Yes r7225 appears to fix this issue. Thanks.
- 09:03 Changeset in xpra [7244] by
- adapt r7242 for v0.13.x branch: use 'send_windows' in place of …
- 08:51 Changeset in xpra [7243] by
- updated release notes
- 08:44 Changeset in xpra [7242] by
- r7119 for v0.13.x branch: fix fakexinerama setup wrongly skipped
- 08:43 Changeset in xpra [7241] by
- r7176 for v0.13.x branch: use secure compare_digest if available
- 08:41 Changeset in xpra [7240] by
- r7180 for v0.13.x branch: fix non-video encoding threshold
- 08:40 Changeset in xpra [7239] by
- r7199 for v0.13.x branch: avoid crashes caused by logging during codec …
- 08:39 Changeset in xpra [7238] by
- r7218 for v0.13.x branch: fix video encoding fallback code
- 08:38 Changeset in xpra [7237] by
- r7225 for v0.13.x branch: fix connection failures with large screens …
- 08:37 Changeset in xpra [7236] by
- r7235 for v0.13.x branch: do not try to use Xdummy on Ubuntu trusty
- 07:10 Changeset in xpra [7235] by
- Xdummy apparently does not work on any current version of Ubuntu?
- 06:17 Changeset in xpra [7234] by
- ffmpeg 2.3.1 is fine - I think
- 05:16 Changeset in xpra [7233] by
- #473 destroy windows that are left floating when HTML5 client disconnects
- 05:09 Changeset in xpra [7232] by
- remove unused logger
- 05:02 Changeset in xpra [7231] by
- #507: when the clipboard contents change, do send the "anti-token" if …
- 05:02 Changeset in xpra [7230] by
- #473 maximize and restore windows in HTML5 client
- 04:06 Changeset in xpra [7229] by
- r7224 for v0.13.x branch re-draw the window contents before painting …
08/10/14:
- 23:43 Changeset in xpra [7228] by
- #473 drawing improvements * process window updates to off-screen …
- 18:40 Changeset in xpra [7227] by
- Adding latest html5 patch and jQuery UI library
- 16:24 Changeset in xpra [7226] by
- load src_info and build_info separately and add pydev annotation to …
- 03:01 Changeset in xpra [7225] by
- bump max packet size for bigger screen sizes
- 02:26 Changeset in xpra [7224] by
- #353: re-draw the window contents before painting the spinners on top …
- 01:38 Ticket #633 (client crash on maximising large window) created by
- Xpra 0.13.8 (client) sometimes crashes when application is maximised …
- 01:26 Ticket #632 (fails to start remote server) created by
- On 0.13.8 I tried the following command from the man page: […] but …
08/09/14:
- 15:13 Changeset in xpra [7223] by
- support custom exclude/include expressions
- 12:51 Changeset in xpra [7222] by
- small encoding selection tweaks: * test for "_rgb_auto_threshold" …
- 12:39 Changeset in xpra [7221] by
- use typedict utility methods to get strict types
- 12:34 Changeset in xpra [7220] by
- * rename badly named var * use typedict utility methods to get strict types
- 12:32 Changeset in xpra [7219] by
- easier to read?
- 12:30 Changeset in xpra [7218] by
- fix fallback code: keys is a function!
- 11:15 Changeset in xpra [7217] by
- #620: * add some debug logging * remove "batching" argument to …
- 09:47 Changeset in xpra [7216] by
- #620: * take a shortcut if the encoding was set to strict or non-video …
- 09:44 Changeset in xpra [7215] by
- #620: * pre-calculate alpha flag * the get_best_encoding function is …
- 08:21 Changeset in xpra [7214] by
- use bug icon for window icon
- 06:46 Changeset in xpra [7213] by
- build_info / src_info are specified as paths already, and add_module …
- 05:58 Changeset in xpra [7212] by
- import src_info and build_info separately so we get one if the other …
- 05:58 Changeset in xpra [7211] by
- add more version info: gtk/glib/gobject/cairo/pango etc
- 05:35 Changeset in xpra [7210] by
- avoid errors on cleanup if AppKit? is missing - and log another warning
- 05:30 Changeset in xpra [7209] by
- #627: * allow the client class to inject the opengl props it has …
- 05:26 Ticket #631 (H.265 encoding: windows not redrawn) closed by
- fixed: Hah, thanks. In r7207 I've made it clearer that h265 and vp9 should …
- 05:24 Changeset in xpra [7208] by
- #631: let the server tell the user about which encodings are …
- 05:16 Changeset in xpra [7207] by
- #631: try harder to prevent people choosing h265 or vp9
- 05:04 Ticket #630 (Client crash when clipboard has data) closed by
- fixed: OK thanks, closing and hoping for the best!
- 04:12 Changeset in xpra [7206] by
- #563 remove "Intel Inc." from opengl blacklist
08/08/14:
- 17:18 Ticket #629 (x265 encoder error in server log) closed by
- fixed: Thanks! Backported to v0.13.x in r7205. Closing.
- 17:18 Changeset in xpra [7205] by
- r7190 for v0.13.x branch: fix initialization bug
- 15:31 Ticket #631 (H.265 encoding: windows not redrawn) created by
- Tried emacs and thunderbird and most of the window is not redrawn …
- 14:46 Changeset in xpra [7204] by
- #620: make video the default fast path: only fallback to enumerating …
- 14:30 Changeset in xpra [7203] by
- #620: pre-calculate some values (lossless threshold coefficients) and …
- 12:54 Changeset in xpra [7202] by
- * ensure we always increase the sequence, so we will resume after a …
- 12:02 Changeset in xpra [7201] by
- doh: pass function to timeout_add!
- 10:20 Changeset in xpra [7200] by
- rather than fight with python-nose and sphinx and whatnot, just …
- 09:20 Changeset in xpra [7199] by
- avoid asserts in cython code, especially when it can fire during …
- 08:54 Changeset in xpra [7198] by
- remove unused imports in cython pyx files
- 08:43 Changeset in xpra [7197] by
- remove unused import
- 08:30 Changeset in xpra [7196] by
- #630: only compress strings, and of at least …
- 08:17 Changeset in xpra [7195] by
- import just once
- 08:15 Changeset in xpra [7194] by
- use clipboardlog for compress_clipboard
- 07:19 Changeset in xpra [7193] by
- Fedora 21+ has removed python-setuptools-devel: …
- 06:07 Changeset in xpra [7192] by
- #613: build recent pyopengl and pycrypto for most centos builds
- 05:32 TicketSpam edited by
- (diff)
- 05:31 AllAttachments created by
- 03:29 Changeset in xpra [7191] by
- typo
- 02:43 Ticket #563 (OSX client crashes with Intel opengl driver) reopened by
- Updated beta: http://xpra.org/beta/osx/x86/ - does this work on OSX …
- 02:21 Ticket #630 (Client crash when clipboard has data) created by
- Win32 client revision 7189 Fedora 20 server revision 7189 client …
- 02:15 Changeset in xpra [7190] by
- #629 the output colourspace is always the same as the input
08/07/14:
- 23:18 Changeset in xpra [7189] by
- Remove img libs as they conflict and they are done elsewhere now
- 22:22 Ticket #629 (x265 encoder error in server log) created by
- In version 0.13.8 server log contains: […] The problematic line …
- 22:04 Changeset in xpra [7188] by
- Add our moduleset to the includes here for simplicity
- 21:22 Changeset in xpra [7187] by
- fix hash for gtk-doc
- 19:33 Changeset in xpra [7186] by
- gtk-doc 1.21 libpng 1.6.12 replace libjpeg with libjpeg-turbo libtiff …
- 19:22 Changeset in xpra [7185] by
- copy of https://git.gnome.org/browse/gtk-osx/plain/modulesets-stable/ …
- 19:17 Changeset in xpra [7184] by
- yasm build switches for 32bit might have to remove these at some point …
- 15:22 Changeset in xpra [7183] by
- fix debug logging blooper
- 15:20 Ticket #626 (server does not run cleanups on SIGINT from a console) reopened by
- This change was breaking profiling and has been reverted in r7181. We …
- 15:18 Changeset in xpra [7182] by
- use our own wrapper for os._exit so we can avoid forced_quit() being …
- 15:17 Changeset in xpra [7181] by
- #626 undo the workaround, which was causing the cleanups to run before …
- 12:54 Changeset in xpra [7180] by
- oops: do what the comments say: allow more non-video when NOT batching
- 12:41 Changeset in xpra [7179] by
- whitespace cleanup
- 12:21 Changeset in xpra [7178] by
- #620 refactoring of encoding selection, pre-calculate the more obvious …
- 11:34 Changeset in xpra [7177] by
- add bug report menu entry to osx global menu in "Info"
- 10:58 Changeset in xpra [7176] by
- use hmac.compare_digest if available
- 10:34 Ticket #628 (ffmpeg + gcc 4.8.x dec_avcodec compatibility on win32) created by
- Despite compiling without warnings against both ffmpeg 2.3 and 2.3.1, …
- 10:33 Changeset in xpra [7175] by
- #628: use ffmpeg 2.2 branch
- 10:07 Changeset in xpra [7174] by
- only enable gtk_main_quit_on_fatal_exceptions_enable when running …
- 09:29 Changeset in xpra [7173] by
- oops: quality is a number! (what happened here?)
- 09:22 Changeset in xpra [7172] by
- #627 include screenshot support
- 08:40 Changeset in xpra [7171] by
- * logging tweaks * docstrings * add osx wrapper * record exceptions …
- 08:30 Changeset in xpra [7170] by
- use the new namespace for PIL
- 08:22 Changeset in xpra [7169] by
- #627 add bug report dialog and standalone utility
- 07:51 Changeset in xpra [7168] by
- use the more standard get_info() and "updict()" pattern for adding …
- 07:33 Changeset in xpra [7167] by
- * provide a standard get_info function * add the news paths to it
- 07:33 Changeset in xpra [7166] by
- * provide a standard get_info function * fix program name (cut&paste …
- 07:32 Changeset in xpra [7165] by
- move choose_file utility code so it can be re-used
- 03:18 Changeset in xpra [7164] by
- bump version
- 03:15 Changeset in xpra [7163] by
- r7150 for v0.13.x branch: avoid opencl platform initialization errors
- 03:14 Changeset in xpra [7162] by
- r7052 for v0.13.x branch: handle None clipboard data without error in …
08/06/14:
- 14:12 Usage edited by
- (diff)
- 13:28 Changeset in xpra [7161] by
- add some debug and remove unused argument
- 13:21 Changeset in xpra [7160] by
- use "/Library/Application? Support/Xpra?" instead of "/etc/xpra" on OSX
- 11:57 Changeset in xpra [7159] by
- rationalize path stuff, we now have 3 paths: * get_default_conf_dir() …
- 11:06 Changeset in xpra [7158] by
- prettify output of lists
- 11:04 Changeset in xpra [7157] by
- py3k build fix
- 09:32 Changeset in xpra [7156] by
- readme is now MIA?
- 09:15 Changeset in xpra [7155] by
- bump ffmpeg version
- 09:03 Changeset in xpra [7154] by
- ffmpeg 2.3.1 is out
- 07:19 Changeset in xpra [7153] by
- refactor to simplify code
- 07:16 Changeset in xpra [7152] by
- move more fixup code to utility functions we can re-use from the launcher
- 06:44 Changeset in xpra [7151] by
- split the config parsing from the launcher parsing: launcher provides …
- 06:42 Changeset in xpra [7150] by
- avoid error when selected_platform is None or has no name
- 06:33 Changeset in xpra [7149] by
- log full stacktrace in debug mode for initialization failures of any module
- 05:06 Packaging edited by
- (diff)
- 03:52 Ticket #627 (bug reporting tool) created by
- Should be able to run it standalone or launch it from the tray or …
- 03:34 Changeset in xpra [7148] by
- updated release notes
- 03:27 Changeset in xpra [7147] by
- r7133 for v0.13.x branch: wait longer for server to start, sockets can …
- 03:26 Changeset in xpra [7146] by
- r7127: prevent deadlock: always release the worker lock!
- 03:25 Changeset in xpra [7145] by
- r7125 for v0.13.x branch: new resolution reported on the mailing list
08/05/14:
- 22:51 Changeset in xpra [7144] by
- version bump for ffmpeg, Pillow, py2app and version fix for PyOpenGL
- 15:04 Changeset in xpra [7143] by
- add some debug
- 15:03 Changeset in xpra [7142] by
- log a warning if one of the modules given is invalid (unknown name)
- 15:03 Changeset in xpra [7141] by
- remove potential duplicates from list of video encoders/decoders and …
- 14:48 Changeset in xpra [7140] by
- doh: cut&paste gone wrong
- 14:38 Changeset in xpra [7139] by
- add missing separator before suffix
- 14:30 Changeset in xpra [7138] by
- info-request requires authentication
- 14:07 Changeset in xpra [7137] by
- special case for boolean=None (means auto)
- 14:03 Changeset in xpra [7136] by
- * constify commands * don't bother with pulseaudio and xvfb command on …
- 14:03 Changeset in xpra [7135] by
- make it consistent with osx and posix: get the svn revision from the …
- 10:43 Ticket #626 (server does not run cleanups on SIGINT from a console) closed by
- worksforme: I don't really understand the problem, so this is more of an ugly …
- 10:41 Changeset in xpra [7134] by
- #626 make the server run all the cleanups (including its own one) via …
- 10:28 Changeset in xpra [7133] by
- wait longer for server to start, sockets can take 5 seconds to clear …
- 10:21 Changeset in xpra [7132] by
- more friendly messages?
- 08:53 Changeset in xpra [7131] by
- log KeyboardInterrupt? exit
- 06:48 Changeset in xpra [7130] by
- add more debug to run / quit paths (cheap!)
- 06:36 Changeset in xpra [7129] by
- * don't import during cleanup * reaper_quit now calls a dedicated …
- 06:24 Changeset in xpra [7128] by
- add logging to worker add / stop functions
- 06:21 Changeset in xpra [7127] by
- prevent deadlock: always release the worker lock!
- 06:02 Ticket #626 (server does not run cleanups on SIGINT from a console) created by
-
Calling
xpra stop
(or evenxpra exit
) cause the cleanups … - 05:48 Changeset in xpra [7126] by
- add new exception for OptionParser?'s exit so we know this may be just …
- 05:24 Changeset in xpra [7125] by
- new resolution reported on the mailing list
- 04:51 Changeset in xpra [7124] by
- use POPUP window type for some type hints
08/04/14:
- 10:43 Changeset in xpra [7123] by
- map DOCK windows as OR windows
- 10:11 Changeset in xpra [7122] by
- * handle case where xorg_bin is not found, but Xdummy is enabled …
- 09:41 Changeset in xpra [7121] by
- better location for connection-lost event: this always gets called, …
- 09:32 Changeset in xpra [7120] by
- monitor client needs to respond to pings or it will get disconnected!
- 09:31 Changeset in xpra [7119] by
- only count "ui_client"s for xinerama setup
- 09:24 Changeset in xpra [7118] by
- fix disconnect callback: must now take extra arguments!
- 09:19 Changeset in xpra [7117] by
- expose more server features via "xpra info": use the same set we …
- 08:59 Changeset in xpra [7116] by
- #625: add simple "server-event" packet * "wants_events" features for …
- 07:03 Changeset in xpra [7115] by
- always log full stacktraces at debug level
- 07:01 Changeset in xpra [7114] by
- doh: device name is not a number!
- 06:27 Changeset in xpra [7113] by
- updated release notes
- 06:21 Changeset in xpra [7112] by
- r7109 for v0.13.x branch: ensure we don't stop the same publisher twice
- 06:20 Changeset in xpra [7111] by
- r7080 for v0.13.x branch: prevent server source leak on error
- 05:41 Changeset in xpra [7110] by
- better error handling: catch missing system dbus and missing avahi …
- 05:39 Changeset in xpra [7109] by
- ensure we don't stop the same publisher twice
- 04:52 Changeset in xpra [7108] by
- #606 specfile improvements: remove special case for Fedora, all …
- 04:51 Changeset in xpra [7107] by
- #606: use absolute paths
08/03/14:
- 15:42 Changeset in xpra [7106] by
- * remove reference to vpx files that no longer exist * remove …
- 15:30 Ticket #625 (a server event interface) created by
- So the server can expose important session events: * new clients …
- 12:25 Changeset in xpra [7105] by
- don't care for verbose
- 12:08 Changeset in xpra [7104] by
- remove ugly platform exclude workaround from specfile: we can do this …
- 11:48 Changeset in xpra [7103] by
- #606 specfile improvements: * remove ability to make generic RPMs …
- 11:46 Changeset in xpra [7102] by
- version bump
- 11:36 Changeset in xpra [7101] by
- #606 specfile improvements: * use bz2 archive * use %{_datadir} macro
- 07:22 Changeset in xpra [7100] by
- * catch all initialization errors, including optparse command line …
08/02/14:
- 17:06 Changeset in xpra [7099] by
- when running without arguments, just popup the launcher
- 12:26 Changeset in xpra [7098] by
- cleanup and simplify command line parsing and init code: * don't use …
- 11:49 Changeset in xpra [7097] by
- server does not need to know about the command line parser object, …
- 11:27 Changeset in xpra [7096] by
- icon for new utility
- 09:59 Ticket #624 (osx does not find the default config file) closed by
- fixed: Refactored the code to make it cleaner / clearer in r7095. We now …
- 09:46 Changeset in xpra [7095] by
- #624 fix the config file loading more generically: * each platform can …
- 07:50 Changeset in xpra [7094] by
- cleaner py3k string workarounds: deal with conversion to strings at …
- 07:49 Changeset in xpra [7093] by
- wait for connections to close down cleanly before we exit
- 05:37 Changeset in xpra [7092] by
- don't send warnings to stdout!
- 05:28 Changeset in xpra [7091] by
- more py3k string fixes..
- 05:26 Ticket #624 (osx does not find the default config file) created by
- This means that OSX gets its defaults from the default config object, …
- 05:25 Changeset in xpra [7090] by
- ensure compressors and packet-encoders default to all, even when we …
- 05:11 Ticket #614 (make it possible to enable and disable all input parsers individually ...) closed by
- fixed: > {{{server failure: disconnected before the session could be …
- 05:03 Changeset in xpra [7089] by
- get svnversion from parent dir, same as osx's make-dmg.sh
08/01/14:
- 20:42 Ticket #593 (xpra segfaults when attaching OS X) closed by
- fixed: Testing with r7017, when checking sessioninfo (to confirm opengl was …
- 17:30 Changeset in xpra [7088] by
- #623 ensure the client tries to tell the server it's going away and why
- 14:14 Ticket #471 (cursor improvements: send as picture, cache pixels client side) closed by
- wontfix: Recent changes have brought more generic support for compression, …
- 14:13 Ticket #190 (handle COMPOUND_TEXT) closed by
-
wontfix: No-one uses
COMPOUND_TEXT
any more. - 14:11 Ticket #461 (allow authenticated command line clients to control the server) closed by
- worksforme
- 14:10 Ticket #570 (Cmd key buggy from Mac to Linux) closed by
- needinfo
- 14:09 Ticket #553 (Xpra Cursor Vanishing on Certain Websites in Firefox and Lazarus Browser) closed by
- needinfo: OK, closing.
- 14:08 Changeset in xpra [7087] by
- add some more debugging
- 13:58 Ticket #590 (environment var pollution breaks python programs) closed by
- needinfo: Not heard back, closing.
- 13:57 Ticket #86 (support dual keyboard setups with differing layouts) closed by
- worksforme: Not heard back, closing. Feel free to re-open.
- 13:21 Changeset in xpra [7086] by
- removed never-used scaling window attribute, we now use "xpra control" …
- 13:15 Changeset in xpra [7085] by
- avoid protocol layer warnings when we send large uncompressed data …
- 13:06 Changeset in xpra [7084] by
- doh: log a full stacktrace only when the error code is NOT in the …
- 12:58 Changeset in xpra [7083] by
- better encoding fallback fix: * allow lists as fallbacks * always …
- 12:39 Changeset in xpra [7082] by
- fix non-video fallback encoding selection
- 12:10 Changeset in xpra [7081] by
- only add encodings we are allowed to add!
- 11:55 Changeset in xpra [7080] by
- ensure that exceptions in the ServerSource? setup that happen before we …
- 11:53 Changeset in xpra [7079] by
- introduce ClientException? to be explicit about messages we do want to …
- 10:55 Changeset in xpra [7078] by
- #614 fix plain-text packet detection
- 10:42 Changeset in xpra [7077] by
- #614 avoid bugs: just set them all
- 10:36 Changeset in xpra [7076] by
- #614 actually set the toggle to the value we calculated
- 10:10 Changeset in xpra [7075] by
- #614 * define constants for all known disconnection messages * add a …
- 09:21 Ticket #623 (consistent and reliable client exit code and information) created by
- There can be many reasons why we close a connection. Unless this is …
- 06:37 Changeset in xpra [7074] by
- fix? osx path guesswork
- 06:36 Changeset in xpra [7073] by
- strip the "-psn_XXXXXXXX" command line argument that OSX unhelpfully …
- 06:14 Changeset in xpra [7072] by
- we need the new wrapper in Contents/MacOS/
- 05:46 Changeset in xpra [7071] by
- add path debugging to osx path class
- 05:46 Changeset in xpra [7070] by
- add verbose support for debugging
- 05:45 Changeset in xpra [7069] by
- pass command line arguments to utility
- 05:19 Changeset in xpra [7068] by
- until we also package python-nose, I can build with "easy-install …
- 05:04 Changeset in xpra [7067] by
- add some new platform diagnostic tools (osx and win32 launcher scripts …
- 04:46 Changeset in xpra [7066] by
- cut&pasted wrong!
- 04:34 Changeset in xpra [7065] by
- add ability to set the program name as an argument to the python …
- 04:12 Changeset in xpra [7064] by
- update release notes
- 04:08 Changeset in xpra [7063] by
- ensure we honour disabled clipboard on server
- 04:03 Changeset in xpra [7062] by
- r7016 for v0.13.x branch: more correct closing sequence
- 04:00 Changeset in xpra [7061] by
- r7015 for v0.13.x branch: don't close the protocol from source.close …
07/31/14:
- 19:29 Ticket #581 (xpra detach may cause a connection lost rather than a clean disconnection) closed by
- fixed: Retested with r7041 Windows and CentOS r6929(old, but behaved nice) …
- 17:13 Changeset in xpra [7060] by
- #613 remove cruft and ensure it works on centos5 without any extra …
- 14:57 Changeset in xpra [7059] by
- #613 minimal changes for building with the new private libraries
- 14:50 Changeset in xpra [7058] by
- minimal changes for building against private libraries
- 14:44 Changeset in xpra [7057] by
- #613 minimal changes for building with the new private libraries
- 14:43 Changeset in xpra [7056] by
- build static library so we can still build static modules
- 10:58 Changeset in xpra [7055] by
- configure doesn't support --enable-pic
- 09:39 Changeset in xpra [7054] by
- version bump
- 06:15 Ticket #622 (seccomp security support) created by
- See libseccomp. It shouldn't be too …
- 06:00 Changeset in xpra [7053] by
- match actual thread name since this is what we talk about here mostly
- 05:59 Ticket #621 (clipboard code should not compress in the UI thread, not assume zlib) closed by
- fixed: * server encodes from the 'encode' thread as of r7049 - which means …
- 05:57 Changeset in xpra [7052] by
- handle None clipboard data without error in logging
- 05:56 Changeset in xpra [7051] by
- #621: compress client clipboard data from the network layer instead of …
- 05:31 Changeset in xpra [7050] by
- very minor optimizations: use generators and sets
- 05:30 Changeset in xpra [7049] by
- #621: generalize the 'encode' thread so that we can use it for …
- 05:29 Changeset in xpra [7048] by
- check that client supports compression algo before using it!
- 05:24 Changeset in xpra [7047] by
- minor optimization: no need to make lists that we don't keep, use …
- 04:24 Changeset in xpra [7046] by
- * pass dummy flag to build step so it can skip version detection * …
- 04:17 Changeset in xpra [7045] by
- don't query xorg version if we don't need to (ie: if we have …
- 02:45 Changeset in xpra [7044] by
- make it easier to select PCI devices by name: add XPRA_CUDA_DEVICE_NAME
- 01:34 Changeset in xpra [7043] by
- prettify
- 01:33 Changeset in xpra [7042] by
- missed from r7030
07/30/14:
- 15:25 Changeset in xpra [7041] by
- #621 part 1: * extract the compression from the clipboard class and …
- 14:42 Changeset in xpra [7040] by
- some bits of compressed data like rgb pixels we know how to decompress …
- 14:39 Changeset in xpra [7039] by
- in case of error, we must log the exception stacktrace when we get it, …
- 14:38 Changeset in xpra [7038] by
- the compression flag combined with the compression level is a mask!
- 14:02 Changeset in xpra [7037] by
- clipboard packets must use ServerSource?.send_clipboard()
- 13:55 Ticket #621 (clipboard code should not compress in the UI thread, not assume zlib) created by
- Difficulty is that the clipboard knows nothing about compression …
- 13:36 Changeset in xpra [7036] by
- generalize compression_wrapper a bit more so we can end up using …
- 13:10 Changeset in xpra [7035] by
- grr: generators have no length... (and we can't use any/all)
- 12:38 Changeset in xpra [7034] by
- #620 compress before sending only, which also allows us to use lz4!
- 12:02 Changeset in xpra [7033] by
- minor tweaks: * add x error to x11 set * ignore Queue._init (redundant …
- 11:59 Changeset in xpra [7032] by
- fix test to match new code
- 11:10 Changeset in xpra [7031] by
- minor tweaks: ensure we update the quality and speed when changing …
- 10:24 Changeset in xpra [7030] by
- #620: * make it much cheaper to access current quality and speed …
- 09:53 Changeset in xpra [7029] by
- try to shortcut the most common case and make the code more readable
- 09:40 Changeset in xpra [7028] by
- use a different function name so profiling can distinguish
- 09:37 Ticket #620 (performance optimizations from profiling) created by
- After playing around with wiki/Profiling, I've identified some …
- 09:35 Changeset in xpra [7027] by
- syntax fix: builtins is the module!
- 08:54 Changeset in xpra [7026] by
- the compression caps is called "compressor"!
- 08:36 Changeset in xpra [7025] by
- contains() is quite expensive, this improves things a bit for python>=2.5
- 08:36 Changeset in xpra [7024] by
- all() is python>=2.5 only! (and this is a slow path anyway, so we …
- 08:25 Changeset in xpra [7023] by
- use a custom filter for better and faster results!
- 07:53 Changeset in xpra [7022] by
- avoid calling the get_X_error logic until we actually do print the log …
- 05:27 Changeset in xpra [7021] by
- * simplify compressed handling and inline LevelCompressed? as well as …
- 05:25 Changeset in xpra [7020] by
- remove redundant method
- 05:00 Profiling edited by
- (diff)
- 04:56 Changeset in xpra [7019] by
- until we deal with #619, this reduces the packet overhead of using …
- 04:50 Changeset in xpra [7018] by
- make it clearer which thread is being traced, only trace the first …
- 03:49 Ticket #619 (better TCP_NODELAY handling: only use it when it is useful) created by
-
Follow up from #514: at present we enable
TCP_NODELAY
globally … - 01:47 Changeset in xpra [7017] by
- now that we use a generic python wrapper for all the osx launchers …
Note: See TracTimeline
for information about the timeline view.