[meld] Created tag 1.7.1



The unsigned tag '1.7.1' was created.

Tagger: Kai Willadsen <kai willadsen gmail com>
Date: Thu Feb 28 17:42:52 2013 +1000

    2012-2-28 meld 1.7.1
    ====================
    
      Features:
    
        * Folder comparisons can now show extra information, such as file size and
          modification times. Column visibility and ordering are properly
          configurable. (Philipp Müller, Kai Willadsen)
        * Shallow comparison (i.e., based on size and timestamp) are now supported
          for folder comparisons, including timestamp resolution preferences for
          cross-filesystem comparisons. (Cristian Dinu)
        * The UI for launching new comparisons has been reworked to have a clearer
          workflow, and is now shown on startup if no other comparisons have been
          opened (Kai Willadsen)
        * Recently-used comparisons are now supported, allowing you to re-open
          previous comparisons directly. (Kai Willadsen)
        * Read-only files are now not editable by default, making merge actions
          clearer and more consistent. Individual read-only files can easily be set
          as editable as desired. (Kai Willadsen)
    
      Fixes:
    
        * New version control API, currently used by Git and Subversion (Kai
          Willadsen)
        * Version control compatibility updates and fixes (Cedric Le Dillau, Louis
          des Landes, Kai Willadsen)
        * Command line labelling options now apply to folder tabs (Kai Willadsen)
        * Regressions from parallel inline highlighting calculations have been
          fixed (Kai Willadsen)
        * Diff algorithm cleanups (Piotr Piastucki)
        * Compatibility fixes for Python 3; this does *not* mean that Meld works on
          Python 3 yet, just that 2to3 issues have been addressed (Kai Willadsen)
    
      Translations:
        * Daniel Mustieles (es)
        * Dominique Leuenberger (pt)
        * Enrico Nicoletto (pt_BR)
        * Florencio Neves (pt_BR)
        * Fran Diéguez (gl)
        * Marek Černocký (cs)
        * Matej Urbančič (sl)
        * Мирослав Николић (sr, sr latin)
        * Piotr Drąg (pl)

Changes since the last tag '1.7.0':

Cristian Dinu (1):
      Added shallow directory comparison mode

Daniel Mustieles (6):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Dominique Leuenberger (1):
      Update FSF address (closes bgo#687830)

Enrico Nicoletto (1):
      Updated Brazilian Portuguese translation

Felix Krull (1):
      Redirect stdout/err to null on pythonw to fix crash (closes bgo#688466)

Florencio Neves (1):
      Updated Brazilian Portuguese Translation

Fran Diéguez (2):
      Updated Galician translations
      Updated Galician translations

Kai Willadsen (114):
      Pull document modified checks out of delete event for reload reuse
      Add high contrast application icon (closes bgo#688908)
      Move FilterEntry to its own module to avoid circular imports
      Modernise our import statements
      Move to next() builtin
      Adapt SchedulerBase to explicitly support iterables as tasks
      Support Python 3 range() as a generator
      Explicit tuple in iteration
      Remove all map and filter usage
      Newer octal syntax
      Replace iteritems/itervalues with items/values for Python 3 compat
      Clean up _vc.File creation, to make way for options usage
      Replace Preferences dump with stringification
      Partial print port
      Introduce some structured logging to replace print()s
      Add logging for VC modules
      Add forward-compatibility for unicode literals
      Add minimal compat module for unicode/str compatibility
      Further future compat adjusted from 2to3
      Specifically request integer division where required
      Improve state skipping logic, and avoid order comparisons between types
      Remove use of deprecated cmp keyword to sort
      Move MeldBuffer to use __getitem__ instead of __getslice__
      Add new VC file request interface and SVN support
      Add git support for new file request interface
      Use more robust check for Subversion repository version support
      Add Subversion 1.7 support for new file request interface
      Python 2.6 updates for Git file request code
      Adjust VC location semantics to require a location to be a folder
      Move file cleanup from quit event to atexit handler (closes bgo#686494)
      Remove unused on_quit_event
      Update MeldDoc delete-event docstring
      Rename repo-file-path API to be less confusing
      Silence stderr messages in git and svn file retrieval
      Adapt SVN pre-1.7 to used NamedTemporaryFile, and handle new file cases
      Fix support for MISSING state in Git and Mercurial plugins
      Fix VC listing when we have an empty directory
      Fix Mercurial support for comparing subdirectories of the repo
      Add some sensitivity handling to VC comparisons
      Small cleanup of selection handling
      Some PEP8
      Improve layout of file save dialog
      Use updated save dialog for reloading
      Fix UIBuilder when there are dependencies between 'extra' widgets
      PEP8 fixes for meldbuffer
      Refactor DirDiff row activation
      Rework pane scrolling locks to not create and delete attributes
      Minor refactor of focus retrieval
      Unify some pane focus handling in MeldDoc
      Handle Bazaar conflict status
      Adjust _vc.call() to explicitly discard all subprocess output
      Switch bzr repo verification to use 'info' instead of 'status'
      Fix some sensitivity handling issues (closes rhbz#835883, rhbz#806489)
      Add recently-used comparison support (closes bgo#652747)
      Update copyright header
      Fix Makefile and desktop file for desktop integration points
      Make sure unicode paths are encoded to UTF-8 for recent manager
      Fix recent comparison crashing on single VC file open
      Allow re-opening stored comparison using single arg invocation
      Fix instantiation of VC recent comparisons
      Fix typo in recent attribute access
      Handle recent-file reading of malformed files (closes bgo#690472)
      Fix recent focus pane mishap
      Pack FileDiff file selectors into a box to allow for future replacement
      Add read-only toggle button to support setting files to be uneditable
      Support setting TextViews to read-only (closes bgo#321637)
      Add tooltip to read only toggle buttons
      Default to not showing the readonly emblem
      Prompt for a filename when saving read-only files, rather than complain
      PEP8-ify meldapp
      First pass at adding columns to DirDiff
      Generalise ListWidget and use it to implement the column selector
      Remove unused headers arguments from treeview column handling
      Simplify column visibility handling
      Absorb DirDiff treeview column setup into __init__ for simplicity
      Reorder preference handling to be more consistent
      Create new "Folder comparison" preference tab and move options around
      Fix uninitialised tab when invoked with no args
      Add and use New Comparison tab, replacing the existing New dialog
      Start with a new comparison tab if nothing else is to be opened
      Rename the New menu item to reflect the new comparison tab
      Fix interactions between new diff tab and chain-switching handling
      Add comparisons opened from new diff tab to recently-used comparisons
      Fix VC tab layout
      Don't show help button until we can link it to something
      Update and reformat copyright header for new diff dialog
      Rename files for new diff tab
      Add new VC icon for use in new diff tab
      Disable the new-blank behaviour for DirDiff and VcView until it works
      Fix a couple of incorrect direct invocations of git
      Update column preferences to handle missing columns in the pref store
      Add a formatted permissions column to the DirDiff treeview
      Fix tag replacement in blank line ignoring
      Fix logic error in blank line consumption (closes bgo#691810)
      Use cursor position change rather than manual trigger for diff recalc
      Fix regression in page action sensitivity handling (closes bgo#692199)
      Unset recorded signal handler when switching to and from non-diff tabs
      Add support for labelling folder comparison tabs (closes bgo#692907)
      Fix command-line comparison of VC files in subdirs (closes bgo#693419)
      Don't open the 'New diff' tab unless we really didn't open anything
      Fix Decimal usage for Python 2.6 compat
      Avoid single self-comparison in folder shallow comparison
      Short-circuit file time comparison when we don't need Decimal precision
      Move size comparison so that we don't repeat it in shallow_equal()
      Fix target widget of precision label
      Reword the shallow comparison preference
      Minor style and PEP8 fixes
      PyGtk compatibility fixes for RHEL 6.1 + variants (closes bgo#691738)
      Fix regression from commit e03492 (closes bgo#693856)
      Fix regression from 2d9c99 (closes bgo#693986)
      Fix overzealous inline highlighting invalidation (closes bgo#693690)
      Fix VC comparison for non-VC folders
      Update NEWS
      Pre-release version bump

Marek Černocký (2):
      Updated Czech translation
      Updated Czech translation

Matej Urbančič (4):
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation

Philipp Müller (1):
      Implemented reorderable and hideable columns

Piotr Drąg (9):
      Updated Polish translation
      Updated Polish translation
      Updated Polish translation
      Updated Polish translation
      Updated Polish translation
      Updated POTFILES.in
      Updated Polish translation
      Updated Polish translation
      Updated Polish translation

Piotr Piastucki (1):
      Clean up matchers.py

Мирослав Николић (3):
      Updated Serbian translation
      Updated Serbian translation
      Updated Serbian translation


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]