Move the GimpTextProxy widget from app/tools/ to app/widgets/
This commit is contained in:
@ -168,8 +168,6 @@ libapptools_a_sources = \
|
|||||||
gimpsourcetool.h \
|
gimpsourcetool.h \
|
||||||
gimptextoptions.c \
|
gimptextoptions.c \
|
||||||
gimptextoptions.h \
|
gimptextoptions.h \
|
||||||
gimptextproxy.c \
|
|
||||||
gimptextproxy.h \
|
|
||||||
gimptexttool.c \
|
gimptexttool.c \
|
||||||
gimptexttool.h \
|
gimptexttool.h \
|
||||||
gimpthresholdtool.c \
|
gimpthresholdtool.c \
|
||||||
|
@ -51,6 +51,7 @@
|
|||||||
#include "widgets/gimphelp-ids.h"
|
#include "widgets/gimphelp-ids.h"
|
||||||
#include "widgets/gimpmenufactory.h"
|
#include "widgets/gimpmenufactory.h"
|
||||||
#include "widgets/gimptexteditor.h"
|
#include "widgets/gimptexteditor.h"
|
||||||
|
#include "widgets/gimptextproxy.h"
|
||||||
#include "widgets/gimpuimanager.h"
|
#include "widgets/gimpuimanager.h"
|
||||||
#include "widgets/gimpviewabledialog.h"
|
#include "widgets/gimpviewabledialog.h"
|
||||||
|
|
||||||
@ -61,7 +62,6 @@
|
|||||||
#include "gimprectangletool.h"
|
#include "gimprectangletool.h"
|
||||||
#include "gimprectangleoptions.h"
|
#include "gimprectangleoptions.h"
|
||||||
#include "gimptextoptions.h"
|
#include "gimptextoptions.h"
|
||||||
#include "gimptextproxy.h"
|
|
||||||
#include "gimptexttool.h"
|
#include "gimptexttool.h"
|
||||||
#include "gimptoolcontrol.h"
|
#include "gimptoolcontrol.h"
|
||||||
|
|
||||||
|
@ -277,6 +277,8 @@ libappwidgets_a_sources = \
|
|||||||
gimptemplateview.h \
|
gimptemplateview.h \
|
||||||
gimptexteditor.c \
|
gimptexteditor.c \
|
||||||
gimptexteditor.h \
|
gimptexteditor.h \
|
||||||
|
gimptextproxy.c \
|
||||||
|
gimptextproxy.h \
|
||||||
gimpthumbbox.c \
|
gimpthumbbox.c \
|
||||||
gimpthumbbox.h \
|
gimpthumbbox.h \
|
||||||
gimptoggleaction.c \
|
gimptoggleaction.c \
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
/* GIMP - The GNU Image Manipulation Program
|
/* GIMP - The GNU Image Manipulation Program
|
||||||
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
|
* Copyright (C) 1995 Spencer Kimball and Peter Mattis
|
||||||
*
|
*
|
||||||
|
* GimpTextProxy
|
||||||
|
* Copyright (C) 2009 Michael Natterer <mitch@gimp.org>
|
||||||
|
*
|
||||||
* This program is free software: you can redistribute it and/or modify
|
* This program is free software: you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
* the Free Software Foundation; either version 3 of the License, or
|
* the Free Software Foundation; either version 3 of the License, or
|
Reference in New Issue
Block a user