diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 14:15:09 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 14:15:09 +0300 |
commit | a27079fe5c4a210664515c47767c00112c435d65 (patch) | |
tree | 39e36b58b4138af46e2f10661de352482b89399d /plugins/MirandaG15 | |
parent | 87c39b86cfeb0dedf94f9bf04af30de2daf368bc (diff) |
convert all files exept curl and new_gpg to utf-8 BOM (reverted from commit 62202ed10617927d5429bc59898e12a366abe744)
Diffstat (limited to 'plugins/MirandaG15')
73 files changed, 73 insertions, 73 deletions
diff --git a/plugins/MirandaG15/docs/changelog.txt b/plugins/MirandaG15/docs/changelog.txt index 73c4b3a63c..dfbcb36f16 100644 --- a/plugins/MirandaG15/docs/changelog.txt +++ b/plugins/MirandaG15/docs/changelog.txt @@ -1,4 +1,4 @@ -v 0.1.1.14 - 23.04.2008
+v 0.1.1.14 - 23.04.2008
-------------------------
- fixed: some messages were not shown on the lcd
- changed: updated IRC plugin
diff --git a/plugins/MirandaG15/docs/readme.txt b/plugins/MirandaG15/docs/readme.txt index b72a96e18f..4606da0921 100644 --- a/plugins/MirandaG15/docs/readme.txt +++ b/plugins/MirandaG15/docs/readme.txt @@ -1,4 +1,4 @@ -MirandaG15
+MirandaG15
--------------------
MirandaG15 is a plugin for Miranda-IM (www.miranda-im.org).
It's an applet for Logitech's G15 Keyboard.
diff --git a/plugins/MirandaG15/docs/todo.txt b/plugins/MirandaG15/docs/todo.txt index e857732a8a..4955d9b5b0 100644 --- a/plugins/MirandaG15/docs/todo.txt +++ b/plugins/MirandaG15/docs/todo.txt @@ -1,4 +1,4 @@ -MAYBE:
+MAYBE:
=================
metacontacts:
- eventuell chat fьr metakontakte цffnen..?!
diff --git a/plugins/MirandaG15/src/CAppletManager.cpp b/plugins/MirandaG15/src/CAppletManager.cpp index 61f289e5bc..3abdd9c0cb 100644 --- a/plugins/MirandaG15/src/CAppletManager.cpp +++ b/plugins/MirandaG15/src/CAppletManager.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" #include "CConfig.h" #include "CAppletManager.h" #include "m_system.h" diff --git a/plugins/MirandaG15/src/CAppletManager.h b/plugins/MirandaG15/src/CAppletManager.h index c213fcdb01..f80b612c83 100644 --- a/plugins/MirandaG15/src/CAppletManager.h +++ b/plugins/MirandaG15/src/CAppletManager.h @@ -1,4 +1,4 @@ -#ifndef _COUTPUTMANAGER_H_
+#ifndef _COUTPUTMANAGER_H_
#define _COUTPUTMANAGER_H_
#include "LCDFramework/CLCDOutputManager.h"
diff --git a/plugins/MirandaG15/src/CChatScreen.cpp b/plugins/MirandaG15/src/CChatScreen.cpp index d7a136b202..132b5ad2f2 100644 --- a/plugins/MirandaG15/src/CChatScreen.cpp +++ b/plugins/MirandaG15/src/CChatScreen.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CChatScreen.h"
#include "CConfig.h"
#include "CAppletManager.h"
diff --git a/plugins/MirandaG15/src/CChatScreen.h b/plugins/MirandaG15/src/CChatScreen.h index cea8d449db..371cbaf4fd 100644 --- a/plugins/MirandaG15/src/CChatScreen.h +++ b/plugins/MirandaG15/src/CChatScreen.h @@ -1,4 +1,4 @@ -#ifndef _CCHATSCREEN_H_
+#ifndef _CCHATSCREEN_H_
#define _CCHATSCREEN_H_
#include "CScreen.h"
diff --git a/plugins/MirandaG15/src/CConfig.cpp b/plugins/MirandaG15/src/CConfig.cpp index 5d24ed1421..351755a572 100644 --- a/plugins/MirandaG15/src/CConfig.cpp +++ b/plugins/MirandaG15/src/CConfig.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
#include "Miranda.h"
#include "CConfig.h"
diff --git a/plugins/MirandaG15/src/CConfig.h b/plugins/MirandaG15/src/CConfig.h index e39ccdcccf..e35b68f772 100644 --- a/plugins/MirandaG15/src/CConfig.h +++ b/plugins/MirandaG15/src/CConfig.h @@ -1,4 +1,4 @@ -#ifndef _CCONFIG_H_
+#ifndef _CCONFIG_H_
#define _CCONFIG_H_
// Tabs
diff --git a/plugins/MirandaG15/src/CContactList.cpp b/plugins/MirandaG15/src/CContactList.cpp index e8a1c7e12d..672e686129 100644 --- a/plugins/MirandaG15/src/CContactList.cpp +++ b/plugins/MirandaG15/src/CContactList.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CContactList.h"
#include "CConfig.h"
#include "CAppletManager.h"
diff --git a/plugins/MirandaG15/src/CContactList.h b/plugins/MirandaG15/src/CContactList.h index 4f7f8a9728..ed556ce872 100644 --- a/plugins/MirandaG15/src/CContactList.h +++ b/plugins/MirandaG15/src/CContactList.h @@ -1,4 +1,4 @@ -#ifndef _CCONTACTLIST_H_
+#ifndef _CCONTACTLIST_H_
#define _CCONTACTLIST_H_
#include "LCDFramework/CLCDList.h"
diff --git a/plugins/MirandaG15/src/CContactlistScreen.cpp b/plugins/MirandaG15/src/CContactlistScreen.cpp index 71539aeec3..5aa16328ac 100644 --- a/plugins/MirandaG15/src/CContactlistScreen.cpp +++ b/plugins/MirandaG15/src/CContactlistScreen.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CContactlistScreen.h"
#include "CConfig.h"
#include "CAppletManager.h"
diff --git a/plugins/MirandaG15/src/CContactlistScreen.h b/plugins/MirandaG15/src/CContactlistScreen.h index 3745fefb22..329532a231 100644 --- a/plugins/MirandaG15/src/CContactlistScreen.h +++ b/plugins/MirandaG15/src/CContactlistScreen.h @@ -1,4 +1,4 @@ -#ifndef _CCONTACTLISTSCREEN_H_
+#ifndef _CCONTACTLISTSCREEN_H_
#define _CCONTACTLISTSCREEN_H_
#include "CScreen.h"
diff --git a/plugins/MirandaG15/src/CCreditsScreen.cpp b/plugins/MirandaG15/src/CCreditsScreen.cpp index 761f928b6a..9a025ffe51 100644 --- a/plugins/MirandaG15/src/CCreditsScreen.cpp +++ b/plugins/MirandaG15/src/CCreditsScreen.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CCreditsScreen.h"
#include "CAppletManager.h"
diff --git a/plugins/MirandaG15/src/CCreditsScreen.h b/plugins/MirandaG15/src/CCreditsScreen.h index dfef2bfe2c..c239094114 100644 --- a/plugins/MirandaG15/src/CCreditsScreen.h +++ b/plugins/MirandaG15/src/CCreditsScreen.h @@ -1,4 +1,4 @@ -#ifndef _CCREDITSSCREEN_H_
+#ifndef _CCREDITSSCREEN_H_
#define _CCREDITSSCREEN_H_
#include "CScreen.h"
diff --git a/plugins/MirandaG15/src/CEvent.h b/plugins/MirandaG15/src/CEvent.h index 1a86441c09..4222600ca4 100644 --- a/plugins/MirandaG15/src/CEvent.h +++ b/plugins/MirandaG15/src/CEvent.h @@ -1,4 +1,4 @@ -#ifndef _CEVENT_H_
+#ifndef _CEVENT_H_
#define _CEVENT_H_
enum EventType { EVENT_MSG_RECEIVED = 0,
diff --git a/plugins/MirandaG15/src/CEventLog.cpp b/plugins/MirandaG15/src/CEventLog.cpp index 6e4e1c1778..dd82d923f4 100644 --- a/plugins/MirandaG15/src/CEventLog.cpp +++ b/plugins/MirandaG15/src/CEventLog.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CEventLog.h"
#include "CConfig.h"
#include "CAppletManager.h"
diff --git a/plugins/MirandaG15/src/CEventLog.h b/plugins/MirandaG15/src/CEventLog.h index 381359fa85..9c27fe64e8 100644 --- a/plugins/MirandaG15/src/CEventLog.h +++ b/plugins/MirandaG15/src/CEventLog.h @@ -1,4 +1,4 @@ -#ifndef _CEVENTLOG_H_
+#ifndef _CEVENTLOG_H_
#define _CEVENTLOG_H_
#include "LCDFramework/CLCDList.h"
diff --git a/plugins/MirandaG15/src/CEventScreen.cpp b/plugins/MirandaG15/src/CEventScreen.cpp index 5f79bfe18d..1d240265a8 100644 --- a/plugins/MirandaG15/src/CEventScreen.cpp +++ b/plugins/MirandaG15/src/CEventScreen.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CEventScreen.h"
#include "CConfig.h"
#include "CAppletManager.h"
diff --git a/plugins/MirandaG15/src/CEventScreen.h b/plugins/MirandaG15/src/CEventScreen.h index 33318eb960..456fa5ff29 100644 --- a/plugins/MirandaG15/src/CEventScreen.h +++ b/plugins/MirandaG15/src/CEventScreen.h @@ -1,4 +1,4 @@ -#ifndef _CEVENTSCREEN_H_
+#ifndef _CEVENTSCREEN_H_
#define _CEVENTSCREEN_H_
#include "CScreen.h"
diff --git a/plugins/MirandaG15/src/CIRCConnection.h b/plugins/MirandaG15/src/CIRCConnection.h index bf998de459..dd028a3b10 100644 --- a/plugins/MirandaG15/src/CIRCConnection.h +++ b/plugins/MirandaG15/src/CIRCConnection.h @@ -1,4 +1,4 @@ -#ifndef _CIRCCONNECTION_H_
+#ifndef _CIRCCONNECTION_H_
#define _CIRCCONNECTION_H_
class CIRCConnection
diff --git a/plugins/MirandaG15/src/CIRCHistory.h b/plugins/MirandaG15/src/CIRCHistory.h index 439c858ca0..d4865ddba0 100644 --- a/plugins/MirandaG15/src/CIRCHistory.h +++ b/plugins/MirandaG15/src/CIRCHistory.h @@ -1,4 +1,4 @@ -#ifndef _CIRCHISTORY_H_
+#ifndef _CIRCHISTORY_H_
#define _CIRCHISTORY_H_
struct SIRCMessage
diff --git a/plugins/MirandaG15/src/CNotificationScreen.cpp b/plugins/MirandaG15/src/CNotificationScreen.cpp index d386be2251..671c315276 100644 --- a/plugins/MirandaG15/src/CNotificationScreen.cpp +++ b/plugins/MirandaG15/src/CNotificationScreen.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CNotificationScreen.h"
#include "CConfig.h"
#include "CAppletManager.h"
diff --git a/plugins/MirandaG15/src/CNotificationScreen.h b/plugins/MirandaG15/src/CNotificationScreen.h index fadf010756..f5142c554c 100644 --- a/plugins/MirandaG15/src/CNotificationScreen.h +++ b/plugins/MirandaG15/src/CNotificationScreen.h @@ -1,4 +1,4 @@ -#ifndef _CNOTIFICATIONSCREEN_H_
+#ifndef _CNOTIFICATIONSCREEN_H_
#define _CNOTIFICATIONSCREEN_H_
#include "CScreen.h"
diff --git a/plugins/MirandaG15/src/CProtocolData.h b/plugins/MirandaG15/src/CProtocolData.h index 6c8218b2cf..cd2282377d 100644 --- a/plugins/MirandaG15/src/CProtocolData.h +++ b/plugins/MirandaG15/src/CProtocolData.h @@ -1,4 +1,4 @@ -#ifndef _CPROTOCLDATA_H_INCLUDED_
+#ifndef _CPROTOCLDATA_H_INCLUDED_
#define _CPROTOCLDATA_H_INCLUDED_
class CProtocolData
diff --git a/plugins/MirandaG15/src/CScreen.cpp b/plugins/MirandaG15/src/CScreen.cpp index 5738e9f36e..08ed7cb155 100644 --- a/plugins/MirandaG15/src/CScreen.cpp +++ b/plugins/MirandaG15/src/CScreen.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CScreen.h"
#include "CConfig.h"
diff --git a/plugins/MirandaG15/src/CScreen.h b/plugins/MirandaG15/src/CScreen.h index 82dcc5a1dc..9bcb6ef589 100644 --- a/plugins/MirandaG15/src/CScreen.h +++ b/plugins/MirandaG15/src/CScreen.h @@ -1,4 +1,4 @@ -#ifndef _CSCREEN_H_
+#ifndef _CSCREEN_H_
#define _CSCREEN_H_
#include "LCDFramework/CLCDScreen.h"
diff --git a/plugins/MirandaG15/src/CScreensaverScreen.cpp b/plugins/MirandaG15/src/CScreensaverScreen.cpp index 09c29e7274..0ba40da901 100644 --- a/plugins/MirandaG15/src/CScreensaverScreen.cpp +++ b/plugins/MirandaG15/src/CScreensaverScreen.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CScreensaverScreen.h"
#include "CAppletManager.h"
diff --git a/plugins/MirandaG15/src/CScreensaverScreen.h b/plugins/MirandaG15/src/CScreensaverScreen.h index a6c60592e3..4a42df56ea 100644 --- a/plugins/MirandaG15/src/CScreensaverScreen.h +++ b/plugins/MirandaG15/src/CScreensaverScreen.h @@ -1,4 +1,4 @@ -#ifndef _CSCREENSAVERSSCREEN_H_
+#ifndef _CSCREENSAVERSSCREEN_H_
#define _CSCREENSAVERSSCREEN_H_
#include "CScreen.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDBar.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDBar.cpp index c6ba4f8f98..f5701edd35 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDBar.cpp +++ b/plugins/MirandaG15/src/LCDFramework/CLCDBar.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CLCDGfx.h"
#include "CLCDObject.h"
#include "CLCDBar.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDBar.h b/plugins/MirandaG15/src/LCDFramework/CLCDBar.h index 08441abe38..1afb446132 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDBar.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDBar.h @@ -1,4 +1,4 @@ -#ifndef _CLCDBar_H_
+#ifndef _CLCDBar_H_
#define _CLCDBar_H_
#define TOP 1
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDBitmap.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDBitmap.cpp index 3f9cc4799b..b9aadd3bfc 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDBitmap.cpp +++ b/plugins/MirandaG15/src/LCDFramework/CLCDBitmap.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CLCDBitmap.h"
CLCDBitmap::CLCDBitmap()
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDBitmap.h b/plugins/MirandaG15/src/LCDFramework/CLCDBitmap.h index a615e7bc4d..d8c7813b81 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDBitmap.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDBitmap.h @@ -1,4 +1,4 @@ -#ifndef _CLCDBITMAP_H_
+#ifndef _CLCDBITMAP_H_
#define _CLCDBITMAP_H_
#include "CLCDGfx.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDConnection.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDConnection.cpp index 62945daeb0..929f801d8e 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDConnection.cpp +++ b/plugins/MirandaG15/src/LCDFramework/CLCDConnection.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CLCDConnection.h"
//************************************************************************
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDConnection.h b/plugins/MirandaG15/src/LCDFramework/CLCDConnection.h index 10ecf9c9f4..099f850ec9 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDConnection.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDConnection.h @@ -1,4 +1,4 @@ -#ifndef _CLCDCONNECTION_H_
+#ifndef _CLCDCONNECTION_H_
#define _CLCDCONNECTION_H_
#include "CLCDDevice.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.cpp index 31291ee30e..2ec4f18332 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.cpp +++ b/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CLCDConnectionLogitech.h"
#include "CLCDOutputManager.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.h b/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.h index 7468db472d..631c74121c 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDConnectionLogitech.h @@ -1,4 +1,4 @@ -#ifndef _CLCDCONNECTIONLOGITECH_H_
+#ifndef _CLCDCONNECTIONLOGITECH_H_
#define _CLCDCONNECTIONLOGITECH_H_
#include "CLCDDevice.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDDevice.h b/plugins/MirandaG15/src/LCDFramework/CLCDDevice.h index 473975b942..5d4776e0f5 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDDevice.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDDevice.h @@ -1,4 +1,4 @@ -#ifndef _CLCDDEVICE_H_
+#ifndef _CLCDDEVICE_H_
#define _CLCDDEVICE_H_
#include "g15sdk/lglcd.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDGfx.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDGfx.cpp index e72100359f..8dfc6c98e3 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDGfx.cpp +++ b/plugins/MirandaG15/src/LCDFramework/CLCDGfx.cpp @@ -1,4 +1,4 @@ -//************************************************************************
+//************************************************************************
//
// LCDGfx.cpp
//
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDGfx.h b/plugins/MirandaG15/src/LCDFramework/CLCDGfx.h index 9a9d1dfa48..9ac2288262 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDGfx.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDGfx.h @@ -1,4 +1,4 @@ -#ifndef _CLCDGfx_H_
+#ifndef _CLCDGfx_H_
#define _CLCDGfx_H_
enum ETransitionType {TRANSITION_FADE,TRANSITION_VLINES,TRANSITION_HLINES,TRANSITION_MORPH,TRANSITION_RANDOM};
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp index 5ba709452e..92723e0501 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp +++ b/plugins/MirandaG15/src/LCDFramework/CLCDInput.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CLCDInput.h"
#include "CLCDOutputManager.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDInput.h b/plugins/MirandaG15/src/LCDFramework/CLCDInput.h index 5f0d91ee2a..ccf9def536 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDInput.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDInput.h @@ -1,4 +1,4 @@ -#ifndef _LCDINPUTTEXT_H_INCLUDED_
+#ifndef _LCDINPUTTEXT_H_INCLUDED_
#define _LCDINPUTTEXT_H_INCLUDED_
#define MARKER_HOLD 0
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDLabel.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDLabel.cpp index 38d6ccf326..3a87774f97 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDLabel.cpp +++ b/plugins/MirandaG15/src/LCDFramework/CLCDLabel.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CLCDGfx.h"
#include "CLCDObject.h"
#include "CLCDTextObject.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDLabel.h b/plugins/MirandaG15/src/LCDFramework/CLCDLabel.h index 30a907df00..b2bcc5bc3b 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDLabel.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDLabel.h @@ -1,4 +1,4 @@ -#ifndef _CLCDLABEL_H_
+#ifndef _CLCDLABEL_H_
#define _CLCDLABEL_H_
#include "CLCDTextObject.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDList.h b/plugins/MirandaG15/src/LCDFramework/CLCDList.h index 0d7c5559bb..93284ba71a 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDList.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDList.h @@ -1,4 +1,4 @@ -#ifndef _CLCDLIST_H_ +#ifndef _CLCDLIST_H_ #define _CLCDLIST_H_ #include "CLCDTextObject.h" diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDObject.h b/plugins/MirandaG15/src/LCDFramework/CLCDObject.h index b275a7a0e3..13dbb5a101 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDObject.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDObject.h @@ -1,4 +1,4 @@ -#ifndef _CLCDOBJECT_H_
+#ifndef _CLCDOBJECT_H_
#define _CLCDOBJECT_H_
#include "CLCDGfx.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDOutputManager.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDOutputManager.cpp index 4bc0cd80b0..a40b18d2a8 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDOutputManager.cpp +++ b/plugins/MirandaG15/src/LCDFramework/CLCDOutputManager.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h" +#include "stdafx.h" #include "CLCDGfx.h" #include "CLCDObject.h" diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDOutputManager.h b/plugins/MirandaG15/src/LCDFramework/CLCDOutputManager.h index 4d4db60584..1011e5d551 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDOutputManager.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDOutputManager.h @@ -1,4 +1,4 @@ -#ifndef _CLCDOUTPUTMANAGER_H_
+#ifndef _CLCDOUTPUTMANAGER_H_
#define _CLCDOUTPUTMANAGER_H_
#include "CLCDGfx.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDScreen.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDScreen.cpp index 2c70ac1e76..9373977239 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDScreen.cpp +++ b/plugins/MirandaG15/src/LCDFramework/CLCDScreen.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CLCDOutputManager.h"
#include "CLCDGfx.h"
#include "CLCDObject.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDScreen.h b/plugins/MirandaG15/src/LCDFramework/CLCDScreen.h index e22a3ad05c..1f8b431a73 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDScreen.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDScreen.h @@ -1,4 +1,4 @@ -#ifndef _CLCDSCREEN_H_
+#ifndef _CLCDSCREEN_H_
#define _CLCDSCREEN_H_
#include "CLCDGfx.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.cpp index 2feaeadbe7..7c8ec5ca69 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.cpp +++ b/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.cpp @@ -1,4 +1,4 @@ -#include "StdAfx.h"
+#include "StdAfx.h"
#include "CLCDTextLog.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.h b/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.h index 3ac8905889..312ec8a992 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDTextLog.h @@ -1,4 +1,4 @@ -#ifndef _CLCDTEXTLOG_H_
+#ifndef _CLCDTEXTLOG_H_
#define _CLCDTEXTLOG_H_
#include "CLCDTextObject.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.cpp b/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.cpp index f1e3006d0b..01026cf43d 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.cpp +++ b/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CLCDGfx.h"
#include "CLCDObject.h"
#include "CLCDTextObject.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.h b/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.h index ef23287a58..ddc32c5eac 100644 --- a/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.h +++ b/plugins/MirandaG15/src/LCDFramework/CLCDTextObject.h @@ -1,4 +1,4 @@ -#ifndef _CLCDTextObject_H_
+#ifndef _CLCDTextObject_H_
#define _CLCDTextObject_H_
#include "CLCDObject.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/ConStream.cpp b/plugins/MirandaG15/src/LCDFramework/ConStream.cpp index 58394c827a..4c09b830ac 100644 --- a/plugins/MirandaG15/src/LCDFramework/ConStream.cpp +++ b/plugins/MirandaG15/src/LCDFramework/ConStream.cpp @@ -1,4 +1,4 @@ -//
+//
// ConStream.cpp: implementation of the ConStream class.
//
// Mark Nelson, October 17, 1998
diff --git a/plugins/MirandaG15/src/LCDFramework/ConStream.h b/plugins/MirandaG15/src/LCDFramework/ConStream.h index ab4b96aa1b..de5da1643d 100644 --- a/plugins/MirandaG15/src/LCDFramework/ConStream.h +++ b/plugins/MirandaG15/src/LCDFramework/ConStream.h @@ -1,4 +1,4 @@ -//
+//
// ConStream.h: interface for the ConStream class.
//
// Mark Nelson, October 17, 1998
diff --git a/plugins/MirandaG15/src/LCDFramework/LCDFramework.h b/plugins/MirandaG15/src/LCDFramework/LCDFramework.h index 4cc1fd1a24..ce943d827f 100644 --- a/plugins/MirandaG15/src/LCDFramework/LCDFramework.h +++ b/plugins/MirandaG15/src/LCDFramework/LCDFramework.h @@ -1,4 +1,4 @@ -#ifndef _LCDFRAMEWORK_H
+#ifndef _LCDFRAMEWORK_H
#define _LCDFRAMEWORK_H
// HID Includes
diff --git a/plugins/MirandaG15/src/LCDFramework/LCDObject.cpp b/plugins/MirandaG15/src/LCDFramework/LCDObject.cpp index 275daa6213..72971bc738 100644 --- a/plugins/MirandaG15/src/LCDFramework/LCDObject.cpp +++ b/plugins/MirandaG15/src/LCDFramework/LCDObject.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
#include "CLCDGfx.h"
#include "CLCDObject.h"
diff --git a/plugins/MirandaG15/src/LCDFramework/debug.cpp b/plugins/MirandaG15/src/LCDFramework/debug.cpp index f613462c4f..1eb18013c7 100644 --- a/plugins/MirandaG15/src/LCDFramework/debug.cpp +++ b/plugins/MirandaG15/src/LCDFramework/debug.cpp @@ -1,4 +1,4 @@ -#include "stdafx.h"
+#include "stdafx.h"
//file debug.cpp
#ifdef _DEBUG
diff --git a/plugins/MirandaG15/src/LCDFramework/debug.h b/plugins/MirandaG15/src/LCDFramework/debug.h index bcb02b0ea4..b9d49bf17f 100644 --- a/plugins/MirandaG15/src/LCDFramework/debug.h +++ b/plugins/MirandaG15/src/LCDFramework/debug.h @@ -1,4 +1,4 @@ -#ifndef _DEBUG_H_
+#ifndef _DEBUG_H_
#define _DEBUG_H_
#define USECONSTREAM 1
diff --git a/plugins/MirandaG15/src/LCDFramework/g15sdk/lglcd.h b/plugins/MirandaG15/src/LCDFramework/g15sdk/lglcd.h index b78c9486e0..c9ef6d11f7 100644 --- a/plugins/MirandaG15/src/LCDFramework/g15sdk/lglcd.h +++ b/plugins/MirandaG15/src/LCDFramework/g15sdk/lglcd.h @@ -1,4 +1,4 @@ -/*
+/*
lglcd.h
diff --git a/plugins/MirandaG15/src/LCDFramework/hid/hidpi.h b/plugins/MirandaG15/src/LCDFramework/hid/hidpi.h index c2f38d1dc9..40650cbf7a 100644 --- a/plugins/MirandaG15/src/LCDFramework/hid/hidpi.h +++ b/plugins/MirandaG15/src/LCDFramework/hid/hidpi.h @@ -1,4 +1,4 @@ - /*++
+ /*++
Copyright (c) 1996 Microsoft Corporation
diff --git a/plugins/MirandaG15/src/LCDFramework/hid/hidsdi.h b/plugins/MirandaG15/src/LCDFramework/hid/hidsdi.h index f1f11b8d2a..2d7671a38b 100644 --- a/plugins/MirandaG15/src/LCDFramework/hid/hidsdi.h +++ b/plugins/MirandaG15/src/LCDFramework/hid/hidsdi.h @@ -1,4 +1,4 @@ -/*++
+/*++
Copyright (c) 1996 Microsoft Corporation
diff --git a/plugins/MirandaG15/src/LCDFramework/hid/hidusage.h b/plugins/MirandaG15/src/LCDFramework/hid/hidusage.h index d71f48c7e2..190b7ae811 100644 --- a/plugins/MirandaG15/src/LCDFramework/hid/hidusage.h +++ b/plugins/MirandaG15/src/LCDFramework/hid/hidusage.h @@ -1,4 +1,4 @@ -/*++
+/*++
Copyright (c) 1996, 1997 Microsoft Corporation
diff --git a/plugins/MirandaG15/src/LCDFramework/misc.cpp b/plugins/MirandaG15/src/LCDFramework/misc.cpp index 7959022edc..f3397cd7ee 100644 --- a/plugins/MirandaG15/src/LCDFramework/misc.cpp +++ b/plugins/MirandaG15/src/LCDFramework/misc.cpp @@ -1,4 +1,4 @@ -/* -------------------------------------------------------------------- */
+/* -------------------------------------------------------------------- */
#include "StdAfx.h"
tstring tstringprintf(tstring strFormat,...) {
diff --git a/plugins/MirandaG15/src/LCDFramework/misc.h b/plugins/MirandaG15/src/LCDFramework/misc.h index d5ad150064..c5f2bb4f06 100644 --- a/plugins/MirandaG15/src/LCDFramework/misc.h +++ b/plugins/MirandaG15/src/LCDFramework/misc.h @@ -1,4 +1,4 @@ -extern BOOL IsUnicodeAscii(const wchar_t* pBuffer, int nSize);
+extern BOOL IsUnicodeAscii(const wchar_t* pBuffer, int nSize);
extern tstring toLower(const tstring &i_str);
extern std::wstring toWideString( const char* pStr , int len=-1 ) ;
diff --git a/plugins/MirandaG15/src/LCDFramework/stdafx.h b/plugins/MirandaG15/src/LCDFramework/stdafx.h index 2d0d234347..2ae74c24b1 100644 --- a/plugins/MirandaG15/src/LCDFramework/stdafx.h +++ b/plugins/MirandaG15/src/LCDFramework/stdafx.h @@ -1,4 +1,4 @@ -#ifndef _STDAFX_H_
+#ifndef _STDAFX_H_
#define _STDAFX_H_
#include <assert.h>
diff --git a/plugins/MirandaG15/src/Miranda.cpp b/plugins/MirandaG15/src/Miranda.cpp index 5c6e5b7b9a..7da57367f3 100644 --- a/plugins/MirandaG15/src/Miranda.cpp +++ b/plugins/MirandaG15/src/Miranda.cpp @@ -1,4 +1,4 @@ -
+
/*
* Miranda IM LCD Plugin
* Displays incoming text messages on an LCD.
diff --git a/plugins/MirandaG15/src/Miranda.h b/plugins/MirandaG15/src/Miranda.h index b2739b4b4b..f5f8dfecf5 100644 --- a/plugins/MirandaG15/src/Miranda.h +++ b/plugins/MirandaG15/src/Miranda.h @@ -1,3 +1,3 @@ -extern HINSTANCE hInstance;
+extern HINSTANCE hInstance;
extern char *MsgServiceName(MCONTACT hContact,bool bIsUnicode);
diff --git a/plugins/MirandaG15/src/StdAfx.h b/plugins/MirandaG15/src/StdAfx.h index 161ed6af0a..64723b62b2 100644 --- a/plugins/MirandaG15/src/StdAfx.h +++ b/plugins/MirandaG15/src/StdAfx.h @@ -1,4 +1,4 @@ -#ifndef _STDAFX_H_
+#ifndef _STDAFX_H_
#define _STDAFX_H_
#define APP_SHORTNAME __PLUGIN_NAME
diff --git a/plugins/MirandaG15/src/resource.h b/plugins/MirandaG15/src/resource.h index e5bb39a66f..5f8733be6e 100644 --- a/plugins/MirandaG15/src/resource.h +++ b/plugins/MirandaG15/src/resource.h @@ -1,4 +1,4 @@ -#include <windows.h>
+#include <windows.h>
#define IDD_FONTS 102
#define IDC_STATIC11 3000
diff --git a/plugins/MirandaG15/src/stdafx.cxx b/plugins/MirandaG15/src/stdafx.cxx index 59889f31e7..c5829459d9 100644 --- a/plugins/MirandaG15/src/stdafx.cxx +++ b/plugins/MirandaG15/src/stdafx.cxx @@ -1,4 +1,4 @@ -/*
+/*
Copyright (C) 2012-17 Miranda NG project (https://miranda-ng.org)
This program is free software; you can redistribute it and/or
diff --git a/plugins/MirandaG15/src/version.h b/plugins/MirandaG15/src/version.h index 00b23a19f8..3095c901db 100644 --- a/plugins/MirandaG15/src/version.h +++ b/plugins/MirandaG15/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 1 #define __RELEASE_NUM 2 #define __BUILD_NUM 0 |