summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2017-11-28 22:12:43 +0300
committerKirill Volinsky <mataes2007@gmail.com>2017-11-28 22:12:43 +0300
commit80221d816eeb98f0df38e0243390033c614952f3 (patch)
tree7618176108093921b6934343bc2f76a66ea97730 /plugins/MirandaG15
parent25df99ba7462958f2cb9075020ec1c9a5a7c9f50 (diff)
Source files converted to utf-8
Diffstat (limited to 'plugins/MirandaG15')
-rw-r--r--plugins/MirandaG15/src/CScreen.cpp2
-rw-r--r--plugins/MirandaG15/src/LCDFramework/ConStream.cppbin3650 -> 3650 bytes
-rw-r--r--plugins/MirandaG15/src/LCDFramework/ConStream.hbin2488 -> 2488 bytes
-rw-r--r--plugins/MirandaG15/src/LCDFramework/hid/hidpi.h114
-rw-r--r--plugins/MirandaG15/src/version.h2
5 files changed, 59 insertions, 59 deletions
diff --git a/plugins/MirandaG15/src/CScreen.cpp b/plugins/MirandaG15/src/CScreen.cpp
index 3ba1fb845b..08ed7cb155 100644
--- a/plugins/MirandaG15/src/CScreen.cpp
+++ b/plugins/MirandaG15/src/CScreen.cpp
@@ -47,7 +47,7 @@ bool CScreen::Initialize()
m_Clock.SetSize(40,2);
m_Clock.SetText(L"23:00 - ");
- m_Clock.SetFontFaceName(L"Small Fonts");//Digital Limit 3õ3 C"));
+ m_Clock.SetFontFaceName(L"Small Fonts");//Digital Limit 3Ñ…3 C"));
m_Clock.SetFontPointSize(10);
//m_Clock.SetFont(CConfig::GetFont(FONT_CLIST));
diff --git a/plugins/MirandaG15/src/LCDFramework/ConStream.cpp b/plugins/MirandaG15/src/LCDFramework/ConStream.cpp
index 88b2510e1f..4c09b830ac 100644
--- a/plugins/MirandaG15/src/LCDFramework/ConStream.cpp
+++ b/plugins/MirandaG15/src/LCDFramework/ConStream.cpp
Binary files differ
diff --git a/plugins/MirandaG15/src/LCDFramework/ConStream.h b/plugins/MirandaG15/src/LCDFramework/ConStream.h
index 78664316e8..de5da1643d 100644
--- a/plugins/MirandaG15/src/LCDFramework/ConStream.h
+++ b/plugins/MirandaG15/src/LCDFramework/ConStream.h
Binary files differ
diff --git a/plugins/MirandaG15/src/LCDFramework/hid/hidpi.h b/plugins/MirandaG15/src/LCDFramework/hid/hidpi.h
index f3c12b71fd..40650cbf7a 100644
--- a/plugins/MirandaG15/src/LCDFramework/hid/hidpi.h
+++ b/plugins/MirandaG15/src/LCDFramework/hid/hidpi.h
@@ -269,8 +269,8 @@ Arguments:
Capabilities a HIDP_CAPS structure
Return Value:
-· HIDP_STATUS_SUCCESS
-· HIDP_STATUS_INVALID_PREPARSED_DATA
+· HIDP_STATUS_SUCCESS
+· HIDP_STATUS_INVALID_PREPARSED_DATA
--*/
NTSTATUS __stdcall
@@ -340,8 +340,8 @@ Parameters:
Return Value
HidP_GetButtonCaps returns the following error codes:
-· HIDP_STATUS_SUCCESS.
-· HIDP_STATUS_BUFFER_TOO_SMALL
+· HIDP_STATUS_SUCCESS.
+· HIDP_STATUS_BUFFER_TOO_SMALL
--*/
@@ -387,8 +387,8 @@ Parameters:
Return Value
HidP_GetValueCaps returns the following error codes:
-· HIDP_STATUS_SUCCESS.
-· HIDP_STATUS_BUFFER_TOO_SMALL (all given entries however have been filled in)
+· HIDP_STATUS_SUCCESS.
+· HIDP_STATUS_BUFFER_TOO_SMALL (all given entries however have been filled in)
--*/
@@ -414,13 +414,13 @@ Return Value
HidP_SetData returns the following error codes. Upon an error the report
packet is in an unknown state.
-· HIDP_STATUS_SUCCESS upon successful insertion of usages into the report packet.
-· HIDP_STATUS_INVALID_REPORT_TYPE if reportType is not valid.
-· HIDP_STATUS_USAGE_NOT_FOUND if there exists a byte in the usage list for
+· HIDP_STATUS_SUCCESS upon successful insertion of usages into the report packet.
+· HIDP_STATUS_INVALID_REPORT_TYPE if reportType is not valid.
+· HIDP_STATUS_USAGE_NOT_FOUND if there exists a byte in the usage list for
which there is no corresponding control.
-· HIDP_STATUS_INVALID_REPORT_LENGTH the length of the report packet is not the
+· HIDP_STATUS_INVALID_REPORT_LENGTH the length of the report packet is not the
size expected.
-· HIDP_STATUS_BUFFER_TOO_SMALL if there are not enough entries in a given Main
+· HIDP_STATUS_BUFFER_TOO_SMALL if there are not enough entries in a given Main
Array Item to list all of the given usages. The user needs
to split his request to set usages up.
--*/
@@ -497,7 +497,7 @@ Routine Description:
This function sets binary values (buttons) in the report. Given an
initialized packet of correct length, it modifies the report packet so that
each element in the given list of usages has been set in the report packet.
- For example, in an output report with 5 LED’s, each with a given usage,
+ For example, in an output report with 5 LED’s, each with a given usage,
an application could turn on any subset of these lights by placing their
usages in any order into the byte array (usageList). HidP_SetUsage would,
in turn, set the appropriate bit or add the corresponding byte into the
@@ -539,13 +539,13 @@ Return Value
HidP_SetUsage returns the following error codes. Upon an error the report
packet is in an unknown state.
-· HIDP_STATUS_SUCCESS upon successful insertion of usages into the report packet.
-· HIDP_STATUS_INVALID_REPORT_TYPE if reportType is not valid.
-· HIDP_STATUS_USAGE_NOT_FOUND if there exists a byte in the usage list for
+· HIDP_STATUS_SUCCESS upon successful insertion of usages into the report packet.
+· HIDP_STATUS_INVALID_REPORT_TYPE if reportType is not valid.
+· HIDP_STATUS_USAGE_NOT_FOUND if there exists a byte in the usage list for
which there is no corresponding control.
-· HIDP_STATUS_INVALID_REPORT_LENGTH the length of the report packet is not the
+· HIDP_STATUS_INVALID_REPORT_LENGTH the length of the report packet is not the
size expected.
-· HIDP_STATUS_BUFFER_TOO_SMALL if there are not enough entries in a given Main
+· HIDP_STATUS_BUFFER_TOO_SMALL if there are not enough entries in a given Main
Array Item to list all of the given usages. The user needs
to split his request to set usages up.
--*/
@@ -570,7 +570,7 @@ Routine Description:
This function sets binary values (buttons) in the report. Given an
initialized packet of correct length, it modifies the report packet so that
each element in the given list of usages has been set in the report packet.
- For example, in an output report with 5 LED’s, each with a given usage,
+ For example, in an output report with 5 LED’s, each with a given usage,
an application could turn on any subset of these lights by placing their
usages in any order into the byte array (usageList). HidP_SetUsage would,
in turn, set the appropriate bit or add the corresponding byte into the
@@ -612,13 +612,13 @@ Return Value
HidP_SetUsage returns the following error codes. Upon an error the report
packet is in an unknown state.
-· HIDP_STATUS_SUCCESS upon successful insertion of usages into the report packet.
-· HIDP_STATUS_INVALID_REPORT_TYPE if reportType is not valid.
-· HIDP_STATUS_USAGE_NOT_FOUND if there exists a byte in the usage list for
+· HIDP_STATUS_SUCCESS upon successful insertion of usages into the report packet.
+· HIDP_STATUS_INVALID_REPORT_TYPE if reportType is not valid.
+· HIDP_STATUS_USAGE_NOT_FOUND if there exists a byte in the usage list for
which there is no corresponding control.
-· HIDP_STATUS_INVALID_REPORT_LENGTH the length of the report packet is not the
+· HIDP_STATUS_INVALID_REPORT_LENGTH the length of the report packet is not the
size expected.
-· HIDP_STATUS_BUFFER_TOO_SMALL if there are not enough entries in a given Main
+· HIDP_STATUS_BUFFER_TOO_SMALL if there are not enough entries in a given Main
Array Item to list all of the given usages. The user needs
to split his request to set usages up.
--*/
@@ -673,16 +673,16 @@ Parameters:
Return Value
HidpGetUsage returns the following error codes:
-· HIDP_STATUS_SUCCESS.
-· HIDP_STATUS_INVALID_REPORT_TYPE if reportType is not valid.
-· HIDP_STATUS_USAGE_NOT_FOUND if no control for this device matches the given
+· HIDP_STATUS_SUCCESS.
+· HIDP_STATUS_INVALID_REPORT_TYPE if reportType is not valid.
+· HIDP_STATUS_USAGE_NOT_FOUND if no control for this device matches the given
usagePage.
-· HIDP_STATUS_BUFFER_TOO_SMALL if the given usageList is not long enough to
+· HIDP_STATUS_BUFFER_TOO_SMALL if the given usageList is not long enough to
hold the usages found in the given report packet.
HidP_MaxUsageListLength should be used to prevent
this error.
-· HIDP_STATUS_INVALID_PREPARSED_DATA if the given preparsed data is invalid
-· HIDP_STATUS_INVALID_REPORT_LENGTH if the length of the report packet is not
+· HIDP_STATUS_INVALID_PREPARSED_DATA if the given preparsed data is invalid
+· HIDP_STATUS_INVALID_REPORT_LENGTH if the length of the report packet is not
the size expected.
--*/
@@ -729,15 +729,15 @@ Parameters:
Return Value
HidpGetUsage returns the following error codes:
-· HIDP_STATUS_SUCCESS.
-· HIDP_STATUS_INVALID_REPORT_TYPE if reportType is not valid.
-· HIDP_STATUS_USAGE_NOT_FOUND if no button controls are found for this device.
-· HIDP_STATUS_BUFFER_TOO_SMALL if the given usageList is not long enough to
+· HIDP_STATUS_SUCCESS.
+· HIDP_STATUS_INVALID_REPORT_TYPE if reportType is not valid.
+· HIDP_STATUS_USAGE_NOT_FOUND if no button controls are found for this device.
+· HIDP_STATUS_BUFFER_TOO_SMALL if the given usageList is not long enough to
hold the usages found in the given report packet.
HidP_MaxUsageListLength should be used to prevent
this error.
-· HIDP_STATUS_INVALID_PREPARSED_DATA if the given preparsed data is invalid
-· HIDP_STATUS_INVALID_REPORT_LENGTH if the length of the report packet is not
+· HIDP_STATUS_INVALID_PREPARSED_DATA if the given preparsed data is invalid
+· HIDP_STATUS_INVALID_REPORT_LENGTH if the length of the report packet is not
the size expected.
--*/
@@ -822,12 +822,12 @@ Parameters:
Return Value:
HidpSetUsageValue returns the following error codes:
-· HIDP_STATUS_SUCCESS.
-· HIDP_STATUS_INVALID_REPORT_TYPE if reportType is not valid.
-· HIDP_STATUS_USAGE_NOT_FOUND if the given usage does not correspond to a
+· HIDP_STATUS_SUCCESS.
+· HIDP_STATUS_INVALID_REPORT_TYPE if reportType is not valid.
+· HIDP_STATUS_USAGE_NOT_FOUND if the given usage does not correspond to a
control on the device, or if it refers to a button
style control.
-· HIDP_STATUS_INVALID_REPORT_LENGTH if the length of the report packet is not
+· HIDP_STATUS_INVALID_REPORT_LENGTH if the length of the report packet is not
the size expected given the HIDP_CHANNELS structure.
--*/
@@ -882,18 +882,18 @@ Parameters:
Return Value:
HidpSetUsageValue returns the following error codes:
-· HIDP_STATUS_SUCCESS.
-· HIDP_STATUS_INVALID_REPORT_TYPE if reportType is not valid.
-· HIDP_STATUS_USAGE_NOT_FOUND if the given usage does not correspond to a
+· HIDP_STATUS_SUCCESS.
+· HIDP_STATUS_INVALID_REPORT_TYPE if reportType is not valid.
+· HIDP_STATUS_USAGE_NOT_FOUND if the given usage does not correspond to a
control on the device, or if it refers to a button
style control.
-· HIDP_STATUS_INVALID_REPORT_LENGTH if the length of the report packet is not
+· HIDP_STATUS_INVALID_REPORT_LENGTH if the length of the report packet is not
the size expected given the HIDP_CHANNELS structure.
-· HIDP_STATUS_VALUE_OUT_OF_RANGE The physical value given was out of range,
+· HIDP_STATUS_VALUE_OUT_OF_RANGE The physical value given was out of range,
but this field does not accept null values. In this
case the field remains unchanged.
-· HIDP_STATUS_BAD_LOG_PHY_VALUES
-· HIDP_STATUS_NULL A null value was written into the field, because the
+· HIDP_STATUS_BAD_LOG_PHY_VALUES
+· HIDP_STATUS_NULL A null value was written into the field, because the
physical value given was out of range and this field
supports null values. The value written was outside the
range of LogicalMin and LogicalMax and is specifically
@@ -1010,12 +1010,12 @@ Parameters:
Return Value:
HidpSetUsageValue returns the following error codes:
-· HIDP_STATUS_SUCCESS.
-· HIDP_STATUS_INVALID_REPORT_TYPE if reportType is not valid.
-· HIDP_STATUS_USAGE_NOT_FOUND if the given usage does not correspond to a
+· HIDP_STATUS_SUCCESS.
+· HIDP_STATUS_INVALID_REPORT_TYPE if reportType is not valid.
+· HIDP_STATUS_USAGE_NOT_FOUND if the given usage does not correspond to a
control on the device, or if it refers to a button
style control.
-· HIDP_STATUS_INVALID_REPORT_LENGTH if the length of the report packet is
+· HIDP_STATUS_INVALID_REPORT_LENGTH if the length of the report packet is
not the size expected given the HIDP_CHANNELS structure.
--*/
@@ -1070,16 +1070,16 @@ Parameters:
Return Value:
HidpSetUsageValue returns the following error codes:
-· HIDP_STATUS_SUCCESS.
-· HIDP_STATUS_INVALID_REPORT_TYPE if reportType is not valid.
-· HIDP_STATUS_USAGE_NOT_FOUND if the given usage does not correspond to a
+· HIDP_STATUS_SUCCESS.
+· HIDP_STATUS_INVALID_REPORT_TYPE if reportType is not valid.
+· HIDP_STATUS_USAGE_NOT_FOUND if the given usage does not correspond to a
control on the device, or if it refers to a button
style control.
-· HIDP_STATUS_INVALID_REPORT_LENGTH if the length of the report packet is
+· HIDP_STATUS_INVALID_REPORT_LENGTH if the length of the report packet is
not the size expected given the HIDP_CHANNELS structure.
-· HIDP_STATUS_VALUE_OUT_OF_RANGE
-· HIDP_STATUS_BAD_LOG_PHY_VALUES
-· HIDP_STATUS_NULL
+· HIDP_STATUS_VALUE_OUT_OF_RANGE
+· HIDP_STATUS_BAD_LOG_PHY_VALUES
+· HIDP_STATUS_NULL
--*/
NTSTATUS __stdcall
diff --git a/plugins/MirandaG15/src/version.h b/plugins/MirandaG15/src/version.h
index 6ab7be4d6d..3095c901db 100644
--- a/plugins/MirandaG15/src/version.h
+++ b/plugins/MirandaG15/src/version.h
@@ -11,4 +11,4 @@
#define __AUTHOR "Martin Kleinhans"
#define __AUTHOREMAIL "mail@mkleinhans.de"
#define __AUTHORWEB "https://miranda-ng.org/p/MirandaG15/"
-#define __COPYRIGHT "© 2009 Martin Kleinhans"
+#define __COPYRIGHT "© 2009 Martin Kleinhans"