git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Gitk Inotify support
@ 2017-03-08 20:52 Florian Schüller
  2017-03-08 20:52 ` [PATCH 1/4] Inotify Support Florian Schüller
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Florian Schüller @ 2017-03-08 20:52 UTC (permalink / raw)
  To: paulus, git; +Cc: Florian Schüller

Inotify Support
    
    Just automatically update gitk when working in a terminal on the same repo
    
    Features:
    * Detects inotify support
      if inotify is not detected the options is not available
      in the preferences
    * Enable/Disable auto update in the preferences
    * Select "debounce" time for redraw
      i.e. the redraw will be postponed for the given time.
      if a new change is detected in this time the redraw is postponed
      even more
    * Automatically scroll to the new HEAD after redrawing
    * Depending on the type of change the UI is "Updated" or "Reloaded"
    
    Open points for now:
    * release watches for deleted directories seems to
      cause problems in tcl-inotify (so I don't)
      I'm not sure how often that happens in ".git/"
    
Signed-off-by: Florian Schüller <florian.schueller@gmail.com>

Florian Schüller (4):
  Inotify Support
  Update of German translation
  Updated de-Translator
  ignore backup files

 .gitignore |   2 +
 gitk       | 171 +++++++++++++++-
 po/de.po   | 684 +++++++++++++++++++++++++++++++++----------------------------
 3 files changed, 540 insertions(+), 317 deletions(-)

-- 
2.9.3


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-03-08 21:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-08 20:52 [PATCH 0/4] Gitk Inotify support Florian Schüller
2017-03-08 20:52 ` [PATCH 1/4] Inotify Support Florian Schüller
2017-03-08 20:52 ` [PATCH 2/4] Update of German translation Florian Schüller
2017-03-08 20:52 ` [PATCH 3/4] Updated de-Translator Florian Schüller
2017-03-08 20:52 ` [PATCH 4/4] ignore backup files Florian Schüller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).