Next | Query returned 153 messages, browsing 51 to 60 | Previous

History of commit frequency

CVS Commit History:


   2020-03-10 23:11:24 by Thomas Klausner | Files touched by this commit (1681) | Package updated
Log message:
librsvg: update bl3.mk to remove libcroco in rust case

recursive bump for the dependency change
   2020-03-08 17:51:54 by Thomas Klausner | Files touched by this commit (2833)
Log message:
*: recursive bump for libffi
   2020-03-04 10:47:21 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
meld: update to 3.20.2.

2020-02-16 meld 3.20.2
======================

  Fixes:

   * Fix crash when launched from external process on Windows (Vasily Galkin)
   * Fix single-instance behaviour on Windows (Vasily Galkin)
   * Fix display of large file sizes (Andrey Efremov)
   * Set file chooser encoding to autodetect by default (Kai Willadsen)
   * Always use UTF-8 as user's "current" encoding on Windows (Kai \ 
Willadsen)
   * Fix ignoring blank lines on text-filtered files in folder comparison (Kai
     Willadsen)
   * Fix expand/collapse actions for missing folders (Kai Willadsen)
   * Fix some incorrect action sensitivity settings (Kai Willadsen)
   * Fix height of commit dialog (Kai Willadsen)
   * Fix install support for Python 3.8 (Kai Willadsen)
   * Add support for file debug logging on Windows (Kai Willadsen)
   * Fix icon display on Windows (Kai Willadsen)

   * Issues fixed: 267, 279, 314, 322, 337, 341, 342, 350, 351, 359
   2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981)
Log message:
all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
   2019-12-22 21:40:51 by Mark Davies | Files touched by this commit (3)
Log message:
meld: fix build with python3.8
   2019-07-22 00:26:08 by Thomas Klausner | Files touched by this commit (1256)
Log message:
*: recursive bump for gdk-pixbuf2-2.38.1
   2019-04-25 09:33:32 by Maya Rashish | Files touched by this commit (620)
Log message:
PKGREVISION bump for anything using python without a PYPKGPREFIX.

This is a semi-manual PKGREVISION bump.
   2019-04-04 12:02:23 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
meld: update to 3.20.1.

2019-03-31 meld 3.20.1
======================

  Fixes:

   * Fix bad comparison highlighting with VT characters (Kai Willadsen)
   * Fix folder comparison display with >2G files (Kai Willadsen)
   * Fix support for missing folders in folder comparison (Kai Willadsen)
   * Handle trash-related errors with NFS mounts (Kai Willadsen)
   * Add release metadata to appstream data (Kai Willadsen)

   * Issues fixed: 268, 295

  Translations:

   * Anders Jonsson (sv)
   * Balázs Úr (hu)
   * Daniel Mustieles (es)
   * Marek Cernocky (cs)
   * Ryuta Fujii (ja)
   * Wolfgang Stöggl (de)
   2019-02-13 20:49:38 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
meld: update to 3.20.0.

2019-01-06 meld 3.20.0
======================

  Fixes:

   * Add Enter as a Compare accelerator in folder comparisons (Kai Willadsen)
   * Change entry and drag-n-drop file changes to confirm discarding modified
     files instead of offering to save, for simplicity (Kai Willadsen)
   * Fix menu sensitivity in folder comparisons (Kai Willadsen)
   * Avoid dconf writes of no-op window size allocations (Kai Willadsen)

   * Issues fixed: 247, 262

  Translations:

   * Emin Tufan Çetin (tr)
   * Milo Casagrande (it)
   * Rafael Fontenelle (pt_BR)
   2018-11-30 16:20:08 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
meld: update to 3.19.1.

2018-11-21 meld 3.19.1
======================

  Features:

   * Support comparing remote files (Kai Willadsen; initial work by Chris Mayo)
   * Significantly improve folder comparison performance when comparing large
     trees (Hugo Sena Ribeiro)
   * Improve folder comparison IO and memory use (Hugo Sena Ribeiro)
   * Add recursive collapse/expand actions to folder comparisons (Jesus Arroyo)
   * Add OARS metadata for software management (Nick Richards)
   * Support file drag-and-drop directly on to textviews (Kai Willadsen)
   * Refresh the application icon and add a processing pipeline (Kai Willadsen)

   * Windows build improvements:
     * Build using msys2 on GNOME Gitlab infrastructure and update to using
       current GTK+ (Vasily Galkin)
     * Add simple zip-based Windows build output to pipeline (Vasily Galkin)
     * Improve Windows logging behaviour (Vasily Galkin)
     * Help launching now works (Vasily Galkin)
     * Shortcuts now work in non-English keyboard layouts (via GTK+)
     * Windows paths are shortened correctly (Kai Willadsen)

  Fixes:

   * Next/Previous Change actions correctly account for text filters (Heikki
     Ketoharju)
   * Fix blank line ignoring in folder comparisons (Hugo Sena Ribeiro)
   * Miscellaneous performance improvements (Hugo Sena Ribeiro)
   * Fix initial focus pane for two-pane comparison (Kai Willadsen)
   * Handle encoding failures on file load (Kai Willadsen)
   * Fix surrogate problems in on-save encoding check (Kai Willadsen)
   * Fix display of some encoding errors in folder comparisons (Kai Willadsen)
   * Fix Git unpushed commit check for ambiguous filenames (Kai Willadsen)
   * Fix committing a folder in Git (Kai Willadsen)
   * Show errors for critical unhandled application failures, such as failed
     saves (Kai Willadsen)
   * Work around GTK+ shortcut activation issues; see GNOME/gtk#140 (Kai
     Willadsen)
   * Update Up/Down/Delete shortcuts to support numpad (Kai Willadsen)
   * Fix copy-paste of GtkSourceView-highlighted text into Meld (Kai Willadsen)
   * Don't open additional blank comparison tabs when using the --diff CLI
     argument (Kai Willadsen)
   * Fix installation on Mint (Kai Willadsen)

  Internal changes:

   * File comparisons and CLI argument handling now use Gio.File and support
     URIs (Kai Willadsen; initial work by Chris Mayo)
   * Many Python 3 deprecation cleanups (Claude Paroz)
   * Rename icon/desktop/appdata for consistency with appid (Mathieu Bridon)
   * Flatpak build updates (Mathieu Bridon, Kai Willadsen)
   * Make XDG application ID match other application IDs (Kai Willadsen)
   * Multiple pygobject/GTK+ deprecation cleanups (Kai Willadsen)
   * Python 3.7 support (Kai Willadsen)
   * PEP8 and style compliance (Jesus Arroyo, Stefan Erichsen)

   * Bugs fixed: 152, 175, 177, 179, 193, 196, 197, 197, 203, 217, 225, 233,
     235, 239

Next | Query returned 153 messages, browsing 51 to 60 | Previous