Virgil Dupras
d98b5b22da
polib is now on PyPI
2014-01-26 09:48:30 -05:00
Virgil Dupras
937748e838
Improved source packaging and bootstrapping
2014-01-26 09:41:15 -05:00
Virgil Dupras
37ebf36cee
Merge branch 'master' into develop
...
Conflicts:
bootstrap.sh
2014-01-11 13:30:30 -05:00
Virgil Dupras
1c84bdd198
Fixed bootstrapping and README for pip 1.5
2014-01-11 13:27:31 -05:00
Virgil Dupras
4a2fa7cd2c
Updated FAQ
2014-01-10 15:05:45 -05:00
Virgil Dupras
7d4110f6d3
Merge branch 'master' into develop
...
Conflicts:
README.md
2014-01-10 15:00:02 -05:00
Virgil Dupras
8497343d7f
Updated FAQ in docs
2014-01-05 21:45:57 -05:00
Virgil Dupras
235a2c2904
Added a "contribute" page to the docs.
2014-01-05 21:44:56 -05:00
Virgil Dupras
25169cfc20
Create an empty site.py in collect_stdlib_dependencies()
...
Since we have Python 3.3 as a minimum requirement, we don't need to
patch our site.py with copy_sysconfig_files_for_embed() anymore, but we
still need a site.py file on startup. We create it when we collect
stdlib deps.
2013-12-22 12:13:39 -05:00
Virgil Dupras
152f5f37ce
pe v2.9.0
2013-12-22 10:23:54 -05:00
Virgil Dupras
3e42ad8469
Minimum Python version is now 3.3
2013-12-22 09:52:19 -05:00
Virgil Dupras
7ba2e38cd6
Package PyPI dependencies right into our source package
2013-12-21 12:13:26 -05:00
Virgil Dupras
c7c7a73384
me v6.7.0
2013-12-08 10:34:04 -05:00
Virgil Dupras
46f8984bdc
Merge branch 'qt5' into develop
...
Conflicts:
README.md
qtlib/about_box.py
qtlib/reg.py
qtlib/reg_demo_dialog.py
qtlib/reg_submit_dialog.py
2013-12-07 19:49:27 -05:00
Virgil Dupras
c7d306b7d5
Minimum Python version is now 3.3
2013-12-07 17:23:18 -05:00
Virgil Dupras
47e636e949
Merge branch 'develop'
2013-12-07 11:15:39 -05:00
Virgil Dupras
0562729d8b
Improved build script's --clean.
2013-12-07 11:14:59 -05:00
Virgil Dupras
4a36227a18
v3.8.0
2013-12-07 10:57:30 -05:00
Virgil Dupras
28b8b2e415
Sync locs with Transifex
2013-12-07 10:26:01 -05:00
Virgil Dupras
fd82464564
Removed .tx config in hscommon (useless now)
2013-12-07 10:20:13 -05:00
Virgil Dupras
418acf6e5e
Merge branch 'regless' into develop
...
Conflicts:
cocoa/inter/app.py
core/app.py
hscommon/reg.py
locale/cs/LC_MESSAGES/ui.po
locale/de/LC_MESSAGES/ui.po
locale/fr/LC_MESSAGES/ui.po
locale/hy/LC_MESSAGES/ui.po
locale/it/LC_MESSAGES/ui.po
locale/pt_BR/LC_MESSAGES/ui.po
locale/ru/LC_MESSAGES/ui.po
locale/ui.pot
locale/uk/LC_MESSAGES/ui.po
locale/vi/LC_MESSAGES/ui.po
locale/zh_CN/LC_MESSAGES/ui.po
qt/base/app.py
2013-12-07 10:19:31 -05:00
Virgil Dupras
d14d076989
Disable symlink/hardlink option when not relevant (Cocoa)
...
Fixes #247 .
2013-12-06 16:17:04 -05:00
Virgil Dupras
cb8bb5a70e
Disable symlink/hardlink option when not relevant (Qt)
...
When the "Replace with links" option is not enabled, the choice of
symlink or hardlink is irrelevant and causes confusion. Implemented core
mechanism for controlling the enabled state of that option. Also
implemented the Qt interface for it. Cocoa-part is still to be done.
I used this opportunity to greatly enhance documentation of this part of
the code. I'm beginning to like documenting...
Ref #247 .
2013-12-06 15:48:01 -05:00
Virgil Dupras
563c9aeff3
Updated README
2013-12-01 11:26:30 -05:00
Virgil Dupras
a0cc1f2e03
Fixed regless cocoa and updated locs
2013-11-30 18:23:42 -05:00
Virgil Dupras
01403a3f92
Removed fairware
2013-11-30 17:54:40 -05:00
Virgil Dupras
7116674663
Improved hscommon docs
2013-11-30 16:13:12 -05:00
Virgil Dupras
b6bc5de79c
Improved hscommon docs
...
TIL sphinx is rather smart about partial class refrences (starting with
a ".")
2013-11-30 12:29:25 -05:00
Virgil Dupras
5a275db67d
Improved hscommon doc
...
* Completed hscommon.gui.table's doc
* Use sphinx.ext.autosummary.
* Moved attribute docstrings directly into properties.
2013-11-30 12:15:03 -05:00
Virgil Dupras
31395d8794
Fix typos in docs
2013-11-28 22:49:26 -05:00
Virgil Dupras
3734bd6f6c
Improved hscommon.gui docs
...
Added docs for Table and Row in hscommon.gui.table.
2013-11-28 22:38:07 -05:00
Virgil Dupras
da06ef8cad
Improved hscommon.gui docs
2013-11-24 13:53:52 -05:00
Virgil Dupras
0b00171655
pygettext: explicitly open files as utf-8
...
When running it through SSH, I couldn't open files with non-ascii chars.
2013-11-24 10:22:05 -05:00
Virgil Dupras
c1cfa86ad1
Make Cmd+A select all folders in the Folder Selection dialog (Cocoa)
...
Fixes #228 .
2013-11-24 10:12:47 -05:00
Virgil Dupras
c34c9562d3
Make non-numeric delta comparison case insensitive
...
Fixes #239 .
2013-11-23 15:31:20 -05:00
Virgil Dupras
0e542577b0
Merge branch 'master' into develop
2013-11-23 12:39:59 -05:00
Virgil Dupras
42be49da83
Fix surrogate-related UnicodeEncodeError on CSV export
...
Fixes #210 .
2013-11-23 12:38:55 -05:00
Virgil Dupras
398ac9b7c6
Greatly improved docs
...
Added a new scan.rst page, laying out in much more details than before
the inner workings of the scanning process.
Fixes #208 , but does much more than that.
2013-11-17 12:03:48 -05:00
Virgil Dupras
508e9a5d94
Reorganized hscommon documentation
...
Removed hscommon's "docs" folder and moved all documentation directly
into docstrings. Then, in dupeGuru's developer documentation, added
autodoc references to relevant modules.
The result is a much more usable hscommon documentation.
2013-11-16 14:46:34 -05:00
Virgil Dupras
cc5ea1dbc1
Fixed qt5 migration for ME and PE
2013-11-16 13:38:07 -05:00
Virgil Dupras
3b8d355b9e
Merge branch 'develop' into qt5
...
Conflicts:
hscommon/desktop.py
2013-11-16 12:11:32 -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
e8c42740cf
Fixed tests which were broken
2013-11-10 12:54:35 -05:00
Virgil Dupras
4b6c4f048d
Fixed compilation warnings on OS X
2013-11-10 12:41:10 -05:00
Virgil Dupras
7594cccf8c
Fixed build on OS X which was broken
2013-11-10 12:39:02 -05:00
Virgil Dupras
1d9573cf6f
On OS X, read Exif tags using Cocoa's built-in functionality
...
This allows for RAW files Exif reading. Fixes #234 .
2013-11-10 12:00:16 -05:00
Virgil Dupras
76f45fb5a6
Fixed appdata logic which was broken on OS X.
2013-11-10 11:05:03 -05:00
Virgil Dupras
12cf9b800b
Merge branch 'master' into develop
2013-11-09 16:21:59 -05:00
Virgil Dupras
ba7e6494c6
Fixed crash on Dupe Count sorting with Delta + Dupes Only
...
Fixes #238
2013-11-09 16:20:33 -05:00
Virgil Dupras
72d8160b28
Fix boken tests
2013-11-08 16:45:14 -05:00