Revisions of xpra

buildservice-autocommit accepted request 1165891 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 136)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1165890 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 135)
- Update to version 6.0+git20240406.e2d97e37:
  * make version checks more robust
  * simplify: strget only returns strings
  * more resilient lookup of version info
  * move 'get_processor_name' to a reusable function
  * #4187 missing video fallback calls
  * #2467 proper resource cleanup
  * also accept differences in alpha
  * #4187 'konsole' is a text application
  * we may want to drop the alpha channel
  * skip warning about hard to find amf elements
  * add keycloak validation of authentication groups support
  * only expose native types (ie: strings) via info
  * accel_version is never None
  * none of these shortcuts require X11
  * validate hostname before sending it back
  * make it easier to test using temporary redirect
  * better docstring: this applies to all servers
  * 'LOCAL_MODIFICATIONS' is expected to be a number
  * when scaling, always repaint the whole window
  * generic yuv format handling
  * cosmetic
  * free the WebpBufferWrapper as soon as it has been consumed
  * #4167 query the scale factor each time
  * #4167 blit to scaled size
  * #2467 fix MacOS native OpenGL initialization
  * #4181 most WM sadly no longer support StatusIcon nowadays
  * support opengl display attributes in non-gtk specific format
  * we have to destroy the window to avoid leak warnings
  * #4167 need vertex array to validate program on MacOS
buildservice-autocommit accepted request 1154456 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 134)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1150532 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 133)
- Update to version 6.0+git20240225.77c41071:
  * Install manpages to share/man on FreeBSD
  * Bump actions/setup-python from 2 to 5
  * Bump actions/checkout from 2 to 4
  * Create `dependabot.yml`
  * Add `.git-blame-ignore-revs` file
  * add Ubuntu Noble Nombat repo files

- Update to version 6.0+git20240222.41136907:
  * stop using dbus notifier after cleanup
  * oops: forgot to bump the year
  * add package list for Fedora 40
  * update the release notes
  * add Ubuntu Noble Nombat
  * shortcut out if we're not going to use the 'guess-content' feature
  * don't guess the window's content type in the UI thread
  * cosmetic warnings
  * menu data could be empty if first loaded without the 'remove_icons' flag
  * add type hints
  * parsing should always return an int
  * also avoid subsampling csc with text
  * ignore video_max_size for text content
  * #4144 use sys.executable to find the correct python interpreter
  * update the index to prevent 404s
  * #3978 have to install build deps to run build command
  * #3978 test more Python versions, with 'cythonize-more' option
  * newer versions can throw NotImplementedError here
  * make it possible to expose all map state
  * cleanup + better warning for unexpected events
  * #4135 add env toggles for all delete options
buildservice-autocommit accepted request 1146646 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 132)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1145008 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 131)
- Update to version 6.0+git20240207.f845c2d5:
  * remove debug logging
  * #3938 ignore position hint changes when the client is showing the window
  * silence KDE specific wm events wrongly sent by wine
  * oops: don't shadow the 'opengl' string variable
  * typo: instantiate the context manager
  * silence another gtk screen dimension warning
  * '.' in 'gtk+3.0' causes a parsing error
  * oops, fixup e5aa9529284c0c0a379c6951d5d3fc86525824dd: swap source and dest change

- Update to version 6.0+git20240206.e5aa9529:
  * gst-plugin-scanner needs to find the gstreamer dylibs
  * '+' in 'gtk+' causes a parsing error
  * enable write access for buffers we own
  * bandaid for clipboard data received as a string
  * simplify
  * use simplified pypi source URLs
  * numpy 1.26.4
  * show the prefererd www directory in the warning
  * better OpenGL probe error messages
  * Ubuntu 22.04 ships an old version of Pillow..
  * it seems that we can get a None value here..
  * using a dictionary is safer and easier to read
  * 'dirs' must contain pairs
  * openh264 2.4.1
  * shortcut out earlier
  * network layer can't encode enums
  * #4125 trigger backtraces with regular expressions
  * cosmetic: reformat
  * #3916 also update 'requested' attributes
buildservice-autocommit accepted request 1131021 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 130)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1129658 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 129)
- Update to version 6.0+git20231128.fc4b6d1f:
  * logic error: must use a list here
  * cosmetic
  * check all icon directories
  * logging formatting error
  * silence pointless warning we can do nothing about
  * move non-gtk-specific functions
  * increase the number of themes to try
  * doh: add themes via glob until we reach the limit
  * cosmetic
  * avoid missing property warnings with 'autoaudiosrc'
  * verify python version early
  * Cython 3.0.6
  * these aren't meant to be modified any more
  * openh264 2.4.0
  * cosmetic
  * typo + always try to remove egg dir
  * this variant should work everywhere?
  * remove EL8 cruft
  * use the python3 interpreter we want
  * oops
  * wheel 0.33.6 is the last version that builds with Python 3.6
  * build more F39 RPMs
  * get rid of unusable egg directory
  * use distro package for python3-wheel
  * we want to build python3-wheel, just not on Fedora
  * oops: add missing build dep
  * latest pylsqpack requires python-wheel
  * tell the CI where to find the signal watcher
  * #3313 self-signed certificates fail
buildservice-autocommit accepted request 1117516 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 128)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1115908 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 127)
- Update to version 6.0+git20231005.a3c265d6:
  * use the program wrapper to name the process and window
  * remove unused screen, always 0 with Gtk 3
  * Cython 3.0.3
  * #3964 oops: forgot to add the configure scripts
  * #3964 run configure sub-windows as dialogs
  * destroying windows causes crashes on MS Windows
  * #3964 preparatory refactoring for new 'configure' GUIs
  * stricter types
  * match renaming
  * #3810 swap host and guest
  * move qrcode dialog with the other gtk dialogs
  * #4021 expose scaled size so clients can upscale
  * cosmetic: missing closing bracket in debug
  * fix crashes on MS Windows
  * damn: git reset un-added this file
  * misspelt package name
  * #3810 add virtio-ivshmem documentation
  * typo
  * fix all dbus builds by using autotools
  * wheel is available in appstream
  * use the default location
  * move opengl example code
  * remove global include dir
  * missed during gobject bindings refactoring
  * simplify
  * whitespace
  * #3978 cythonized versions can't be executed as files
  * generate the gui versions of the exec tools
  * git reset un-added the files...
buildservice-autocommit accepted request 1112567 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 126)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1110956 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 125)
- Update to version 6.0+git20230913.0f036f0b:
  * better backwards compatibility
  * #3956 prefer Gtk.StatusIcon on every X11 desktop except gnome
  * restore 'help' handling for video options
  * minor ruff warnings
  * forgot to include the cuda build script
  * unbreak the CI
  * #3808 build CUDA kernels in advance
  * move check to a function
  * require Cython 3 (fix check)
  * #3995 send the modified packet
  * don't setup ssh agent forwarding when proxing
  * no more string vs bytes problems here
  * simplify adding the 'Compressed' wrapper
  * doh: use the new-value supplied
  * use dedicated flag for pings
  * #3956 try Gtk.StatusIcon first on non-gnome/kde xorg sessions
  * simplify: use lists without None values
  * cannot follow a tray
  * remove unused subclass
  * #3995 match new exception type
  * support prefixed encoding caps
  * don't send cursors without a matching encoding
  * #3999 safer automatic recursion
  * all supported versions have these features
  * Refactor pulseaudio '--load=module arg1=value1 ...' option creation
  * Create Xpra-Mic-Source pulseaudio remapped source for Chromium
  * Fix computation of microphone_enabled when "on:device" flag is provided
  * Parse "Monitor of Sink" instead of device.class when it is not reported
  * Clear props before processing each pactl output block unconditionally
buildservice-autocommit accepted request 1109768 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 124)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1108499 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 123)
- Update to version v6.0+git20230901.77211231:
  * rename clipboard module for better consistency
  * #3930 remove yaml
  * remove last references to rencode and bencode
  * #3930 remove unprefixed legacy compatibility
  * #3981 mode subsystems doc stubs
  * pynvml 12.535.108
  * #3981 add documentation on network protocol
  * https://github.com/inducer/pyopencl/pull/699/files
  * #3978 minor fixes for Cython
  * #3976 fix check for existing dbus instance
  * try harder to show a valid exception message
  * move x11 dependencies to x11 package
  * better warning message for invalid audio requests
  * if 'load-balancing' is unset, don't log a warning
  * silence zeroconf update errors
  * Cython 3.0.2
  * FULL_INFO valid range is 0..2
  * #3592 remove legacy flat audio caps
  * #3592 make more assumptions about client caps
  * #56 assume that we can resize the display precisely
  * #3973 move code to a testable function
  * #3973 doh, use the actual mode string
  * log the arguments
  * don't try to build pycuda for default python
  * EL8 can now build pycuda using a python3.11 prefix
  * group imports
  * #3973 try to reverse the mode alias to find the argument
  * #3974 Python 3.12 compatibility
  * Cython 3.0.1
buildservice-autocommit accepted request 1106084 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 122)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1106083 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 121)
- Update to version 6.0+git20230821.3093d53d:
  * #3967 authenticate_check is now an attribute, set it
  * no need for quotes, silence buggy? rule

- Update to version 6.0+git20230821.3434dd60:
  * add pre-commit hooks
  * fix forwarding of 'draw' packets with stripped alpha
  * simplify: load pycups from per-platform implementation
  * silence some minor ruff linter warnings
  * search & replace gone wrong
  * unused imports
  * oops: typo
  * oops: undefined variable
  * fixup 5995d0efd3dcc9974eeb874fd338f5b8db8ecea4: pyupgrade messed this one up

- Update to version 6.0+git20230820.7cda1ac3:
  * partial revert of syntax upgrade
  * add arm64 MacOS download link
  * modernize the codebase using pyupgrade
  * run opengl check on MacOS and MS Windows
  * another stray dash
  * use the alias
  * correct NSObject init call
  * MacOS 'configure-display' packets can be large because of ICC data
  * just 'install', using --root messes things up
  * strip newlines from arch
  * prettier output, with unit tests
  * safe to enable again thanks to aaf546ba056f3afac68069c00364d071d9a2baa0
  * typo caused warnings
  * support namespaced dpi caps
buildservice-autocommit accepted request 1095879 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 120)
baserev update by copy to link target
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1095877 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 119)
- Adding "Source100: xpra-rpmlintrc" to appease SR#1095874
  being declined
Scott Bradnick's avatar Scott Bradnick (sbradnick) accepted request 1094495 from Scott Bradnick's avatar Scott Bradnick (sbradnick) (revision 118)
- Adding more Recommends per:
  https://github.com/Xpra-org/xpra/blob/master/docs/Build/Dependencies.md

- Update to version 5.0+git20230617.2a908f54:
  * minor type hint fixes
  * use the more common filename
  * more type hints
  * replace buster with trixie
  * same file, but more consistent filename
  * #3863 use the new key everywhere
  * more type hints
  * unused import
  * get_nsview_ptr needs a gdk window
  * misname callback
  * PyOpenGL-accelerate 3.1.7 requires numpy to load
  * more type hints
  * try harder to format the log record
  * don't ship cython's html files
  * no need for nested exceptions
  * skip None values
  * '<' means '<=' and we have to use '<<' to mean less than
  * replace 'assert' with more specific exception types
  * try harder to prevent conflicts with older 'xpra' packages
  * wrap all tuples, for better compatibility with type hints
  * older versions of Python struggle with the type hints syntax
  * more type hints
  * missing build deps
  * better exception message
  * compatibility with newer versions of python-cryptography
  * reuse the new util function
buildservice-autocommit accepted request 1062338 from Martin Pluskal's avatar Martin Pluskal (pluskalm) (revision 117)
baserev update by copy to link target
Displaying revisions 1 - 20 of 136
openSUSE Build Service is sponsored by