From 80221d816eeb98f0df38e0243390033c614952f3 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 28 Nov 2017 22:12:43 +0300 Subject: Source files converted to utf-8 --- plugins/MirandaG15/src/CScreen.cpp | 2 +- plugins/MirandaG15/src/LCDFramework/ConStream.cpp | Bin 3650 -> 3650 bytes plugins/MirandaG15/src/LCDFramework/ConStream.h | Bin 2488 -> 2488 bytes plugins/MirandaG15/src/LCDFramework/hid/hidpi.h | 114 +++++++++++----------- plugins/MirandaG15/src/version.h | 2 +- 5 files changed, 59 insertions(+), 59 deletions(-) (limited to 'plugins/MirandaG15/src') 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 Binary files a/plugins/MirandaG15/src/LCDFramework/ConStream.cpp and b/plugins/MirandaG15/src/LCDFramework/ConStream.cpp differ diff --git a/plugins/MirandaG15/src/LCDFramework/ConStream.h b/plugins/MirandaG15/src/LCDFramework/ConStream.h index 78664316e8..de5da1643d 100644 Binary files a/plugins/MirandaG15/src/LCDFramework/ConStream.h and b/plugins/MirandaG15/src/LCDFramework/ConStream.h 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" -- cgit v1.2.3