Sambhav Kothari
|
31d3fcff78
|
Make new_file variable ony after checking if old file exists
|
2016-12-29 17:16:33 +05:30 |
|
Sambhav Kothari
|
91e5bdbd6c
|
Implement case-insensitive move_additional_files
|
2016-12-29 05:56:21 +05:30 |
|
Laurent Monin
|
f81b6e845d
|
Merge pull request #514 from samj1912/embedsingle
PICARD-861: Rename 'save_only_front_images_to_tags' option appropriately
|
2016-12-28 11:21:03 +01:00 |
|
Sambhav Kothari
|
580943767f
|
Add upgrade hooks
|
2016-12-28 04:23:20 +05:30 |
|
Sambhav Kothari
|
da5e0a29bb
|
Rename 'save_only_front_image_to_tags' appropriately
|
2016-12-28 04:22:46 +05:30 |
|
Laurent Monin
|
a113808d09
|
Merge pull request #513 from suhas2go/Profiles
Fix upgrade 1_4_0_dev6
|
2016-12-27 20:43:41 +01:00 |
|
suhas2go
|
f6f36c802a
|
finally working upgrade 1_4_0_dev6
|
2016-12-28 01:01:30 +05:30 |
|
suhas2go
|
0bdbf05b80
|
fix upgrade 1_4_0_dev6
|
2016-12-28 00:38:48 +05:30 |
|
Laurent Monin
|
f0f3d176e8
|
Regenerate picard.pot
|
2016-12-27 18:50:27 +01:00 |
|
Laurent Monin
|
10f86392e6
|
Merge pull request #509 from suhas2go/Profiles
PICARD-404: Mutiple and Selective Tagger Scripts
|
2016-12-27 18:41:05 +01:00 |
|
Laurent Monin
|
e118b3c627
|
Merge pull request #498 from suhas2go/PICARD-740
PICARD-740: Added missing album and track match quality icon info
|
2016-12-27 18:37:03 +01:00 |
|
Laurent Monin
|
f8850bdccb
|
Merge pull request #512 from samj1912/patch
Fix indentation and remove unnecessary variables
|
2016-12-27 18:10:00 +01:00 |
|
Sambhav Kothari
|
46ffed563b
|
Fix indentation and remove unnecessary variables
|
2016-12-27 21:40:10 +05:30 |
|
Laurent Monin
|
1d1579130b
|
Merge pull request #507 from simon04/qclipboard
Use QApplication's clipboard for cut/paste
|
2016-12-27 16:41:00 +01:00 |
|
Laurent Monin
|
52707d87ad
|
Merge pull request #506 from simon04/shortcut-lookup-browser
Add shortcut for Lookup in Browser
|
2016-12-27 16:39:46 +01:00 |
|
Laurent Monin
|
03885564dd
|
Merge pull request #508 from simon04/mimeData-iterfiles
Use iterfiles in BaseTreeView#mimeData
|
2016-12-27 16:38:53 +01:00 |
|
suhas2go
|
8583b62271
|
combine move function properly
|
2016-12-27 20:49:29 +05:30 |
|
suhas2go
|
6f27281922
|
improve coding style and minor changes
|
2016-12-27 20:13:37 +05:30 |
|
Laurent Monin
|
8cf5d6b4c4
|
Merge pull request #500 from samj1912/gnomesupport
PICARD-857: Remove deprecated checks and add…
|
2016-12-27 14:35:24 +01:00 |
|
Sambhav Kothari
|
0a5fddc3f5
|
Fix dconf key and remove redundant code
|
2016-12-27 18:52:56 +05:30 |
|
Sambhav Kothari
|
d6bd7769ec
|
Refactor icontheme.py and fix formatting
|
2016-12-27 18:34:09 +05:30 |
|
Laurent Monin
|
ac3f793f36
|
Merge pull request #501 from samj1912/removable-tags
PICARD-546,287: Add support for tag removal
|
2016-12-27 13:57:54 +01:00 |
|
Sambhav Kothari
|
bbf67738bc
|
PEP8 Fixes
|
2016-12-27 18:19:11 +05:30 |
|
Sambhav Kothari
|
ae7726567a
|
Refactor vorbis deletion
|
2016-12-27 16:51:59 +05:30 |
|
Sambhav Kothari
|
aefcef9098
|
Refactor mp4 deletion
|
2016-12-27 16:51:46 +05:30 |
|
Sambhav Kothari
|
31440c41ca
|
Refactor id3 deletion
|
2016-12-27 16:51:35 +05:30 |
|
Sambhav Kothari
|
ba4ca48ba5
|
Refactor asf deletion
|
2016-12-27 16:51:09 +05:30 |
|
Sambhav Kothari
|
81ad27a84f
|
Refactor apev2 deletion
|
2016-12-27 16:50:53 +05:30 |
|
Laurent Monin
|
0e5f2106ef
|
Merge pull request #511 from samj1912/dockerize
Dockerize the Travis build
|
2016-12-27 11:43:17 +01:00 |
|
Sambhav Kothari
|
cd732ddd20
|
Dockerize the Travis build
Note: Related PR-510 to fix tests for docker
|
2016-12-27 15:44:52 +05:30 |
|
Laurent Monin
|
27e97c07c6
|
Merge pull request #510 from samj1912/testfilename
Fetch max filename length from system for unix
|
2016-12-27 10:22:51 +01:00 |
|
Sambhav Kothari
|
08e101755a
|
Fetch max filename length from system for unix
Instead of hardcoding the value to 255, fetch the max filename length
from system limits.
Related: Docker limits max filename size to 242
|
2016-12-27 01:47:38 +05:30 |
|
suhas2go
|
f70bc4bb59
|
add upgrade hook
|
2016-12-27 01:43:41 +05:30 |
|
suhas2go
|
df60977d0b
|
improve readability while iterating scripts
|
2016-12-26 23:14:46 +05:30 |
|
suhas2go
|
3849902434
|
combine move script functions
|
2016-12-26 20:35:51 +05:30 |
|
suhas2go
|
b7fda77e15
|
minor changes
|
2016-12-26 06:53:01 +05:30 |
|
suhas2go
|
40fd61a0f3
|
remove previous tagger_script
|
2016-12-26 05:26:17 +05:30 |
|
suhas2go
|
73456bffc7
|
PEP8 cleanup
|
2016-12-26 05:06:14 +05:30 |
|
suhas2go
|
d545d30a0b
|
basic functionality complete
|
2016-12-26 04:48:58 +05:30 |
|
suhas2go
|
d8f0a47e6a
|
fixed complex mapping support bug in move and remove
|
2016-12-26 04:10:27 +05:30 |
|
suhas2go
|
d7a8470d5b
|
move script functions added
|
2016-12-25 22:21:56 +05:30 |
|
Sambhav Kothari
|
a10bfdaf98
|
Add tests to check for complex tag deletion
|
2016-12-25 20:56:26 +05:30 |
|
Sambhav Kothari
|
910b7fbd55
|
Add support for more complex deletions
|
2016-12-25 20:56:01 +05:30 |
|
suhas2go
|
03633f34f1
|
script item attributes preserved on exit
|
2016-12-25 16:59:04 +05:30 |
|
Simon Legner
|
4530a9ff09
|
Use iterfiles in BaseTreeView#mimeData
|
2016-12-25 11:38:32 +01:00 |
|
Simon Legner
|
b37d86fcf3
|
Use QApplication's clipboard for cut/paste
|
2016-12-25 11:30:45 +01:00 |
|
suhas2go
|
c4ea3a0bb8
|
restructured ScriptItem class to suit pickle dump
|
2016-12-25 04:04:07 +05:30 |
|
suhas2go
|
ab53cd097a
|
partially functional
|
2016-12-24 20:32:56 +05:30 |
|
Simon Legner
|
2953d3e6df
|
Add shortcut for Lookup in Browser
|
2016-12-24 15:04:25 +01:00 |
|
suhas2go
|
712022d5e5
|
working textual change, add and remove
|
2016-12-24 17:48:56 +05:30 |
|