lp://staging/exaile
- Get this branch:
- bzr branch lp://staging/exaile
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at https://github.com/exaile/exaile.git.
Last successful import was .
Recent revisions
- 5185. By Johannes Sasongko
-
UI: Remove TrackListInfo stuff (unused).
These were meant to be like TrackInfoPane but for multiple tracks. Unused,
haven't been touched in 6 years, and broken. Includes:* data/ui/
widgets/ tracklist_ info.ui
* xlgui/widgets/info.py: TrackListInfoPane, TrackListToolTip
* xlgui/panel/collection. py: CollectionToolTip - 5184. By Johannes Sasongko
-
minimode: Don't force halign=END on MainWindow.
action_ area. Was broken by 129584c1f3fc4a4
0c887bc377ffbf0 28f7257b52 - 5183. By Johannes Sasongko
-
Merge some GtkAlignment removal patches from https:/
/github. com/exaile/ exaile/ pull/313 - 5182. By Christian Stadelmann <email address hidden>
-
remove deprecated xalign from builder XML files
xalign property is deprecated since Gtk+ 3.14.
Removing it has no side-effects in recent versions of Gtk+. - 5181. By Johannes Sasongko
-
bpm: Fix autodetection from panel.
When the menu is opened from a panel, the playlist_view argument passed to
on_auto_menuitem (a menu.simple_menu_item( ) callback) is a panel.Panel
(which is not a widget). This caused playlist_view.get_ toplevel( ) to fail. This commit makes the code very specific: if playlist_view is a Widget, use
get_toplevel(); if it's a Panel, use parent; otherwise use None as the
dialog's parent window. - 5180. By Dustin Spicuzza
-
Merge pull request #310 from genodeftest/master
pylint: cleanup main, doc, tests, tools
- 5179. By Johannes Sasongko
-
coverwindow.ui: Remove Escape accelerator on Close button.
It's now handled with key-press-event on the window (due to #260).
- 5178. By tfree87 <email address hidden>
-
Fixes #260 (Esc key doesn't work if the Close toolbar button is hidden)
- 5176. By Christian Stadelmann <email address hidden>
-
Fix vorbis default quality
According to the GStreamer documentation, module `vorbisenc`, `quality` ranges from −0.1 to +1.0.
Use setter functions to make sure the issue is not being made again.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)