Commit Graph

86 Commits

Author SHA1 Message Date
hsoft eb3645d493 Fixed a bug where the mark state of a switched dupe would not be refreshed immediately on Make Selected Reference.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40238
2009-11-02 14:40:29 +00:00
hsoft 0a06e52d65 dg cocoa: adjusted to pyobjc upgrade (functions with multiple return values now require None placeholders to be placed at the places of the output arguments) and removed a couple of forgotten "dupe.parent".
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40237
2009-10-30 16:24:34 +00:00
hsoft e004c0c2d4 [#10 state:port] Changed the Remove Selected from Results's shortcut to Cmd-Del.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40236
2009-10-30 15:31:18 +00:00
hsoft 06859fe9cd dgme cocoa: extracted the pref pane from MainMenu.xib into Preferences.xib, Removed code duplicated with dgbase. Pushed down AppDelegate.applicationDidFinishLaunching: to dgbase.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40233
2009-10-30 14:40:17 +00:00
hsoft 80a5290bc8 Moved dgse's MainMenu.xib to dgbase
--HG--
rename : se/cocoa/xib/MainMenu.xib => base/cocoa/xib/MainMenu.xib
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40231
2009-10-30 13:26:39 +00:00
hsoft 6b30c88fba dgse cocoa: extracted the pref pane from MainMenu.xib into Preferences.xib, Removed column menu items, which are now generated in the code. other little things.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40230
2009-10-30 12:56:05 +00:00
hsoft 6adce9bf03 dgbase qt: Now uses qtlib's about_box and reg.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40229
2009-10-30 11:41:14 +00:00
hsoft f070e90347 [#72 state:fixed] When files are deleted during the scan, don't include them in the grouping phase.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40225
2009-10-30 11:09:04 +00:00
hsoft 88127d8b8d [#9] Implemented directories drag&drop on the QT side.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40224
2009-10-29 12:02:49 +00:00
hsoft 607ab86188 [#9] mapped the delete key to the remove button.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40223
2009-10-28 16:13:50 +00:00
hsoft c936f9ccc6 [#9 state:port] implemented drag&drop for directories on the cocoa side.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40222
2009-10-28 15:48:19 +00:00
hsoft f0a38a2b3f dgse cocoa: dropped tiger support. Moved Details.nib and Directories.nib to dgbase. Added toolbar creation in the MainMenu nib.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40219
2009-10-25 10:42:00 +00:00
hsoft 385768a69b dgme qt: adjusted code to the hsfs move.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40206
2009-10-23 14:35:51 +00:00
hsoft 4d7f032889 dgse cocoa: fixed quirks created by the hsfs move.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40203
2009-10-23 13:46:18 +00:00
hsoft b2b316b642 dgse qt: removed all hsfs usages.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40200
2009-10-23 12:56:52 +00:00
hsoft 49165125e4 dg se: Moved se-specific code from dupeguru to dupeguru_se.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40199
2009-10-23 08:19:48 +00:00
hsoft b167a51243 Added dupeguru.fs, which is a simpler fork of hsfs and aims to replace it in the dupeguru project.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40195
2009-10-22 15:23:32 +00:00
hsoft 11977c6533 dgpe: adjusted to the MatchFactory removal.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40193
2009-10-18 09:26:04 +00:00
hsoft 7228adf433 Changed the MatchFactory into a simple getmatch method, and added a separate getmatches_by_contents() method for contents scan, which results in faster and less memory hungry scans.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40192
2009-10-18 08:46:00 +00:00
hsoft 7f34389b8e [#70 state:fixed] Wrapped get_groups() into a try..except MemoryError
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40185
2009-10-14 14:42:18 +00:00
hsoft 46a27d5988 [#56 state:fixed] Remember the last added folder in the Directories panel.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40184
2009-10-14 13:29:46 +00:00
hsoft 37abac1401 [#68 state:fixed] Create the appdata folder before trying to create a debug log.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40179
2009-10-13 14:59:19 +00:00
hsoft df6c9b3740 Fixed Results model, which still had invalid code since the latest qtlib tree_model changes.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40171
2009-10-03 10:48:08 +00:00
hsoft f5c20b149b [#39 state:fixed] Wrapped the LookupError in DupeGuru.save()
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40169
2009-10-03 10:27:32 +00:00
hsoft 0b968ac1ce [#65 state:fixed] Handle shutil.Error.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40166
2009-10-02 11:31:46 +00:00
hsoft 61af22403e [#63 state:fixed] Added a "Open Debug Log" menu item in dg qt's menu.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40165
2009-10-02 11:12:25 +00:00
hsoft ff86624c3e [#62 state:fixed] Wrapped winshell exception.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40164
2009-10-01 11:13:58 +00:00
hsoft 354babc417 dgbase qt: Fixed a crash in the ResultsModel caused by the recent TreeModel changes.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40163
2009-10-01 11:08:18 +00:00
hsoft fa32880fdc Make the nag window show after the application's event loop is started.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40162
2009-10-01 09:45:49 +00:00
hsoft f739580db0 [#55 state:fixed] fixed a crash after makeReference when the action would make the dupe list smaller.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40161
2009-09-30 16:29:50 +00:00
hsoft e7cdec93c0 [#66 state:fixed] Fixed crash when changing the state of an expanded directory.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40160
2009-09-29 14:37:01 +00:00
hsoft d8ecf95497 [#8 state:fixed] Changed SE and ME's appdata path.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40159
2009-09-29 14:19:45 +00:00
hsoft f792d959e2 [#8] Changed the appdata base path (and PE's)
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40158
2009-09-29 14:07:50 +00:00
hsoft 01b06c90b2 [#60 state:fixed] Ignore invalid regexp in filter field
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40156
2009-09-29 11:15:36 +00:00
hsoft 25207831cc dgse cocoa: added "/dev" to the list of folder to auto-ignore
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40154
2009-09-28 16:19:27 +00:00
hsoft 5a94c82f95 dg base: Adjusted to hsfs section removal part 4.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40146
2009-09-27 10:16:15 +00:00
hsoft d9344a6d63 dg base: Adjusted to hsfs section removal part 1.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40144
2009-09-27 09:26:54 +00:00
hsoft a508a86ce4 qt base: Adjusted codebase to the latest dev trends.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40142
2009-09-27 08:44:06 +00:00
hsoft 541bf66cb4 Removed stuff that belongs to the qt-osx branch
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40139
2009-09-12 08:41:02 +00:00
hsoft 3cf2839dc3 Added partial is_bundle() support for Tiger (I hadn't noticed that typeOfFile:error: was Leopard only).
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40132
2009-09-07 10:06:41 +00:00
hsoft badd20e540 Added auto-update public key to dgse's resources.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40129
2009-09-07 07:17:28 +00:00
hsoft 5508609fdc Fixed a bug where groups discarded because all its files are ref would count in the "X discarded" message.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40128
2009-09-06 15:24:17 +00:00
hsoft ae6f5d27d8 Adjusted the qt codebase to the recent GetDisplayInfo refactoring.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40127
2009-09-06 13:16:52 +00:00
hsoft a197403a44 Put back a placeholder for the obsolete scan type that had recently been removed. scan preference use those constants, so they can't be changed.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40126
2009-09-06 12:36:25 +00:00
hsoft c9d5d6fe00 [#52] Removed OS X support for dg-qt from the main branch (it is kept in the qt-osx-support branch).
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40122
2009-09-06 08:22:33 +00:00
hsoft 2c3aa54c3f [#52] Improved the still shaky os x support for dg-qt.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40121
2009-09-06 08:17:19 +00:00
hsoft 65944ef813 [#33 state:fixed] md5partial is now used before md5 in Contents scans.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40118
2009-09-05 16:27:50 +00:00
hsoft 42ebef15dd Refactoring: modernized scaner_test and got rid of the obsolete SCAN_TYPE_TAG_WITH_ALBUM scan type const.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40117
2009-09-05 15:28:10 +00:00
hsoft 6d5ae99509 [#51 state:fixed] Improved the grouping algorithm to reduce the number of discarded matches in a scan.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40116
2009-09-05 14:58:35 +00:00
hsoft 36f9e21184 [#11 state:fixed] dupeGuru SE now handles any kind of bundle, not just applications.
--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40113
2009-09-02 13:05:17 +00:00