freetype-commit
[Top][All Lists]
Advanced

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

[Git][freetype/freetype-demos][gsoc-2022-chariri] [ftinspect] Rename `cu


From: Charlie Jiang (@cqjjjzr)
Subject: [Git][freetype/freetype-demos][gsoc-2022-chariri] [ftinspect] Rename `custom_widgets.[ch]pp` to `customwidgets.[ch]pp`.
Date: Sun, 03 Jul 2022 12:22:56 +0000

Charlie Jiang pushed to branch gsoc-2022-chariri at FreeType / FreeType Demo Programs

Commits:

  • 80939bdb
    by Charlie Jiang at 2022-07-03T20:21:56+08:00
    [ftinspect] Rename `custom_widgets.[ch]pp` to `customwidgets.[ch]pp`.
    
    This is for consistency among all file names.
    
    * src/ftinspect/widgets/custom_widgets.hpp: Renamed.
    
    * src/ftinspect/widgets/custom_widgets.cpp: Renamed, and reference updated.
    
    * src/ftinspect/maingui.hpp, src/ftinspect/meson.build,
      src/ftinspect/CMakeLists.txt: Reference updated.
    

5 changed files:

Changes:

  • src/ftinspect/CMakeLists.txt
    ... ... @@ -28,7 +28,7 @@ add_executable(ftinspect
    28 28
       "rendering/glyphpoints.cpp"
    
    29 29
       "rendering/grid.cpp"
    
    30 30
     
    
    31
    -  "widgets/custom_widgets.cpp"
    
    31
    +  "widgets/customwidgets.cpp"
    
    32 32
     
    
    33 33
       "models/ttsettingscomboboxmodel.cpp"
    
    34 34
     
    

  • src/ftinspect/maingui.hpp
    ... ... @@ -11,7 +11,7 @@
    11 11
     #include "rendering/glyphpointnumbers.hpp"
    
    12 12
     #include "rendering/glyphpoints.hpp"
    
    13 13
     #include "rendering/grid.hpp"
    
    14
    -#include "widgets/custom_widgets.hpp"
    
    14
    +#include "widgets/customwidgets.hpp"
    
    15 15
     #include "models/ttsettingscomboboxmodel.hpp"
    
    16 16
     #include "panels/settingpanel.hpp"
    
    17 17
     
    

  • src/ftinspect/meson.build
    ... ... @@ -28,7 +28,7 @@ if qt5_dep.found()
    28 28
         'rendering/glyphpointnumbers.cpp',
    
    29 29
         'rendering/glyphpoints.cpp',
    
    30 30
         'rendering/grid.cpp',
    
    31
    -    'widgets/custom_widgets.cpp',
    
    31
    +    'widgets/customwidgets.cpp',
    
    32 32
     
    
    33 33
         'models/ttsettingscomboboxmodel.cpp',
    
    34 34
     
    
    ... ... @@ -41,7 +41,7 @@ if qt5_dep.found()
    41 41
       moc_files = qt5.preprocess(
    
    42 42
         moc_headers: [
    
    43 43
           'engine/fontfilemanager.hpp',
    
    44
    -      'widgets/custom_widgets.hpp',
    
    44
    +      'widgets/customwidgets.hpp',
    
    45 45
           'models/ttsettingscomboboxmodel.hpp',
    
    46 46
           'panels/settingpanel.hpp',
    
    47 47
           'maingui.hpp',
    

  • src/ftinspect/widgets/custom_widgets.cppsrc/ftinspect/widgets/customwidgets.cpp
    ... ... @@ -2,7 +2,7 @@
    2 2
     
    
    3 3
     // Copyright (C) 2016-2022 by Werner Lemberg.
    
    4 4
     
    
    5
    -#include "custom_widgets.hpp"
    
    5
    +#include "customwidgets.hpp"
    
    6 6
     
    
    7 7
     #include <qevent.h>
    
    8 8
     #include <QStandardItemModel>
    

  • src/ftinspect/widgets/custom_widgets.hppsrc/ftinspect/widgets/customwidgets.hpp


  • reply via email to

    [Prev in Thread] Current Thread [Next in Thread]