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-2] [ftinspect] Rename `


From: Charlie Jiang (@cqjjjzr)
Subject: [Git][freetype/freetype-demos][gsoc-2022-chariri-2] [ftinspect] Rename `ttsettingscomboboxmodel.[ch]pp`.
Date: Thu, 14 Jul 2022 08:29:13 +0000

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

Commits:

  • 271d0ed7
    by Charlie Jiang at 2022-07-14T16:28:37+08:00
    [ftinspect] Rename `ttsettingscomboboxmodel.[ch]pp`.
    
    Rename them to `customcomboboxmodels.[ch]pp`.
    
    * src/ftinspect/maingui.hpp, src/ftinspect/panels/settingpanel.hpp,
      src/ftinspect/panels/singular.hpp: Update references.
    
    * src/ftinspect/CMakeLists.txt, src/ftinspect/meson.build: Updated.
    

7 changed files:

Changes:

  • src/ftinspect/CMakeLists.txt
    ... ... @@ -36,7 +36,7 @@ add_executable(ftinspect
    36 36
       "widgets/glyphindexselector.cpp"
    
    37 37
       "widgets/fontsizeselector.cpp"
    
    38 38
     
    
    39
    -  "models/ttsettingscomboboxmodel.cpp"
    
    39
    +  "models/customcomboboxmodels.cpp"
    
    40 40
     
    
    41 41
       "panels/settingpanel.cpp"
    
    42 42
       "panels/singular.cpp"
    

  • src/ftinspect/maingui.hpp
    ... ... @@ -8,7 +8,7 @@
    8 8
     #include "engine/engine.hpp"
    
    9 9
     #include "widgets/customwidgets.hpp"
    
    10 10
     #include "widgets/glyphindexselector.hpp"
    
    11
    -#include "models/ttsettingscomboboxmodel.hpp"
    
    11
    +#include "models/customcomboboxmodels.hpp"
    
    12 12
     #include "panels/settingpanel.hpp"
    
    13 13
     #include "panels/singular.hpp"
    
    14 14
     #include "panels/continuous.hpp"
    

  • src/ftinspect/meson.build
    ... ... @@ -35,7 +35,7 @@ if qt5_dep.found()
    35 35
         'widgets/glyphindexselector.cpp',
    
    36 36
         'widgets/fontsizeselector.cpp',
    
    37 37
     
    
    38
    -    'models/ttsettingscomboboxmodel.cpp',
    
    38
    +    'models/customcomboboxmodels.cpp',
    
    39 39
     
    
    40 40
         'panels/settingpanel.cpp',
    
    41 41
         'panels/singular.cpp',
    

  • src/ftinspect/models/ttsettingscomboboxmodel.cppsrc/ftinspect/models/customcomboboxmodels.cpp
    ... ... @@ -3,7 +3,7 @@
    3 3
     // Copyright (C) 2022 by Charlie Jiang.
    
    4 4
     
    
    5 5
     
    
    6
    -#include "ttsettingscomboboxmodel.hpp"
    
    6
    +#include "customcomboboxmodels.hpp"
    
    7 7
     
    
    8 8
     #include <QApplication>
    
    9 9
     #include <QPalette>
    

  • src/ftinspect/models/ttsettingscomboboxmodel.hppsrc/ftinspect/models/customcomboboxmodels.hpp

  • src/ftinspect/panels/settingpanel.hpp
    ... ... @@ -5,7 +5,7 @@
    5 5
     #pragma once
    
    6 6
     
    
    7 7
     #include "../engine/engine.hpp"
    
    8
    -#include "../models/ttsettingscomboboxmodel.hpp"
    
    8
    +#include "../models/customcomboboxmodels.hpp"
    
    9 9
     
    
    10 10
     #include <QWidget>
    
    11 11
     #include <QTabWidget>
    

  • src/ftinspect/panels/singular.hpp
    ... ... @@ -15,7 +15,7 @@
    15 15
     #include "../rendering/grid.hpp"
    
    16 16
     #include "../rendering/graphicsdefault.hpp"
    
    17 17
     #include "../engine/engine.hpp"
    
    18
    -#include "../models/ttsettingscomboboxmodel.hpp"
    
    18
    +#include "../models/customcomboboxmodels.hpp"
    
    19 19
     
    
    20 20
     #include <QWidget>
    
    21 21
     #include <QPushButton>
    


  • reply via email to

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