Timeline
06/27/14:
- 09:16 Changeset in xpra [6866] by
- #410 fix timeout_add call: first argument is the delay!
06/26/14:
- 19:42 Changeset in xpra [6865] by
- #410: * since we've already done the work, always give out a score, …
- 08:32 Ticket #597 ("initenv" connection error when using nested ssh - regression in 0.13.4) reopened by
- Applied in r6864. Despite the fact that the link is to a bash site, I …
- 08:30 Changeset in xpra [6864] by
- #597 also send stderr to null not to stdout
06/25/14:
- 22:17 Changeset in xpra [6863] by
- avoid division by zero
- 22:06 Changeset in xpra [6862] by
- #410: * don't select the first merged region that looks like it fits, …
- 10:48 BadIP edited by
- (diff)
- 10:23 Changeset in xpra [6861] by
- fix automatic border color: we must pass the connection string as the …
- 09:49 Ticket #608 (allow any window layout to use opengl for rendering if available) created by
- Split from #607, probably makes sense to do as part of #640. See …
- 09:46 Ticket #607 (custom window layouts not honoured) created by
- 09:43 Changeset in xpra [6860] by
- print exception stacktrace
- 09:39 Changeset in xpra [6859] by
- disable opengl when a custom window layout is specified
- 09:24 BadIP edited by
- (diff)
- 08:23 Changeset in xpra [6858] by
- we must parse the window layout option before init to avoid assertion …
- 06:36 BadIP edited by
- (diff)
06/24/14:
- 22:10 Changeset in xpra [6857] by
- #410: better filtering of merged regions: remove arbitrary 70% limit …
- 18:56 Ticket #596 (better auto refresh: handle video regions, don't refresh unnecessarily) closed by
- fixed: With the issues seeming to be related to #410 rather than this ticket, …
- 08:04 BadIP edited by
- (diff)
06/21/14:
- 17:05 Changeset in xpra [6856] by
- #410: region detection fixes: * must be able to hash the rectangle …
- 15:57 Changeset in xpra [6855] by
- #410: try to merge regions of the same width (or height) if they are …
- 05:14 Building edited by
- (diff)
- 05:11 Xdummy edited by
- (diff)
- 05:05 Xdummy edited by
- (diff)
- 04:56 Usage edited by
- (diff)
- 04:40 Usage edited by
- (diff)
- 04:39 Usage edited by
- (diff)
- 04:20 Ticket #410 (better sub-window encoding: detect regions and use sub video encoder) reopened by
- Actually re-opening this bug: the issue from ticket:596#comment:4 …
- 04:14 Changeset in xpra [6854] by
- * align debug output * fix refresh elapsed time logging (milliseconds)
- 04:07 Ticket #410 (better sub-window encoding: detect regions and use sub video encoder) closed by
- fixed: This ticket is about xpra detecting that there is video on screen, and …
06/20/14:
- 08:40 Changeset in xpra [6853] by
- #172: fix win32 builds: we need xpra.conf generated there too, hack it …
- 08:38 Changeset in xpra [6852] by
- remove ugly paths hacks and extra copying: just "install_exe" directly …
- 07:16 Changeset in xpra [6851] by
- don't start-child when upgrading or shadowing
06/19/14:
- 15:00 Changeset in xpra [6850] by
- use "0" as value to imply automatic mode, as "-1" causes problems with …
- 14:30 Changeset in xpra [6849] by
- override the speed and quality used for non-video areas when we have a …
- 14:15 Changeset in xpra [6848] by
- #596: add a separate list of regions with its own timer for the video …
- 05:18 Ticket #604 (xpra_Xdummy: run Xorg directly, without copying to remove setuid) closed by
- fixed: Works OK, tested beta packages too. Closing.
- 05:16 Ticket #589 (Popup dialog disappears in Intellij IDE (java app)) closed by
- worksforme: Not heard back, closing. (backport was in r6702 and was released as …
- 05:14 Ticket #587 (compile error in enc_x265) closed by
- worksforme: Not heard back - closing.
- 05:11 Ticket #605 (add build and runtime dependencies spec files to src tree) closed by
- fixed: Will follow up in #606.
06/18/14:
- 14:49 Changeset in xpra [6847] by
- record src info if missing (when run from the command line)
- 14:49 Changeset in xpra [6846] by
- record src info in build step too if it is missing
- 14:49 Changeset in xpra [6845] by
- no need to log cleanups at info level
- 14:35 Changeset in xpra [6844] by
- remove src_info during clean
- 14:20 Changeset in xpra [6843] by
- simplify
- 14:18 Changeset in xpra [6842] by
- remove arguments to init_cuda() so we can re-init with the same …
- 14:01 Changeset in xpra [6841] by
- match code move
- 11:53 Ticket #602 (some altgr keys are not honoured with win32 client and non-us layouts) closed by
- fixed: Backport in r6829, released in 0.13.6
- 11:49 Ticket #592 (Pages sometimes show blurry content) closed by
- fixed: This will have to do for 0.13, closing, please see #596.
- 11:42 Changeset in xpra [6840] by
- #596: dynamic lossless threshold: * lower when we have fewer pixels to …
- 11:15 Changeset in xpra [6839] by
- lower min-quality now that auto-refresh will fire more reliably
- 11:12 Changeset in xpra [6838] by
- #596 (missed from last commit): * use rectangle class * delays must be …
- 11:09 Changeset in xpra [6837] by
- #596: * keep track of regions that need a refresh * remove high …
- 10:53 Changeset in xpra [6836] by
- move region code to server module where it is used - it has nothing to …
- 10:48 Changeset in xpra [6835] by
- use local utility functions for setting and clearing video subregion
- 10:46 Changeset in xpra [6834] by
- remove unused code: control command calls window sources directly
- 09:43 Changeset in xpra [6833] by
- even in case of error, select_device is expected to return an int for …
- 07:11 Changeset in xpra [6832] by
- expose quality in client options so we don't cause an auto-refresh if …
06/17/14:
- 17:19 Ticket #595 (latest nvidia drivers break YUV444 encoding) reopened by
- Looks like other versions break... re-opening.
- 17:14 Changeset in xpra [6831] by
- #466 blacklist some more versions
- 17:04 Changeset in xpra [6830] by
- 0.13.6 release notes
- 17:00 Changeset in xpra [6829] by
- r6807 fix for altgr keys on "fr" keyboard layout
- 16:51 Changeset in xpra [6828] by
- r6803 + r6827 for v0.13.x branch: fix AltGr? workaround on win32
- 16:45 Changeset in xpra [6827] by
- unnecessary code
- 16:42 Changeset in xpra [6826] by
- part of r6823 for v0.13.x branch: detect real Xorg version from hidden …
- 16:39 Changeset in xpra [6825] by
- r6824 for v0.13.x branch: fix for systems without python-glib installed
- 16:34 Changeset in xpra [6824] by
- glib is optional, does not exist on centos5
- 14:18 Changeset in xpra [6823] by
- #172 packaging build fixes: * detect Xorg version using the real …
- 09:37 Changeset in xpra [6822] by
- add more cursor debug logging (problem was somewhere else..)
- 08:56 Changeset in xpra [6821] by
- readme file got renamed
- 08:54 Changeset in xpra [6820] by
- forgot to actually bump version no..
- 08:05 ReportingBugs edited by
- (diff)
- 07:50 Changeset in xpra [6819] by
- cython version bump
- 07:45 Building/fedora_el edited by
- (diff)
- 07:43 Building/fedora_el edited by
- (diff)
- 07:35 Changeset in xpra [6818] by
- #605 add build and runtime deps, remove old unused scripts
- 03:33 Changeset in xpra [6817] by
- add i386, i486, i586 and i686
- 03:24 Changeset in xpra [6816] by
- bsd fix: os.path.join ignores the first path if the second one starts …
- 03:04 Ticket #606 (cleaned up xpra.spec) created by
- Cleaned up the xpra.spec. The build dependencies depend on packages in …
- 03:02 Changeset in xpra [6815] by
- #604: * remove bashisms * define more arches, including the most …
- 02:53 Ticket #605 (add build and runtime dependencies spec files to src tree) created by
- These are the specs for build and runtime dependencies. See the wiki …
- 02:46 Building/fedora_el edited by
- notes about packages (diff)
- 02:01 Building/fedora_el edited by
- el5 build procedure (diff)
- 00:59 Building/fedora_el edited by
- updated f19/f20 build info (diff)
06/16/14:
- 12:43 Ticket #604 (xpra_Xdummy: run Xorg directly, without copying to remove setuid) reopened by
- 09:53 Changeset in xpra [6814] by
- #172: * generate the config file from a template rather than having …
- 08:03 Changeset in xpra [6813] by
- * don't fail if arch is not x86_64 or i686, at least try …
- 07:50 Changeset in xpra [6812] by
- with bash, we can rename "ld-linux.so" to "Xorg-nosuid", which is …
- 05:45 Ticket #595 (latest nvidia drivers break YUV444 encoding) closed by
-
fixed: r6811 disables
YUV444
when we detect a buggy nvidia driver … - 05:44 Changeset in xpra [6811] by
- #595: detect problematic versions of the nvidia driver (337 onwards) …
- 02:58 Building/fedora_el edited by
- add note about ffmpeg depending on x264 (diff)
- 02:54 Building/fedora_el created by
- work-in-progress: el6 and f20 build requirements
- 02:45 Ticket #604 (xpra_Xdummy: run Xorg directly, without copying to remove setuid) closed by
- fixed: Awesome! Applied in r6810 and updated the wiki: …
- 02:44 Xdummy edited by
- (diff)
- 02:42 Changeset in xpra [6810] by
- #604 remove the need to copy the Xorg binary file to remove the suid bit
- 02:39 Changeset in xpra [6809] by
- add error message to assert statements
- 02:35 Ticket #604 (xpra_Xdummy: run Xorg directly, without copying to remove setuid) created by
- This is a cleaner solution than copying /usr/bin/Xorg to $HOME/.xpra …
06/15/14:
- 21:26 Ticket #603 (build_info.py missing when setup.py install is passed --skip-build) created by
- Build Procedure […] […] difference in file listings […]
- 14:53 Changeset in xpra [6808] by
- fix error handling: must capture exception instance to use it!
- 13:29 CSC edited by
- (diff)
- 13:16 Changeset in xpra [6807] by
- #602 fix for altgr keys on "fr" keyboard layout: patch the keymap to …
- 12:08 Changeset in xpra [6806] by
- add "xpra control" commands: * focus window-id * key keycode press|unpress
06/14/14:
- 15:06 Ticket #602 (some altgr keys are not honoured with win32 client and non-us layouts) created by
- ie: with 'fr' layout and a Linux client, I get the correct keys: * …
- 15:05 Changeset in xpra [6805] by
- move changelog at the end
- 14:59 Building edited by
- (diff)
- 14:58 Building edited by
- (diff)
- 14:53 Network edited by
- (diff)
- 13:52 Changeset in xpra [6804] by
- add patch header with info
- 12:56 Changeset in xpra [6803] by
- fix AltGr? workaround which broke with keyboard refactoring back in …
- 12:45 Ticket #601 (More troubleshooting for Xdummy) closed by
- duplicate: I simply do not have the time to package more things, we package too …
- 11:59 Ticket #600 (centos5: no attribute 'image_new_from_pixbuf') closed by
- fixed: Backported to v0.13.x branch in r6801. Tested OK, closing.
- 11:46 Ticket #601 (More troubleshooting for Xdummy) created by
- In my experience, Xdummy keeps working inconsistently with the screen …
- 11:45 Changeset in xpra [6802] by
- version bump
- 11:43 Changeset in xpra [6801] by
- #600 centos5 fixes: deal with old pygtk version (r6795, r6796, r6798), …
- 10:41 FAQ edited by
- (diff)
- 10:39 FAQ edited by
- (diff)
- 10:37 Changeset in xpra [6800] by
- add note about Xsession based on the debian patch
- 10:25 Xdummy edited by
- (diff)
- 07:05 Changeset in xpra [6799] by
- #600 cannot use absolute imports in python24..
- 06:51 Changeset in xpra [6798] by
- #600 more ancient gtk fixes: no support for opacity
- 06:48 Changeset in xpra [6797] by
- we don't actually show the window, we only realize it, so remote the …
- 06:47 Changeset in xpra [6796] by
- #600 workaround missing image_new_from_pixbuf
- 06:45 Changeset in xpra [6795] by
- #600 workaround missing image_new_from_pixbuf
- 06:25 Ticket #591 (tray icons stacked in upper-left corner after "xpra upgrade") closed by
- fixed
- 06:25 Ticket #599 (Xpra 0.13.5 fails with error on glGenFramebuffers) closed by
- fixed
- 06:25 Changeset in xpra [6794] by
- add links to modeline calculators
- 06:24 Xdummy edited by
- (diff)
- 03:31 Ticket #600 (centos5: no attribute 'image_new_from_pixbuf') created by
- Building xpra for centos5 and ran into this issue when I tried to …
06/13/14:
- 19:56 Changeset in xpra [6793] by
- re-bump
- 19:54 Changeset in xpra [6792] by
- r6791 for v0.13.x branch
- 19:53 Changeset in xpra [6791] by
- #599 the pyopengl versions on centos don't have …
- 19:11 Changeset in xpra [6790] by
- actually bump it..
- 19:07 Changeset in xpra [6789] by
- build bump
- 19:03 Changeset in xpra [6788] by
- r6787 for v0.13.x branch: some versions of pyopengl only support the …
- 19:01 Changeset in xpra [6787] by
- #599 some versions of pyopengl only support the single argument syntax
- 17:54 Ticket #599 (Xpra 0.13.5 fails with error on glGenFramebuffers) created by
- Hi, working with a kubuntu client (intel graphics) and a kubuntu …
- 14:41 Changeset in xpra [6786] by
- updated release notes
- 14:38 Changeset in xpra [6785] by
- r6771 for v0.13.x branch: fix keyboard layout change handler
- 14:35 Changeset in xpra [6784] by
- fix display name guessing
- 14:32 Changeset in xpra [6783] by
- r6782 for v0.13.x branch: don't assume ssh shell will start in the …
- 14:31 Changeset in xpra [6782] by
- don't assume ssh shell will start in the home directory
- 14:16 Xdummy edited by
- (diff)
- 14:13 Xdummy edited by
- (diff)
- 10:00 Ticket #580 (Please, document usage of Xdummy with nvidia proprietary drivers) closed by
- fixed: Not heard back, closing.
- 09:58 Ticket #598 (support for printing via a cups backend script) created by
- We should be able to place our own script in …
- 09:48 Changeset in xpra [6781] by
- show nvidia kernel module version in log and "xpra info"
- 09:37 ReportingBugs edited by
- (diff)
- 08:10 Changeset in xpra [6780] by
- don't log an error if the GL_SHADING_LANGUAGE_VERSION property is missing
- 08:09 Changeset in xpra [6779] by
- better error logging
- 08:07 Changeset in xpra [6778] by
- better error logging
- 08:05 Changeset in xpra [6777] by
- * better opengl initialization logging * virtualbox on win32 is still …
- 05:32 Changeset in xpra [6776] by
- #86: allow the user to select a specific layout from the tray when …
- 05:10 Changeset in xpra [6775] by
- let the keyboard classes expose the list of layouts if they can find …
- 05:06 Changeset in xpra [6774] by
- move keyboard sending code to keyboard helper (removes callbacks and …
- 04:40 Changeset in xpra [6773] by
- better gtk keyboard code: * don't keep old keys-changed signal …
- 04:20 Changeset in xpra [6772] by
- unused import
- 03:49 Changeset in xpra [6771] by
- fix keyboard layout change handler (client)
- 03:24 Changeset in xpra [6770] by
- make the display optional for "xpra upgrade": if there is only one …
- 03:19 Changeset in xpra [6769] by
- fix call to guess_X11_display when shadowing: must pass socket dir
06/12/14:
- 16:20 Changeset in xpra [6768] by
- updated release notes
- 16:18 Changeset in xpra [6767] by
- r6764 + r6765 for v0.13.x branch: compatibility with older opengl libraries
- 16:16 Changeset in xpra [6766] by
- r6755 for v0.13.x branch: preserve system tray icons when upgrading server
- 16:08 Changeset in xpra [6765] by
- some versions don't have GL_MAX_RECTANGLE_TEXTURE_SIZE, fallback to …
- 15:59 Changeset in xpra [6764] by
- compatibility with older versions of pyopengl: pass fbo to …
- 15:09 Changeset in xpra [6763] by
- (doh) on centos: build webp static, or not at all
- 15:00 Changeset in xpra [6762] by
- enable webp statically linked codec on centos
- 14:53 Changeset in xpra [6761] by
- allow us to build the webp codec statically linked with …
- 14:08 Ticket #594 (csc_swscale import fails, undefine symbol: av_px_fmt_desc_get) closed by
- fixed: Built against the latest svn checkout and this error issue is …
- 13:31 Changeset in xpra [6760] by
- stop trying to support old versions of cython
- 13:26 Changeset in xpra [6759] by
- more cython compile time optimizations
- 13:09 Changeset in xpra [6758] by
- big performance boost by skipping bounds checks, division checks, etc …
- 12:23 Changeset in xpra [6757] by
- r6738 for v0.13.x branch: ensure we read the av error string as a null …
- 12:21 Changeset in xpra [6756] by
- more tray debug logging
- 12:19 Changeset in xpra [6755] by
- #591: when cleaning up the tray docking window: * set selection owner …
- 11:56 Changeset in xpra [6754] by
- fix xpra exit: but we would need the hello request to know if this …
- 10:54 Changeset in xpra [6753] by
- updated release notes
- 10:46 Ticket #597 ("initenv" connection error when using nested ssh - regression in 0.13.4) closed by
- fixed: Backport to v0.13.x done in r6751. Closing, thanks! Note: this code …
- 10:44 FAQ edited by
- (diff)
- 10:43 Changeset in xpra [6752] by
- add some new common modelines
- 10:39 Changeset in xpra [6751] by
- #597: r6749 + r6746 for v0.13.x branch: fix connection via nested ssh
- 10:28 Changeset in xpra [6750] by
- don't silently drop the warning about missing initenv, will hint that …
- 10:26 Changeset in xpra [6749] by
- #597 we need a shell to be able to do the redirection!
- 09:59 Changeset in xpra [6748] by
- more proper redirection to null
- 09:38 Changeset in xpra [6747] by
- avoid warning in ssh command output if initenv is not supported by the …
- 09:36 Changeset in xpra [6746] by
- #597 add quotes around the final ssh command to run so that it doesn't …
- 08:49 Changeset in xpra [6745] by
- r6744 for v0.13.x branch: we need to link against avutil when making …
- 08:45 Changeset in xpra [6744] by
- we need to link against avutil when making static builds (and this …
- 08:16 Ticket #597 ("initenv" connection error when using nested ssh - regression in 0.13.4) created by
- I connect to my session remotely using the following (sample) command: …
- 05:02 Changeset in xpra [6743] by
- * remove redundant var * add some debug logging
- 04:23 Ticket #596 (better auto refresh: handle video regions, don't refresh unnecessarily) created by
- Split from #592. The problems: * the video region updates a lot by …
- 04:01 Changeset in xpra [6742] by
- force values for gopLength and frameIntervalP as some presets have may …
- 03:50 Ticket #595 (latest nvidia drivers break YUV444 encoding) created by
- Not sure which versions work and which versions do not (this seems to …
- 03:46 Changeset in xpra [6741] by
- allow us to disable YUV444P encoding via env var
- 03:22 Changeset in xpra [6740] by
- avoid stacktraces on decoding errors: we know where we are so use …
- 03:21 Changeset in xpra [6739] by
- get_info on a codec instance should only return what is relevant to …
- 03:19 Changeset in xpra [6738] by
- av error string is null terminated! (don't return random memory padding)
06/11/14:
- 19:38 Ticket #594 (csc_swscale import fails, undefine symbol: av_px_fmt_desc_get) created by
- […] As you can see colorspace_converter.so is not linked to any …
- 13:46 Ticket #593 (xpra segfaults when attaching OS X) created by
- […] I have attached the crash log OS X creates. Let me know what …
- 12:25 Changeset in xpra [6737] by
- modeline for resolution found in #592
- 12:21 Changeset in xpra [6736] by
- updated release notes
- 12:17 Changeset in xpra [6735] by
- r6717 for v0.13.x branch: auto-refresh fixes
- 12:02 Changeset in xpra [6734] by
- r6723 for v0.13.x branch: use correct dimensions when evaluating video …
- 11:58 Changeset in xpra [6733] by
- since we only call update_speed every second now, we need more …
- 11:33 Changeset in xpra [6732] by
- lower the reference target latency
- 11:29 Changeset in xpra [6731] by
- simplify: remove branching
- 10:58 Changeset in xpra [6730] by
- use a sliding scale rather than a cut-off threshold for deciding when …
- 10:08 Changeset in xpra [6729] by
- * make it more likely that we will use rgb for small areas * lower …
- 10:06 Changeset in xpra [6728] by
- skip video region from auto-refresh
- 10:05 Changeset in xpra [6727] by
- update docstring to match code
- 10:05 Changeset in xpra [6726] by
- oops: don't schedule a refresh for high quality damage packets!
- 09:06 Changeset in xpra [6725] by
- fix area percentage logging
- 08:50 Changeset in xpra [6724] by
- better pipeline score debug logging
- 08:49 Changeset in xpra [6723] by
- #592 when evaluating new pipeline options, use the actual window …
- 08:47 Changeset in xpra [6722] by
- lower default auto-refresh delay: we take the client latency into …
- 08:26 Changeset in xpra [6721] by
- #592: include scaling attributes in pipeline scores so we can …
- 07:30 Changeset in xpra [6720] by
- add gtkglext 1.2.0 hack
- 05:54 Changeset in xpra [6719] by
- more readable xpra info
- 05:33 Changeset in xpra [6718] by
- auto-refresh improvements: * better logging * better docstrings
- 05:31 Changeset in xpra [6717] by
- auto-refresh fixes: * don't cancel refresh scheduling when a new …
- 05:12 Changeset in xpra [6716] by
- remove cancelled check: any packets getting here will have been sent, …
- 03:48 Changeset in xpra [6715] by
- r6714 for v0.13.x branch: validate ack data
- 03:47 Changeset in xpra [6714] by
- #592: it is possible, though this should be very unlikely, that we get …
06/10/14:
- 16:52 Changeset in xpra [6713] by
- updated release notes
- 16:05 Changeset in xpra [6712] by
- #172: restore "skip display_name_check when shadowing or proxying"
- 15:31 Changeset in xpra [6711] by
- r6708 for v0.13.x branch: when we guess the display name in proxy …
- 15:25 Changeset in xpra [6710] by
- when we guess the X11 display to use for shadowing and fine more than …
- 15:23 Changeset in xpra [6709] by
- * more detailed error messages * typo
- 15:22 Changeset in xpra [6708] by
- when we guess the display name in proxy "_shadow_start", ensure that …
- 12:27 Changeset in xpra [6707] by
- #592: expose the encoding queue size to the window source so it can …
- 11:49 Changeset in xpra [6706] by
- updated release notes
- 11:48 Changeset in xpra [6705] by
- r6703 for v0.13.x branch: fix batch delay check test
- 11:45 Changeset in xpra [6704] by
- #592 batch more during resizing
- 11:31 Changeset in xpra [6703] by
- fix batch delay check test
- 11:16 Changeset in xpra [6702] by
- r6688 for v0.13.x branch: #589: fix focus change races
- 11:14 Changeset in xpra [6701] by
- r6700 for v0.13.x branch: don't overwrite global batch info with …
- 11:12 Changeset in xpra [6700] by
- don't overwrite global batch info with window specific info!
- 09:20 Changeset in xpra [6699] by
- allow the user to specify many license keys as a CSV list, try all of …
- 06:59 Changeset in xpra [6698] by
- update 0.13.x release notes
- 06:55 Changeset in xpra [6697] by
- r6693 for v0.13.x branch: fix client launcher on OSX: got moved to …
- 06:54 Changeset in xpra [6696] by
- r6690 for v0.13.x branch: fix remote ssh start with a clean user account
- 06:53 Changeset in xpra [6695] by
- r6682 for v0.13.x branch: fix avoid scaling during resize: …
- 06:51 Changeset in xpra [6694] by
- r6676 for v0.13.x branch: ensure quality and speed changes via xpra …
- 06:40 Changeset in xpra [6693] by
- fix client launcher on OSX: got moved to gtk_base as part of GTK3 work …
- 06:27 Changeset in xpra [6692] by
- #590: revert r6689: wrong patch
- 06:20 Ticket #466 (nvenc improvements: YUV444P mode and bandwidth auto tuning) closed by
- worksforme: Needs more testing with newer NVIDIA drivers / cuda sdk but will close …
- 06:18 Ticket #504 (delegated encoding mode) closed by
- worksforme: Closing this for now until we do some further testing. I'll reopen and …
- 06:07 Changeset in xpra [6691] by
- pyopengl version bump
06/09/14:
- 19:46 Ticket #592 (Pages sometimes show blurry content) created by
- Sometimes Xpra will enter a state where contents on a webpage become …
- 15:08 Changeset in xpra [6690] by
- fix remote ssh start with a clean user account: create the run-xpra …
- 12:33 Changeset in xpra [6689] by
- #590 don't pollute the environment, remove "export"
- 12:08 Changeset in xpra [6688] by
- #589: avoid races when sending focus changes: delay sending the "lost …
- 11:54 Changeset in xpra [6687] by
- better debug logging
06/08/14:
- 15:29 Encodings/nvenc edited by
- (diff)
- 14:41 BadIP edited by
- (diff)
- 14:41 BadIP edited by
- (diff)
- 06:14 Changeset in xpra [6686] by
- 06:09 Changeset in xpra [6685] by
- move ping code to where it is actually defined and used! (client base …
- 05:46 Changeset in xpra [6684] by
- add new logging category
- 05:37 Changeset in xpra [6683] by
- add dedicated logger for scaling stuff
- 05:35 Changeset in xpra [6682] by
- fix avoid scaling during resize: last_resized value is in absolute time!
- 05:23 Changeset in xpra [6681] by
- better error reporting when nvenc fails: * remove stacktrace * explain …
- 04:34 Changeset in xpra [6680] by
- final version bump to make one more source release
- 04:32 Changeset in xpra [6679] by
- remove tests that use code that was already removed
06/07/14:
- 13:28 Changeset in xpra [6678] by
- use relative imports
- 13:18 Ticket #591 (tray icons stacked in upper-left corner after "xpra upgrade") created by
- When I upgraded server-side Xpra from 0.12.7 to 0.13.3 and re-attached …
- 04:09 Ticket #590 (environment var pollution breaks python programs) created by
- Xpra should not pollute the environment variable namespace with python …
06/06/14:
- 17:17 Changeset in xpra [6677] by
- "XpraBrowser?" using webkitgtk and the ServerMessenger? code to tell …
- 17:15 Changeset in xpra [6676] by
- fix quality and speed changes via "xpra control": also update the …
- 17:09 Changeset in xpra [6675] by
- * show client_options in compresslog * add "quality" and "optimize" …
- 17:08 Changeset in xpra [6674] by
- simplify
- 16:41 Changeset in xpra [6673] by
- fix error message: report actual value we parse
- 16:36 Changeset in xpra [6672] by
- * update control commands to new API argument order
- 15:42 Changeset in xpra [6671] by
- we must return a value, even when we delegate!
- 12:16 Ticket #588 (Keyboard mapping issue: numerical keypad) closed by
- fixed: r6667 is a better fix, but too intrusive to backport. So I've applied …
- 12:15 Changeset in xpra [6670] by
- 0.13.4 version bump
- 12:12 Changeset in xpra [6669] by
- #588: workaround mismapped period key on some non-us keyboards (ie: fr …
- 12:09 Changeset in xpra [6668] by
- remove unused code
- 12:06 Changeset in xpra [6667] by
- #588: allow platforms to provide keymap translations to workaround …
- 11:58 Changeset in xpra [6666] by
- oops fix r6665: add missing self arg
- 08:50 Changeset in xpra [6665] by
- don't duplicate the code for calling the send method: delegate to the …
- 08:24 Changeset in xpra [6664] by
- refactor the code so we always use "for_all_window_sources" instead of …
06/05/14:
- 17:48 Changeset in xpra [6663] by
- very rough PoC of a client application which uses its knowledge of …
- 17:45 Changeset in xpra [6662] by
- fix docstring
- 17:45 Changeset in xpra [6661] by
- * don't kick out non "UI" clients * ensure non-UI clients can't have …
- 17:37 Ticket #589 (Popup dialog disappears in Intellij IDE (java app)) created by
- When trying to use 'Navigate to class' feature in the intellij ide …
- 16:30 ReportingBugs edited by
- (diff)
- 16:28 Changeset in xpra [6660] by
- * only send windows and cursors to UI clients * ensure we don't set …
- 14:08 BadIP edited by
- (diff)
- 09:50 Changeset in xpra [6659] by
- * round delays to nearest millisecond (use integers) * better wording …
- 09:36 Changeset in xpra [6658] by
- update release notes with workspace fix
- 09:34 Changeset in xpra [6657] by
- r6656 for v0.13.x branch: fix window refresh when locked (different …
- 09:33 Changeset in xpra [6656] by
- correctly allow delayed regions to expire when the batch delay is …
- 09:00 Changeset in xpra [6655] by
- * honour force flag * don't log anything when we shortcut out
- 08:40 BadIP edited by
- (diff)
- 08:22 Changeset in xpra [6654] by
- more readable logging message
- 08:22 Changeset in xpra [6653] by
- when batch delay is locked, don't bother reconfiguring things
- 08:06 Changeset in xpra [6652] by
- fix usage info: ensure we still include the default options
- 06:51 Changeset in xpra [6651] by
- update release notes
- 06:42 Changeset in xpra [6650] by
- r6643 for v0.13.x branch: ensure we do choose between rgb24 and rgb32 …
- 06:41 Changeset in xpra [6649] by
- r6636 for v0.13.x branch: add missing x11 server type
- 06:41 Changeset in xpra [6648] by
- r6634 for v0.13.x branch: fix control command error handling
- 06:40 Changeset in xpra [6647] by
- r6630 for v0.13.x branch: fix xpra upgrade
- 06:39 Changeset in xpra [6646] by
- r6629 for v0.13.x branch: prevent delaying cursor pixels too much
- 06:36 PacketEncoding edited by
- (diff)
- 06:35 PacketEncoding edited by
- (diff)
- 06:33 PacketEncoding edited by
- add more chunk info (diff)
- 06:21 BadIP edited by
- (diff)
06/04/14:
- 13:12 BadIP edited by
- (diff)
- 09:11 Ticket #588 (Keyboard mapping issue: numerical keypad) created by
- Context: - Xpra 0.13.1 on server side (CentOS 6.4) - Xpra 0.13.2 …
06/03/14:
- 15:33 Changeset in xpra [6645] by
- allow us to turn off strict mode with "nostrict"
- 15:15 Changeset in xpra [6644] by
- new "xpra control": * change auto-refresh * add ability to set …
- 15:11 Changeset in xpra [6643] by
- ensure we do choose between rgb24 and rgb32 in strict mode
- 14:21 Changeset in xpra [6642] by
- remove more unused code
- 14:17 Changeset in xpra [6641] by
- remove unused code
- 14:14 Changeset in xpra [6640] by
- example command line client which changes encoding and quality every 2 …
- 14:08 Changeset in xpra [6639] by
- * enable control command outside "hello" packet for all authenticated …
- 10:42 BadIP edited by
- (diff)
- 08:34 Changeset in xpra [6638] by
- add dedicated command logger
- 08:31 Changeset in xpra [6637] by
- add ability to severely restrict the amount of unnecessary data we …
- 08:28 Changeset in xpra [6636] by
- add missing x11 server type
- 07:49 Changeset in xpra [6635] by
- skip sending aliases for one-off clients (waste of space)
- 07:05 Changeset in xpra [6634] by
- fix control command error handling
- 06:49 Changeset in xpra [6633] by
- fix method signature
- 06:49 Changeset in xpra [6632] by
- fix method signature
- 02:18 Ticket #583 (setup.py --user doesn't install etc/xpra/xpra.conf and ...) closed by
- fixed: Applied in r6631. Thanks.
- 02:18 Changeset in xpra [6631] by
- #583 install etc files locally when installing with --user flag
06/02/14:
- 14:18 Changeset in xpra [6630] by
- we must return the exit flag to allow the "xpra upgrade" to exit …
- 13:15 Ticket #586 (0.13.x always puts new windows on virtual desktop #1) closed by
- fixed: Windows are now appearing on the proper virtual desktop for me. …
- 12:11 BadIP edited by
- (diff)
- 12:01 Keyboard edited by
- (diff)
- 06:35 BadIP edited by
- (diff)
- 03:59 Changeset in xpra [6629] by
- prevent delaying cursor pixels too much: the global batch delay is …
- 03:56 Changeset in xpra [6628] by
- log cursor delay used
06/01/14:
- 15:03 Changeset in xpra [6627] by
- update release notes with latest fix
- 15:02 Changeset in xpra [6626] by
- r6625 for v0.13.x branch: fix painting of forwarded tray
- 15:00 Changeset in xpra [6625] by
- fix tray forwarding: * avoid shortcuts by pretending we have a backing …
- 12:40 Changeset in xpra [6624] by
- #172: * ensure we close all extra file descriptors except the pipe * …
- 11:58 Changeset in xpra [6623] by
- remove message which is no longer applicable: displayfd removes the …
- 08:08 Changeset in xpra [6622] by
- 0.13.2 release
- 08:04 Changeset in xpra [6621] by
- fix infinite recursion in str method called unecessarily by cython csc
- 08:03 Changeset in xpra [6620] by
- r6606 for v0.13.x branch: #587 fix compilation of x265 codec
- 08:02 Changeset in xpra [6619] by
- r6603 for v0.13.x branch: launcher fix with debug in config file
- 08:00 Changeset in xpra [6618] by
- r6602 for v0.13.x branch: don't include sound executables when …
- 07:59 Changeset in xpra [6617] by
- r6609 + r6610 + r6615 for v0.13.x branch: fix initial window workspace
- 07:56 Changeset in xpra [6616] by
- add better debug logging for workspace changes
- 07:56 Changeset in xpra [6615] by
- #586: cleaner solution than r6609: simply use -1 for the window …
- 07:44 Changeset in xpra [6614] by
- when we get an exception that causes the server to exit (not a …
- 07:41 Changeset in xpra [6613] by
- #172: displayfd support: * add boolean config file option "displayfd" …
05/31/14:
05/30/14:
- 16:34 Changeset in xpra [6612] by
- no need to stringify things for logging
- 16:31 Changeset in xpra [6611] by
- str calls repr... and causes infinite recursion!
- 12:04 Changeset in xpra [6610] by
- * don't try to set the workspace if the "can_set_workspace" flag is …
- 12:01 Changeset in xpra [6609] by
- #586 if window_workspace is None, it isn't set!
- 11:29 Changeset in xpra [6608] by
- add ability to disable setting the workspace
- 10:58 BadIP edited by
- (diff)
- 10:05 Changeset in xpra [6607] by
- #172: split xorg version detection so we can eventually re-use it to …
- 08:30 Changeset in xpra [6606] by
- #587 fix compilation of x265 codec
- 08:19 Ticket #587 (compile error in enc_x265) created by
- […] should it be […]
- 04:11 Ticket #585 (0.13.x puts new windows on virtual desktop 1) closed by
- duplicate: See #586
- 04:07 Ticket #586 (0.13.x always puts new windows on virtual desktop #1) created by
- Since upgrading my server to 0.13.0, all new windows are created on …
- 04:00 Ticket #585 (0.13.x puts new windows on virtual desktop 1) created by
- Starting in 0.13.0 and still in 0.13.1, when using multiple virtual …
05/29/14:
- 16:52 Ticket #584 (Implementation of API for crypto modules) created by
- The state encrypted connection is not rely know but discussion was …
- 16:45 Ticket #583 (setup.py --user doesn't install etc/xpra/xpra.conf and ...) created by
-
./setup.py install --user
does not install etc/xpra/xpra.conf … - 11:31 BadIP edited by
- (diff)
- 11:29 Changeset in xpra [6605] by
- updated, more accurate encoding information
- 10:46 Changeset in xpra [6604] by
- disable opengl when running under wine (does not display anything on …
- 07:20 Changeset in xpra [6603] by
- generalize fixup_debug_option so we can also use it in the launcher: …
- 06:09 Changeset in xpra [6602] by
- don't build or include sound utilities when sound is disabled
Note: See TracTimeline
for information about the timeline view.