openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Xpra
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very High Activity
Commits
: Listings
Analyzed
about 14 hours
ago. based on code collected
about 15 hours
ago.
Jun 28, 2024 — Jun 28, 2025
Showing page 1,118 of 1,125
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
version bump in class files (oops) - maybe this should be scripted?
Antoine Martin
More...
over 13 years ago
version bump: 0.0.7.29
Antoine Martin
More...
over 13 years ago
missed from commit r245 : this bit is needed to ignore the errors
Antoine Martin
More...
over 13 years ago
reduce logging
Antoine Martin
More...
over 13 years ago
just like the server, log the gibberish we receive
Antoine Martin
More...
over 13 years ago
when we call _connection_lost, always log the reason for the disconnection
Antoine Martin
More...
over 13 years ago
when we spot a packet size header, we know the packet is incomplete until the full header is received
Antoine Martin
More...
over 13 years ago
when the password does not match, try harder to drop the connection: send a disconnect message to the client with the error
Antoine Martin
More...
over 13 years ago
suggest that pynotify should be installed with this deb (not bothering with rpm equivallent)
Antoine Martin
More...
over 13 years ago
for smallish packets, queue the size and data together
Antoine Martin
More...
over 13 years ago
avoid property error messages during startup (especially _read_initial_properties)
Antoine Martin
More...
over 13 years ago
scale remote cursors down to the default_cursor_size
Antoine Martin
More...
over 13 years ago
moved gtk.window_set_default_icon_from_file to platform code so we fallback to the xpra.png icon we ship with installation
Antoine Martin
More...
over 13 years ago
generalize the keyboard name translation so we can potentially change it on construction, or even at runtime?
Antoine Martin
More...
over 13 years ago
clipboard improvements: * generalized the xclipboard class so we can re-use it without X11 * partial support for win32: translate "CLIPBOARD" to "PRIMARY" * added tray checkbox to enable/disable clipboard * added a client capability named "clipboard" and associated message so the server can avoid sending clipboard data when not needed
Antoine Martin
More...
over 13 years ago
detect missing display and log more useful error than blowing up somewhere in wimpiggy.lowlevel
Antoine Martin
More...
over 13 years ago
support for ubuntu's appindicator
Antoine Martin
More...
over 13 years ago
move methods only used by run_client inside the method to make it clearer these aren't used anywhere else
Antoine Martin
More...
over 13 years ago
make right click on StatusIcon show the tray menu without needing to hold down the button by passing button to menu.popup() method
Antoine Martin
More...
over 13 years ago
re-arrange handshake callbacks to local methods to make code easier to read (and easier to change too). Also add some docstrings
Antoine Martin
More...
over 13 years ago
fix password mode: rebuild all packages... sigh
Antoine Martin
More...
over 13 years ago
fix for password check! continue when we succeed!
Antoine Martin
More...
over 13 years ago
add newly packaged files to RPMs
Antoine Martin
More...
over 13 years ago
wrong syntax: can't use data_files to rename the file, so just copy it as-is
Antoine Martin
More...
over 13 years ago
small focus fixes: * call focus with idle_add to fix odd bug which only occurs with win32 clients?? (it errors out rather than setting focus if we call it directly) * clear focus (goes back to root) when the client disconnects
Antoine Martin
More...
over 13 years ago
packaging version bump + release notes info, include /usr/share/wimpiggy now that put files there
Antoine Martin
More...
over 13 years ago
key-repeat / key layout fixes: * propagate keyboard repeat rate from client to server (not on osx - can't find an API) and add some timers to clear pressed keys if the client does not re-confirm them regularly (should fix #21). We also clear those repeating keys whenever the focus changes. * We now also let the user override the keyboard layout/variant detection code via the system-tray/dock menu. * Split "get_layout_spec" / "get_keymap_spec" so we can call them separately ("get_layout_spec" is cheap, the other is not on posix as it execs)
Antoine Martin
More...
over 13 years ago
we need this file to build debs on precise-pangolin
Antoine Martin
More...
over 13 years ago
more keyboard improvements: * support for keyboard layouts so win32 can tell us the layout it wants to use (ie: "gb" or "us", etc) - implement it using win32api.GetKeyboardLayout * when we apply the xmodmap and it fails, retry to apply it one line at a time.. (this seems to happen with win32/osx clients that use the default keymap...)
Antoine Martin
More...
over 13 years ago
use the new domain URL
Antoine Martin
More...
over 13 years ago
←
1
2
…
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree