[gtranslator: 2/2] Merge branch 'temp-search-and-replace-bar' into 'master'



commit 37b08559083682da226e79846ca665a073a1f168
Merge: aed8dfd5 d4cfb9c8
Author: Daniel Garcia Moreno <dani danigm net>
Date:   Thu Mar 12 10:07:08 2020 +0000

    Merge branch 'temp-search-and-replace-bar' into 'master'
    
    gtr-search-and-replace-bar
    
    Closes #97
    
    See merge request GNOME/gtranslator!61

 build-aux/flatpak/org.gnome.Gtranslator.json |  18 +
 meson.build                                  |   1 +
 src/gtr-actions-search.c                     | 349 +++--------
 src/gtr-actions.h                            |  69 ++-
 src/gtr-application.c                        |  68 ++-
 src/gtr-notebook.c                           |  12 +
 src/gtr-notebook.h                           |   2 +
 src/gtr-notebook.ui                          |  38 ++
 src/gtr-search-bar.c                         | 833 +++++++++++++++++++++++++++
 src/gtr-search-bar.h                         |  98 ++++
 src/gtr-search-bar.ui                        | 286 +++++++++
 src/gtr-search-dialog.c                      | 775 -------------------------
 src/gtr-search-dialog.h                      | 150 -----
 src/gtr-search-dialog.ui                     | 325 -----------
 src/gtr-tab.c                                |  97 +++-
 src/gtr-tab.h                                |   6 +
 src/gtr-tab.ui                               | 584 ++++++++++---------
 src/gtr-window.c                             |  25 +
 src/gtr-window.h                             |   3 +
 src/gtranslator.gresource.xml                |   2 +-
 src/help-overlay.ui                          |  21 +
 src/meson.build                              |   7 +-
 src/styles.css                               |  51 ++
 23 files changed, 1999 insertions(+), 1821 deletions(-)
---


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