This repository has been archived by the owner on Apr 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Showing project description and team name #85
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merging in changes from ffissore Wrapping labels of slot dialog Converting slot option `value` to string, in order to avoid `ValueError`
unicode_escape replacement saving cause now attaching donor, team, and cause to combo box model indices correctly in glade
…o value is provided
Merging ffissore's Fixes request. Thanks!
Co-Authored-By: Matthew Harm Bekkema <[email protected]>
This reverts commit ad4a993.
Remove is_old_gtk and it's usage Remove osx_window_focus_workaround since it's probably not needed anymore with gtk3
Goodness from other PRs + Fixes
…trol Fixing viewer close on control exit
Fixed self-changing slot/queue selection
Signed-off-by: Federico Fissore <[email protected]>
Signed-off-by: Federico Fissore <[email protected]>
Signed-off-by: Federico Fissore <[email protected]>
Signed-off-by: Federico Fissore <[email protected]>
Fixes #51 Signed-off-by: Federico Fissore <[email protected]>
Signed-off-by: Federico Fissore <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds a pane that shows the current WU project description, and shows the team name instead of its number
Demo
Under the hood, team and project data are asynchronously fetched and cached. As soon as data is available, it's used to show the current team name and (brief) project description.
Project description is not fancy looking as it is on the web ui, because the stats API returns HTML and GTK doesn't know how to render it: in order to properly render it, either webkitgtk or gtkhtml would be required, but it seemed overkill to add such a dependency just for the looks of one label.
This PR is based on #70: #70 must be merged before this PR
Fixes #51