picard:collections

Last commit made on 2011-10-31
Get this branch:
git clone -b collections https://git.launchpad.net/picard

Branch merges

Branch information

Name:
collections
Repository:
lp:picard

Recent commits

f3ccd60... by Michael Wiencek

Non-functional changes

dba4d1a... by Michael Wiencek

Add a collections menu to the collections pane too.

Also allow double-clicking a collected release to load it.

a4f686e... by Michael Wiencek

Fix mistake in previous commit

d8a363b... by Michael Wiencek

Small changes

1e5e8f6... by Michael Wiencek

Use the CD icon for releases in a collection

6e898da... by Michael Wiencek

Collections management support.

2b1c687... by Michael Wiencek

Merge branch 'next' of https://github.com/navap/picard

70f03e9... by Pavan Chander <email address hidden>

Use NGS names

aa9a3b5... by Michael Wiencek

Don't use native file dialog with multiselect on (PICARD-74)

On OS X, the native file dialog is used by default when a new QFileDialog
is created. It can't be configured to select multiple directories, which
breaks the toolbar_multiselect option. If this is enabled, disable the
native file dialog on OS X.

This option is actually rather misleading, because on Windows 7 the
native file dialog is also used by default, and it can select multiple
directories just fine. However, windows only seems to use the native
dialog when the static helper functions are called, not when a
custom QFileDialog instance is created.

7821587... by Michael Wiencek

Fix a small bug in itemviews