Commit Graph

1555 Commits

Author SHA1 Message Date
Wieland Hoffmann
614a35a2f0 and again, fix the checkbox state 2012-02-01 19:27:49 +01:00
Wieland Hoffmann
3f9c8f291f move the simple toggling of setEnabled() to signals 2012-01-31 11:02:34 +01:00
Wieland Hoffmann
e22329a620 Update examples on move_files_to changes 2012-01-31 10:36:45 +01:00
Wieland Hoffmann
e97e622167 fix the checkbox state (again) 2012-01-22 12:21:09 +01:00
Wieland Hoffmann
58ecc35b61 Add tabs around the file naming scheme boxes 2012-01-20 21:26:23 +01:00
Wieland Hoffmann
ffeea1bf52 renaming options: do not call isChecked as much 2011-12-20 12:57:50 +01:00
Wieland Hoffmann
460b5ec3d8 Remove update_move_additional_files 2011-12-19 13:40:44 +01:00
Wieland Hoffmann
89b3a50c2b Rearrange the checkboxes 2011-12-19 13:35:01 +01:00
Wieland Hoffmann
da2992eab0 fix initial state 2011-12-17 23:54:25 +01:00
Wieland Hoffmann
bdbfaa4b72 back to checkboxes 2011-12-13 12:30:50 +01:00
Wieland Hoffmann
e96bed2154 Merge the renaming and moving options pages
This removes the dependency of the examples on the renaming page on the
moving option on another page, that wasn't handled at all before.
2011-12-13 12:12:48 +01:00
Lukáš Lalinský
0b9fad8afc Convert QVariant to str 2011-12-06 14:32:50 +01:00
Lukáš Lalinský
e9dac05763 Make it possible to drop image URLs to the cover art box 2011-12-06 13:26:36 +01:00
Lukáš Lalinský
f0212659c4 Open file or the containing folder in the default OS application 2011-12-04 11:09:43 +01:00
Lukáš Lalinský
7858d2f63a Disable audio fingerprinting by default 2011-12-04 10:47:56 +01:00
Lukáš Lalinský
7589375f45 Reformat the conditions 2011-12-01 08:37:08 +01:00
Lukáš Lalinský
672d38e61c Merge remote-tracking branch 'mineo/no-musicdns' 2011-12-01 08:33:36 +01:00
Wieland Hoffmann
d5897c1f60 Enable analyzing without some settings 2011-11-30 17:11:26 +01:00
Wieland Hoffmann
8d8c8e803f typo 2011-11-30 17:03:26 +01:00
Wieland Hoffmann
163b78d49a Enable analyzing if only acoustid is available
Fixes PICARD-101
2011-11-30 16:59:51 +01:00
Wieland Hoffmann
71ea5d3143 id3/mp4: make supports_tag return True for more tags 2011-11-30 14:05:35 +01:00
Wieland Hoffmann
76059e8b84 id3: make supports_tag return true for the discnumber tag
Fixes PICARD-90
2011-11-29 19:57:46 +01:00
Michael Wiencek
398053a40f Add option to ignore MBIDs when dragging in files (PICARD-56) 2011-11-28 03:02:21 -06:00
Lukáš Lalinský
203f4b0bf2 Use clientversion for AcoustID submissions 2011-11-27 17:39:56 +01:00
Lukáš Lalinský
a79a84aec2 Make it possible to Scan/Lookup files after clicking on "Clusters"
http://tickets.musicbrainz.org/browse/PICARD-95
2011-11-27 13:20:14 +01:00
Wieland Hoffmann
2b63a15e18 Turn around the libavcodec header detection logic
The current one is printing error messages with all recent ffmpeg
installations. Printing error messages only when the old location has to
be used is less confusing for many people.
2011-11-20 13:23:17 +01:00
Michael Wiencek
6632d1f560 Fix cursor jump when editing metadata box (PICARD-81) 2011-11-07 11:31:30 -06:00
Lukáš Lalinský
0f86ff165e Copy fingerprint IDs back to the file metadata
http://tickets.musicbrainz.org/browse/PICARD-66
2011-11-05 14:13:02 +01:00
Lukáš Lalinský
f3e6cde19f Qt 4.8 seems to default to application/octet-stream, which doesn't work for most APIs we call 2011-11-02 19:06:39 +01:00
Lukáš Lalinský
78ec3b14e9 Set the Content-Type to application/x-www-form-urlencoded for AcoustID POST requests 2011-11-02 18:53:50 +01:00
Michael Wiencek
2b1c687616 Merge branch 'next' of https://github.com/navap/picard 2011-10-30 00:04:56 -05:00
Pavan Chander
70f03e96a0 Use NGS names 2011-10-29 21:58:32 -04:00
Michael Wiencek
aa9a3b5496 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.
2011-10-29 11:29:21 -05:00
Michael Wiencek
782158758f Fix a small bug in itemviews 2011-10-28 19:46:15 -05:00
Michael Wiencek
05e0a22a4a Fix PICARD-13 for NATs 2011-10-28 16:59:42 -05:00
Michael Wiencek
3db8c31285 Refactor itemviews.py a bit
This reduces some of the complexity by removing the "item_to_object" and
"object_to_item" dicts, plus associated code to keep them up-to-date.
Instead items and objects are cross-referenced via instance attributes.

Most of the icons and some other variables moved to class attributes
where it made sense, so that the tree items didn't have to make ugly
and slow lookups like self.treeWidget().panel.foo.
2011-10-28 16:51:27 -05:00
Lukáš Lalinský
1bfd23a5e9 Change the version number to 0.16 final 2011-10-23 19:15:29 +02:00
Michael Wiencek
e615ae0519 Update NEWS 2011-10-22 12:46:53 -05:00
Chad Wilson
ae2c171a9b Call updateSelection when the selected file/track is changed (PICARD-14) 2011-10-22 12:28:08 -05:00
Lukáš Lalinský
984909ebf9 Change Fingerprinter to Fingerprint calculator 2011-10-21 20:13:06 +02:00
Lukáš Lalinský
591bbd529d Upgrade FFmpeg for the Windows build, which makes it possible to use UTF8 for file names 2011-10-21 20:07:01 +02:00
Michael Wiencek
dafb55e4ba Remove unused playlist code from 2007 2011-10-20 14:22:20 -05:00
Michael Wiencek
25567ef855 Reflect user-edited metadata in the UI (PICARD-13) 2011-10-20 09:59:03 -05:00
Lukáš Lalinský
e092d20caa Merge branch 'master' of https://github.com/kepstin/picard 2011-10-20 10:22:47 +02:00
Lukáš Lalinský
4e68885a9e Merge translations from LP 2011-10-20 10:16:46 +02:00
Lukáš Lalinský
b08ecba22d Merge branch 'master' of https://github.com/voiceinsideyou/picard
Conflicts:
	NEWS.txt
2011-10-20 10:08:16 +02:00
Chad Wilson
723cb379f1 Pass through XML boolean to new redirect-processing request 2011-10-20 08:45:47 +08:00
Pavan Chander
2449a07e2b Update doc url 2011-10-19 19:48:16 -04:00
Michael Wiencek
7e13f58cca Handle the djmix AR's medium attribute (PICARD-20) 2011-10-19 18:47:52 -05:00
Pavan Chander
3696f017f8 Update copyright year 2011-10-19 19:47:23 -04:00