From b876b1c95d43c496ffa7e9acfcddc794644f3d19 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 12 Jul 2014 14:40:15 -0600 Subject: [PATCH] NxWM: Rename all glyphs to include the size of the glyph as part of the filename --- nxwm/Makefile | 8 ++++---- .../{glyph_calculator.cxx => glyph_calculator24x25.cxx} | 2 +- .../{glyph_calibration.cxx => glyph_calibration24x21.cxx} | 2 +- nxwm/src/{glyph_cmd.cxx => glyph_cmd25x22.cxx} | 2 +- .../{glyph_mediaplayer.cxx => glyph_mediaplayer24x24.cxx} | 2 +- nxwm/src/{glyph_minimize.cxx => glyph_minimize21x21.cxx} | 2 +- ...layer_controls.cxx => glyph_mplayer_controls32x32.cxx} | 2 +- nxwm/src/{glyph_nsh.cxx => glyph_nsh25x25.cxx} | 2 +- nxwm/src/{glyph_start.cxx => glyph_start25x25.cxx} | 2 +- nxwm/src/{glyph_stop.cxx => glyph_stop21x21.cxx} | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) rename nxwm/src/{glyph_calculator.cxx => glyph_calculator24x25.cxx} (99%) rename nxwm/src/{glyph_calibration.cxx => glyph_calibration24x21.cxx} (99%) rename nxwm/src/{glyph_cmd.cxx => glyph_cmd25x22.cxx} (99%) rename nxwm/src/{glyph_mediaplayer.cxx => glyph_mediaplayer24x24.cxx} (99%) rename nxwm/src/{glyph_minimize.cxx => glyph_minimize21x21.cxx} (99%) rename nxwm/src/{glyph_mplayer_controls.cxx => glyph_mplayer_controls32x32.cxx} (99%) rename nxwm/src/{glyph_nsh.cxx => glyph_nsh25x25.cxx} (99%) rename nxwm/src/{glyph_start.cxx => glyph_start25x25.cxx} (99%) rename nxwm/src/{glyph_stop.cxx => glyph_stop21x21.cxx} (99%) diff --git a/nxwm/Makefile b/nxwm/Makefile index 87a277504..a26bf73cc 100644 --- a/nxwm/Makefile +++ b/nxwm/Makefile @@ -75,12 +75,12 @@ CXXSRCS += cnxconsole.cxx endif # Images -CXXSRCS += glyph_calculator.cxx glyph_calibration.cxx glyph_cmd.cxx -CXXSRCS += glyph_minimize.cxx glyph_nsh.cxx glyph_play24x24.cxx glyph_start.cxx -CXXSRCS += glyph_stop.cxx +CXXSRCS += glyph_calculator24x25.cxx glyph_calibration24x21.cxx glyph_cmd25x22.cxx +CXXSRCS += glyph_minimize21x21.cxx glyph_nsh25x25.cxx glyph_play24x24.cxx +CXXSRCS += glyph_start25x25.cxx glyph_stop21x21.cxx ifeq ($(CONFIG_NXWM_MEDIAPLAYER),y) -CXXSRCS += glyph_mediaplayer.cxx cmediaplayer.cxx glyph_mplayer_controls.cxx +CXXSRCS += glyph_mediaplayer24x24.cxx cmediaplayer.cxx glyph_mplayer_controls32x32.cxx endif SRCS = $(ASRCS) $(CSRCS) $(CXXSRCS) diff --git a/nxwm/src/glyph_calculator.cxx b/nxwm/src/glyph_calculator24x25.cxx similarity index 99% rename from nxwm/src/glyph_calculator.cxx rename to nxwm/src/glyph_calculator24x25.cxx index e8f5376d3..6184212f8 100644 --- a/nxwm/src/glyph_calculator.cxx +++ b/nxwm/src/glyph_calculator24x25.cxx @@ -1,5 +1,5 @@ /******************************************************************************************** - * NxWidgets/nxwm/src/glyph_calculator.cxx + * NxWidgets/nxwm/src/glyph_calculator24x25.cxx * * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/nxwm/src/glyph_calibration.cxx b/nxwm/src/glyph_calibration24x21.cxx similarity index 99% rename from nxwm/src/glyph_calibration.cxx rename to nxwm/src/glyph_calibration24x21.cxx index 3a9a30806..2d01edadf 100644 --- a/nxwm/src/glyph_calibration.cxx +++ b/nxwm/src/glyph_calibration24x21.cxx @@ -1,5 +1,5 @@ /******************************************************************************************** - * NxWidgets/nxwm/src/glyph_calibration.cxx + * NxWidgets/nxwm/src/glyph_calibration24x21.cxx * * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/nxwm/src/glyph_cmd.cxx b/nxwm/src/glyph_cmd25x22.cxx similarity index 99% rename from nxwm/src/glyph_cmd.cxx rename to nxwm/src/glyph_cmd25x22.cxx index cc8b8dca3..4cd66c571 100644 --- a/nxwm/src/glyph_cmd.cxx +++ b/nxwm/src/glyph_cmd25x22.cxx @@ -1,5 +1,5 @@ /******************************************************************************************** - * NxWidgets/nxwm/src/glyph_cmd.cxx + * NxWidgets/nxwm/src/glyph_cmd24x22.cxx * * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/nxwm/src/glyph_mediaplayer.cxx b/nxwm/src/glyph_mediaplayer24x24.cxx similarity index 99% rename from nxwm/src/glyph_mediaplayer.cxx rename to nxwm/src/glyph_mediaplayer24x24.cxx index ee8c1a873..5e8899c38 100644 --- a/nxwm/src/glyph_mediaplayer.cxx +++ b/nxwm/src/glyph_mediaplayer24x24.cxx @@ -1,5 +1,5 @@ /******************************************************************************************** - * NxWidgets/nxwm/src/glyph_mediaplayer.cxx + * NxWidgets/nxwm/src/glyph_mediaplayer24x24.cxx * * Copyright (C) 2013 Ken Pettit. All rights reserved. * Author: Ken Pettit diff --git a/nxwm/src/glyph_minimize.cxx b/nxwm/src/glyph_minimize21x21.cxx similarity index 99% rename from nxwm/src/glyph_minimize.cxx rename to nxwm/src/glyph_minimize21x21.cxx index bf228e0b2..275f66862 100644 --- a/nxwm/src/glyph_minimize.cxx +++ b/nxwm/src/glyph_minimize21x21.cxx @@ -1,5 +1,5 @@ /******************************************************************************************** - * NxWidgets/nxwm/src/glyph_minimize.cxx + * NxWidgets/nxwm/src/glyph_minimize21x21.cxx * * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/nxwm/src/glyph_mplayer_controls.cxx b/nxwm/src/glyph_mplayer_controls32x32.cxx similarity index 99% rename from nxwm/src/glyph_mplayer_controls.cxx rename to nxwm/src/glyph_mplayer_controls32x32.cxx index 38da35844..f4cd222b0 100644 --- a/nxwm/src/glyph_mplayer_controls.cxx +++ b/nxwm/src/glyph_mplayer_controls32x32.cxx @@ -1,5 +1,5 @@ /******************************************************************************************** - * NxWidgets/nxwm/src/glyph_mediaplayer.cxx + * NxWidgets/nxwm/src/glyph_mediaplayer32x32.cxx * * Copyright (C) 2013 Ken Pettit. All rights reserved. * Author: Ken Pettit diff --git a/nxwm/src/glyph_nsh.cxx b/nxwm/src/glyph_nsh25x25.cxx similarity index 99% rename from nxwm/src/glyph_nsh.cxx rename to nxwm/src/glyph_nsh25x25.cxx index efa83f7ed..23e1507ab 100644 --- a/nxwm/src/glyph_nsh.cxx +++ b/nxwm/src/glyph_nsh25x25.cxx @@ -1,5 +1,5 @@ /******************************************************************************************** - * NxWidgets/nxwm/src/glyph_nsh.cxx + * NxWidgets/nxwm/src/glyph_nsh25x25.cxx * * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/nxwm/src/glyph_start.cxx b/nxwm/src/glyph_start25x25.cxx similarity index 99% rename from nxwm/src/glyph_start.cxx rename to nxwm/src/glyph_start25x25.cxx index 2fd7b3cd1..8bb73e7aa 100644 --- a/nxwm/src/glyph_start.cxx +++ b/nxwm/src/glyph_start25x25.cxx @@ -1,5 +1,5 @@ /******************************************************************************************** - * NxWidgets/nxwm/src/glyph_start.cxx + * NxWidgets/nxwm/src/glyph_start25x25.cxx * * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Author: Gregory Nutt diff --git a/nxwm/src/glyph_stop.cxx b/nxwm/src/glyph_stop21x21.cxx similarity index 99% rename from nxwm/src/glyph_stop.cxx rename to nxwm/src/glyph_stop21x21.cxx index d9436b5d8..e4142d736 100644 --- a/nxwm/src/glyph_stop.cxx +++ b/nxwm/src/glyph_stop21x21.cxx @@ -1,5 +1,5 @@ /******************************************************************************************** - * NxWidgets/nxwm/src/glyph_stop.cxx + * NxWidgets/nxwm/src/glyph_stop21x21.cxx * * Copyright (C) 2012 Gregory Nutt. All rights reserved. * Author: Gregory Nutt