Commit Graph

  • 9a2554d24e Merge with objp branch. Virgil Dupras 2012-01-16 12:52:50 -0500
  • b9ac135b89 Fixed a crash on sorting by dimensions (in PE) while being in dupesonly/delta mode. Virgil Dupras 2012-01-16 12:00:14 -0500
  • 235d3ae521 Fixed a crash under Qt on Export to HTML. Virgil Dupras 2012-01-16 11:52:51 -0500
  • a487e83f3c Converted ME and PE cocoa projects to objp. Virgil Dupras 2012-01-16 10:30:45 -0500
  • 4aaff8ffb1 Adapted qt layer to recent changes to the core (core initialization and core connection). Virgil Dupras 2012-01-16 09:29:57 -0500
  • 302050b2d6 Delegate model instantiation to HSGUIController where possible. Virgil Dupras 2012-01-15 18:07:32 -0500
  • 1b571f6fd2 Create the extra fairware reminder on-the-fly rather than on launch time. Virgil Dupras 2012-01-15 17:31:15 -0500
  • baa2177439 Fixed a bug where re-prioritization criteria list would initially be empty. Virgil Dupras 2012-01-15 17:24:30 -0500
  • 29796e87b7 Put all cocoa callback views in the same extension module. Virgil Dupras 2012-01-15 11:49:04 -0500
  • 017e483b5a Re-added error handling. Virgil Dupras 2012-01-15 11:00:34 -0500
  • 7a167208d0 Allow cocoa dev builds again. Virgil Dupras 2012-01-13 17:03:00 -0500
  • 475f2c7238 Fixed PyDupeGuru which didn't have its callback set. Virgil Dupras 2012-01-13 17:02:41 -0500
  • 9392f818cc Pushed connect() calls in objc into the core. Virgil Dupras 2012-01-13 16:34:21 -0500
  • 58347bc36f Removed view arguments from core.gui classes's init methods. Virgil Dupras 2012-01-13 16:14:06 -0500
  • 55db21f3e0 Removed temporary objp conversion hacks. Virgil Dupras 2012-01-13 15:25:34 -0500
  • 950cd0c341 Completed the conversion wo objp with the conversion of PyDupeGuru. I had to temporarily disable error handling though. Virgil Dupras 2012-01-13 14:43:43 -0500
  • 937ea73c87 Converted ProblemDialog to objp. Virgil Dupras 2012-01-13 12:19:23 -0500
  • 7bce70c128 Converted ResultsTable to objp. Virgil Dupras 2012-01-13 11:49:34 -0500
  • f9ced08e6d Fixed the mess I had to introduce earlier to make selectable list work by using objp's new inheritance capabilities. Virgil Dupras 2012-01-13 10:20:46 -0500
  • 4c8ce4b52d Converted the prioritize dialog to objp. A bit hackish though. Refactorings required before going further. Virgil Dupras 2012-01-12 17:40:23 -0500
  • 0d78201548 Comverted DirectoryOutline to objp. I converted HSColumns and I realized at the end that I didn't need to do it yet, but well, it will be done for ResultsTable. Virgil Dupras 2012-01-12 15:19:40 -0500
  • 45d4915d88 Converted objp code to 2-steps instantiation. Virgil Dupras 2012-01-12 14:23:10 -0500
  • a699a2ef45 Converted .h view objp bridge interfaces to python ones. It simplifies them and allows for subclassing. Virgil Dupras 2012-01-12 12:34:20 -0500
  • f6dd1a6a42 Pushed common py wrapper creation code to cocoalib. Virgil Dupras 2012-01-12 10:23:31 -0500
  • e6819781f6 Converted details_panel to objp. Virgil Dupras 2012-01-12 09:41:03 -0500
  • 12467c9493 Converted extra_fairware_reminder to objp. Virgil Dupras 2012-01-11 15:55:25 -0500
  • 0c7d73854d Converted stats_label to objp. Virgil Dupras 2012-01-11 15:14:59 -0500
  • a7eeb7db89 Directly embed python rather than going through a plugin. Virgil Dupras 2012-01-11 12:18:03 -0500
  • 989026051c Converted PyStatsLabel to a core instance mode. Virgil Dupras 2012-01-09 11:15:20 -0500
  • 56fd94e205 Added tag pe2.4.0 for changeset 8178bda48324 Virgil Dupras 2012-01-06 16:49:03 -0500
  • c8e00cf0f7 Tweaked localized help files. pe2.4.0 Virgil Dupras 2012-01-06 15:40:21 -0500
  • 0cca745d0d pe v2.4.0 Virgil Dupras 2012-01-06 12:29:40 -0500
  • 80043ccbea Added link to russian help document in english help index page. Virgil Dupras 2012-01-06 12:25:32 -0500
  • d62bfac95e Merge with objp branch. Virgil Dupras 2012-01-05 17:20:02 -0500
  • f636333938 Simplified the dev cocoa build process. Virgil Dupras 2012-01-05 17:08:56 -0500
  • 01f1e5e46e Moved hscommon.cocoa to cocoalib. Virgil Dupras 2012-01-05 16:57:31 -0500
  • 7ce72b1998 Adapted build script to changes in hscommon's CocoaProxy and objp. Virgil Dupras 2012-01-05 14:12:52 -0500
  • c4f95a4901 Pushed LANGNAMES (and their localizations) from dupeGuru to qtlib. Virgil Dupras 2012-01-03 17:03:53 -0500
  • 5b0d9f311c Added Russian localization for the help file by Igor Pavlov. Virgil Dupras 2012-01-03 15:35:17 -0500
  • 11d8f824e9 Added Russian localization by Igor Pavlov. Virgil Dupras 2012-01-03 15:03:10 -0500
  • ceaf2ee4ba Fixed bogus imports. Virgil Dupras 2011-12-28 15:04:42 -0500
  • 3b80de869a Replaced objcmin with objp-based proxy. Virgil Dupras 2011-12-28 14:51:33 -0500
  • 08813ce39c Added Armenian help file translation by Hrant Ohanyan. Virgil Dupras 2011-12-19 16:02:47 -0500
  • 478f462ecc Updated subrepos Virgil Dupras 2011-12-12 14:14:13 -0500
  • be53b6de76 Fixed Clear Picture Cache action under Qt which was broken. Virgil Dupras 2011-12-12 13:37:45 -0500
  • ca602480d9 Added Armenian loc by Hrant Ohanyan. Also, fixed the dgpe Cocoa project which was broken. Virgil Dupras 2011-12-08 11:06:25 -0500
  • 185cdbb6fa Added tag me6.2.0 for changeset 015ba7e2c10d Virgil Dupras 2011-12-07 16:48:51 -0500
  • 2d4903da26 Fixed the Qt-marked-column-deletion hack on ME, it was performed on SE columns instead. me6.2.0 Virgil Dupras 2011-12-07 16:03:14 -0500
  • 98954bd582 Added CFBundleShortVersionString to Cocoa's Info.plist. Virgil Dupras 2011-12-07 15:26:24 -0500
  • f862f32fb4 me v6.2.0 Virgil Dupras 2011-12-07 15:12:38 -0500
  • 804a5a1bbf Fixed ME project and columns under Cocoa. Virgil Dupras 2011-12-07 15:09:29 -0500
  • f004535820 Merge heads. Virgil Dupras 2011-12-07 12:06:54 -0500
  • 2abd932709 Updated jobprogress requirement. Virgil Dupras 2011-12-07 12:05:22 -0500
  • 2a78b8ce41 Added a startup warning message about wrong locale (causing surrogate-type-thing crashes on Linux). Virgil Dupras 2011-12-07 12:04:02 -0500
  • 2301082307 Added tag se3.3.1 for changeset 6e3379be6821 Virgil Dupras 2011-12-02 11:41:34 -0500
  • 168546608d se v3.3.1 se3.3.1 Virgil Dupras 2011-12-02 10:59:44 -0500
  • 27c1a03496 Updated qtlib. Virgil Dupras 2011-12-02 10:54:40 -0500
  • d382cec0fe Added an install destination in Cocoa projects because the built product location changed with XCode 4.2 and it became complicated, in build/package scripts, to locate it. Virgil Dupras 2011-12-02 10:48:59 -0500
  • c5b7f6b3d5 Added tag se3.3.0 for changeset 9ea9af1b886c Virgil Dupras 2011-11-30 16:16:30 -0500
  • 725f9d51db se v3.3.0 se3.3.0 Virgil Dupras 2011-11-30 14:30:02 -0500
  • b4815d91c7 Fixed debian packaging and locale folder under linux. Virgil Dupras 2011-11-30 12:13:02 -0500
  • 28e5924633 Fixed help paths under a windows frozen environment. Virgil Dupras 2011-11-30 16:36:29 +0000
  • 66303a2076 Fixed help.locale path references under Qt and fixed packaging to include the locale folder. Virgil Dupras 2011-11-30 11:06:08 -0500
  • d3918724c0 Merge with fix for #184. Virgil Dupras 2011-11-29 10:43:13 -0500
  • fa294ea142 [#184 state:fixed] Fixed a crash in HSRecentFiles when it was fed with invalid data by the prefs. Virgil Dupras 2011-11-29 10:36:28 -0500
  • 565c58b3a9 Updated demo limitations FAQ entry. Virgil Dupras 2011-11-29 09:41:57 -0500
  • d8970ca6b4 [#179] Fixed a crash under Cocoa when deleting many folders at once. Virgil Dupras 2011-11-28 15:42:13 -0500
  • 1b7068bfe9 [#179 state:fixed] Added multiple-selection to the folder selection dialog and thus added the ability to remove multiple folders at once. Virgil Dupras 2011-11-28 15:25:18 -0500
  • 756190cb8e [#179] Pushed the delete-or-exclude folder down from GUI layers to the core. Virgil Dupras 2011-11-28 14:52:48 -0500
  • 3342b32882 [#179] Refactored folder deletion so that it uses selection in the core's directory_tree instead of using the one from the GUI layer. Virgil Dupras 2011-11-28 14:21:10 -0500
  • 561b469e41 Oops, I didn't edit qt.me.result_model correctly. Virgil Dupras 2011-11-28 14:19:21 -0500
  • 69fbda5d2c Added qt.(se|me|pe).result_model which I had forgot to add in previous commit. Virgil Dupras 2011-11-28 14:07:09 -0500
  • 63180eaa5b Merge dev branch with fix for #181 Virgil Dupras 2011-11-28 13:40:19 -0500
  • 25faa458b9 [#181 state:fixed] Fixed a bug where performing actions like Mark All under a filtered environment would mark dupes even if they weren't in the filter. Virgil Dupras 2011-11-28 13:39:37 -0500
  • 760e4085fa Merge dev branch with fix for #178 Virgil Dupras 2011-11-28 13:16:22 -0500
  • fbe66d27c9 [#178 state:fixed] Fixed a crash on adding a criterion with an empty selection. Virgil Dupras 2011-11-28 13:14:36 -0500
  • 08fd17f208 (Correction: The previous commit wasn't about --updatepot, but rather --loc) Updated Cocoa localization which were outdated because the build script didn't include edition-specific strings files. Virgil Dupras 2011-11-28 13:06:14 -0500
  • f8af6dbd18 Added edition-specific .strings in the build's --updatepot action. Virgil Dupras 2011-11-28 13:00:36 -0500
  • 54d6fb080c Updated cocoa's ResultWindow localization which were out of sync with the XIB. Virgil Dupras 2011-11-28 11:02:31 -0500
  • 8409a01bcc Removed columns.strings from Cocoa now that it became useless. Virgil Dupras 2011-11-28 11:00:16 -0500
  • 1e136d2703 Updated localization. Virgil Dupras 2011-11-28 10:55:10 -0500
  • 25afe54be3 Column-ized problem_table under Cocoa. Virgil Dupras 2011-11-28 10:45:11 -0500
  • d9ae967439 Updated the qt part of dupeguru to adjust to the latest column reorganization. Virgil Dupras 2011-11-28 10:27:17 -0500
  • 9226a4fb7c Fixed unittests. Virgil Dupras 2011-11-27 16:49:12 -0500
  • fc5a0d914b Moved DELTA_COLUMNS from app to result_table. Virgil Dupras 2011-11-27 13:10:35 -0500
  • fca66d5108 Fixed HTML exporting. Virgil Dupras 2011-11-27 13:02:59 -0500
  • 0571151c5f Fixed delta columns. Virgil Dupras 2011-11-27 12:54:58 -0500
  • 7e95404903 Moved column information in new edition-specific core result_table units. Virgil Dupras 2011-11-27 12:47:00 -0500
  • eb83b830df Began a long overdue overhaul of the columns system. Cocoa-only so far, but it will affect the Qt part. Virgil Dupras 2011-11-26 10:55:14 -0500
  • 0b1bf79796 Updated credits for localizations and added polib to the list of dependencies. Virgil Dupras 2011-11-25 15:10:18 -0500
  • 6ab074decb Added localizations for Yes/No/OK in Dialogs and straightened up ui po files which had (near) duplicate problems. Virgil Dupras 2011-11-09 11:49:54 -0500
  • b7462f1d17 Fixed localization function in cocoa.inter.app Virgil Dupras 2011-11-09 11:02:15 -0500
  • a2a8397e78 Cocoalib's strings are now autogenerated from .po files suring the build_localizations() phase. Virgil Dupras 2011-11-04 15:17:14 -0400
  • 5c0d9411e5 Added a few missing italian translations and updated a couple of oudated french strings files. Virgil Dupras 2011-11-04 15:16:38 -0400
  • cd2afeb32b Fixed a mix up in the message translations. Virgil Dupras 2011-11-04 15:11:09 -0400
  • b2fd022d07 Converted missing strings from Localizable.strings to ui.po. Virgil Dupras 2011-11-04 15:05:13 -0400
  • 878046b579 Removing english locale. Now that the project has been de-message-ified, it became useless. Virgil Dupras 2011-11-04 14:38:13 -0400
  • 428a400848 De-message-ified the rest of the project. Virgil Dupras 2011-11-04 14:37:07 -0400
  • 8aa5826080 De-message-ified all messages from Cocoa's message.strings files. Virgil Dupras 2011-11-04 13:10:11 -0400
  • 6b5d1e9894 Tweaked italian loc and added italian support in Cocoa and Qt layers. Virgil Dupras 2011-11-04 12:07:45 -0400