Commit Graph

4160 Commits

Author SHA1 Message Date
Sambhav Kothari
e0f7bca321 PICARD-923: Add startswith and endswith script functions 2017-01-19 02:14:16 +05:30
Laurent Monin
a24f26e941 Merge pull request #567 from samj1912/picard353
PICARD-353: Add customizable toolbars
2017-01-18 10:41:59 +01:00
Sambhav Kothari
6cb69ec525 Remove unused methods 2017-01-18 15:07:04 +05:30
Sambhav Kothari
a2b04a92a6 Rename _on_submit to _on_submit_acoustid 2017-01-18 15:07:03 +05:30
Sambhav Kothari
b6896bb3e0 Refactor code and remove unused methods 2017-01-18 14:50:44 +05:30
Laurent Monin
fab21407de Merge pull request #572 from samj1912/picard918
PICARD-918: Add splitter in scripting UI
2017-01-18 10:15:36 +01:00
Laurent Monin
3ba6d3df57 Merge pull request #569 from samj1912/picard915
PICARD-915: Handle Attribute errors to return None
2017-01-18 09:13:01 +01:00
Laurent Monin
925d65a157 Merge pull request #570 from samj1912/picard913
PICARD-913: Add tooltips to reset buttons
2017-01-18 09:10:21 +01:00
Laurent Monin
3e6c9139f0 Merge pull request #571 from samj1912/picard914
PICARD-914: Remove existing tooltip on track object update
2017-01-18 09:08:49 +01:00
Laurent Monin
e2a186a1f4 Merge pull request #573 from samj1912/picard912
PICARD-912: Update copyright dates
2017-01-18 09:07:37 +01:00
Sambhav Kothari
e6511cf9a6 PICARD-912: Update copyright dates 2017-01-18 06:22:22 +05:30
Sambhav Kothari
775b042db4 PICARD-918: Add splitter in scripting UI 2017-01-18 06:17:50 +05:30
Sambhav Kothari
381b7f1dea PICARD-914: Remove existing tooltip on track object update 2017-01-18 05:42:21 +05:30
Sambhav Kothari
eeb5294fb2 PICARD-913: Add tooltips to reset buttons 2017-01-18 05:33:55 +05:30
Sambhav Kothari
5f680306ff PICARD-915: Handle Attribute errors to return None 2017-01-18 05:23:38 +05:30
Sambhav Kothari
5de60a94ed Refactor code 2017-01-18 04:36:06 +05:30
Sambhav Kothari
b07517d388 Implement AddActionDialog 2017-01-18 04:24:36 +05:30
Sambhav Kothari
5b080c1d37 Implement ToolbarListItem to mitigate unique id issue 2017-01-18 04:23:41 +05:30
Sambhav Kothari
71bcedad82 Remove unnecessary whitespace 2017-01-18 02:29:04 +05:30
Sambhav Kothari
996628d166 Fix marked strings 2017-01-18 02:23:39 +05:30
Sambhav Kothari
bf82799597 Handle unknown action names 2017-01-18 02:23:35 +05:30
Sambhav Kothari
cb3260ecd9 Add strings for translation 2017-01-18 01:21:12 +05:30
Laurent Monin
ae94c587d4 Merge pull request #568 from phw/fix-use-windows-system-language
PICARD-917: Use UI language as default on Windows
2017-01-17 20:18:10 +01:00
Sambhav Kothari
e952b996a7 Add i18n support to Add dialog labels 2017-01-17 19:38:58 +05:30
Philipp Wolfer
caa0e4a519 Use UI language as default on Windows 2017-01-17 14:56:49 +01:00
Sambhav Kothari
63f9b9887f Fix pep8 errors 2017-01-17 19:26:27 +05:30
Sambhav Kothari
52e79a0bac Rename submit_action to submit_acoustid_action 2017-01-17 19:19:25 +05:30
Sambhav Kothari
9a898d2217 Add CD Lookup to default toolbar layout 2017-01-17 19:15:02 +05:30
Sambhav Kothari
2a03a1ea09 Minor UI fixes 2017-01-17 19:11:04 +05:30
Sambhav Kothari
09f16a0d8d Fix formatting errors and restore_defaults method 2017-01-17 18:19:44 +05:30
Sambhav Kothari
b92f45a077 Fix spelling and refactor code 2017-01-17 18:11:52 +05:30
Sambhav Kothari
6389262977 Add icons to list items 2017-01-17 16:17:52 +05:30
Sambhav Kothari
f5f88c27bb Fix restore defaults 2017-01-17 16:16:55 +05:30
Sambhav Kothari
5233306c31 Refactor code and add logging 2017-01-17 16:16:55 +05:30
Sambhav Kothari
09e9f70308 Minor bug fixes with toolbar update 2017-01-17 16:16:55 +05:30
Sambhav Kothari
0c07a6a0aa Update mainwindow on change 2017-01-17 16:16:55 +05:30
Sambhav Kothari
5f84ef2db4 Update save method to reflect changes 2017-01-17 16:16:54 +05:30
Sambhav Kothari
06b0ff4ab5 Set initial config for customizing interface 2017-01-17 16:16:54 +05:30
Sambhav Kothari
14722f5a32 Connect movement buttons 2017-01-17 16:16:54 +05:30
Sambhav Kothari
af7063032d Connect remove button 2017-01-17 16:16:54 +05:30
Sambhav Kothari
4209e46fa8 Connect Add seperator button 2017-01-17 16:16:54 +05:30
Sambhav Kothari
3bfe0a09de Connect Add Action button 2017-01-17 16:16:54 +05:30
Sambhav Kothari
89c5ebeb0b Add more customizations to toolbar interface 2017-01-17 16:16:54 +05:30
Sambhav Kothari
30256bdfeb Populate toolbar_layout_list and add drag drop interaction 2017-01-17 16:16:54 +05:30
Sambhav Kothari
84a4c43000 Add ui for customize toolbar box 2017-01-17 16:16:54 +05:30
Laurent Monin
849f1ab968 Merge pull request #556 from Freso/PICARD-896-replace-acoustid-submit-icon
PICARD-896: Replace "Submit" icon with AcoustID one.
2017-01-16 22:39:37 +01:00
Laurent Monin
182b4e4108 Merge pull request #565 from suhas2go/patch-3
PICARD-911: Messagebox wraps and displays title inappropriately
2017-01-16 21:40:46 +01:00
Wieland Hoffmann
5c2331ca7a regen_pot_file 2017-01-16 19:12:18 +01:00
Wieland Hoffmann
f2302b73a3 Merge pull request #537 from samj1912/picard207
PICARD-207: Edit preserve tags list from metadatabox context menu
2017-01-16 19:09:01 +01:00
suhas2go
ad50f7ce71 remove wrapping in messagebox 2017-01-16 22:07:57 +05:30