Timeline
12/30/17:
- 11:10 Changeset in xpra [17799] by
- version bump for installer
- 10:02 Authentication edited by
- (diff)
- 10:02 Authentication edited by
- (diff)
- 09:45 Changeset in xpra [17798] by
- #1731: keep track of the original socket type before we upgrade it - …
- 09:43 Ticket #1731 (inconsistent authentication handling) created by
- Because TCP sockets can be upgraded to websockets, SSL or both (Secure …
- 09:41 Changeset in xpra [17797] by
- use consistent var naming
- 09:25 Network edited by
- (diff)
- 09:20 Changeset in xpra [17796] by
- set defaults so we can call authenticate without any arguments (fixes …
- 08:22 Changeset in xpra [17795] by
- version bump + add latest fixes to the release notes
- 08:09 Versions/PendingFixes edited by
- (diff)
- 08:09 Changeset in xpra [17794] by
- r17720 backport: fix keymap change handler with GTK3
- 08:07 Changeset in xpra [17793] by
- don't clobber "w" and "h", we need those intact in reset_function
- 08:02 Changeset in xpra [17792] by
- r17774 backport: re-enable webcam support in 32-bit ms windows builds
- 08:01 Changeset in xpra [17791] by
- r17775 partial backport: don't disable challenge packet support until …
- 06:26 Changeset in xpra [17790] by
- tray tweaks: don't bother using the session name as 'Session Info' …
- 05:43 Changeset in xpra [17789] by
- #1728: * make it possible to specify more than one password-file * add …
- 05:09 Changeset in xpra [17788] by
- typo
12/29/17:
- 18:47 Changeset in xpra [17787] by
- provide default command for rpmbuild tests to pass
- 18:43 Ticket #1730 (tcp wrappers authentication module) closed by
- fixed: Alright duly noted - I'll make sure to pass this along.
- 18:18 Changeset in xpra [17786] by
- #1690: icon for the new dialog
- 17:37 Changeset in xpra [17785] by
- #1730: when wrapping a connection as an ssl connection, make sure we …
- 17:33 Changeset in xpra [17784] by
- #1730: when wrapping a connection as a websocket connection, make sure …
- 16:57 Changeset in xpra [17783] by
- #1690: allow 'exec' auth on win32, with minor fixes
- 16:53 Changeset in xpra [17782] by
- #1690: install auth_dialog utility
- 16:45 Changeset in xpra [17781] by
- some platforms still use /usr/bin prefix (ie: macos)
- 16:38 Changeset in xpra [17780] by
- #1690: * add "exec" auth module * always return "False" if the auth …
- 12:18 Changeset in xpra [17779] by
- #1730 tcp wrappers authentication module
- 12:09 Ticket #1730 (tcp wrappers authentication module) created by
- Follow up from #1728: now we can add …
- 11:41 Changeset in xpra [17778] by
- fix tests: value does not have to be specified (will fail)
- 10:49 Ticket #1729 (Chromebooks browser can't connect: invalid packet header format) created by
- Xenials Firefox can connect to the same server. Chromebooks browser …
- 08:03 Changeset in xpra [17777] by
- #1728: update proxy server to support multiple authenticator modules
- 07:48 Changeset in xpra [17776] by
- #1728: make it possible to tell the client what we are prompting for, …
- 07:22 Versions/PendingFixes edited by
- (diff)
- 07:19 Changeset in xpra [17775] by
- #1728 support multiple authentication modules
- 07:00 Ticket #1728 (multiple authentication modules per socket type) created by
- Split from #1690. This will give us more flexibility, including the …
12/28/17:
- 21:42 Ticket #1685 (javascript debug filtering) closed by
- fixed: Thanks for that, I'll pass the message along.
- 20:25 Ticket #1726 (intercept xdg-open and forward it to the client) closed by
- fixed: Noted and closing.
- 08:38 Versions/PendingFixes edited by
- (diff)
- 08:38 Changeset in xpra [17774] by
- undo r17571: an MSYS2 update to opencv fixed the crash
- 08:30 Ticket #1305 (native OSX notifications) closed by
- wontfix: Found a partial solution here: …
- 08:27 Ticket #1727 (macos dock icon per forwarded application) created by
- Assuming that this is even possible (TBC), we would need to generate …
- 07:51 Changeset in xpra [17773] by
- typo
- 07:50 Changeset in xpra [17772] by
- support closing existing notifications
- 07:36 Changeset in xpra [17771] by
- disable subprocess notifier as the os starts a new xpra process if you …
- 07:23 Changeset in xpra [17770] by
- typo
- 07:17 Changeset in xpra [17769] by
- #1305: support native notifications (only via a subprocess seems to …
12/27/17:
- 19:09 Changeset in xpra [17768] by
- #1685: fine grained javascript debug logging
- 12:07 Changeset in xpra [17767] by
- oops: swapped gtk2 and gtk3 version
- 11:41 Changeset in xpra [17766] by
- gtk3 compat
- 11:11 Versions/PendingFixes edited by
- (diff)
- 11:04 Changeset in xpra [17765] by
- fix win32 icon (use correct dimensions for resizing) and enable …
- 10:54 Changeset in xpra [17764] by
- unused import, logging fix
- 10:39 Changeset in xpra [17763] by
- #1707: on macos one cannot change the dock icon after setting it, so …
12/26/17:
- 18:36 Changeset in xpra [17762] by
- #1678: websocket-client 0.45.0
- 17:53 Changeset in xpra [17761] by
- the open command requires a shell on win32, but breaks if you use a …
- 17:44 Changeset in xpra [17760] by
- fix message format
- 17:40 Changeset in xpra [17759] by
- #1375: ensure we bundle shlex, catch errors launching command, use …
- 17:21 Changeset in xpra [17758] by
- * better debug * make shlex optional
- 17:16 Changeset in xpra [17757] by
- better debug
- 17:06 Changeset in xpra [17756] by
- #1375 * better debug * fix accept_data method: need to call superclass …
- 10:23 Changeset in xpra [17755] by
- #1375 add "open-on-server" option to open requests dialog
- 08:40 Changeset in xpra [17754] by
- #1375: * merge all requests into a single "transfers" dialog * show …
12/24/17:
- 19:14 Changeset in xpra [17753] by
- #1375 / #1726: minor fixes: * py3k strings * missing return statement …
- 18:57 Changeset in xpra [17752] by
- #1726: also redirect gnome-open and gvfs-open
- 18:29 Changeset in xpra [17751] by
- undo r17750: centos also lacks "python2-deprecation", so the resulting …
- 18:27 Changeset in xpra [17750] by
- on centos7, we build the dirty way using "easy_install pkgconfig"
- 18:20 Changeset in xpra [17749] by
- python-lz4 now also needs "python-deprecation" at runtime…
- 18:08 Changeset in xpra [17748] by
- python-lz4 now needs python-pkgconfig..
- 17:58 Changeset in xpra [17747] by
- python-lz4 0.14.0
- 17:37 Changeset in xpra [17746] by
- #1375: if the url is a file, show the file size
- 17:19 Changeset in xpra [17745] by
- #1726: new defaults and example for "open-url" option
- 16:56 Changeset in xpra [17744] by
- #1726 now that the default is to ask the client to open files (rather …
- 16:51 Changeset in xpra [17743] by
- #1726: support for URLs with the same yes|no|ask options
- 10:57 Changeset in xpra [17742] by
- #1726: packaging for xdg-open override script
- 10:51 Changeset in xpra [17741] by
- strings byte us again: fix distro variant detection with python3
- 09:54 Changeset in xpra [17740] by
- #1726: * add new "ask" value option for printing, file-transfers and …
12/23/17:
- 13:10 Ticket #417 (re-implement bandwidth constraint option) closed by
- fixed: The stuttering with packet loss is caused by the packets backing up …
- 13:00 Ticket #1587 (2.2 moduleset updates) closed by
- fixed
- 12:59 Ticket #1710 (gksu interface not accepting input) closed by
- worksforme
- 12:59 Ticket #1679 (fedora 27 selinux policy error) closed by
- worksforme
- 12:59 Ticket #1482 (In shadow mode pressed key works only once..) closed by
- worksforme
- 12:58 Ticket #1465 (Bad keyboard translations and some modifier keys not working in combos) closed by
- worksforme
- 08:31 Changeset in xpra [17739] by
- #1678: libpng 1.6.34
- 08:29 Changeset in xpra [17738] by
- make it possible to keep the icon on disk for debugging purposes
- 07:24 Changeset in xpra [17737] by
- force rebuild of gst-plugins-ugly after we rebuild x264
- 06:50 Changeset in xpra [17736] by
- oops: wrong csum
- 06:48 Changeset in xpra [17735] by
- doh: need to also update url
- 06:26 Changeset in xpra [17734] by
- #1707: * add debug logging * make dynamic tray icon configurable via …
- 06:11 Changeset in xpra [17733] by
- fix fedora>=27 buids: fix missing debuginfo failures (just don't ship …
- 06:07 Changeset in xpra [17732] by
- use new style url
- 06:07 Changeset in xpra [17731] by
- add new menu entries to macos menu: * version check * server menu: run …
- 05:18 Changeset in xpra [17730] by
- use a newer libx264 snapshot
- 05:16 Dependencies edited by
- (diff)
12/22/17:
- 17:21 Changeset in xpra [17729] by
- patch no longer applies, and is no longer needed
- 16:52 Changeset in xpra [17728] by
- python-lz4 0.13.0
- 16:34 Changeset in xpra [17727] by
- icon for server list
- 16:34 Changeset in xpra [17726] by
- #1726: forward-xdg-open option
- 16:26 Ticket #1726 (intercept xdg-open and forward it to the client) created by
- This could be enabled by default when we add at least a dialog showing …
- 15:25 Changeset in xpra [17725] by
- py3k strings byte us again, use bytes for storing the chunk-id
- 15:10 Changeset in xpra [17724] by
- py3k fix: make sure all filename / paths are sent as utf8
- 07:03 Changeset in xpra [17723] by
- #1717 test case for the GTK3 crash on win32
- 05:37 Changeset in xpra [17722] by
- minor fixes: * py3k support * don't clear commands_info * don't send …
12/21/17:
- 17:11 Changeset in xpra [17721] by
- fixup posix only calls to getuid / getgid: use our wrapper, also …
- 17:05 Versions/PendingFixes edited by
- (diff)
- 17:04 Changeset in xpra [17720] by
- use aliased function so this works with GTK3 and doesn't error out in …
- 16:06 Changeset in xpra [17719] by
- #1582: uid, gid and username may not be specified by the caller, …
- 15:43 Changeset in xpra [17718] by
- #1582: honour user specified when looking up paths for starting a …
- 13:55 Changeset in xpra [17717] by
- log warning once, csv the module names
- 07:52 Changeset in xpra [17716] by
- oops: forgot to update to match renamed method
12/20/17:
- 07:37 Changeset in xpra [17715] by
- add latest fixes to the release notes
- 07:33 Changeset in xpra [17714] by
- r17710 + r17713 backport: avoid errors when parsing 'rfb-upgrade' …
- 07:31 Changeset in xpra [17713] by
- warn if we cannot parse "rfb-upgrade" as a number
- 07:28 Changeset in xpra [17712] by
- r17711 for v2.2.x branch: don't add webp if we only have python-pillow …
- 07:25 Changeset in xpra [17711] by
- "webp" is handled seperately
- 03:04 Changeset in xpra [17710] by
- support booleans to turn off rfb-upgrade
12/19/17:
- 08:35 Changeset in xpra [17709] by
- #1702: send signals with a click of a button!
- 08:11 Changeset in xpra [17708] by
- remove tooltips from top level menus (just gets in the way)
- 04:53 Changeset in xpra [17707] by
- add latest fixes to the release notes
- 04:47 Changeset in xpra [17706] by
- r17693 backport: fix macos keyboard detection crash with 10.13
12/18/17:
- 16:18 Changeset in xpra [17705] by
- #1702: add command signal stub and missing file from r17704
- 16:05 Changeset in xpra [17704] by
- #1702: add dialog showing start commands and their status
- 14:00 Changeset in xpra [17703] by
- remove duplicates
- 13:59 Changeset in xpra [17702] by
- show session info ahead of version check
- 13:44 Changeset in xpra [17701] by
- #1702: expose details about the commands we have started (procinfo struct)
- 13:36 Changeset in xpra [17700] by
- rename method to prevent any confusion with "child" vs "not-a-child" …
- 13:31 Changeset in xpra [17699] by
- fix logging to match code
- 13:27 Changeset in xpra [17698] by
- * import cleanup * update copyright date
- 13:21 Changeset in xpra [17697] by
- #1694: let the client tell the server which RGB modes it can handle …
- 12:17 Changeset in xpra [17696] by
- when we don't have a transparenty encoding we can use, fallback to …
- 08:36 Changeset in xpra [17695] by
- #1678: fixup r17694: we want pyobjc-core and not pyobjc! (confusing!)
- 08:17 Changeset in xpra [17694] by
- #1678: pyobjc 4.1
- 08:10 Changeset in xpra [17693] by
- #1725: prevent NSTextInputContext from being garbage collected until …
- 06:57 Changeset in xpra [17692] by
- #1725: don't strip source by default
- 06:43 Changeset in xpra [17691] by
- #1707: overlay xpra's icon on top the window icon, use that window …
- 06:05 Changeset in xpra [17690] by
- fix rare error during shutdown: ignore None deref
12/17/17:
- 20:30 Ticket #1725 (Crash on macOS 10.13.2 (17C88)) created by
- Hi Antoine, This one's a bit tricky to track down. I'd really …
- 13:41 Changeset in xpra [17689] by
- r17688 for v2.2.x branch: fix webp encoding with opengl disabled
- 13:31 Changeset in xpra [17688] by
- #1694: fix swapped colour channels with non-opengl rendering: the webp …
- 10:47 Changeset in xpra [17687] by
- typo
- 10:02 Changeset in xpra [17686] by
- r17675 for v2.2.x branch: use correct size after resizing tray icon bitmap
- 10:01 Changeset in xpra [17685] by
- r17676 + r17677 + r17678 for v2.2.x branch: fix race conditions with …
- 10:00 Changeset in xpra [17684] by
- r17679 for v2.2.x branch: fix systray forwarding (missing argument)
- 09:56 Changeset in xpra [17683] by
- r17681 for v2.2.x branch: fix backported bandwidth detection code
- 09:54 Changeset in xpra [17682] by
- use correct image format
- 09:51 Changeset in xpra [17681] by
- we always need "now"
- 09:45 Changeset in xpra [17680] by
- slightly better debug format
- 09:42 Changeset in xpra [17679] by
- add new required watcher_pid argument to constructor
- 09:41 Changeset in xpra [17678] by
- typo
- 09:38 Changeset in xpra [17677] by
- avoid race conditions during cleanup
- 09:38 Changeset in xpra [17676] by
- avoid race conditions during cleanup
- 09:28 Changeset in xpra [17675] by
- after we resize the icon, update the variables to match - use explicit …
- 09:26 Changeset in xpra [17674] by
- icon backup is now an object (not a list)
- 08:41 Changeset in xpra [17673] by
- #1707: overlay xpra's icon in the bottom corner of the window icon, so …
- 08:24 Changeset in xpra [17672] by
- when we get bogus tray dimensions, use 48x48 default - this no longer …
- 06:47 Changeset in xpra [17671] by
- * use png for anything bigger than 32x32 * only scale if the icon size …
- 06:36 Changeset in xpra [17670] by
- py3k fixes
- 06:19 Changeset in xpra [17669] by
- setting icons no longer causes crashes in GTK3
12/16/17:
- 11:16 Changeset in xpra [17668] by
- add latest fix to the release notes
- 11:13 Ticket #1665 (Keyboard mapping: German keyboard special characters wrong (client: ...) closed by
- fixed: Fixed in r17666, backport in r17667.
- 11:13 Changeset in xpra [17667] by
- r17666 for v2.2.x branch: fix key mapping regression with X11 clients …
- 11:12 Changeset in xpra [17666] by
- #1665: native mode should not use translation map
- 07:43 Changeset in xpra [17665] by
- #1699: * guess "content-type" based on window "role" and …
12/15/17:
- 14:53 SystemTray edited by
- (diff)
- 14:52 SystemTray created by
- 14:42 Features edited by
- (diff)
- 14:41 Index edited by
- (diff)
- 14:38 Changeset in xpra [17664] by
- r17661 + r17662 + r17663 for v2.2.x branch: make the delay …
- 14:37 Changeset in xpra [17663] by
- #1720: the delay is not necessary?
- 14:34 Ticket #1720 (xpra attach hangs) closed by
- fixed: This deserves a recap, or a rant, depending on how you look at it. …
- 12:53 Changeset in xpra [17662] by
- #1720: * setup_xpra_tray should return the tray instance * don't …
- 12:37 Changeset in xpra [17661] by
- #1720 make the delay configurable
- 12:33 Changeset in xpra [17660] by
- version bump + update release notes
- 12:19 Changeset in xpra [17659] by
- r17658 for v2.2.x branch: fix application crash caused by KDE tray
- 11:19 Changeset in xpra [17658] by
- #1720: show the system tray a little bit later, this seems to prevent …
- 10:59 Changeset in xpra [17657] by
- r17653 + r17654 for v2.2.x branch: fix tray command line test scripts
- 10:58 Changeset in xpra [17656] by
- r17655 for v2.2.x branch: fix 'delay-tray' option handling
- 10:57 Changeset in xpra [17655] by
- fix "delay-tray": function must take at least one argument
- 08:35 Changeset in xpra [17654] by
- fix command line test usage
- 08:33 Changeset in xpra [17653] by
- fix command line test usage
- 08:27 Changeset in xpra [17652] by
- clearer error message
- 06:48 Changeset in xpra [17651] by
- #1724 don't try to call functions which has been removed
- 06:46 Ticket #1724 (key repeat not firing) closed by
- fixed: GTK triggers key repeat events anyway, so we send key events that have …
- 06:45 Changeset in xpra [17650] by
- #1724: remove "key-repeat" send code
- 06:41 Versions/PendingFixes edited by
- (diff)
- 06:40 Changeset in xpra [17649] by
- #1724: keyboard helper needs to query the key repeat properties and we …
- 06:35 Ticket #1724 (key repeat not firing) created by
- It's been broken for a while. The "keyboard helper" doesn't set the …
- 06:11 Changeset in xpra [17648] by
- avoid using closure
- 04:30 Versions/PendingFixes edited by
- (diff)
- 04:29 Changeset in xpra [17647] by
- r17642 add missing webp RPM dependencies
- 04:25 Changeset in xpra [17646] by
- doh: another python3 syntax fix
- 04:24 Changeset in xpra [17645] by
- r17622 + r17638 + r17639: don't underestimate available bandwidth
12/14/17:
- 20:28 Changeset in xpra [17644] by
- remove dupe var
- 20:27 Changeset in xpra [17643] by
- py3k compatible syntax
- 20:07 Versions/PendingFixes edited by
- (diff)
- 20:03 Changeset in xpra [17642] by
- add webp dependencies (libwebp for Fedora and our private libwebp-xpra …
- 19:39 Changeset in xpra [17641] by
- shell out to avoid errors I don't understand when running as root with …
- 19:14 Changeset in xpra [17640] by
- make it consistent
- 19:13 Changeset in xpra [17639] by
- re-use same time delta value, ensure we have at least 4 seconds (don't …
- 18:52 Changeset in xpra [17638] by
- #999: * only use recent send speed if there is enough data to …
- 18:37 Ticket #1582 (User config ignored if started via proxy) reopened by
- Ah. The config loading runs as root, very early on, before parsing the …
- 10:30 Changeset in xpra [17637] by
- version check: add packaging for win32, use http instead of https to …
- 10:09 Changeset in xpra [17636] by
- * if we fail to import urllib2, fail early instead of erroring out * …
- 10:05 Changeset in xpra [17635] by
- icon for version update menu entry
- 10:02 Changeset in xpra [17634] by
- add tray menu entry for easily checking for new versions
- 07:20 Changeset in xpra [17633] by
- libjpeg-turbo 1.5.3
- 06:27 Changeset in xpra [17632] by
- r17631 for v2.2.x branch: check for uinput permissions early
- 06:26 Changeset in xpra [17631] by
- #1611: check for uinput permission support early
- 06:14 Changeset in xpra [17630] by
- expose auto-refresh-delay
- 05:38 Changeset in xpra [17629] by
- r17620 + r17624: fix non-systemd service files
- 05:37 Changeset in xpra [17628] by
- r17627 for v2.2.x branch: fix format error in error logging
- 05:34 Changeset in xpra [17627] by
- fix format error in error logging
- 05:33 Changeset in xpra [17626] by
- expand path to Xorg log file using the actual username, uid and gid so …
- 05:21 Changeset in xpra [17625] by
- #1710: use correct permission mode when creating the "/run/xpra" …
12/13/17:
- 19:10 Changeset in xpra [17624] by
- #1710 make this /bin/sh shell compliant
- 18:55 Changeset in xpra [17623] by
- log window id with refresh attributes
- 18:48 Changeset in xpra [17622] by
- make it possible to turn off bandwidth detection
- 18:32 Changeset in xpra [17621] by
- stick to tabs
- 18:29 Changeset in xpra [17620] by
- #1710 use correct location for system wide proxy socket
- 17:57 Changeset in xpra [17619] by
- r17618 for older branches: typo in example file location given
- 17:19 Ticket #1671 (forward signals) closed by
- fixed: Neat. Noted. Closing.
- 16:37 Ticket #1723 (move to xdg base directory specification) created by
-
Now that we've moved sockets and log files to
$XDG_RUNTIME_DIR
… - 16:30 Changeset in xpra [17618] by
- typo in per-user config path
- 15:09 Ticket #1722 (window is blank black square) created by
- The summary for this ticket was chosen arbitrarily. I'm not sure what …
- 14:13 Ticket #1709 (authentication connection lost) closed by
- invalid
- 11:12 Ticket #1721 (debian magic postinst fails to create ssl cert) closed by
- fixed: Fixed in r17613, backport to 2.2 in r17617.
- 11:10 Changeset in xpra [17617] by
- r17613 for v2.2.x branch: fix missing ssl cert postinst
- 11:04 Versions/PendingFixes edited by
- (diff)
- 10:54 Versions/PendingFixes edited by
- move to 2.2 (diff)
- 10:53 Changeset in xpra [17616] by
- oops: missed from r17609
- 10:49 Changeset in xpra [17615] by
- ffmpeg 3.4.1
- 10:43 Changeset in xpra [17614] by
- fix build warning with empty changelog
- 10:38 Changeset in xpra [17613] by
- move postinst to xpra.postinst is the ticket, apparently (thanks to rudi_s)
- 10:22 Changeset in xpra [17612] by
- build latest python-lz4
- 10:06 Changeset in xpra [17611] by
- r17610 for older branches: allow older versions of python-lz4
- 10:03 Changeset in xpra [17610] by
- Debian / Ubuntu ship outdated versions of python-lz4, try to continue …
- 09:51 Changeset in xpra [17609] by
- #1671: watch for more signals, use SIGKILL to terminate the watcher …
- 08:11 Changeset in xpra [17608] by
- #1671: forward SIGINT and SIGTERM to the pid owning that window
- 07:13 Ticket #1721 (debian magic postinst fails to create ssl cert) created by
-
We added the horribly undocumented
#DEBHELPER#
magic token to …
12/12/17:
- 22:44 Ticket #1719 (xpra icon appears and suddendly disappears, then xpra hangs) closed by
- duplicate
- 22:40 Ticket #1720 (xpra attach hangs) created by
- Seen on Kubuntu 17.10, Intel graphics, using latest xpra deb file, …
- 22:30 Ticket #1638 (Sound sync regression) closed by
- fixed: Upped my server and client to r17607 and done some more thorough …
- 18:22 Ticket #1719 (xpra icon appears and suddendly disappears, then xpra hangs) created by
- On Kubuntu 17.10 with latest xpra debs (2.2-r17607-1). invoking xpra …
- 15:41 WikiStart edited by
- (diff)
- 15:40 Index created by
12/11/17:
- 18:21 Ticket #1718 (Traceback when running "Start Command" from tray) closed by
- fixed: Fixed in r17606.
- 18:21 Changeset in xpra [17607] by
- r17606 for v2.2.x branch: fix start-command gui
- 18:20 Changeset in xpra [17606] by
- #1718: fix start-new-command gui to match variable renaming in client class
- 18:10 Changeset in xpra [17605] by
- fix Fedora 27 build: need this stanza to avoid RPM build error "Empty …
- 17:59 Ticket #1718 (Traceback when running "Start Command" from tray) created by
- Server and client are both trunk r17604 Fedora 26 machines with Xpra …
- 16:42 News edited by
- 2.2 release (diff)
- 16:02 Changeset in xpra [17604] by
- 2.3 version bump
- 15:54 Milestone 2.2 completed
- Network layer and connectivity improvements (tracker #1590): #999, …
- 15:54 Changeset in xpra [17603] by
- tag 2.2
- 15:53 Changeset in xpra [17602] by
- 2.2 release
- 13:14 Changeset in xpra [17601] by
- don't probe opengl properties if we find a vboxguest or vboxvideo …
- 12:04 Changeset in xpra [17600] by
- use a temporary window for testing rendering because some drivers get …
- 04:42 Changeset in xpra [17599] by
- get_info always gets extra arguments now (ie: window ids), and shadow …
12/10/17:
- 13:12 Changeset in xpra [17598] by
- #1350: add signal listener to debian packaging
- 13:07 Changeset in xpra [17597] by
- seen some problems with virtualbox and its "Humper" driver, blacklist it
- 13:02 Changeset in xpra [17596] by
- handle exceptions during probing like other errors: log them, …
- 12:57 Changeset in xpra [17595] by
- fix gl check script: needs init_display_source on X11
- 08:27 Changeset in xpra [17594] by
- on exit, make sure all keys are unpressed and all grabs released
- 08:11 Changeset in xpra [17593] by
- oops: remove debug logging
- 08:11 Changeset in xpra [17592] by
- remove unused cod
- 07:48 Keyboard edited by
- (diff)
- 07:39 Changeset in xpra [17591] by
- revert r17576: extra groups are only defined when non-us layouts are …
- 06:56 Changeset in xpra [17590] by
- better keyboard debug logging
- 05:15 Changeset in xpra [17589] by
- do the sanity checks before modifying anything
12/08/17:
- 18:05 Ticket #1717 (python3 gtk3 client feature parity) created by
- Split from #1568. Remaining features missing from the python3 / GTK3 …
- 18:00 Changeset in xpra [17588] by
- minor debug logging tweaks
- 18:00 Changeset in xpra [17587] by
- the superclass already scales the dimensions before calling …
- 13:09 Changeset in xpra [17586] by
- when moving the window around, the window contents may get corrupted …
- 09:41 Changeset in xpra [17585] by
- if all we have is jpeg, enable it for auto refresh even when the …
- 09:24 Changeset in xpra [17584] by
- make debug logging more readable
12/07/17:
- 19:00 Ticket #1714 (Create command line argument for web path and web socket path) closed by
- fixed: 2.2 will be released within a few days, and includes this change. I …
- 10:56 Changeset in xpra [17583] by
- * remove opensuse bitrot * bump revision so we override Fedora's …
- 04:53 Changeset in xpra [17582] by
- version bump so we override fedora's package which lacks the import fix
- 04:42 Changeset in xpra [17581] by
- fix lots of minor deprecation warnings
- 04:41 Changeset in xpra [17580] by
- fix bencode compat: can't have floats exposed
- 03:29 Changeset in xpra [17579] by
- fix deprecation warning: try the new recommended way first, fallback …
12/06/17:
- 18:19 Ticket #1715 (segfaults on fresh fedora 26 machine) closed by
- worksforme: okay I fixed it. I went into my KDE System Settings application and …
- 16:50 Changeset in xpra [17578] by
- add missing files to clean list
- 12:09 Versions/PendingFixes edited by
- (diff)
- 12:02 Changeset in xpra [17577] by
- remove debug logging
- 12:02 Changeset in xpra [17576] by
- #1665: also adjust the keymap we send to not include group=0 (shift …
- 12:01 Changeset in xpra [17575] by
- #1665: * use a set so we don't process the same keycode more than once …
- 12:00 Changeset in xpra [17574] by
- #1665: fix how we find the best match in the x11 keycodes (the …
- 10:47 Ticket #1716 (per user keyboard state) created by
- The server has a single instance of the keyboard state for all users …
- 10:41 Changeset in xpra [17573] by
- #1665: let the client specify if using layout groups is meaningful …
- 09:50 Changeset in xpra [17572] by
- #1665: with non native X11 keymaps, keep the full server keymap and …
12/05/17:
- 14:15 Changeset in xpra [17571] by
- #1483: opencv currently broken on 32-bit windows (crashes on load), so …
- 14:06 Changeset in xpra [17570] by
- fix packet error if options are not set
- 13:46 Changeset in xpra [17569] by
- #1665: ensure that specifying keyboard options will not make us define …
- 11:55 Changeset in xpra [17568] by
- #1715: make it possible to disable exporting icon data via env var …
12/04/17:
- 17:34 Ticket #1715 (segfaults on fresh fedora 26 machine) created by
- I'm getting segfaults on my workstation - I started getting them when …
- 17:14 Changeset in xpra [17567] by
- #1714 accept custom path from URL
- 16:54 Changeset in xpra [17566] by
- #1714 use relative URL
- 15:51 Changeset in xpra [17565] by
- if jpeg2000 is not available, log a debug message - not a warning
- 14:57 Ticket #1714 (Create command line argument for web path and web socket path) created by
- Antoine, In this ticket: #1510, you specified how someone could …
- 14:22 Changeset in xpra [17564] by
- #1587: python-cryptography 2.1.4
- 14:18 Versions/PendingFixes edited by
- (diff)
- 13:58 Changeset in xpra [17563] by
- #1465: win32 clients rely on the "client modifier keycodes" to emulate …
- 13:46 Changeset in xpra [17562] by
- convert to python ints
- 12:53 Changeset in xpra [17561] by
- prevent "deque mutated during iteration": copy before use
- 09:52 Changeset in xpra [17560] by
- fix cython warnings
- 08:55 Changeset in xpra [17559] by
- better debug logging
- 08:53 Changeset in xpra [17558] by
- if the client gives us multiple keysyms for the same keycode+index, …
- 08:52 Changeset in xpra [17557] by
- #1665: use a more complete default keyboard definition, so we have …
- 08:44 Changeset in xpra [17556] by
- #1665: only use layout group with native keymaps
- 08:00 Changeset in xpra [17555] by
- logging tweaks: * quote strings, not numbers * log layout group changes etc
- 07:56 Changeset in xpra [17554] by
- * log calls to XkbLockGroup? * return python ints instead of C longs
12/03/17:
- 18:42 Changeset in xpra [17553] by
- * better warnings when we get mapping conflicts * only assign the name …
12/02/17:
- 11:47 Ticket #1569 (python3 opengl client) closed by
- worksforme: > Default install of python3-xpra sets the shebang to …
- 11:38 Changeset in xpra [17552] by
- typo
12/01/17:
- 22:04 Ticket #1680 (proxy performance issues) closed by
- fixed: Noted and Closing.
11/30/17:
- 17:54 Ticket #1695 (macOS betas do not seem to include the latest code?) closed by
- worksforme: I don't know how I managed to get it in such a state but after a fresh …
- 14:22 Changeset in xpra [17551] by
- #1438 spotted colour issues again, reverting the last change!
- 14:18 Changeset in xpra [17550] by
- #1438 do allow YUV opengl paint for jpeg (the lower quality was due to …
- 14:08 Changeset in xpra [17549] by
- cosmetic
- 13:49 Changeset in xpra [17548] by
- #1438: add ability to decode webp to yuv
- 09:37 Changeset in xpra [17547] by
- update header version to the minimum version we support: libwebp 0.5.x
- 09:20 Changeset in xpra [17546] by
- don't decode to yuv by default: the quality is really much worse
- 09:19 Changeset in xpra [17545] by
- remove duplicate flag
- 08:59 Changeset in xpra [17544] by
- #1438: re-enable jpeg decoding to yuv
- 08:59 Changeset in xpra [17543] by
- #1438: re-enable jpeg decoding to yuv
- 08:16 Ticket #1712 (try not to use jquery so much) closed by
- duplicate: duplicate of #1360
Note: See TracTimeline
for information about the timeline view.