Timeline
04/04/12:
- 20:19 Ticket #98 (Libreoffice splash screen is created with decorations) closed by
- fixed: This looks like a bug in openoffice: the x11 atoms do not have to …
- 20:17 Changeset in xpra [704] by
- #98: fix for buggy openoffice: pre-define x11 atoms
- 14:54 Ticket #95 (x264 encoding displays strange data in OpenOffice menus) closed by
- fixed: Apparently one has to use SWS_ACCURATE_RND to get swscale to do proper …
- 14:50 Changeset in xpra [703] by
- x264lib: swscale requires SWS_ACCURATE_RND to do accurate colorspace …
- 12:26 Changeset in xpra [702] by
- ensure that override-redirect windows are set to …
- 11:02 Milestone 0.1 completed
- This milestone is not meant to add new functionality but simply remove …
- 10:51 Ticket #103 (Add static x264 build for CentOS) closed by
- fixed: done in r701, centos rpms now have static x264/vpx support (if I have …
- 10:50 Changeset in xpra [701] by
- allow us to build RPMs with static libraries for x264 and vpx by …
- 09:07 Changeset in xpra [700] by
- make it easier to debug clipboard issues: one switch to toggle …
- 07:35 Changeset in xpra [699] by
- less verbose debug on video encoders
- 07:15 Ticket #102 (UnicodeDecodeError: 'utf8' codec can't) closed by
-
fixed: same fix as #96: r697 uses the old python-2 only
StringIO
class … - 07:13 Ticket #96 (Can't start firefox with Xpra) closed by
-
fixed: r697 fixes this by partially reverting the
StringIO
python3 … - 07:12 Changeset in xpra [698] by
- flag to make it easier to log all x11 errors for debugging
- 07:08 Changeset in xpra [697] by
- the new io.StringIO module fails where StringIO.StringIO still works …
04/03/12:
- 14:04 Ticket #103 (Add static x264 build for CentOS) created by
- Hello, Install build dependency for x264: You need yasm > 1.0 * …
- 14:02 Ticket #87 (Error visualizing data in Visit) closed by
- needinfo: Also note that the GL extension it tries to load is 'NV-GLX', …
- 14:02 Changeset in xpra [696] by
- x264lib: include stdint.h explicitely, since older versions of gcc …
- 13:47 Ticket #101 (assert coding=="rgb24") closed by
-
fixed: thx, fixed in r695
Alternatively, disable mmap with
--no-mmap
… - 13:47 Changeset in xpra [695] by
- #101 although "mmap" is not an encoding, in this method it is a valid value
- 13:44 Ticket #100 (pra/x264/x264lib.c:154: error: ‘AVPacket’ undeclared (first use in ...) closed by
- wontfix: This is something for Debian to fix. I already have a long list of …
- 13:03 Ticket #102 (UnicodeDecodeError: 'utf8' codec can't) created by
- debian squeeze amd64. If I just start svn 693 server and connect …
- 12:35 Ticket #101 (assert coding=="rgb24") created by
- Hi, r693 on debian squeeze, amd64. When the first client connects to …
- 12:05 Ticket #100 (pra/x264/x264lib.c:154: error: ‘AVPacket’ undeclared (first use in ...) created by
- building xpra from svn fails today: […] This is svn 693. debian …
- 11:54 Changeset in xpra [694] by
- more complete dev info for building x264/vpx on most platforms
- 11:16 Ticket #99 (copying and pasting text to applications does not work - CLIPBOARD ...) created by
- Hi, I don't know when this broke but r377 works and r585 does not. …
- 10:54 Changeset in xpra [693] by
- x264lib: add static build commandline to makefile (commented out) for …
- 10:24 Changeset in xpra [692] by
- add link to gentoo/arch builds and fix typo
- 10:11 Ticket #98 (Libreoffice splash screen is created with decorations) created by
- Hello, the splash screen of libreoffice is created by Xpra with …
- 09:56 Changeset in xpra [691] by
- deeper clean of source when building source snapshots, also remove …
- 09:43 Changeset in xpra [690] by
- ensure we never add MANIFEST to svn
04/02/12:
- 21:23 Changeset in xpra [689] by
- add flag so we can disable video support with an rpmbuild command line …
- 21:22 Changeset in xpra [688] by
- when we 'sdist', we don't care (yet) about pkgconfig errors
- 21:21 Changeset in xpra [687] by
- patches in quilt format so we can build without vpx and/or x264 on …
- 20:39 Changeset in xpra [686] by
- clean the cython generated .c files and remove old links
- 19:05 Changeset in xpra [685] by
- sdist fix: we need to tell distutils to include the C header files in …
- 19:02 Changeset in xpra [684] by
- although EL6 and OpenSuse? have vpx, they do not have libavcodec …
- 17:32 Changeset in xpra [683] by
- changelog need TWO spaces before changelog entries (sigh)
- 12:36 Changeset in xpra [682] by
- version bump, again, why so many places!
- 12:29 Changeset in xpra [681] by
- update offsets
- 12:24 Changeset in xpra [680] by
- version bump for py files (oops)
- 12:22 Changeset in xpra [679] by
- prepare for 0.2 release: update build files and add +-x264 +-vpx options
04/01/12:
- 16:27 Changeset in xpra [678] by
- #94: oops, must call clean_encoder for encoders and clean_decoder for …
- 10:55 Ticket #97 (vpx encoding support) closed by
- fixed: * the mask is OK, vpx does not seem to mind odd dimensions, I left the …
- 10:55 Changeset in xpra [677] by
- #97: vpx codec support (also refactored x264 to re-use as much code as …
- 08:32 Changeset in xpra [676] by
- don't use version specific paths for libs, use a mapped drive so …
- 08:30 Changeset in xpra [675] by
- working x264 build for win32 (using pre-built pyd..)
03/31/12:
- 15:49 Ticket #97 (vpx encoding support) created by
- the vpx api is almost identical to x264 so this is easy to add, the …
- 14:21 Changeset in xpra [674] by
- use a common superclass for all the common fields and methods
- 13:51 Changeset in xpra [673] by
- merge x264 encoder and decoder back into one file, also don't include …
- 13:47 Changeset in xpra [672] by
- this is not required to make gtk display menu icons and causes a …
- 13:23 Changeset in xpra [671] by
- x264: add x264lib.lib, required for win32 (produced by x264lib's vcproj)
03/30/12:
- 16:40 Changeset in xpra [670] by
- #90 gtk3: fix icon loading, force menus to show icons, fix setting …
- 16:00 Changeset in xpra [669] by
- #90: gtk3 code for loading tray icon directly from file (no need to go …
- 15:52 Changeset in xpra [668] by
- aspect ratio: only test for the pre-multiplied value
- 15:47 Changeset in xpra [667] by
- #90: implement more methods with gtk3: get_modifiers_mask, …
- 15:44 Changeset in xpra [666] by
- add missing displayHasXComposite method! +log (debug) X11 extensions …
- 14:31 Changeset in xpra [665] by
- fix python3 build with Cython (needed to pass strings not binary data …
- 13:38 Changeset in xpra [664] by
- missing icon for dev.html
- 13:37 Changeset in xpra [663] by
- docs on x264
- 13:10 Changeset in xpra [662] by
- update patch to match new setup.py (simplifies things)
- 13:09 Changeset in xpra [661] by
- cleanup cython build via build setup methods
- 11:56 Changeset in xpra [660] by
- use x264 even for OR windows, encoder/decoder setup cost seems to be …
- 11:24 Changeset in xpra [659] by
- if we fail to load x264, report why
- 10:37 Changeset in xpra [658] by
- x264: added x264lib.dll for Win32
- 10:35 Changeset in xpra [657] by
- relax version checks: support all 0.x versions (we can drop compat in …
- 10:30 Changeset in xpra [656] by
- x264: Decoding is now possible on win32.
- 10:30 Changeset in xpra [655] by
- refuse to start the server if the user specifies a display which lacks …
- 10:12 Changeset in xpra [654] by
- gtk3 compat: make about dialog work
- 08:40 Changeset in xpra [653] by
- session info dialog partial gtk3 fixes: it now displays on gtk3 but it …
- 08:14 Changeset in xpra [652] by
- patch to disable x264 - use it in the ebuild
03/29/12:
- 18:07 Changeset in xpra [651] by
- ensure we call decoder.clean() whenever a window is closed
- 17:55 Changeset in xpra [650] by
- re-use the same encoder object on resize to ensure we call …
- 17:26 Changeset in xpra [649] by
- dont fail to setup the window just because we failed to get some x11 …
- 17:24 Changeset in xpra [648] by
- don't do x264 for OR windows
- 17:08 Changeset in xpra [647] by
- move some of the drawing code to a common superclass so gtk3 can get …
- 16:00 Ticket #96 (Can't start firefox with Xpra) created by
- Hello, when trying to start Firefox with Xpra it seems that the …
- 15:09 Changeset in xpra [646] by
- x264lib: disable x264 info logs
- 14:09 Ticket #95 (x264 encoding displays strange data in OpenOffice menus) created by
- Hello, See attached screenshot. I suspect that this might be a bug …
- 14:02 Changeset in xpra [645] by
- make clean_*coder methods return void
- 12:09 Changeset in xpra [644] by
- install globally by default
- 12:09 Changeset in xpra [643] by
- ignore generated files
- 12:07 Changeset in xpra [642] by
- #94: initial x264 support
- 07:32 Changeset in xpra [641] by
- add docstrings
03/28/12:
- 18:25 Changeset in xpra [640] by
- #90: basic gtk3/py3 compatibility for client: most functions still …
- 15:59 Changeset in xpra [639] by
- #90: data needs to be coerced into a string so we can look for …
- 15:55 Changeset in xpra [638] by
- gtk3 fix: method name's first letter changed to uppercase..
- 15:43 Changeset in xpra [637] by
- don't log a full stacktrace on import error
- 15:43 Changeset in xpra [636] by
- fix compat import (use full package name)
- 13:36 Changeset in xpra [635] by
- support connecting to local unix domain sockets, even if we don't have …
- 13:06 Changeset in xpra [634] by
- no need to draw the same picture twice!
- 12:52 Changeset in xpra [633] by
- prefer the old StringIO module if available (problems with fileno() …
- 12:50 Changeset in xpra [632] by
- #90: python3 compat code: we need to encode strings, and when looking …
- 12:49 Changeset in xpra [631] by
- define DEFAULT_ENCODING and use it, also change it to be "png" ahead …
- 11:15 Ticket #94 (h264 frame encoding) created by
- Using xprax264 and some cython …
- 08:34 Ticket #93 (xpra via ssh X11 forwarding from OSX client crashes when system bell used) created by
- As originally reported …
- 08:30 Ticket #92 (osx client is missing some key mappings) created by
- As originally reported …
03/27/12:
- 17:21 Ticket #91 (Control key not forwarded) created by
- Control-C does not work inside an xterm. Actually any Control-X. Same …
- 12:30 Changeset in xpra [630] by
- #90 introduce gobject_compat to cleanup the import mess caused by …
- 12:23 Changeset in xpra [629] by
- #90 python3 fixes: cannot compare None, add python3 data types, and …
- 12:22 Changeset in xpra [628] by
- simple script for building for python3 (using 2to3 for fixing …
- 10:25 Changeset in xpra [627] by
- just because the version we have does not support creating xpra …
- 09:25 Changeset in xpra [626] by
- #90: gtk3 + python3 compat fixes: try to import from gi.repository, …
- 09:21 Changeset in xpra [625] by
- no need to use a class variable for the buffer
- 09:14 Changeset in xpra [624] by
- 2to3 messed that up?
- 08:53 Ticket #90 (python3 and gtk3 support) created by
- Makes sense to bundle this together since python3 is only really …
- 08:32 Changeset in xpra [623] by
- add anchors
- 07:52 Changeset in xpra [622] by
- more python3 fixes: exception and remove badly outdated/broken file …
03/26/12:
- 11:17 Changeset in xpra [621] by
- data out of Popen is now raw byte arrays in python3
- 11:16 Changeset in xpra [620] by
- ignore directories created by python3 builds
- 11:13 Changeset in xpra [619] by
- more python3 compat
- 10:41 Changeset in xpra [618] by
- python3 compatibility fixes round 1: all of these are backwards compatible
03/25/12:
- 14:33 Changeset in xpra [617] by
- during shutdown, try to release the dbus name we requested for …
03/24/12:
- 09:44 Changeset in xpra [616] by
- issues section for faq: klipper/kde info
- 09:39 Changeset in xpra [615] by
- new faq page
- 08:57 Changeset in xpra [614] by
- add missing icons for directory listings
03/23/12:
- 17:24 Ticket #89 (xpra stop doesn't work and hangs) closed by
- fixed: Hah, sorry, I just assumed this was a mistake: you should not be …
- 11:49 Changeset in xpra [613] by
- if the session is password protected, we must wait until after "login" …
- 11:45 Changeset in xpra [612] by
- was never meant to be committed - thanks eclipse (not)
- 09:34 Changeset in xpra [611] by
- bump version for new source snapshot with add_build_info fix
- 07:55 Changeset in xpra [610] by
- clients can now specify that they don't do keyboard stuff then we …
- 07:38 Changeset in xpra [609] by
- when we shutdown, the x11 server has already gone by the time we try …
- 07:22 Changeset in xpra [608] by
- make run_stop more correct by re-using the glib client code, also …
- 06:44 Changeset in xpra [607] by
- send version as well as prerelease_version (since the latter is …
03/22/12:
- 21:16 Ticket #89 (xpra stop doesn't work and hangs) created by
- Using xpra on Debian Lenny installed via the provided Lenny package. …
- 18:59 Changeset in xpra [606] by
- assert was causing bug-reports to fire, replace it with more helpful …
- 09:43 Changeset in xpra [605] by
- always clear the build info file before writing to it
03/21/12:
- 11:04 Changeset in xpra [604] by
- update release notes with latest changes (window sizes fix only)
03/20/12:
- 16:31 Changeset in xpra [603] by
- do connect() network stuff in a separate thread
- 10:20 Changeset in xpra [602] by
- android: support gingerbread and newer only
03/18/12:
- 17:09 Changeset in xpra [601] by
- fix warnings
- 10:10 Ticket #53 (Window not fully painted) closed by
- fixed
- 09:08 Ticket #40 (Xpra errors running Handbrake) closed by
- fixed: fixed in r600, feel free to re-open if I've missed something
- 09:07 Changeset in xpra [600] by
- #40: if we have size-hints, take them into account during the window …
03/15/12:
- 11:02 Changeset in xpra [599] by
- prepare for release
- 11:00 Ticket #84 (cannot paste to Qt applications) closed by
- fixed: fixed in r598
- 11:00 Changeset in xpra [598] by
- #84 partial revert of r490: when we convert atoms from wire back to …
- 09:22 Changeset in xpra [597] by
- fix pydev "unused variable" warnings and add more detailed error …
03/14/12:
- 20:47 Changeset in xpra [596] by
- add mmap changes to release
- 20:43 Changeset in xpra [595] by
- tray-icon is available on all platforms now, update man page
- 20:35 Ticket #88 (option to allow different users to share an mmap file and connect via ...) closed by
- fixed: merged with only cosmetic changes in r594 You must have spotted that …
- 20:32 Changeset in xpra [594] by
- #88: adds "--socket-dir" and "--mmap-group" options so users can share …
03/13/12:
- 15:00 Ticket #88 (option to allow different users to share an mmap file and connect via ...) created by
- This requires two things: * that the user can override the default …
- 10:29 Changeset in xpra [593] by
- it seems that some apps set an invalid bell_name, or that we fail to …
03/09/12:
- 11:05 Ticket #64 (xpra server dies on client's connection attempt) closed by
- worksforme: feel free to re-open - can't reproduce :(
- 11:04 Ticket #3 (xpra crashed while selecting text: The program 'xpra' received an X ...) closed by
- fixed: will re-open if this re-occurs.
- 10:06 Changeset in xpra [592] by
- fix weird Python scoping problem: pass array so it is always defined …
- 00:15 Ticket #87 (Error visualizing data in Visit) created by
-
Hi,
yesterday I reported about starting
VisIt
under Xpra. With …
03/08/12:
- 17:21 Ticket #86 (support dual keyboard setups with differing layouts) created by
- Hi, I have an issue that is probably rare and triggered by a weird …
- 11:02 Changeset in xpra [591] by
- better diagnostic messages for when we get gibberish data, also some …
- 09:07 Changeset in xpra [590] by
- update release notes
- 09:00 Changeset in xpra [589] by
- try to force the android soft keyboard to send keys to our …
- 08:59 Changeset in xpra [588] by
- this is called so often that the debbugging was both annoying and wasteful
- 08:58 Changeset in xpra [587] by
- show more info when we think we have received gibberish
- 06:04 Ticket #85 (Error starting VisIt) created by
-
Hi,
when starting
VisIt
(https://wci.llnl.gov/codes/visit/), it …
03/07/12:
- 11:37 Ticket #84 (cannot paste to Qt applications) created by
- It seems that Qt is doing something unusual (it could also be that gtk …
- 09:13 Changeset in xpra [586] by
- when we get "clipboard-none", avoid calling len on None in debug logging
03/05/12:
- 11:22 Ticket #83 (dbus notification forwarding stops working after some time) closed by
- fixed: In the end, testing for this was quite easy: * start xpra server * …
- 11:20 Changeset in xpra [585] by
- #83: if the notification daemon is re-started, or if we simply lost …
- 10:40 Changeset in xpra [584] by
- ignore mmap if we can't open the backing file: when doing cross-user …
- 10:36 Changeset in xpra [583] by
- never replace any dbus notification handler if one exists already, and …
- 09:33 Changeset in xpra [582] by
- if clipboard data is None, ensure logging won't cause an error and …
- 09:07 Changeset in xpra [581] by
- window may already have been removed and that's fine, don't log an error
Note: See TracTimeline
for information about the timeline view.