Virgil Dupras
7d749779f2
qt: merge ME edition into SE
...
(breaks PE temporarily)
Adds a Standard/Music Application Mode button to SE and thus adds the
ability to run ME scan types in SE. When in Music mode, the
Music-specific results window, details panel and preferences panel will
show up.
All preferences except scan_type become shared between app modes
(changing the pref in a mode changes it in the other mode).
Results Window and Details Panel are now re-created at each scan
operation because they could change their type between two runs.
Preferences panel is instantiated on the fly and discarded after close.
This is a very big merge operation and I'm trying to touch as little
code as possible, sometimes at the cost of elegance. I try to minimize
the breakage that this change brings.
2016-05-29 22:37:38 -04:00
Virgil Dupras
8b878b7b13
core_me: properly set scanner class
...
It was wrongly instatiating the scanner on startup (we now do it
on-the-fly).
2016-05-29 17:22:46 -04:00
Virgil Dupras
0056f696df
refactoring: move fileclasses and folderclass options in app class
...
Previously, it was in `Directory`.
This will make our job easier for an upcoming SE/ME/PE merge.
2016-05-29 17:15:55 -04:00
Virgil Dupras
5c57a2a8fc
Instantiate Scanner on-the-fly
...
Previously, it would be instantiated on startup.
This will make our job easier for an upcoming SE/ME/PE merge.
2016-05-29 16:52:07 -04:00
Virgil Dupras
130581db53
Apply flake8 checks to tests
2016-05-29 15:02:39 -04:00
Virgil Dupras
2ed1b82ecf
Push edition-specific scan option listing down to the core
...
... rather than have each UI layer repeat them.
Did qt, but not cocoa yet.
2016-05-24 22:53:03 -04:00
Virgil Dupras
e7076bc3bd
Change license from BSD to GPLv3
...
See http://www.hardcoded.net/archive2014#2014-12-28 for context
2015-01-03 16:33:16 -05:00
Virgil Dupras
fc16ea8c49
Change copyright year to 2015
2015-01-03 16:30:57 -05:00
Virgil Dupras
854a253d9f
me v6.8.1
2014-10-26 12:00:54 -04:00
Virgil Dupras
2166a0996c
Added tox configuration
...
... and fixed pep8 warnings. There's a lot of them that are still
ignored, but that's because it's too much of a step to take at once.
2014-10-13 15:08:59 -04:00
Virgil Dupras
8434befe1f
me v6.8.0
2014-05-11 09:26:55 -04:00
Virgil Dupras
ca709a60cf
Updated copyright year to 2014
2014-04-19 12:19:11 -04:00
Virgil Dupras
8193bbae6e
Fixed broken tests in core_me
2014-03-15 14:09:36 -04:00
Virgil Dupras
c7c7a73384
me v6.7.0
2013-12-08 10:34:04 -05:00
Virgil Dupras
10dbfa9b38
Refactoring: Path API compatibility with pathlib
...
Refactored dupeGuru to make hscommon.path's API a bit close to pathlib's
API. It's not 100% compatible yet, but it's much better than before.
This is more of a hscommon refactoring than a dupeguru one, but since
duepGuru is the main user of Path, it was the driver behind the
refactoring.
This refactoring also see the introduction of @pathify, which ensure
Path arguments. Previously, we were often unsure of whether the caller
of a function was passing a Path or a str. This problem is now solved
and this allows us to remove hscommon.io, an ill-conceived attempt to
solve that same ambiguity problem.
Fixes #235 .
2013-11-16 12:06:16 -05:00
Virgil Dupras
33d9569427
Refactoring: Created hscommon.desktop
...
This unit hosts previously awkward UI view methods which weren't related
to the view itself, but to the current desktop environment. These
functions are now at their appropriate place.
2013-10-12 13:54:13 -04:00
Virgil Dupras
5dc956870d
me v6.6.0
2013-08-18 10:16:39 -04:00
Virgil Dupras
7891fb5396
Refactoring: Moved some code from app.DupeGuru to fs.File.
...
Moved DupeGuru._get_display_info() to File.get_display_info().
This method used none of the app's global state or methods
and had nothing to do there.
2013-07-14 17:43:58 -04:00
Virgil Dupras
5799e3548b
me v6.5.1
2013-05-18 12:19:03 -04:00
Virgil Dupras
a64b42de65
Oops, there wasn't only one place to fix in [49fa0fc].
2013-04-28 10:46:36 -04:00
Virgil Dupras
4a8ce9b6c4
Updated copyright year to 2013.
2013-04-28 10:35:51 -04:00
Virgil Dupras
470cd92030
me v6.5.0
2012-08-10 10:23:35 -04:00
Virgil Dupras
89fb531f3d
me v6.4.2
2012-07-07 15:57:05 -04:00
Virgil Dupras
69b2e37368
me v6.4.1
2012-06-04 10:11:00 -04:00
Virgil Dupras
27f4c290c4
me v6.4.0
2012-06-02 11:23:58 -04:00
Virgil Dupras
1171705921
Made core.fs.File slotted to save a lot of memory usage.
2012-05-29 17:39:54 -04:00
Virgil Dupras
2128d1787a
Fixed core_me.scanner_test
2012-05-29 17:05:39 -04:00
Virgil Dupras
8f7657573d
me v6.3.1
2012-05-15 07:49:25 -04:00
Virgil Dupras
c8af8ccc61
me v 6.3.0
2012-03-27 10:03:37 -04:00
Virgil Dupras
0f62917b55
Fixed folder sorting under ME when the folder is the iTunes library.
2012-03-20 11:01:25 -04:00
Virgil Dupras
771f22f208
Removed code duplication among editions in sorting algorithms.
2012-03-16 14:57:21 -04:00
Virgil Dupras
657f6743c2
Changed copyright year to 2012
2012-03-15 14:28:40 -04:00
Virgil Dupras
a1fc64cd36
Ignore files in the scanning list that point to the same path as another file in the scanning list.
2012-02-21 11:14:12 -05:00
Virgil Dupras
b12b70b0a1
Added real iTunes support in dgme (similar to iPhoto support in dgpe).
2012-02-21 10:23:23 -05:00
Virgil Dupras
7d0948cd23
me v6.2.1
2012-01-20 11:42:28 -05:00
Virgil Dupras
a487e83f3c
Converted ME and PE cocoa projects to objp.
...
--HG--
branch : objp
rename : cocoa/se/main.m => cocoa/base/main.m
2012-01-16 10:30:45 -05:00
Virgil Dupras
f862f32fb4
me v6.2.0
2011-12-07 15:12:38 -05:00
Virgil Dupras
fc5a0d914b
Moved DELTA_COLUMNS from app to result_table.
2011-11-27 13:10:35 -05:00
Virgil Dupras
0571151c5f
Fixed delta columns.
2011-11-27 12:54:58 -05:00
Virgil Dupras
7e95404903
Moved column information in new edition-specific core result_table units.
2011-11-27 12:47:00 -05:00
Virgil Dupras
eb83b830df
Began a long overdue overhaul of the columns system. Cocoa-only so far, but it will affect the Qt part.
2011-11-26 10:55:14 -05:00
Virgil Dupras
d80a56db78
Started moving towards a gettext-based localization.
2011-11-01 15:44:18 -04:00
Virgil Dupras
5885ead5ab
me v6.1.1
2011-10-03 09:45:24 -04:00
Virgil Dupras
73d22de752
me v6.1.0
2011-09-29 14:39:59 -04:00
Virgil Dupras
9fac97c147
Don't allow dupes from ref folders to step down from their ref position during reprioritization.
2011-09-23 13:14:57 -04:00
Virgil Dupras
8102c89802
[ #169 state:fixed] Ignore filename extension during filename sorting in results.
2011-09-22 12:29:56 -04:00
Virgil Dupras
43c4dcb267
Moved core*.app_cocoa to cocoa/inter.
...
--HG--
rename : core_me/app_cocoa.py => cocoa/inter/app_me.py
rename : core_pe/app_cocoa.py => cocoa/inter/app_pe.py
rename : core_se/app_cocoa.py => cocoa/inter/app_se.py
2011-09-21 16:02:13 -04:00
Virgil Dupras
f0441db88a
Removed a little cross-platform code duplication in core_me and core_pe.
2011-09-21 14:04:41 -04:00
Virgil Dupras
0da1947902
Fixed broken dgme-cocoa and replaced JOB_* consts with JobType const class.
2011-09-21 13:55:26 -04:00
Virgil Dupras
e21627bbde
Got rid of some code duplication in Cocoa interface.
2011-09-21 10:35:34 -04:00