# # # patch "notes/IDEAS" # from [fc283a9dfc438980076372abfa46b5ddbfd454aa] # to [b9dab53549791a4316d66e2bd3d5ac38211b2a9a] # ============================================================ --- notes/IDEAS fc283a9dfc438980076372abfa46b5ddbfd454aa +++ notes/IDEAS b9dab53549791a4316d66e2bd3d5ac38211b2a9a @@ -5,6 +5,11 @@ mid- to longterm, for a list of definite * proper support for different text encodings (Qt already has everything, we just need to present that to the user and store the view settings in a custom attribute) +* make the FileDiff and RevisionDiff dialogs more error-aware if they're + given two revisions which have nothing in common or if the diff is + restricted to a path which is invalid in either revision, or if we're + trying to get_file a file which does not exist in either one... + stuff like that. * double-click -> diff view of items in the commit dialog * TortoiseSVN-alike completion of file/function names in the commit dialog * make changed items view configurable (currently they're just bold)