plasma-gamemode-0.0~git20220224.3adea2bd/0000755000175000017500000000000014205641563017364 5ustar coucoufcoucoufplasma-gamemode-0.0~git20220224.3adea2bd/.gitlab-ci.yml0000644000175000017500000000031414205641563022016 0ustar coucoufcoucouf# SPDX-License-Identifier: BSD-3-Clause # SPDX-FileCopyrightText: 2022 Harald Sitter include: - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/reuse-lint.yml plasma-gamemode-0.0~git20220224.3adea2bd/CMakeLists.txt0000644000175000017500000000265614205641563022135 0ustar coucoufcoucouf# SPDX-License-Identifier: BSD-3-Clause # SPDX-FileCopyrightText: 2022 Harald Sitter cmake_minimum_required(VERSION 3.16) project(plasma-gamepad) set(PROJECT_VERSION "1.0.0") set(QT_MIN_VERSION "5.15.0") set(KF5_MIN_VERSION "5.82") set(KDE_COMPILERSETTINGS_LEVEL "5.82") find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH}) set(CMAKE_CXX_STANDARD 20) set(CMAKE_CXX_STANDARD_REQUIRED ON) include(CMakeDependentOption) include(KDEInstallDirs) include(KDECMakeSettings) include(KDECompilerSettings NO_POLICY_SCOPE) include(ECMQtDeclareLoggingCategory) include(KDEClangFormat) include(FeatureSummary) include(KDEGitCommitHooks) find_package(Qt5 ${QT_MIN_VERSION} CONFIG REQUIRED COMPONENTS Gui Core) find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS CoreAddons DBusAddons I18n Declarative Plasma ) cmake_dependent_option(WITH_SIMULATION "Build with simulation tech allowing easy testing via PLASMA_DISKS_SIMULATION=1" ON "CMAKE_BUILD_TYPE MATCHES [Dd]ebug" OFF ) add_subdirectory(src) ki18n_install(po) # add clang-format target for all our real source files file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h) kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES}) kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT) feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES) plasma-gamemode-0.0~git20220224.3adea2bd/LICENSES/0000755000175000017500000000000014205641563020571 5ustar coucoufcoucoufplasma-gamemode-0.0~git20220224.3adea2bd/LICENSES/BSD-3-Clause.txt0000644000175000017500000000266414205641563023324 0ustar coucoufcoucoufCopyright (c) . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. plasma-gamemode-0.0~git20220224.3adea2bd/LICENSES/CC0-1.0.txt0000644000175000017500000001561014205641563022176 0ustar coucoufcoucoufCreative Commons Legal Code CC0 1.0 Universal CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER. Statement of Purpose The laws of most jurisdictions throughout the world automatically confer exclusive Copyright and Related Rights (defined below) upon the creator and subsequent owner(s) (each and all, an "owner") of an original work of authorship and/or a database (each, a "Work"). Certain owners wish to permanently relinquish those rights to a Work for the purpose of contributing to a commons of creative, cultural and scientific works ("Commons") that the public can reliably and without fear of later claims of infringement build upon, modify, incorporate in other works, reuse and redistribute as freely as possible in any form whatsoever and for any purposes, including without limitation commercial purposes. These owners may contribute to the Commons to promote the ideal of a free culture and the further production of creative, cultural and scientific works, or to gain reputation or greater distribution for their Work in part through the use and efforts of others. For these and/or other purposes and motivations, and without any expectation of additional consideration or compensation, the person associating CC0 with a Work (the "Affirmer"), to the extent that he or she is an owner of Copyright and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and publicly distribute the Work under its terms, with knowledge of his or her Copyright and Related Rights in the Work and the meaning and intended legal effect of CC0 on those rights. 1. Copyright and Related Rights. A Work made available under CC0 may be protected by copyright and related or neighboring rights ("Copyright and Related Rights"). Copyright and Related Rights include, but are not limited to, the following: i. the right to reproduce, adapt, distribute, perform, display, communicate, and translate a Work; ii. moral rights retained by the original author(s) and/or performer(s); iii. publicity and privacy rights pertaining to a person's image or likeness depicted in a Work; iv. rights protecting against unfair competition in regards to a Work, subject to the limitations in paragraph 4(a), below; v. rights protecting the extraction, dissemination, use and reuse of data in a Work; vi. database rights (such as those arising under Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, and under any national implementation thereof, including any amended or successor version of such directive); and vii. other similar, equivalent or corresponding rights throughout the world based on applicable law or treaty, and any national implementations thereof. 2. Waiver. To the greatest extent permitted by, but not in contravention of, applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and unconditionally waives, abandons, and surrenders all of Affirmer's Copyright and Related Rights and associated claims and causes of action, whether now known or unknown (including existing as well as future claims and causes of action), in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each member of the public at large and to the detriment of Affirmer's heirs and successors, fully intending that such Waiver shall not be subject to revocation, rescission, cancellation, termination, or any other legal or equitable action to disrupt the quiet enjoyment of the Work by the public as contemplated by Affirmer's express Statement of Purpose. 3. Public License Fallback. Should any part of the Waiver for any reason be judged legally invalid or ineffective under applicable law, then the Waiver shall be preserved to the maximum extent permitted taking into account Affirmer's express Statement of Purpose. In addition, to the extent the Waiver is so judged Affirmer hereby grants to each affected person a royalty-free, non transferable, non sublicensable, non exclusive, irrevocable and unconditional license to exercise Affirmer's Copyright and Related Rights in the Work (i) in all territories worldwide, (ii) for the maximum duration provided by applicable law or treaty (including future time extensions), (iii) in any current or future medium and for any number of copies, and (iv) for any purpose whatsoever, including without limitation commercial, advertising or promotional purposes (the "License"). The License shall be deemed effective as of the date CC0 was applied by Affirmer to the Work. Should any part of the License for any reason be judged legally invalid or ineffective under applicable law, such partial invalidity or ineffectiveness shall not invalidate the remainder of the License, and in such case Affirmer hereby affirms that he or she will not (i) exercise any of his or her remaining Copyright and Related Rights in the Work or (ii) assert any associated claims and causes of action with respect to the Work, in either case contrary to Affirmer's express Statement of Purpose. 4. Limitations and Disclaimers. a. No trademark or patent rights held by Affirmer are waived, abandoned, surrendered, licensed or otherwise affected by this document. b. Affirmer offers the Work as-is and makes no representations or warranties of any kind concerning the Work, express, implied, statutory or otherwise, including without limitation warranties of title, merchantability, fitness for a particular purpose, non infringement, or the absence of latent or other defects, accuracy, or the present or absence of errors, whether or not discoverable, all to the greatest extent permissible under applicable law. c. Affirmer disclaims responsibility for clearing rights of other persons that may apply to the Work or any use thereof, including without limitation any person's Copyright and Related Rights in the Work. Further, Affirmer disclaims responsibility for obtaining any necessary consents, permissions or other rights required for any use of the Work. d. Affirmer understands and acknowledges that Creative Commons is not a party to this document and has no duty or obligation with respect to this CC0 or use of the Work. plasma-gamemode-0.0~git20220224.3adea2bd/LICENSES/GPL-2.0-only.txt0000644000175000017500000004167114205641563023241 0ustar coucoufcoucoufGNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License. c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. one line to give the program's name and an idea of what it does. Copyright (C) yyyy name of author 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 the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) year name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (which makes passes at compilers) written by James Hacker. signature of Ty Coon, 1 April 1989 Ty Coon, President of Vice plasma-gamemode-0.0~git20220224.3adea2bd/LICENSES/GPL-3.0-only.txt0000644000175000017500000010355614205641563023243 0ustar coucoufcoucoufGNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright © 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. “This License” refers to version 3 of the GNU General Public License. “Copyright” also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. “The Program” refers to any copyrightable work licensed under this License. Each licensee is addressed as “you”. “Licensees” and “recipients” may be individuals or organizations. To “modify” a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a “modified version” of the earlier work or a work “based on” the earlier work. A “covered work” means either the unmodified Program or a work based on the Program. To “propagate” a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To “convey” a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The “source code” for a work means the preferred form of the work for making modifications to it. “Object code” means any non-source form of a work. A “Standard Interface” means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The “System Libraries” of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A “Major Component”, in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The “Corresponding Source” for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to “keep intact all notices”. c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an “aggregate” if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. “Installation Information” for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. “Additional permissions” are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered “further restrictions” within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An “entity transaction” is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A “contributor” is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's “contributor version”. A contributor's “essential patent claims” are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, “control” includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a “patent license” is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To “grant” such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. “Knowingly relying” means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is “discriminatory” if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License “or any later version” applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the “copyright” line and a pointer to where the full notice is found. Copyright (C) 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 the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an “about box”. You should also get your employer (if you work as a programmer) or school, if any, to sign a “copyright disclaimer” for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . plasma-gamemode-0.0~git20220224.3adea2bd/LICENSES/LGPL-3.0-only.txt0000644000175000017500000001640314205641563023351 0ustar coucoufcoucoufGNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This version of the GNU Lesser General Public License incorporates the terms and conditions of version 3 of the GNU General Public License, supplemented by the additional permissions listed below. 0. Additional Definitions. As used herein, "this License" refers to version 3 of the GNU Lesser General Public License, and the "GNU GPL" refers to version 3 of the GNU General Public License. "The Library" refers to a covered work governed by this License, other than an Application or a Combined Work as defined below. An "Application" is any work that makes use of an interface provided by the Library, but which is not otherwise based on the Library. Defining a subclass of a class defined by the Library is deemed a mode of using an interface provided by the Library. A "Combined Work" is a work produced by combining or linking an Application with the Library. The particular version of the Library with which the Combined Work was made is also called the "Linked Version". The "Minimal Corresponding Source" for a Combined Work means the Corresponding Source for the Combined Work, excluding any source code for portions of the Combined Work that, considered in isolation, are based on the Application, and not on the Linked Version. The "Corresponding Application Code" for a Combined Work means the object code and/or source code for the Application, including any data and utility programs needed for reproducing the Combined Work from the Application, but excluding the System Libraries of the Combined Work. 1. Exception to Section 3 of the GNU GPL. You may convey a covered work under sections 3 and 4 of this License without being bound by section 3 of the GNU GPL. 2. Conveying Modified Versions. If you modify a copy of the Library, and, in your modifications, a facility refers to a function or data to be supplied by an Application that uses the facility (other than as an argument passed when the facility is invoked), then you may convey a copy of the modified version: a) under this License, provided that you make a good faith effort to ensure that, in the event an Application does not supply the function or data, the facility still operates, and performs whatever part of its purpose remains meaningful, or b) under the GNU GPL, with none of the additional permissions of this License applicable to that copy. 3. Object Code Incorporating Material from Library Header Files. The object code form of an Application may incorporate material from a header file that is part of the Library. You may convey such object code under terms of your choice, provided that, if the incorporated material is not limited to numerical parameters, data structure layouts and accessors, or small macros, inline functions and templates (ten or fewer lines in length), you do both of the following: a) Give prominent notice with each copy of the object code that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the object code with a copy of the GNU GPL and this license document. 4. Combined Works. You may convey a Combined Work under terms of your choice that, taken together, effectively do not restrict modification of the portions of the Library contained in the Combined Work and reverse engineering for debugging such modifications, if you also do each of the following: a) Give prominent notice with each copy of the Combined Work that the Library is used in it and that the Library and its use are covered by this License. b) Accompany the Combined Work with a copy of the GNU GPL and this license document. c) For a Combined Work that displays copyright notices during execution, include the copyright notice for the Library among these notices, as well as a reference directing the user to the copies of the GNU GPL and this license document. d) Do one of the following: 0) Convey the Minimal Corresponding Source under the terms of this License, and the Corresponding Application Code in a form suitable for, and under terms that permit, the user to recombine or relink the Application with a modified version of the Linked Version to produce a modified Combined Work, in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source. 1) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (a) uses at run time a copy of the Library already present on the user's computer system, and (b) will operate properly with a modified version of the Library that is interface-compatible with the Linked Version. e) Provide Installation Information, but only if you would otherwise be required to provide such information under section 6 of the GNU GPL, and only to the extent that such information is necessary to install and execute a modified version of the Combined Work produced by recombining or relinking the Application with a modified version of the Linked Version. (If you use option 4d0, the Installation Information must accompany the Minimal Corresponding Source and Corresponding Application Code. If you use option 4d1, you must provide the Installation Information in the manner specified by section 6 of the GNU GPL for conveying Corresponding Source.) 5. Combined Libraries. You may place library facilities that are a work based on the Library side by side in a single library together with other library facilities that are not Applications and are not covered by this License, and convey such a combined library under terms of your choice, if you do both of the following: a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities, conveyed under the terms of this License. b) Give prominent notice with the combined library that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. 6. Revised Versions of the GNU Lesser General Public License. The Free Software Foundation may publish revised and/or new versions of the GNU Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Library as you received it specifies that a certain numbered version of the GNU Lesser General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that published version or of any later version published by the Free Software Foundation. If the Library as you received it does not specify a version number of the GNU Lesser General Public License, you may choose any version of the GNU Lesser General Public License ever published by the Free Software Foundation. If the Library as you received it specifies that a proxy can decide whether future versions of the GNU Lesser General Public License shall apply, that proxy's public statement of acceptance of any version is permanent authorization for you to choose that version for the Library. plasma-gamemode-0.0~git20220224.3adea2bd/LICENSES/LicenseRef-KDE-Accepted-GPL.txt0000644000175000017500000000122614205641563026101 0ustar coucoufcoucoufThis library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the license or (at your option) at any later version that is accepted by the membership of KDE e.V. (or its successor approved by the membership of KDE e.V.), which shall act as a proxy as defined in Section 14 of version 3 of the license. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. plasma-gamemode-0.0~git20220224.3adea2bd/LICENSES/LicenseRef-KDE-Accepted-LGPL.txt0000644000175000017500000000123114205641563026211 0ustar coucoufcoucoufThis library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the license or (at your option) any later version that is accepted by the membership of KDE e.V. (or its successor approved by the membership of KDE e.V.), which shall act as a proxy as defined in Section 6 of version 3 of the license. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. plasma-gamemode-0.0~git20220224.3adea2bd/README.md0000644000175000017500000000027314205641563020645 0ustar coucoufcoucouf ![Screenie](https://invent.kde.org/sitter/plasma-gamemode/-/raw/master/picture.png) plasma-gamemode-0.0~git20220224.3adea2bd/logo.png0000644000175000017500000001261314205641563021035 0ustar coucoufcoucoufPNG  IHDR>asBIT|d pHYsetEXtSoftwarewww.inkscape.org<IDATx{\Uǿ~Ot2sD (VXY>RwkWrHYkZnY A$d (P%%*92̫}ݷ_ӯ{9LO{~wνgD"H$D"H$D"H$D"H$D"H$D"H$D"H$D"H$BxUc$p#Z o!t e ~g[.5'?/ PR'HЗvq۩ @D= 2. ";M5^{u_~O~F3mKzi޽:Dbϝ]hJ^)b&ZAzZ>AX'/Ungn ݯXa#j+'`Yy I4^zbEGj1E 1 .E^UXaP99mM6 3j?NiY\!Du#"q!\6lDV,'!M~*}8^l:LzntM ( bW8 6ӜfViV+N9JjV^q=: <æ:MkUuYk[@4\W_b3'iSȁAB4T6G_Ⱅ1A(uhU էBE cʭD¥ѲW}c! U<33T!^STp=} p pzkV`N$HNK(K Tߒq6&+] gխ7qNBWU#U웊w{%j} b==8~U\RҌ`0Xrpm3'rZgva"Jh2x:ͪHԀnF1  !Y;ɻ? l|ܽ{wMe>O$~)]M#Kn_V=֊c*zzEF3S?Ye3JeJA$\z'QeJGOmZr}aE'n%`F0} Æ~vNA}n(kxaܷlÄWGjE,˂e^Xm~r}+qr@|e _WFDd@c iBSs\d=9첻+  -o9Ʉ nUnd;ZT7׵~~ֽb\9)x"q^pYmsra .LiEahOP-Yt*[mZղxvu߈81:zeڸ60048Alj\ukI* q'KC$`qmp3[KG"hooGߪ5*^HuTסe  6Z-/pa4c8z0ں~q$sU[հ\EaH$ˮjx1ؾm>׈wk29Ur*{QeUAUed|x.&XuLqvҸ}GFx]b_ w޵P)H$0 מ2 n1+RMߐÖ]UkT_"¯^E8{5ۼ~Wc=}$J2zVOZr{œGGFA7t #0cLJʔ[B) | " :H`<95oTraFΝ%B=&{kI |z @*sbmh ,r[oYf\soL `bb7xTVOU]uOŪn ~icɭx#蔽 8 $"0PQ$X Mu} cnc h^iN4 CjD /Z0ՁFdF>`".yGX;i\,:xaF0:6W-7߄_ΧhFrreK- Ǵ\}iM%Z2;~?{2tg~7޸imbj&U@JnXVaО\/V 1'c@8A-opL}A8Rz÷TraaD9{+;B[-@|9|(tÀ=e\膁W-# .[ǓgcNEx'b$+,*d >qdCWsIk򟕜Zr@Δ(=O1@ 4 6Kyw2t=&9sz[*qY!OPh."b@P8yb  +μuG*ݳuP0x(yy\oU!4mK@-Z%F[0>^ʼnjFKykJr b9@'~i='zjc%iYu۷Tr7[ *rb0%lnBU K7ȑ،.n޴Ns--G)x jt0M\p~pöTV!"la|0Lkmq, P~ f "h2׬Yo/Ⅺw?M7k֬- 0j,%kN$kr E>@xY@v ȊOs细a@UX:510*13} k֬wPl 6`R E.i6eVTG3+'m2%Fʫʫ*K3`pŃ] q@e=7r 3;8<BYs .w_+a^]|{n]'?Vbbb^??rklmE1Є"8i]ܦ{8<{\|13y7/g}6r[햡k,M&s{cN*bg7"ն9q-M-1 g[ye/bXx oə9NöL]a4gowx{òlMR =\+hyb89m \kh x[vއ;(lms-nJLOE?Ǜ(drc>c};aC`ض,-IHEW5lmmuu ܲuEQ.wxlσl{h4[8 \L J9:G8a<+z1t=PkCs Odm`hY`GSmxчf*>d[ѵ"!(7%.õEc mhg2තprLaܲ3z&P{Ŋ8hw\eT*WT"ڊ}gT' 06;ʏ s7`(^F*5 ^5Nzqr=Ѩ>՗76d=B喍ίȓy$>-[]_tq\RWG^A0<44G3Zޑ}JșR9xmX}h?Eĥ.=>hV %EUPˡ^>>/2&!?;E98ԓr.4HUBlraģқJ$D"H$D"H$D"H$D"H$D"H$<YfIENDB`plasma-gamemode-0.0~git20220224.3adea2bd/logo.png.license0000644000175000017500000000020614205641563022451 0ustar coucoufcoucoufSPDX-License-Identifier: LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL SPDX-FileCopyrightText: 2016 andreas kainz plasma-gamemode-0.0~git20220224.3adea2bd/picture.png0000644000175000017500000055151414205641563021560 0ustar coucoufcoucoufPNG  IHDR64 pHYs+ IDATx^#tzhǪ`e ZoIgܵb߃;ht 4[_@aW:v_z=j ,r=g友*zP,*wVl?`ڒt\VUƕ\{1sfNdpnt8յ/Aa⋯86ߘ yYps,1(qmQǸpLQl/ngĠ8V~T/.0ךpwqꅁN Gyd+aMj)Y6W8\paPq]`ݞR%e8)}|yOA3:sny V b\]x$    eF0}cȼ:^ GQtirojHoUWіWv+]<)ʹ|iuu,mC|EFZ_CN۶w[ w x chLtۯ EY)k/2U) ]mC@̩(v`uv0ʌ`֕Fbܠ1,J3]J^u\* 8ظ |x>mD¨[[m.uf nmEn=^qxKfu8o?'.W[`c(*EZ|sCYyv}书c\\jp߯k J ? YשN(B-о5k~}N\ Gvtyz !}\wv# vdB95z p~\NC_ǥkb6Z-Ah7r:}G~yP/ߥ's)6Ffvq]յP_fH?]CP B6!Yiީ$6|"xd"{QRlH{ 1[(BE!]纅1Y  bPQN8]zd Z)Bh,vYփ1rh',\—ySlV8Y"k[b@\d`M`+lZMEUµt|¨^R2!.rn˺a巒y#d_kYw4ۥi׹~Qc73~ݖmWL%o]. l*bBMÜi èӕOS&p>8Yj(tj0'gmy\go}˥tH[?`uegf,_h45IzoK7B:`rIS]*oX}` @# I0<6A؆Q \.id]Phd$;ZiserYb0b6W[b1%$\ŹF%N\m?ce`4܁[(cF(Vn%;W6%p&דyo%6'޹PGgJI0γCQC%{SS@Qіg0k?{B͸[ƲZu|i:OAQR0b1+ %    l]ChxJPQPѮYTvԭ bIhu /hz<ݭηM~j[yPuj80 j14K[K#69Kes_4T06. NM|ޮ hu9%vLd0Tf0t}{{O`\!'6sC #g'BcTgpYVm)+iJFPpmwb`c[1ʷ/`NY4o^A۬in#mFc10g qVSff>|tBץJ"[@AJ @s+󛿲x``mj[DP_E(P{3UI K:ט><7햅o{`n=פX.#^W}'eFt;V6(؈Q*F@QUQJAvn-^'hq=ෙKX.ܜots-!Dv/ury}B 7ֆWA[{QD0Z5q^^bBhZ@͘<Z^ iI=C5oN=Yod \ԗ&We0/={/2>\,A 0HϷ[ހNBx:*$j:3ft*w=srA$ߢ]2l:mQBWK$A`E`6/F#>D^cvҫfxvAF`] f@c0p[_xyZ | 𘶻}H:|Ӏ"VP[_U.9z6q?Ղً++ϥyOBuk7VfBR 2 /ѷG@fM#{Tfn+U&qa ;UXf;h]i+Ն_ے?]h]fH)#wF멯&`jx?TG- V^V.E6>b` 4' o5Qry-s* `kcQ0 ]r}med<¸ž3j }.'G(Dv_A v+mr0h! rՀ=B(DTo+*Pyfwha7ӷgZNӗ#2uaXP%H7@,M%v^{5ScC(SS+whΌ[ ݺV]+0w n4s7-껧d\b߃;h,2h@h.ru1ToD2 8*j"ifl|~WЎPj3JAc>|uZߚSA\܊>LWz<eo*7v9;o]\-Ym ah  B_~W:Qsr\}촨=Dvc 6 !؆JCE= ~4Co-] +!WA %ecdg`U +EQvK`6VmǺO`}ۧ/iLUΓ*+ /fFlE׵ :l*Yx8n! KFQVYnaV[Y65gd׺hٕ%ǍV꟦T6CT%e2UehFrme+[CJ2*O7!}Bxss#=3z~9s[ 06[ *. -z>2縉\ZkJ9q׍}OZl~`9E@!O?S>^?f~z]?N7OBFc4o@GX? a`!Y\6n_\pO o%KvfaAs0 sd _ks{Ro^Np;ix4=4S<ϩ`쿑aQC\(<v:YuGW6wH8/ݾx%h441}  \ h}Wle׹K3u/() H,^Tx5`̝p=skw-sa \Cwhsj3s N2I<_bM#6AAAAMС5Fkp'iQDhT-8+J10 bW XYqWM^im4X4)p(i%J.&hZC6?U Q0S<c% 0Сõ[x\(g 7f̵m42 n`3А>Z:Oɳԭ-{,[X#q (:=B[T@)EL.p?ھy;~V@0 "paQ`f6V]u ]qp=sU<:'5kjIP g\3Gz[&yX[0cv끽MIos))=f4ɻ-vE0fdmCfk-(N6, .o!_778YX{o\žKm2F&p)&F77pؗ`8ϠzJrv*,ގ xNVky4B 3 ) _XߚXj{H8]U ͸ p"cS1r7kths=` P|LNcg€*UC^+a=.PE x$:wNlRuz/;\ ]r}[]`23 yP:x"ZysBPE "52I ' %$R#{Cnc\b øUfv7\oBa"!+sKQ,;ʜШ!OJA%15:Yj"6Cߡ^7cpZR0^#WT% Ͷs˼Jֽa7Z[X[n nzK_8nƿ[q%׾:iYkxdElpR/$٪m$\lƚm:z_T&9Ѵi%o.2(CYc v?jW}?rY* =~ìT_7=|Nr>[̈́2;^. P]ǚ /ގߞ~ r]5  A3k\q_kk0njusRn@YI0Ű*zr–ìi Z^Mk;܋+ ;P¨r('ev.%AX/ۻ(+:O*;AB%{@YUǸ{8bKAAAA: CpY3jڷ^w{fUv{Fh_[` u[blܾ0L8jѸQH,s;ں.?_{Wi\eP1u`o4q[`pf@[gGUks<զmÚWnA2zNQ dE>FoSt2.5N5cQ3N7ԜA4z}YM0R]]7 CEEFƘ &y:_xG!8ٰ9ƆۅY2nK,X&Aÿǎ3pVa jC gPeQO e5(@+9` =kPSm0/0c ՛UriêSNm`~Q;* SʋѺsmԖOp)\=25̀Y5t'2'ґ}SY"Kc0T*ynݏah wN_;釵qc4o;Q&%=p8;BgL:r|`y%zj(3 7` (!{)q*IAAAAVŴ]dNso9o܅Ө遵95ioOM"T}͙JL0j ;U*NLxAy^ǭ_D/7 i_VMH/` 2@lZ@;Ůe7o1 9%JU헾b׹yq/?5c݀_ᷟ߾S2cS2BW&LY q4Tpr:+z0LHh(ae ;24>s*Z-mrU6n_`!]a ݿeU³ ;8lx 01ɸs1u)h~P/8¤L݅d,kW3EDPWT SYZ}plSy6e2 %    lI4=>a6E. Pק:j=-. gtXN]N#1PZZa~Wp!pnO<>[sOzb$M8]jmi0 慷]\qi}/f./^?ڽByFf)K]k"Sɝy(YVi晽gnPA1t;t&QBٷ0ʲZcfEռ}EqV ?l8c4 ]a^( aVTl v>K[F}q~&a4#Ul5^v8'_^iUw ۣ}q8i8bs,~{qGmΎPa35eimO#{\la>OyvTY'L1αNi%j7~-ƥ?.uܶEW W8Sɍqژ,Eqƒ_W8iVAJէ,ʼn].բף9R4hvcz)e=ee7~-vupD:q H;MMS9@Q rj76vuۧS폮y9~x< \݆N q #oۀk~D@lt    &. BR M)<;`adZ&05@3z-l-Z/wmF5'*2>~P)p*M˩HCYdB X1[na'`vs ԽOg)؎*١̳/餢'oAx"v. s4l TlvU[&qB:.\l8 gf2=T[@}OPq>ETW ]rI/ys t a=/m36 |<{/o*~{#~Z 5&kL!dř_^>y?ո=^ck~Ϡv݋L gY5 ^>TuzY>]d ['~3"}j  va"0ocIȻwBYi< ~7N]~czaz{8.RF̪أ?ل/w-eN~NaܿZ \r(d )S2&,kv^~a P]^NqFᵆ>!;>2C=AAAA6h.RAu!TD3PvԤ{vk٬pIt lV[(CC-~^a\ 4a5r >`H ]x2 96oP|06&6)q7Y {qL-MDŽ.(RЩݺ=Xj:,b}Sk`\{}KNtϒ`]BLx 2=Z[/~)ޥ1 H8n,6!7V  ح"pQBmaR:p¯< ;e\{1snM_yj?$٧ v'\h~_GY@ie س틿UFL3Aap8,zs(܆ @צco 2j`o GZuH<Gv/ @JӒ;w<3֠x"LϠD( 48Նmw}};' kgqT *]*ѿ&J5ڳxu9|wC]R luM~yL>0doݼ/_y? v>gywA?r_?zǫuA*EIeJ"Xw/*ٛi'\/f./tw%tdol3յ#Tn\pH)qlVGXp!yaC,)N@JABej&<.W/SsMԼ(SAwb5 A͇#( -e& sG50ժJc(ށAy .M(i"buvNo@'bO    F1(0axX?@q f V'~ԨxF"q\œ `SܥU{wxhj[v]V@}h ֮gDzeFfș_+Δ<3eE#T:]"@Ex7Z宩OS/Pa1z=8u49COEENS@OqLoEuZ[;P=moL3w0zz|I cn𻭢7q_i9]j۵?n'oAdN|\{1sfN~ܝ7cNM*3&+Mqa*ڸ?\?ulrnnka\- c's-Ja\oюUXAC|(?}1ypM Ue#~y;0]J \<{l?Ӡ :0an(AD,3Jk<-E3ك@fp _S3wQsPTˊsóf3"c5XU{1k3<)e>--L2n    06aGwUkFg)(0v(NX?`G補T<:omW $,.ֈ \|!7>C6cAX oTJv-0k\lac"+և>wDPmzh e\y)+{kF:As{=ƹvӦG=.;}c5לg^ڝ9eN\a u3?^ܿycz`"7܃_#oG[aF8*2/}u.H,fș73qzd{(Nfo_z6D~G(lt?n,_^2!%;Sp慬ΘGdCT(Na+ 81Sn4*&#7P"cp,\{p>6#5:;Ry"p)[Gb:aCSU^9}X#Nq灒AAAA NY1'&Rjo6J~oBצVy-ԧ獪P=no4k?= [#}PdJC\~>'뽟9YjuEqmHX/AK)=Tw汧J"BG?p%Mif ]?=AA%;{Obٰz7x3 E Tۼ&m\lAB^>T9=+[Z}󟏣q鹿קPAswvWql-=}|#/!~>Csm:<˘Q\X/S6"7X<kzhŠ|0b5B}x>ɚ \btb0lr. ~X+mD\.]$%Nqi|-_^E1( :K'C`f33x 6AAAAm<FQZ/V3 Vm-HU3oiM2[ےkq̥9%*;ۦ\8ٓ9Oфyt?wR]@V+lshv'->|]vj #{Ki@6/]7. *6jFƸM 7lV"W]l^ې{Jɯ'8ʼnMW4˷_x޸ P4Uec9ז%؍4k$p lg\lap0f\8T6ϧ[ӟ>.lQQ-W_kӱ{>7f ;u0%Nx@ JOKXjn,Rt'Ob Y^ˎ/AqJMk'p~Z-0\F+2n!ٴlrhtQ[t dU(3/V' rdd[ΎPQVmN6bKAAAA`Va!4V)Ң0kFM@H)4ra<7>u ֥ub؉7F- c٭=DdlQuY;=uv c0x 㙨wb͐k8n%1Y ;5*;|~GQzOl> m xw}ݵ)}L\Ӫ8 Tr|ux[XH?|_c6/׏(^_#oOa^ntS(4=%ׯ;巧 yRC;t>|xRxw%o_ -`uoM7B;ξ%ԙm` #6+xw󬚈 C{@)k/\0{aJ؝Xf.aOCɸp⸲)_̚KIxff_,MTزF\_' }0^     YjE 4UNx,j1ԥN<.Xf#H@ql4|oeH9ߢ㯸 kpz4Glݩ~")( 'J(b5]%ͲdȕBckYE ͜Vl#`>P[{6Al*Qo_<6~ףvA_}< O͉<ʙF*ddآZƎ f;5SVzmE>2 ύ {oj>^a<~LAZWDZ>ƻ0nmʆxzڿVh#s΅ϷKOhtuT)c^x A`~=eqK3WAq\QjG1M+.O BPKt 3OЇO T`uݢ!nN^ž/mtM]ӻR.2cӪk;ygui;`@Y #p^ 0}=b_d̕YN=Ss?R2[l\[f9XSY{p"<<OOolp@~@7lP\o5-(ָU<<"5̇+ee.etZ }ٛh o_>,~=o8g sPvlx-~q7v?]1-,EheBCP{w׋J2Jv<%y{u7Wc TP0cmL{F     ѵܩIy@{UeYVȼnp;[v-tuX[0{=fN~3jm 4`(^>^s[n/5qv/P/x{ pқ䀢D26^ ݷ:M.Fvf}гuQ0TBEQ[_y1E{@9Kܼ8@A̓.dFs&+Oksŗ_x{[ȡo᷵ů-wZH ^>BŻq;w}gϽip1s{ הy}8ດzXnͯ=OΧe|6|篷yoㅂ  罂ER }?g eK>%rMY/vw(&s?S..?Cȣ`bKAAAA=[fy~֩I (/>/iO0 D1A)v]z\5_OOA5W"U)4wlg@@ϛЮ<2h6oK_X"9w7P\\Dwa/dӏ"c_AB;! [k\Y>?_!m* *.й' :;BY*A[ Qit-ɞjy@)T߆^Y$DqAV'?!gD"Z3pAAv G\ ]:={ c<;4]    &Bך`|5('(OHG;U_PQ "YAӱ}f{' ہ7vWp#Z8=*1+6gɾܑw{b2]>38={E1ǐWc{F}Ag=| 3pAETPԋqA8IVӿRrRjs|'9(N@QTR}o٥oQc̄} Sp`gc4AAX/SFLק>.(lwk~zϥu)0&R'61˲? C;XD4=Bҗwqko~ s .V׸ȸAlt    @DkpJJA Ş{vEhH)F} n|6.  ̏NKgc31Yҟ|^NPiV" ]zP//wS@m- ܇) 򮼚a  <#fwzİ!+&f g ]2'l?EΎbc) BPM.A3][?㦘4󻔞cȵ  0)v#ȡTsAAAA<ϒqKg8f"Y3v*N_SA_{DžZ]jQ]{%AA }|G+V1l5,=^z,#Ky"P-ѝPF([AN׳(յtnˏ8R  ۤ94@zăs.~#."nT)ۑ6l]<g|fv{@AEAFL*ܳk kf,הyI 0S ź_><|joYAAAA6htM79(I@JgWAVh$O~~vnA- ć558=T{ڽ6ŰUgiLV>wmsrzKzN*"?vP(ZO| & CA根D8}s7q|˿AA "+R } 7f5(ޙO`mk{--4|pQO' y\?P#tzX`O<W>~?~ B8ԵpյwtuAa8O^I8=gcyЃX%~2|>J&ZAAAA 픜e h7OXŪ˪(17|\R aƯʯ p<QA%7e}0߇]FAAx.ha.| ?4͚Q<OtcNI%{,tيZڽ$ ]E.KPh-Rԋu Jv-c ׿g,p DaWc<_w9ȯ0knslѵw+.)=~Ong?_WAX6~Q|ϛџ45!'_~ 8dQ7f~oI ^P]/*AV g-pwE<;V1(4+:;l?+__#׿/Ҍp{ γk_ePS'O|=+n|oꍫ֌_[_'B:&I]a]~} t?~̿+ ] x_ߍq?~oo ~W~ {V܋7y3?eKZ#?'ad1ov=(7 /Q^T.nQ@$6AAAAm9}EkfO,!xsIfE&׏ğWP6W *i4{c?/ş*A0~ 7|/s_x1Ed8S?{=Q%̌_7̿?UCUsk`_.n,:F܂ ]㿫0~Wu+οs?]i~OǏ,fp_z #8J]+eYwhSJ(?}?vƻ3~R?ι.Vj{r;Ζ.VYlr?'\AT(} Ea@P$ُ?o~#?ߋOMEp_k^?qJW !__/׾ |f|Ol>=_ymgʅ휓^HiZ*=tEHӫTԫ^µWW ("(HJ @ztHrn?kn~٫Y3λv_Ɬz B`u fIVhu|A7pނ3g&}Yj5ZZ RS&s1GG|}6~_ϣ邠(Bt[U8NY7t6 5! (x0]+ |W' C軹:M_UM7q6ƘJ&9h>,8L{6[p6/^\!݅\ L4޾+} Y >@=(nV;5:y~c.nk3!8ܶ4^T<94T Ki t;4:݆`ʩD]U~ih"PQx ә43l6:֚kēOp2{ +cT9 \"83أ`ac߻G=mcT9@ƎM,g ,|9-{wwn| <V^Ͽ+VkP(vl5k?Ç`]ʫ,6m/ǀ&&L!ȴSh`777nz]dn:oSb= 0=k&Æ ٸi3:6ohS-L6/= {/R)c⭷橧x]V?~Caヲss;v,Xwwt˖ / T#cĈ^L>_:C71lPf|# Ity[sY˓N8<=l?kŭ8N0ǍeLl7R4f{662s4JqԑG--#ǔ)iuo&O=,k=\uI&>q==#ou<|%mm~>MMMLqءL29Y'|^~-c^0rp :^|ey6mފw9e#F g}zmˊXsXdMQ^{~üC`4jO/|M7#u [w99SޮxiqƪsV6+77~8xPJsW3~'O-[zӦN\D+k򪯳b*F뺁޿b v_p+G=J|¸Pv 3H#EJBRTŨo_s}b(46Calx}KWp=fZ>N '`".9gK/bǣ sͷŌ9N:0/jQlvxE,cqGs`=8N (pSO>ƛn SF4~X>рKubB~l^$g~s&P0R*xYn=_ҕ͈ùs9:> =>^{}i͋3gJڵo rX\t>3g|Nמ{N+~<8)O}3 شi3r9eTs:}'0h@ZZZ/ P̞e{1d2q8Sذ-~sM fMojj <2e2g~ d8 /7G{ ;3od0l߱k/*e 륡H8w.<0[o೗^5w'? `(3ݗX8?˖W_3( =('|o4˪ի B?AZkRv16|J~{MlJ(;ɴ/`A8r\w3\So?˗dtbq\H&nβeo~y;g_e\>W^ʕ{ʖ-[Gz}eZ6 8d'e \ߛP :o!?]    B?!Z"OjTwX̉46ߵˊQMVTB*NYͲӟlrB!^A8TV^?l9${1o}k)gӦ-Gcl1if2_u:r=Mo~^Z 6 FC_șgh ,~e@Cma̚9#lX&#8}S b:>Epmۀj0PUO}*4Kz_9 N>@C7ij- p 6fqFeMlrۥ4|;z7[1IR1m ;cҵ"ِ3zg烁 ݇K9۪ՐLrUdv}KL8^_43+Wu]Ə3uapcx%AfƋY%2,{M߃_rcƎx^;^ 4[0}Ѩ|׸jhԩS]sf f~qgd}ҋp0 IDAT>|8} W_ IoͩYO<4\>{_n]]yOgokЦ[5j$\wϱ}{9 *X+WbwugCvϽEn0= sͬ+;vZ~ء|˹Cf+B9:c>b7y[-/qf+8]7xo߽2d+V|%}t5-EN?R |G8+Vח_sg3cB<\mٺ]-֭o3/??* l׾QX0z(N?lkkذU:gXv=^Q\X׽f#9#HknF~w兘x0-[_W}Ì ; VZÏ^`Lx̙<s}ᴵW{:7\ƍ? '=/E1tPvx߯K/z!0p 9pkW _~^flMn5?nOo;m_~U꿳8ۥLl_z Dz7?E~pͷ2er8,cFcp]'觴UW ;>q>yP_A[9rb00fIZ`5|5dx0vRs9b;Ub'aXuFLlˡyT“r![;]qCMMRc~ SC9c>2 ȿ/_4hT̚9.C<=7n⁇ G-!JsnJ1aΙ A_ﺇL`z_.1Y ~|9 ^r_Z3s~y~?(r 36tSLf~f _r#@hl0Ua{Za|?_H |#~TbF `h@S-ϞFIo._?s:3J+l_H)EcbSs|6m/,SFXa jOѦ{i+ec 7ȑLW7cQp/a۶mMOƾYBkkKAרQ#IE.qf>y%0?08,ow!A"sf>B.߆q@CͿm|=6r{aOAeCbĈ! w22:?B{Iq<;  !|z!?_o︋|y3Cf9L⮻)rCaԨYA0L~@K9gE̵Yl\P/OSo3bQ:S^DȠ eV|%    hzP]\nCy6zT_ G۽ E<ݰ[w$@9[ sO 7 vtz(-W0I%8XhByUM(}8.\)N*D׹\iV&%N׳k.?o*9{Lʏ~]?K#l6?uo3{?mP+455r!kØ:e 'M|lljخWvm[xٱcÎ_9AYeO2%Х 1en ~cڂ-`>x&~SϟE' NW]x}鲠>XIvW_̇d2/FV;c,_lw_8Q 4M}Р:# too=ӦN lZڼիJL{ugoM' y)&Ov-au*f?T"iL)`3O Pv3&O5tB OrKm~{`};JX-w.Xԓ<У}VصcNMd@ktYU Z늂w / r=AmoL8X'aѣv V&ϗhRGIsgp᳁ME/,."imm\q98,Y =j4yb=ϥѷgzΝ| zA?w6s 4{)~w&]VUgqӦ@0bwd%ks%| *νD"G)'S2 ;hKoVr\]_s,֚LAr9:jWηvsGWNfThK8CF֪}˳RNk|vuxz abÜ97v,mm9ff)/g7n,ۼSnlvRɲv?ѹ,:+˜H=sx.taWs5W'mAAAAAT<!YډMsYT*4HfU,(LesD*HMJϨos_T*埤ڱs'lp95n}O Tiui^L}"gil~szAҙ3废h?_oUUm[o| ^=:{}&{M0Yp1|_ 5d;v~&Lϡo*r'=N+ 峗28%uɒW㭷W/G>K]3W}Wo?w t|BWZJkAz.tKj4%Xx.l?cTdPF udx>l^t^?p:e2_hH¿c9fWCC'0_L՛}'5]S'N|.[3q (OmkmdrT N"aai>XvS>&bW}V.gr=K][}]yذUt9øݛ<>[m 9J)ƌ+V7:d_ PzyM6s}pGa&LE|gyEoߎ;Y,yͷr٧>!1NyO> ?R0ƾy˖@8ZھVVys˭sхpg2i/]g2qc/`}fD3k؆tuؾrp`UEQJ1ud~pͷcJ _*+Va0 Syv94N\FkbN牮FD =Mj]FWzFհ'NRɠ̃'Й<m{(?p| |d`} p}3bfWw,Yt&O2k{0|9u]{|mj6v;`Ix1qǰ{Hcfs*_gPy? t#F(tcU\y7Ah9|!E O;Gy8?Xٴ~%2nXƌiŸPX+?|"C ߽懁vhGhl'M8rAԿ#uShLl{]Vחh-5RpV\U\vv8UWbC 'ܹ3vokk γqc2 ou]Ff44'N5}[(B9s?~{Ïy駝lݶE/,l V|ٳ?>\ʕG: UQX ՟`qo4#w}dq7{;!(D    ˩A?P̲3 ,$iNN@XY}y}/(F%S(Fζy*[Uȭ}]aJ}fWwKxwc8P-zt/lX] +YE @~Qsdq[ +B1sغu#F |ҥ˂2xvw|Z[[YsgG(>q]w ]dX{r`ruG} Gxv.|~sM%v%iu*ϑ=0ڐc][?O,\tx]QV/.~;O48|kJf!Cm</-yV^MЃ/wm۶ql:Uה%yia4O8Xn,P/R)n-]u]Ι]Vem׺;Ukxi+^&ח ʕ3>Losi?oAQQ:i 驪zt6T0fNl|yHf3FR'U]=Փuٞب| ~ yWhV3b⤚ UIсSœ8T]Qg(`|)+ Oͮv:n>K8ԓYf-x[Z[SO9CL&c|Clxnc}c?n,U|z͚A*O`ݺ ߰ N;]{ t]MqHְQFqsw7fg,cזus[[\.0g~l۶~ԑNgXr%`ld3J&L0#/z0[N<8'+~+J:]Q`^<>컏3ϲs@jX,#!0ޙ &_Ot>}On֯_O:  E<cgCi c=z=yMolhdァ_}waF;{ɏ?OXfm`O)E"`yY,^kךz/Zgp~`u:F)Pۅ|v<<G9--<ٖn LOR9sgp۟Axo߿6l:]7֘6hhHk~XdD5\hm5ko~] MCe3Ny?*&]pV=TtUb&9_(J^/1M$EpSWDn5LhXe܅lO8?/=u]L6K* 4*Əǻ["Jz<^> y{#́1 Ƴ>w7nh`̚9;^k֬e;Ʀ>?aclmog>ŔɓUZàA;y5j7~ ?imΊUfijlbڴ)L<7NvTz:;C> A-[~b 0 8rgfcGg|Ǝe}kԓM&"j-ҮZmU??Ӧ|WƉc1aø_dZߎTZOO~N u|+y}R6oB<gw=N0ֶV~{#}_cC?=ܳ8AʕɻyFyӔɓxɅq#8dRl6˵O =eLOlzVz&筷). |:8Dc70`Gi֥'\6~{ZmrU#ēO{ڞ|mẸ*ـnkLbFL嶵e+L["    Oitu)لx*lD T:5 S拭oAimgQ;Ɋ'M$*MMSt8Նj?L,Y*Ѕ5[xsp }0x\ɇ/9Q+sr"W8*Pjȣ! IDATS/|^}~[w}" oܴ5kFn笅T*ŤI9b`x۶mgu@d'ƫaΝ[Ze_#LZoҗ]6('3`pv[wim͎)bqܖuAh~їm~jT{TsTe \l'H$'j[| l(:?0"Ob\ BP9>݂  BByܶbMFPɺT*@%t`!D= H'85$$RJɠb T嶶z`, Sd3RN W('V Wؽ]SJTA#jW<AAh/>4:gvhx.rTQ:Flt    ^9C7Ce t\ xlg XiVll<aJ{dZkoOZS _.(Q  ݩZZ k! VـH]?΀A8F-;8$*MsNc Nhm\ܶyUn1"6zIlo-Y$2x 0n+SS.JzЯo_{~JP[Ayʭ^ܵγt  +GBPǷYd*P)+r7UTݭ\h 6`'ߺ*Btu~QBX|R q#1M6% qwcr`B. uTk/ 9ԻFŏ__N{f? Y=((lGڲ|>Ow<牍.AAAA_4?IgۣYHPʄjBCd B "DBmH_ Ppݐxѫ]q\kުQc7WkrCk Ӫ%4ɧ-uh.hs)*`K躜A cv޵t  J\ T2V.-GAvJU?=>umBJq (4ZhrD ossŴ'9Σ BvwAW%$d 6  g PZȷIPdLԼhӉ.AAAA_5 lkp_-c5Cn]\m4%kBgMp6Cyt܄8yw9\b,b ^:RRAu?W>v/2[=ᖗ250v}*ͷb׷Sڛc50_6JcF)J[_m4No Gl?Axu<}eWO &B(wS 3W!%n& %pR;]]yĩEV_;?;Tk=alwg`g2+a[D>6v*:dʥƮAVJ*/j_Eաp=^)oO(_f96wgOQ'fs٣_- 9t _]ݧZjkh݅]^Lj9CK :oe n&M,i`mAXG]    BG5:GVZlC[^7Q}Xb9Yo*_4:mX#*@g꠯N&-ɷMmT#;mT*ŏNS)'?Fa Wba;Q{<*aƫZ׃}-6n~Ւ{T(?3w }JY)L+|-GʼnPw?4noK2|g׫~ ֏~2VTjf-*&(NLoPOh24t*o/-mV 4f32~.yVq{Q; ;0¢<Qi5 ,Poݺ6t&v?v5ng+zZԧ2f;:&*(3avƮ/DW Em* Sc< ۨw5k_*t[ـ^Є/? v[5AOo &׮Q&8E.0ZTfh*3qcqt67,y2t_hJ288T& (QLwW]{+*jQ~>n}?mQK|;`7SxDŵN_(jәQckWƎafS-J 5#*/4fTA!f?mױq0>;*0Qe ]_G(z&Z=E#;cRAhM<|mab_ܽXZ d #\oX=5|`I5`YG]    B@4Cu xP|m/'Uvs6 Z_$!骫q-T*DۂW쿕%NعUj9TSO(:=P_ {NJeqZn~Twm9VǮ6QyS;5ڇmszG(<[V ~+~*uh1C%t.Ԇ1\*$8\'ht}醙_1T*E_l5,=֏@[!AC&r@q,Zm"{q )[]rajY?Qy5x>RW)o( 7ߦ櫮jDRG])~G*tv~[G0¢&Ѿs^ژZ=:Ay)( +\OJzg2 ZՎzabcuUw (w'|/fxݠAŌ)%0Sj@Z%2֙4qm-Hu#;7 aQN/'3T"goW̙"~Ԡ͘S&D|oG7^CΞۭ&k0arҰ:(JD=q{#vWꫮ j|j8ˮWë5vmwD^JqB^Q|_oT롴.B=6χj^c닄gMF φjqRA _n5^9-G֕>Rr8E|7F%8:EISֿi:ҴK)a|cΧsP[vYo{ }{{?QBi[9D 3b$7=M0hOK]U?7n[q^H4aW!v)_.7{` /U@P͠ T3vˀ'q8}wRˇJUkEGc3w5lwt^vKVW`o(_=]J)*gcaͯzZG-5*&Cʋ>n,wjD\ 5gu-cUo|/`X^QWA(('ЄH%TGG粁/'ـΤ:*js:44hϭp"jM(;~WrWyt6ĪDʛd%AWώ[c[#[?LT~]wT2v6n{+W JAil|0ëQo|Cv Szz۵ x[xsR nwiz;IYHo&N³!Bg`YYozcRQ~ N+p;J-O Yú'fn&mEdalU~G/*n;ㇱnvyJKTܮ_8;mu:c_)_ը??mIcȎUjcVZG1WiWq_ܨֶ>Ǟ :^7Ʒv/Gۛ.fx6#j|*Sv"*⅛H:E㨆]HeV,ytp(Fz kfNo?;}ԑ:iVNrb}-Pp&l/=VJU|z3M? 9z5Mkq&o3+F6G+瀛I sab: sukG<,i0Gw^)JXysYl 4K%Hs~e2*z IDATomT˽Zx(_lw5ŵˮFt~὇Ͼ*7eEu(NSM_RvT j]}5 tPJ6B3=p׋>4^vm% jTS-wGm0]QM[V5|zW;vyz_?/t h&ʯR[r3޵(I-DԜ\G+*~wQbe,\)`<_MH{?n&j@ō0w"6AAAA~AktOK{*s!X7\|)-G7җt%]/+4TqFzGgKN[ft4}5[GptL{>tZ vvZT]vFzJ)W:Zgŧ0eK\֙Ȋ"W\x9jKgn"e=RR8]ÓcL:ih ߒ+[.tal7p*C9 ${`H_~cS>'q-YjQTTr/]?uaï2WBqkoBO^U =ٴo=3h5ۙDai3[ݎj@g3=d+4Nx7j2t~ezD2}JSSGE?{o-qy#k{;/I@ (IvyƖd=v[}s$/3-X--ْ,Z wR7@AXk͘y+rʪWUy@Eč7霉2DƂ5Ny[%N yF5-4L)<at q> hzR782q'J7qhQVSh~A5q~ruދ릚ǤWcd}V^/&y{g]͑&M$(> :θ&2q:z} mnFdF,jڃ].oaR2b] 0 0 0 0L_e;䫚V^5@d2f:qWG=T s jYAT⶜&J(٤$mH16Qox9hYbq+eձ}P+h8(KRxsegĦdwP|\,^qA 0K :Ú3nl;Y;5kV,_78jJ$PQM郃j>( /Wo:_m)oJK<oCKaJ6 haraiLwA?=uOTYjaa<8E^8tR ]kBW/Sst' !Zr"PRCRT$Q!8]jK-ly;dZl«C:AzMi4>a!|&3|xk$s&CB/3N|:k=lr9W'{q9y;˧G v|/FO>e(P*! g5az4j@x46!5<4k=@%h^ho(?i`9fzx0L{ f懴Y<گ450H2䈜sb+Em~S)y[禡VG0 0 0 0 $f! dMm[Z` +h̴deơjT,_R\ W^qxUԮ_]n<=zH$GxgrsK4AyF~C`X61>տ:yPvOfZK5t?U8ɭ&qťDgj|yGY+ژ{סl'g9qC' 25!;lZV l^Bp ؼc+gj.ijJMLFcvX zZ~eu$P}4T֟yi%ce۶m ~{2q",XV t,+˲\Y~%m%X1T*H㄰,2:t@ T(. =s/\ !`e,jQĀZz+!O1$:(_4?Bd3̚]m{s53bka*)'l|P苃.'=Ffd셆5T>*0L-bߣ4&'7C5>vDiţ672SD'YDiLB>:\"Zjd($M Qu4f?oSi066 l~U@=mtw~+`}xv !59xõ#?{ܗa:W\"etvvz?p m8q$v="2-app9r۶m~`¶kd3=6m:891 x]ؿ$y+6nXss+WM7_S_x.@6,W]@ ॗ^/vsnwq`hp:5B?*MoߊիWZU \o}O>Gwy眅+ w`ڵرc;/_X+O=QF|+BZ%> IyA2JWqۭ7;ݻ_ %,Ѭ:DiY'?._3gO69lvi=q; oK ۶n,_P`lذRJ8pMHw/|E,ܢo`@]_w-O@im[`xxfKѹOۈl&~%\7+xPrni|3zK/'1/ؿ[;.}?r,p}{qF?nEM}x'>jMc+  t{%5T&lH?Ƨm .Tϵc0qz8gݠS(ezN_#V/3?_IVɤ#"]FYS%d"/tf!2YH[=EMJYã-+AЯZq_aviSodSŤVa֡0y_$mY|G~8v5K>wwU*U!crdbll_W T>^~eMT^Joom~?wki( 6x:wWX7k޵^T_TvGڶ-س5EJo`޷Ow>~a|K+3]WQ| j;q]?Ƨ> %|5}{CC~٥xPoqm :4Oc I1+#,)5´Wך4}T 6Y{g6]TthV3]eZvw ZveG0 0 0 0 +HK})_=ik-hcGVʰレ|ĥ+o TMn|ߍ_1ト[ :>&'&};GBnέsϿb5|ᚫ[?[sσ~<5mw|q6.|lr?-L{svka5P*uԎ.`1mO9u.p3v077={^ke:[8]:zyYc~wPo/>S|3'Ygl.SfnCdة;>6sDӘ/FV /LPs >s3O݁`4.ZN[4MXAKds -vyDm~YJN7PlCd@dx6NXQY: 7)'ᵚI5,zYj>8$5( 7` !*SO? g>|v|ʇ=<3.LM4,xߊYs/Bڶ1;\G&Qְl:4Lq8?)%h|>&&&>PMKBIp6OCCD5=vyddL[#jAdmO92AeT_+-:qTbO:b ?3x : h,fgƁ7ݸ;.y ٸ1g<'358t˘Z.Qm[wDԩ)hƍ122Ęfq{ VGV PzQ/bCCBbPPm%m{ȗ"}7_Uk'=m!,t#8xo;o=<#Cٽ rեw\`c^1<gf09y 1,_.\4im\UgX?yp{߅~xRJwٸr?O/,,8&g0,l]r,_ z G<:.[rLyLLLڷuH)mʞ__`I]tflX?4#GAzkg?)P>v>cO;fʞ}O+.߆۷{ڥ|Qʎ>$矋; <]j9}Nhu´5=q:uL:-h_84?`cڍnu.K>ghy k t&`L}mk0N;a㡑dXDF-_K9$aaaaA:+ FЉl2eUs A frj\Ak4~_Xa@JZ'N♝;Q*[ժNuI}1|nR~fgl͂񘝝ũ :GeodxK٣kZ<>% :G `xnwuS \k)zˍ&߶m y4ǎ'>A{szzկG?ϛ%`Vkq}~1k _q| Z IDATַ$r[/1E}mv F~sMq [>MjtwtM—+Gq[ݝ33}9g^(483,v=e8bl蜦-O1y#z6Ȉ猋;Np%Da"r qmː2Xz_)Li,m]p`xWBnZ+V;\$-\S,#+?a X9U=r ^7iǗa ʩ)3D51::d& qNAmsmze2 Vv6\Vmra] 0 0 0 0L_Ԏ䤶6ȄCd2[CFI%:f C %1ZNΟqޢ78Plذm< 3j++CcccoPf2ff2<6̫dry#ΗǰgxP,X#C2]M@h<',M#̛>Fe;ATya-;Ac4Y-gڍE4ZNA3>ǚƜa(Q3bm0LtL 60.KcqNzmޝ?5nUۏ˂0"6fѕj"__ ) ӧd2Y pj  jP55aWG` pT.0 jvdzd-VbnVN&ONA;~4:$ ZT/,Sz4WtK8ST:m_/a#7oT덎f: У*M]`g4u8cTNAHbb\ËQfgx8"WPb'J_IЕ({Q(9jEhTή% p*A!o.~9.d522Y!u6T+)jB#X+\ё}T;',3ix>2辕pddO_zycʹw@oJQ|o'6Oz>1OP}2B+C{o:1T SLŽS\uJ2J@,}c8^׆IA>=NӣH*0K$w(JíO jGm4{,XXZ$[0 0 0 0 vt-͵@ 0|bџȸj UTq|h8 (gvbÆ _vD ydːSm:RJdP(KժHQgX>_o 9veFl&ۮaz3Dqawt+%nE¯5C+4yif|ä13QE.݈顋hdqaㅦ!,4yҰ}TMqN[VQy_]Z82/%-jip>pt$y}50Ǧ ',0L{ %,[D\^Xj m]J慮>Dzn. )\=,]o#3H5qho}IǶׅBU㘘>2Y gq`2=~U/,|_J,j66n\5+ֱsxas7/tQ@ӾΟGAeMiDX~$?iɠJqt|kLʜZ2ҵ|Zܸe fnUXSY_跞0K(azn(=I3'Y%6c aePyҰjqa] 0 0 0 0L_;" ^D&[ߡԖWw6'p K h]Z jz84P~t7`a!VZ 7chpƔY}}8~BؒRbppe177c_3T~n$n8Ǒ C"w0NoyQځLSl2ɇO.,Nz/I<6oF]ڴ<S^t~R+0hf'LSw\+ϲZLɯtkk;g`B6l(^PMQBGoЃXRl[R.G.tijG{ʧw{ /ܠrt5>/Pc>֛QJYm.RhkbΓkIG6h$ S)ljI)NC8 IFTNZCpGŽ(ai^L*jP4%t3ǘAb^x 1Lt5{ǡ>i&R3!` ].tbD.t5Wr V!||imMہ"R6\PJG2raIS.177 V_ (ecm~arQwLK7[E+DYJ7JBƒt0?Z$a@t@mZ-n֬-naiD=|cckف?wyk{;q|]N, gu&= k׬`׮P$ +Wuwn81'zPu]&y1+q^a:\qe83\'OL৏>ؿ*U3ʠ^X&{nIZJǛ(7[׋7t'٨1 0==ݷu{78 _FTpi[W?6իbًs9/@}G>Nyヌ©\kjJ>gPy wڦC5pRZ͟+*8Yk'Il2#ô}=7/z>b>wnaMu*i]2$#ɤdF!DvkNv3N&aeZߟ$GV(BZǎ&O/Pi(3ASTT<~֮d2rʤ aEnؘZ<5*pD8 l˖g>u׾j}7O={!#GsϩŲ[nї[p \:z89Zl{Œ^f(K b얣j` Ku1j5^ɉnXԴl. ˢ~[$mh DA,dn<4sIqHSۖ$*[JKzN` Q"lD( t^F;X6Uf ifN4K3I)qAVkXjK3|9`bva n>m;f\_;م_كi hMu~r^X"LMMa~~?G 6adds_TZ} 㭷܄}I|[;GsFo\|jG៿s`jj~/WO A]|ԵG婧DZ(:Q)ThelC}3Ҹ4IniF#a Uϳ"0]d4aQd)᯽ 2H[=8.ʫ;鐨}GX:eK'n|JV\gVVŌjԬ>Z+?t^\Qlc>VR>u#*Sg?RbxhxՁp=xE[FZЩd.JE5:.tNukK/ 891)˸2x FFQCXV6 836oCjrvH_ 9LO ,|]b|_(_{eP2+ ]w~ѣߘnZVjXZ|T 1]t<1E4*[GוAtL/E:?1+*3,4O 0LA_D='6#%BZM9ooW.G4ҰmxQ(=ňAEH&¾vy/5tyPy `lH-–6y<_&):5qONRJN͠D6u6[P.qrb#(98`OXJ-<ϣF~4 f2x'4o^=0wo:N5o5[Lrn8HxyRJ,̩-#Vxfxz)ov!\M@:v8RD#>@SՎ.܌^x 78t0% _Q=l9+(;wɾ^^ ~U}MH)q;lۥip~ȣxz.5ګ=Q˛|Qh(aLi v'/솄t.b\c;A2~mxfs{SSS_Cn-###`&g^-I] IDAT;puݯ Uk׭W\CNpJߑwbvnZH;ӰuaaaawtyVE&֏9o8t~ Cw(x1 -DٸP^3Oǝw܊1Ͽ ^׫p啗Va9ȑ)&˗6blTK1s%bŊqʧU9h_8@Jl6C[׏p-wLFmex=rr!kvmhac AdfUJNlMTxj5MU}\cː2Xz}B8ZZT~GCSLyӵBe*ыjUGxjH.X1>.Qh;RMGP_-S ol3(:G˲ll=azzuTo"ctt= 9==O0֣I1Ѻ>KiF3i[QTXXih7ϤMc+{+6։OJiV& FDTbcaлbǟp68!qwM t,{a4AzDeV{zgd!RMہ"Њ&}^h i,{[F^vP.Ghv>5V'i8ujLeNNt +?ڢ&hGɇj~nkR*?LQ:(&}q//I o@tD(YyǤנ I;M7,Hڲ IbbaaaalEc KniPj_2]@c /N#N?|rT>Z_a}k3:IdM_L7+j|3J+7L6,a*.fr}e!.{Pc* BXjsD sAk'TybUa# sKkҖ 8 MOxj /H 4 4Xy@ez5j Iz*Ӿ"N[t4&٨tQ61tux4 [b tahyZd YiuM؜]h7~iL"jؘ8K hz+ 8/T> IZMPFAuH@A:>h$L0S4=4C:JI _TMđ[04f1wUt7Q5FwLwck#L;HMR?&1Y`BKzˢe1 G0 0 0 0 $՞ΣV\di^EdLz}Gà4ԈPzP<%[N\LMpDAT8O %6Śë)EJb CEߑt<QTazИH" $8 rX.|,EN:$\IVIY UȪ:<;6L*5FQ2mMDKD/ !>Idiy4&lSy=['ZhKZeȘ m'zm_4Gӓ֟&*=!84-# :1 .I$E4fbM)Cb<_KDඏ@,tu5Y*XS=\:š6m"L2 59I]LT_-aǁP{< SMT eT0uz %\'mL2)-4?ͷk$IioQ#J⩀pt 3*3^L1m:Mđ #z +k|'l۰‚ҾÙa] 0 0 0 0L_sGW \"RGWM?Ch-izRT?8&.3bmxWmtjӚy1ťڍZ:[U[V6q1ib'؏#(-$#MѦM LhJ)?i`M1€t^VD`WMrgX34gVA&LqiGqe gsct^eD{1g?lGD6J JoEk)-G$K-7ƔKT:-GSKNhC: ^cQv |JI/r$2f#VDaYՈD/l%^*SN?e0[Jhh{RMqAˇiSh: SғBuѰ6ǔ;To8Q2~´Ӱ\-C%1AG_[T(ubO./&}xT1Lo+oa3& 43]]dR曥7FG0 0 0 0  l.i׺絝}дxDޝuLRwtA;e\S\LK@Kxk)@\_5ިӘn510AHeaZ{_jww58 }4.LD,tlE>U(zugq6CvKW7$u3D/uhF֞QaSY^S:%L+$hakdO^MxDPZij\Ki KWqsfI91]od㴗/iKo'o0 Lo ÔE3y8G0ɪ.҉cBO L"[;[8<É n;4'MVݚ8훔ftZ0S7*Vm/eUTz0aꈋW+fWt2LT_+hp jVK7:e1i8KcUY~}|ZƬqa҇gOܙ$gk4uiڡIYds` &ANs ]3> 2؎yYEbMBP8A -IvжĭoXE9 &ݦf1F&Ltho*hzXˋ֕Bgt88B&tvbN{ 9EB 3< 럫5F)G3E. H{޲4ٴ2%^|Viy*LRh~ Zq!DP(hPL4j?Nuhd!. jZ^4gLMr~mRMDiTOq]!Qy|4Q)qJIu7^Rx EIdqIL3MTOG3L\x,1Lghǵ!0!"+@VYQ3qi ]y5F‚( d_HmW'l&M3nQa2¥MQ{-Ho7 m?ڿ*44o\nM ER TLkJq,_"Fa7e Sy$BWi,n %j`YB>O Z^{dcހcU| i;C} ]=PbXEt&UtB*NӞ}ewtl0K#Ga:AQ$6d{sLui'Ain `wb?ΡAwt&"s l-S| LޤƁU?Gmʟ.qz Oz)Ft\5ts tϔ=iw)1a ôz5AuSyA)2>֐z" Q[1baaaalrl dyAm9(oQ߂QD7 O FËAm#:UC @?TFmsW"~iῶ1ס1HgKcLxQKxbzffVOSyc؎2H/9֏ܣvimfIdZGå]+ K;S ]J:HCidLD}J۹1L5cRL:'Iˆi4hz#)af~6ᅆFQ|=֫Q4[;HCYL~ȤI{mH7l ߨd)WJviI"i)-tEAH!ܷ,Z vL!7DqnyInao&Nh:m#/T6ay}4 CG7CڅB/ڻ +XK]B}MuՉj-4㫙Nux$-.aw^^5i®8$G_ia:O+@XYa Ko>aaaa ;VCz-2HJ*\>'E@m C [K{dUX/0^0}GX1ins:է4? Z 3+^I?Iwreu;!3Ǩs}ۚ u!:ز<A!d3B!38)mnnE>߿G)Uo ob3];=w`G?6.lmasOGSR2ԍ}}toL2kۇҜxyyw׉ɹ=l ۃ#Ix) )ok{.M< 51^1uHs=7?]y[jz}+_bbP?H_$4W > *?C} bT֨L֝~i+؏DnXb|ڌ9L19b䏅.eJ!Z[~:ec>&L u곕@:O]S)gRRgnM-1~f&|tnGT7֬2X^Ne %B!B!^WtuC "r 5~\u|=EKfRQM헧6CٷC*@nIR9*G?ѕ 6;2ЦA7D1 N}$_gPG/S,_b~ֹ6ޒ˟\B۔6IyDw ex^5@?~];I}M<Ŝ>r“ǺxSW\f݋'a)ގG]Wag)m^d\Dr׼Gl.P[4O]өw]L`bLE{(˼NL}iyszJڰnt<<1[yR}.Ϙ#f9)=[&օWp睯w51_cshW?h?}ڔ3t|enlc9kwh03yf8-׮kxR}1=K!B!BWtNָRX:A9ߠ5]u}5>ώhe?gD>5K9KDŽ1mm5`S<}/)->V?& Տ|q`02KB,snR+Q:w&$Ҳ6t0Nݣn?s۟p[X_tfSXoFW.-am\m&=˫%L۹[kaAL,MN=L̄9i]Zuδn-y5x>xXΰ~7G 99VS+{]J/^jV#paO߁SC:}}s8<- ?~.,cJl )_g /?Vtr6;9Fokφi޵Q ?8ɷ}{SHe̘B,Kj1=otIƵya&z_I>P­M6R\uzFB!B!x F\nnFT S4ݸX5__Xk\7c }E4fП\ ic=O^,smeySjYto=,%זg#-k0Wz_QxOK34q_!v 9]!rc8ND)uO?aU܀8< IDAT`v{ԗ].8ߡSm:It 6:-ZnnY-u{r7@]mx}{P&!D,貥%tۗF?CGC ?a1}9Ǿ>cۆg34!<9vs%u>c/b-"l?1m3IӐ,u,X^SgqerH8'CHe&Y#d2gpEQJf{?rmM.$k4m;^75Ҽi.nëI&#,C N+\rgoUx /˹BbB}3ua1}.?){B*將1zq=V}R9-^nnĎdz=Dx~Ʌ /c>IQOیﵹ O}{Wv\l.1.fø=5ǰWGB!B!/A抮f79۝TcŊʴy8#'fe;tKjL2_֨L9 8j\uSs<_6S2f<>֗E>e/>V6 &}hեfMu̟>x3twMn#6Q(bcKs1XN^έNsbsdso-Son`L 63N;5ӇAy>?{0[NdZ>^,8uLh#CHJEbscrbB#7ZC>Ga=)y.IYS<ޭ5~ (뺾}t[D?1-eOɪ"OdUq:WMMt#B9&Wq=`lBO s,6ok(1L*\0UGev0Mc]ѤB8ijC€373^m^Cp= Ǜ6"̝n{3̯Η=2$'ɍ._x}=c39]Ɩ_ 8>XVdrx-З:i^ 3e?Y2 ,j ̕='&Mh%>J2/\`PhjrԈQh'{ߦ>8כQeG]`'5Db(kT}O,vJr=v~˥1<6n2_X_mWHN|,1OxD\Ni"G5NqioJbσ3o-&8r1H'dw{.VX~zRZmкXI+FUs١q _W3>/{jXkp8?JWmǑ2!B!B!}\vٹ:kdUs1;TUc`*8\ޮsFfOrcG(MUi'ca JPm(-#<>xRdcx#{xὝCk!tOGY!B$|w#{P `3{BCX9,j,^]KXR}PTf92<%H|"R17>_ꘔNJ ClbuCq hyn^QH ~ĚssG.>crjw+ĽsqX3^kyuJ΀[F 쭹300 k܃Mg9__oԦ͏~ftS#X{GB!B![AoP10.sPn2 k?g  ;v1 ч۩]̜UX~ܻR:.@h_cȜ_r1_# GG_g3Fsao3X3숥p7R7r*XXXwe|tฃn0{S~m31c(r7Ϡ՚fʵk N=WX[7Vg*?ey ~s8PgaU.ٿ/}c11q x^bBLO^=kPk#cڈg]Ye{W(hڽjo7WqqZ@gt !B!B`p6^D9]N,ݮ^a_i lMu=w Px^ٖYr?{LJanh,!eHs Va٭.]Xa9y_mfuZh[+=R>8R8mgE)eqbFn] -ZM]~gߣf 7LqQJ!{IOWcc lɅ τk萎|NOe#a" >cm lϴ3*O;T n?4=q"AVyl. L,H.5@SlvyE{߫OX6o@UU0+8;($}6Mo5p*tv^u޲̰0smyba!luce]r#l c钚_ /Vjy`3ҏ_]m~PGbd]!^q2r*e# vuԗYm>kPn!{eOKtE =K!B!B#=Qvm$gtyσ% Xpp+X?,DL?l3Y%"Ms #<eP]%0.kc?Ö8V@?GOD ƒʕL1퉩_7臸hemEدOۏ07 \~E}l'1ltsmBtpz3fWk5~~w0#\ΰ`F߰Il.1E볜S=1{ z3,)۰} Jj܆G@&&G>p?FKVعϟ R}d>t6>_uROȻJKvF?-Ld.]C$mPbݯ5.\n7_θN ԼQ=ygLu| (_7N7yL^n,˶SO>e,۬({?퀴?،ύߵӷ[lsYX[q?yw|.A})~C{!O؋;/_/=SXf\_3B!B!KPxEw݀ T:v_{es|aj8P>g׏Սe*kvisՊy΍bw^SgZEzX"=3M+x>J|{k^D!W5WէO~7 Kv2rn&`ENZkliت7g.>gg$SY4! ܞ6/>-Oju>(񯜘{2~&8!~89 FFJ& njcA<,~խI<{=q =[b{#՞O mvN/}jGxFnt cG5{d=,=5+P| F~G֞ekǎb9Rc%:7攭'~J1\o~-GRR| #ӼBx.3Еr1p@k'f/V'J?_2Эsݿ%b;L]X易|[b35ly$IƗBe H?3ux>,zFB!B!x f^.2_`opD\U_ϰMdBi~|_۟Ѵm,%u9?ηi^Sa{/^ܛ(Lo߾+y*E,ŘBY8:m^ u>C?oR1 c.T%y~URj]R_$I/^ugN-"Ƨ] s2OX@_?e?~<\c9_sd؅9=J!P+>OszCLmۿ({prxtS]J?s2{k/g ۉI k p {V!݉;N$cRퟏtbXrbJ1FgΏ1q?Xxkã/3_e~ %|}3B<'iqcޒ 1-B cZџ GRkwmņ'v~OaX=K!B!B+\:T{.1cmKc?q̽si|yl􉵝ks̍8B -Z2>J-hׇ9(~:Ϛ1|$*L#ugp6rw帻No|8; 2TLls +mt`}zqDKs|ines5\@*]/2n{]:w1r6X/Nn/ b.~"l=@ <:Dq-=gkRp-iLɭ![qR Rg$!^%J"X^2gFS~>Ϧcdr?Wps0X6%K}nDN eZ3I-["-7B<: 1*3)z q9E. s1r2Korw9ݘ}ۈ-QFQCB:뵗qy*|K}y[o{aW' fĮg%B!B!^;mt0u*`Ѭ(4^>d !|q9_9R:RipbSbY?玆硍ˀ9 DZ1Μ3v\l۸5x4OߟկX¬9Z̿g6Orߟv;@[_Ik)x#|,zݛcE ?o}}Ty <_!9_SqL@yL#gMb޲}ί{F(K7bd!C(DT!Ҕ>h"w'{Bջ{R'*a ,Ǔp.~|6#5群0%{Ux 1I61x|i%OC3(Gt3ƻax[moqo|Dbq/WN#4WBWi; JZaG;O iCrE!B!B!]Vս.gfingb׏n׫1eL>R#&mnef gېi8kMez'G,('4!GK1e1C {uLUn]ݣtf.OoO0=oW?5r!<7™Y2&8Rc:Lj>c̱g"u!^ub}헐R,a#di{9yv9_bxqZ|uC2n%De#SG0t|p3}VO󰗳 IDATxnl}ߣSnI>$s 1l->Elݧ|O@/T?4Ē"x[B!B!X p?Y`o3PϹ0?(d}~"}}`,m?}0~^kf˷0w<Ǵ[㮱k M{4MI?KMiޗ3b:rv?P}ޚW<DZ1nyOxxfط_*ܾ݌64, p$w,:)?P L?fǓL_9<L0Cg­bYղg1lo/݂ۋ-эG3c['. '̰,V)!v#6 psߟ0#u}ua |mt؉ qI?%R 6YWJi{gR&C#"6#\^>k'.]48_[\mߞx,"L F(EF3<瓃uc:B*3l2r-/aNädc>9 8Fc/=%IG#^)"!;ywByqȾ(aaoð_#_/PIJ,u?Y '<{6 n_KaiugqXnIY?WfXx|=* RI^#Cc| N!63zt#-. Qsηa]fm![c+JR9(32v?tliofnd`K8zڷ. !B!BÏ調x5,~rqnbe1:&l(K/3s{gMN?$\N}?GcF 뗅سvegb?ӳBbҷWۼ8f)B=!8bX *>fp˞TS}_;}(e]B!B!Bl*kO-7wK)MS:ne ^-le0pGU܆m\exaS4ґ !ZԱ6T1~Fۡ,e+{>_,~lLup|N@gq_Ho1))5,31R:,21!OOJFXGcFR=Kc|:%~ذ֕Q1[BW|Le{B*cc)ʔ~_ '*)T*/wD[>\eb2 ǘsT庐tRmaٗυq9Fޗb3ƚ'&gN'5%[;bx)ūx/E Xsy ч"~6'P\ b/']r4ţ׺uQ!B!BX<MO6rq ~KW1+P(goJ)QaZ=nbL_L,nX9J1]r 1{Lkeݐ|F<>c吘FxX?b nllvOB'vs9 g?֏][qX-[0#ەPK,BmHJKQ_8^)!b2n\fcrr'>c<ɧf;5D.~Z;Ϙֹˑaۦ6u|;3BN>UЇ*|6/+f15_s|l,mݺ(B!B!^Wt #w>j}8#!}[*?)?g+Gi[k;p-r3VXˎxmA\q,oo';B &CXUl={>f`ܾfvF͗=Űxdby|LEM>6i6f,<l+:1{ca|ǘ0vm1im^֏!\^1,Мõ]\fm QJ,Cb2ξz!^=g''Bg ӽ`8b ?4g,T; <_<`Fp8{>=8p{icIK}bmBRm=_ /"1l/6{VP!,' ʝQ+OTP]M+ԚȝP@GzFB!B!x 2]6 5??YC ^HJdUĜ.ߐKo{译sfhsr3A.3sb}]&|_ƦSIrax&9V EK7l]?`@<߭w8X {_0ow.;`sC m4qxVre`}Irp[Kune ?4r9 O[L븍YGAa8=j}o#f^/TԟV Yʣ*:MIt{Q ?D1/,2=7%ƟuKr˰%xBޏc(`X< ﷈9[aȤ2⾌QL#!bisww viYrFy"8Xol=~r8kXuA721ru?2l?gp9d|>K=.g8 sӔic[[&03/\fܟ1!b9cM{Oo9T+xfaaWgP}aO$:#mp[ lYus:[r޵=ùpd8y_!Lsg똕nI,Ľ:|f:>4^a __T ܺ(B!B!s]ym{> i^?wK_ho 1liPxRC1ڍKg /dNdY>3dXDɧ+襱3/f@u|gG4tRi|o@P^gn.Oj&b2{$9XgX?R{!Rx>r)nwUa/ҚT^IއXtbuE>9JY7:s_q_>,_{}//ϭ/9- ɼEۼr82v" ׆۞}}![B" *TR'{/V嗦m`3lo [<ǭB!B!BdxbX s8?bL ́_Q1}%-gR}Rmzu\C;SX}!DY(^ >vBa'P`v;V$ƚ[5-~Ԃĺwmv0o0usU}yQ/CHY o#,.E߿ ˹XܗwLo˯Xk sڊc!CX YbbkkP~YE@>Q\s5Xt?b\?q^ 0`{dQO}c(ˑ-0+)9]/T9r&?3FU܈JxHN> o6/_^G}^6b=smܣ% k|VY( =X]1;ybio[ ^Oo]B!B!?Yv'`5Pרa s|g-1^/6p(74%6dvCx_1?7_< ms bzk_!^/ęd[ţL[t?oF)n]|,r+i/c GGB_n Ს:1199a2l+r#uq.`y{o l^bb:9lb-##K)bwJg('0||͋_ٛIK4FW4 ֡a?a~o.i7nR~tb1{9H Yߗ،p܈cu 20_?+gbѵ`ROf97gx̩k#u'5؈&[T pm ˾%{8)s[ ˜s,c bΨX9̨Xvq!~:3{XڞGl}F{ሪ<{q<{.7ÈE+.ѽD+.oq9v ۳<&c{g,g{\rr#*71ۻc KmGPtnjFɊY&Rr5{|Q}s4pi /Zaë:cP4^/TonotMSWf쏰=;ݳkb/_ ~I[H#?CR2o?V^UX9s_CY/2Uke_WgpL8f!@3rh{:ī1cG<~9٫OsxG p?caigO`]| '?7\/']5@O,{9s]N?$6Kb!$KS x IDAT ˹.g-lt݁iY=`GwW'§Wǖ`\{&fs=3~<9rEi/T?Nk;޾[aMK8k]| ktc RcJ,Sh !g1MS-3<1SeDL aj4)})G6,G d?b:<xX!"uO/22Eb:S5':nX{Fspg{P Oԟ_0#iO>/'s}c{1nrCr_,Sm=9|׈޹̰<7P>Vl.}/-&6e l[2^_⑤-H*ߟ0#s/h =E!B!B!1]yofX X_o8ca}.39y ~6%H/^jpc[`LDJ%3Tt 1=CT;TR8t#h)3-d{bȦm3|J1Hˁ.M|`}n)bxT*yXxFxqk.:L3f9^m$t"P>LNP [ SN42o0JZ'"0Feڏ_e9`g9G<><_9 sTۈ!Uf}Ǔ}b:`Kf 3RJY[ {`oFJ2.u/eK!DAyyBy.x58xú\"v/^l^ߟ9~~CXlV'z̭B!B!B,ltMؾ,4kQ96}YڙF8xbu%sr&'_G9mC18.ag|ޔB:S2r.ӉՅRB^r}o]\.O94_s<~\x~^Ht=fܞ۰a}?ò~X.YacanS<އc !}zp|c0y ܟ.˸-k1^8\ߝch_>z^N7-Aګv{{Bz,s?B`Sc6b:#a}=f>BX7~ϵ#̵a0d;3ijuBx$N/v mƿa}/q$_!XkL=gz 9 ǰ^PP}]ch. !B!B6&n=kka'c`0wO e z!raBiDCmga tۏLј3X6Lti)-!hH|x%\mzUƲc>a+l}u{U["\" {8:Ƹ(ókmF KsW8!G8vݯQnZjUTO>]70ec_0 0#@"=CJɤ]}ۼ?`.WkBjNuhB!B!BlZge 엻Tм\+ݾ(Op?G=Q4kF~?ֳؿqZB'vW[B7%1:BuY\QVu@p7\of4ŀg9Krm$f=.}zI3b1,q9 a!ne[W~dv#\ \BzLC=p+ӼBe_fX%D'33^S` w&##x؟sGCoО1+_Uk=Q4PK fse_ҏsyܞt۰>*_ Gɼs-9cz}#koe/Ҷ$C8~9]I, .U6y[B$xY 1BxGW^7P2#v?'w`Cz >:]B{ppa/Z?DJF }2ֱ-۲>xOЈG<,cXpKߛI޴Vm2Nn1`Ė)brn7!b0.pYW>_B,˘s"ǰuO_ؽƮ'));E. !B!B`+='ˏTa/nOd5>;|A =[iNmKã<jLϰ7 1s&!)rҤ[zE_Җ!ʭ4nؔM޶rWS"_ !M"07VF{dn zҠeLEw&b/Ľ9=6K$B^Ifn7whO8Derq[2bփ7^)KU=5;QQt<_=Zk<1:\f8V ۇ̍f[99O<ڹs<\ IY,#[J9*m^[ r^b o \>֧+LXGi=>tvxfm=N爍ݯ0\{z@,n0̞/B!B!)Y抮j3S7CKls\aGz`5to~ko{?("ѱG/ޢS\PC[e Z~ o+q1LkųC5Bm!kqIX۾uvIﰟD!<@n,U]۳62]OOv cy:@Z ?P<ޞ}gt473|<\:!}_Aem~hs*\lv=],^9'uXl=+oc9Y cF~>mؘ Lr?!L JQ&r6au>F_BE3p]%ܯ"r͗gן}0v;-`x숔 o`d=B!B!S0j=kN1ؽ3͹\kes`[_x2 ?|FooI|<ӴÓ,߃̍).7eY.oGknNFͷ(:~?V+@MdBgwHz"`O'ݓGiW_ϰ5Cmt.:M&lk8oe=>p/7ZXXmj5WL륑]{⟿Wk -\ , c_b 9x#Loab-se]n\ڍKGwݫoݠj!W[IGMz8v.:.fl.a_^=㩅ۋbqp>(CJcFdZ%<ݽG+?-60皙+;~v2vkv-[W".ijQ^b|<%[ ]/@F߇ @ca}w'Q>Z|-kx|1CB!B!O#?wo֊=Wڻ+W[r5;Y!0>=~;60AsD6Mc}-8ߘ\l1pQ[*39YZGtI^b>3[2.bUqhkGᘳNYBa[;˕1ܽ[YwrW:k?A{IZXxw$PߟXw=o,1~٘WX˫_ 4ƞk1.%Nƶϼ~;am‹1Bϳξp<.O\~pır[KG7L?)-&6*9}>9 )OBazh{r\b 9hm?s]]?|ݩ9{nOᢗwޟ]#|K8I<ݭ`^j+v ^_|4'UF{i(| "|=>k F y\u}p)/.Ge$(CF{Qqt2GeDʹ6<_sD./ gx:Bܛ&Xgxop>T.n+4ẑui'u'4o43,_i4_cǎ;?=B!B!ēPFW~3mnv)N00nrg^p_e`OXvPmZ{m8%ַtu{eߒXf|-̵}σ[5pcXbiL\g. &َ?Z'B<6cSwVW.xx?p߸W+^/e쿛- ` KzdZOPoqKֈKŊ~L'yμ`g_^,Nk0>z`sMn s(e1_] 9b.~ քsؐ\1>.Ɩ%˿'43)pibZupM_#M}v^^px_o| pih vx<~ޗ^2hQiߚ,xՄg\4/-`+l{wyvw4/8^} r6貶`/_`FO8.פ{ď(ƻO\Yrr`XW㏙+g,12!5Ї˹2o=]~r1dhpM풿X>0<1q[s2nNOs+ʔcWU7¯hSZ?7`-ϻ.z{Dp{ 0s7W ~rt4hni~s>o7e<5SB!B!vg7ҊTL% E78aݞ(tw;`١1֮l}q 6n7.iܩ~ǴŸ.Sc 4z[~ X$c- Xb6r>8#fn[sg(eg\|;1 !;sV#f#,ZOK̿˳b?3rܼóˇ%yZ;v錻~! ʡ] vvh =7'X\+ˀ.]p3zÆRsi0wA-_Nzp)1 &g\o׿3M|djK.Uo= WcG6R7<;> 1'1CJ+kKȈ2av*d!/UϠc`e&Vٳ>8| kº<zqm~c,b8S%'5G.:ˀatx&|]/FB>X7>'(!vlWsp>^9~οuso"GB!B!xƝUMlOQw_,uuƺ% ,+srvٽ=]/ȟa3c߿New#f繩c\w><[+3ծ?"ӽ/9}Ò?q8R11L؅0~ W1&,wgxh"k 3v/0.\Kb+p< P ?1v^/Ulox`jܦsXeM[Ӗ0o0.Ͽѧk'سG#a~6= 1 gyо ۸)ɁሔkҰv n-DBb\l:Ĵb< Ym,#O%r2FW[Qz SS ̸g|=X۸Ɨ.u.]4{` !ê9l9n+X fu;om3 ̮bu=_ZrgP3~PF!c=헨z#>Z}ۗfU+Vc?ݘnivmfcn<^'%wp>e12eK3B,AM.En}Z/B.\l'3{֕/w4tFNB!B!OA؂ܠDž6O]^wG{O.k^A;-ߟLJ9; t/=+k{sY3"GGn{tesO<٥^em ;F?&ʯ%h|!tKu?O 0W/g%ʩ԰{OWb;v͹uă=;漃=>[Xj|M/_{'borlV#?%}&,ޒp9xklxk(֍P9oI?/ػ:ԅ6:<<e!:kn%| QOΙ1}/,{#O:}w#zWvR\xy}͝s J!ɟѵ2ފDfmu^Sƺ<L69xy}y{kdjj߂.sDIeCDGHN>̜2^sI /'bBScag :뭘Jy+7%T ч3+dJQDŽ9µUc'wqs^-ڿOOy`{أ;۫.2ݣK!B!B<.>~$[8O@[G_.vh{w]0ؠ&8foǣ1&m-EݺڔTx,9_q+zXs X.%Bi!,g:be3^brnV:/Gp~ֻCLe#M8f!fcc\g4F+'[;ζ<Ƒr`-.x'v74ߟߕ6rqAOD9gFr8m'உ\z ^v1r19xy:~_-SHN6qX{IJ1#\O}`(}[q)Yhq竖Xv:!{fc,!fMzSBGz{} !ÞO׿tKUqZKB!B!x0gt"#&m< 8] #=h@Ij2gK:<>GsXטYM@^ZrxܱD.O'-d[)F!-'!rԽtVE[V|{}ؽh~ZU /]\)A>>^&Up ɸ?IkTؽ<6<걡a.ׇ?.l f`$1]e9/yGôu!,/Ӊ\{1Xb[|̗9e!&jtoE~pu|==K1^j=ڿ{ t*K ?`wxwW9Uax~p VzWsvP6A0NȄsy_x.Srn}e[#>"\=xIp4M#KYlͣi1R'GβPκB<Ề)b-kïyvb@أ? `oo4P{t !B!B`]u |xT-;:{:"늵߫^&up |Q ks,6ֱT-PnS07g> !kKQݧ> lh͵{sÞr/}쇰s ITwNa|ͼAlT.d<% K82h*_ᨍOgi(VNˣeq6r&NN&~"U! MJ!c/zOI.Dk6+bIJG:![sSG|!^ o0&vZ0e=}a WݞUl]B!B!IFm1h>|}uT{m%.([1ӏY<_<yRMQʲ2Om)nށ܇ys v7o0/ӄяsl/bAeY{9ok{+=sr.Kp@Ghcdxbuu"RFSF~m<}g矉եOh2q_xIp 2F.we;1 3OIs_cܾs9G+jmjKhWq(cGPqZ4_x`؋_W ]u$6=`wW]Nҕ%0s C q9F_>˕}eL>F~uG\CNԍ'f5bpTnTn_ܗ|o:]Wob. vdBl~O:ܶ q{9_V" {BCܞfM.]B!B!bm*۪Ӿ%ۍbgwb{F`>s3|%;$%Z>RߜRb!Kn.MkXdp1T^^ ն>ob w/.#ȝ/w2357#O`?r:^#º}xXJ)lr&7s\.O9icXP32z輹ƎǞ2[rnHɷ=99$,Le#LQ$_O5u~ ,tl|޽ k1-Ώm;p-'C]CCn3/'`sxm˷/mm3e6w !R Ɵӏc~I>`R>ψ᝴vN70mmǰ7]_v\܎lsvZKb[B egXHLa$B׼nDkxw>'ݻ9rN{t !B!Bnt}{{yyyq|<5npme11ɘ0>BI\#tcz.L|M`bu1"Dr. e~bAEajU vؽ} u yb&BEͲ5ĚC1e.,:nN ?ϔ0RJC1Lؖ䞜8> ck tceib]bY ~b,ÌrHNb6B܅7cfX~Yo;Ƽ`vʈ.:O}Fٟe^Þ_k[n.ʦ}}1kL!b>9dcsef~l{(߷20/G>Я[uLIs:B<*'w&a{s|{O_#/]B!B!ψ6xE00߉-L|5^kt3 bmyiәEϤfPel-cKbK(a+#4k_`Rt11kB[Α%JfQN~;MJ½Q[O=a˹̔?rluP;qjtka1˙az{h(=l`hӵҗe x b♘##Gz`n/FZ)u97r>^VbHnt^^aﰧc+^p^ѰۘnSz[@uz8\%X6> ŗ0_3ʝ?2^̇0;X>sv]]);L咍[gn G..ȳԺ(鞽Y]oz.](B!B!FmL_=a1i Mgc}{rY(sYO\noڋq}WE*+k(ģp51&ʯͳ)j>a ls9;ťK_#[uϮ1p6.܍ߚ^ƸܓrpdlK-yM8 צJN}H>k[KvtrarnO,8/u5}bm"XY'H[O|e!2<{Dw\!͗\`ޔ~.{;l7g~ÞOXzSxy<1y> a!$'K2SuK#ʰ~ܫc<71}meW2# Xlp[qV~n',օ8 |j܃a/yF6ա#Xx|]ԚWZ.x4Wq='N^(B!B!c۽Ӱc[Xr`{V#׏&x3UIhp_iw49Wg*߇b{fn(Ox67b>x&J fv3´Vc{kfшu =ě㗻8.n5]|x5Мܩtj%=M.,(pEنxs9Xa{`h:_w{\ҏcd虜,N/ĺ^|4bmb۟ᴺVCO10|H!^\,Ė1y;DO\Ss/\{:^^yo;l7zV6Gp{{9\j-2c[p./2>oou9C-Y'C&5bvi4JrZϽrW.1[9?f0?,Og g 9cY~+*r !sr/`tQ!B!Bc]gaû+_.j}2{oAiJrO_ϗ^fl\dnr/!hY[!B>Z/(֢~dM^mnt=R%/{vmͥ__}]#;sJކϧmee{gX^k?>눍R mξbm_GԒv;޷ו;q|׉us1m Aڌѝ-b aNY_B<:>3yܻQ פ38 s(ͽ=}öhnV?oJlS[|օp&?4V9y?en,$%k5_'k>bфڋ-ڸm. tĘ2 0ޓmam9bL{U2y1?!ӛAHB!B!Oa6姸3qojBmכnLT}03)'7G5^k%iogOGўKG;bя.|βR3^΃}1HouyeD~ וKcK`ػvL>!ƔfmYi7(~?~üb\.@s  Sӝ%xc!fDCu)b!Jt8ƩiŢ>XOoEc+8o9!aSL 3e+G_燯b,f92 S+@XW% sDˢ#ۢ{t !B!Bꌮnm7z/ͥ|ݧ{3ǷEmtQ79Rk5U_CE#"nAnr,bˤmʙ)B<['O bc\mD!"5#"0Txtj_сH1Vo.,vjp>OŸXolt ;%cѵ/ 7i,<<\~[ 2tYg]E/AgZO͇q_[.ppYl?+-넔G1OHr"!bJNOY1XtOK.~]B!B!)uFl艛{q*f.F8ϳoY|] 9X|}،R`|Cy;`8N`{~:,<9J6ѧ&cr2 ~DB}k?k# /ϔbb 9Q- 0t]m22o?8t<ScqCX?8bl;n(eٯ=k]Jg䳘Gi|Ky e+˙Xp6p6#Hx#rQ]CsBL IDATӟ!ˑ;[d{}X4EݣK!B!B<3yoWvƘY_J[Bs.uYbMLՋ[ˎ1X;eX1-̘ܓb|ֿW2~d7ărkbj!J/}(- Sg8ޘ}X[&$gRxP'_GSK,%}}Zs8=7V7ޮ](ɇJ/}''|lyƒYY4k?Ω%W>#K" >0̻7׷-ݣK!B!B<xF؁|,*_il1-9"KZSdziD,?s>Od^=]zmI9Oۍ~;fkb#R,:%gyG9~\gJbekzJP$K؟X9V #$|lMlky6RB?s><|xK>"Ox(^?sQtI_U<%;H73No{>6wb fdy? b43bHZ: KKX6=r`/3컳HE#Pb'^HI8$-MKhp~pm}HXM}u @'$/-%3XH >Rcx.j_ Ec/Y]Ǿ3@m2.XݣK!B!B<3ejFrľs߿DzN_cczmS }\Fl9 嶭%e%?5kP.O{wzt⪛s#mtM۳C_V&vُ.j.񳜙>h,ISe>c쯎[F=fDpގ iٞ˱͕)z-.Sep?g=l/8ud 22VG!> .{O17F!r˞O ̫f0{߯+{RQ6ݣK!B!B<5~n85k.Lq[xy~eaaoX}XW׊mY?G,qgy621!,`!.vg@y|cr&-/|xvϼ<5i>9s!fgXHLY,ģk; Q\r6  칹<֘gd4͢#<es\ل~ }Ja |vKZ&Q>RVkgme'X/<'?XWjl'Ƽ|B!B!W^D=iQMZwS/6Z!e'7G!qdrP;Mˮ1^s}1b)kX#l%xiמ=aah%bXo Xt3 Suɢiqw!%[큡d?N=Z6sɍX~4RA_2rn?eղ~g?q-Տ'=\N~R0Gay^LI^b!M)0gsz#pxٿ7pFlf?}?bkȍ[3%J]:.K"0R{Ll3*fs*Mzb8-Q"Ľ]+F\01o_uAL ݣK!B!B<=Kɴ=:s?o R}||c* E3F9bǥ.B,Mќp_;[{ӃFlĮ1Q-Dr,j֩o0,ٖ`/1pgX.N˱Cr2#anyXeQp|yx\Oe!90sb|LT$/Qj_Ln}|пIp wf[<k2mLBmXAG+r0%sa=אpdb^<-V^A.#RY'BXt:qݶװl/cr&':W!D0KdG8'gBdzQ:^=XIՋsvw@s DiJT?#GB!B!x 6vFb|2sm1Rk[mn<x=7{(Rp;\ÒĒgLbe쳕L^_5BJR`kG;\ΰsxg>cx>gFgƯgo3~61Z 3-G'7&)B}u<%Ro.[qK.kZl?f8~_aXxk.˸n)5(#PXYBg`\|mc]b\ڿ_4]K` ǐD\حy23%9Sl6 p9k~4CvlucH7?<%}W䉭7Oi.rlׇ{+P;a},1Rcη=}Þs8a<==B!B!Sř(1{/<oN <|L'I1=9$19C:IUw5"7 voX|&ч2Xl{iٗrV;FCX߆pY)Ɂ?*X{f~~ kB;e繶>x"GNtL gT,؆uѫ/ijQkN^.׽+OZn5']KD5o}VC [[u)jtSLOJN6܌ژ61$ ]qKbJ1f|~:6#Ep:O.c=LLρzBl5Aǘ|`w"%jh>asxNGq3:[FGz7 {>( fTC8mv\"W^.}X_bbn9B&&Ս%Q/&yJf`.zQǿ4 PnH1{!:Gw!s |mnZ}>ڇ/4Z:GToEB!B!7` ` =_[Y$ uorBn_ K?>5cjJS3c<4}˟ΔqZ*R ,/f#B*|}J.ɒ!ӱ{tq1xm`y]<[KwX_sscG,b_oظ،p'5ZC#Id .:q͘E 7GLY+sl"a9J{,"׬X+Ly0Vo j?7oOykdG9`~w3 ؽa>~nmrTvbl/F2X^sXX"_ML}.G"VzKО-LWݳ7T^\9Q~)Է[{|Fpa)C?oƧI233}W^ THhN__4lW,{HTou=B!B!S6h7nsxw?>ĭ#~Ɯsj{Sp#]v-gDX>OO܊R6gsB!1 ~2S爽1Vo߰`tn5, yn4%T ibMᔳ5᭘R+c#ԱpxRJrOiT=)Y/x˝N\kRLs#?{c.<19Zk j6o;d^ BK}IX=%%'c9yN}Vzm^?tB!B!x ]t=aOG0Q&xlmĘT]J cGV2?~e ?m2y?{%B<;z=xNx w6m|_˯З[ݫb&v__dL?w&mM/17m1|yYư=sɹ}.MXx_N+GᶸIO_.粯 a> ` ksL,>qOƏMjLb\/^-!)eg`H,s3]!RyW+qZ}f<{9üm ?gd~Pt_jOG?`W>ƊM1,8oc/lRgyMփ{PLI>$]l>}BX{/HCl axrcdBl Q*&^\F[dM~ JqOƯ(B,X؆_Xݒ.Ͽ 3}>D!B!Bjpx94߭ԗc룿t|C߰AW欇8_l/c!FrbEȘ1\[5>ς%ϰ}~I(k5[Erno S??F O~ޮ&bm4$SG-PI*E5 8[Xrp\F2.kle>%Cbx\نe}_u#';<<_f!>8umkbKpe! ԫ >؛b^\{SrLѴ[.>]/ad=q-č{]`=ᬮGdƺɇ0~;.ybXeSAg`K,{}] 'kwb92=hFN/p?Fi~BJ!-wpr@2KiEG <'ģ¯9gswnv￰p'4 ~&! XB!B!Oo4ؽbBY <-bEyL }th)R9u,s3(3t~/O{n_x:*nŘ̀Ssxyݻ)T (%/~U]׽f_8j{dFCx4XX [aD\l}d9&cr~Nao.增ki\u5(ʢT$g55"7&T;!fùi-/;u ?sg+Oܮ6oOGݳ6x'vV1%r%k䆒e X!Su=״~EKp4!׼ .~q:f1~G>mob.|X1ȔZy 99g{,qVj1E!B!B!NF=a0? >},b돗%ڗX:s=-'>yx>|]<'gYX>"Ġ~ϾtRo-;,(ٻcR9(eS숔#@GLB1f-C;.?7*_ SgybntQ!B!B2i^.q>_a|yyyaƶg ӏQ37kSlJ̉g{YxĦ}xs G+6r"F]2ⵞle~j<ۛE$JRG fqyK%Q}o,v?~oqxJʰcgX:#r+w&iLO'\eR:\?./= lbXR Il|Ve`f-/.%<\Y IDATg xmц6|ch?/_ߤq_xbQgˤKB!B!7߀110{x1mn?6xjgz{:-KlZTCNZR#W\Blw _kJ,!D!ٷL-ׇY.E/ן07VZͷ5hT:Iom2- L;1sץb|'a1M*!}ϧ_Ⱥw9};.pӟpp$79%@S+D=c2ʴ,˭&!~W ~P QccCm~=#ˌ=~}\G?-swj׿{:9A3  s3ӬFay+oibC´Xp4b}b:!Nisy,eMswteKFsY*1Gǽw=-=u5&*_u[1<1g|lEi妸7WX]-s}O1ZL^Nߟ} ؽ}MZկB }B!B![`]ns:az=USiSmO3ivvo_k~0l曽>e`jf*-3ҺYތ͕zW{z|bz57}_+nϝ|F{qn^8c۵091%|,ϴYm2nXf9a}~;+~Lk>"'Q'qN+6!\.JuK3QۇgǣT.>?\o܎B eI.J+"g[b?+(Ǣ|}yc#L ]ko ? oWe\'>\:.`}e&'rG^"Y>,<\179F9 㱰r?~D^r,C̰F\aYjւAzGxI MRj?FM!~$__6/_ܽzFGB!B!x &ߕJrAs~_aluR{n/-a+hcoB?epVI%QpsgY-sk~̍7C1#ʭm>1nc8ˑ!3dgn r!f}:[+}_c$^羽7`Z7N crr0>>m\jĶ~MH L MM!4<; (dǜ1hxq9Yt8Њ/Mtu.aɵDjb.֗Y'$-4paL#\5%"JL)!b*{^ 4//N=W N'0oo/ 8]~c-nu?ρ1yD{ȈgE߆lmYzPۃܻn !ܯ/0p6TݣK!B!B<꾇0+0{x9;\0 7$_o{vdul#j#Mb2^JYgז(Z!<>C8bB,CndB2V+>I)DEE,&mt]>jOz עk o[ՙ$cFf?ϒY^e,*`]jG1pi- qK}_ht1pM花Tot) '2k p:_]4v/gK{/Յy=.ݑ+l G̤˴Ym >,xmPPnGX&Ss28P+gÑ:q/[qBOqEw0_j|/5oH,ϕ3᳦+|Ս!f+ux=^S|Ĉ+xb-nNqK+Wg]=B!B!S0.4ɍi;ؓ?_Ik-`m\)Y]Wk<ƎK,k`L-[˼e,էRU{QMg$JCVft?bzp tʁ;8wYXo7/HTQ6@w kAx91R W{y~jl۞hf``q}={:EJH3QBYfJr e_-r9c}ڶ<+$ڰ- m ޽XN8qw+s,)yiKr!2g؊}q/,p<!=~{cy.3/Z+MمkWtjFltiҞeL{cw'`X{4 ]ReMlǢQ-p^H]-l_./zd1=`yk/FIG$}T}HRͲ.&wfcY\~ybӯ=c\+?hd]9&mwNؙCj9Lg{.3.wrZ5p6ú0bWLPܾHl(B2c___ym鄗= /417"' kf%B!B!]m%Zv皵 ^a_jtec-ndb ?V~; ])ycut^H{ґ nInBeqNIh^]{Xwيp ]3t׸Z{AcncXcpj7{MkOʍAI'Q(޾SƄu4ll?ne˶u\?o<IOL?ֆg~$prua GjTxn{=.rszoAIiŒbT |Ygbʚu.7ba0Wo}-cƗ×,2^kY>#{-Ym[##2眻j{gF(a.:!k͙c08 $|4T6{Lt +sк䍛*r\Uvӗ+{ k`o<-]9& ЌsYql1@[?fX:,g|+ɵhZ}ؓ ~YXĕkyX: 'G'Raݿ ,gA 9s6BkBorFL϶8,Nl !1x?`Fy=3Ë_B{+cIKD.!B!BDVtq`3X+xpJt+( :||yзc,_®ҵ'm҇5iW\$rP1;N.b~Z>/KF=ޞAI PV;((U y֠&ǩMy;&C&X`fufWa_ eqO츔R-Xqe=؛XMbc{q}ɥmytm[XZוmfnn(g:Vᾌ| `)ƶ[l.r ٹW+m%EVnտʠR<;1s'z,׽89t.0yZK;uוh:,?Ir sЕpv\Z>j3j ,3˕-s\;M,["^[HW[%y{X r 쁬I !jx:^υyf`g@y:VžQ݊/DWi?Si.!B!BXA+Kq+4֭?y>ٹW­˸K%Tr+Z\dGZfyC4sb =롹ƀy$w7ƺ0X2=P~ں\G`loy~^W? *~]r<Ccm d5e/gsq3-~答uq`>ԣ1O {:>=Nex ɕa}aiրf+6&ricrGLNHBj}oL>,t? y`O.2s 41X6OjxKl !?ˬm]bw3~H瀯Cy̸]^WCE)V(}6E(֮Xf=#o^lڈymޤ#p8,}t<6lq*˜҅dsV/ibRi~tMl q==GOlm*Lq9}O ;FƦBbjQ>qS-թm/ECОipnU< ,\!%37u M^\k]\+UfqoV%B8-F 'Ux=N^,{ba!cp[3ŖWvjQN~ȈtMt5h\\be|$_Qnӟ`V X\g\&_haSa&'hpr*ϐpnivVb#9GZbpX\1)OLGĉ?a` Y]y '{x$swn|Ʈ]w !Oc6[@"ڽ>nA=:K!B!B#Vt^ bYy<2AG_;}{> |XcWqcקi >VksϲP~y>V!5'BLc1T^/(OGR@Yzp+Vb8'ז f;W- n6zP{bt- q],c< [}{ m,c.=0=}zY8n?.RuS޶&qiBmKۦppK`M9g_C/rLb*m%{|xUq@\?P'ĜǨB2^cV-#vC lnR,h1?:K!B!B3PToSclsҒ6Ќfj<-zbǵK9_ؗc~LRjѬ!1J%D'zK"^|-cl:!<BElVD{: jranŘm6&qf2(vos^g~-xpI oFS ]_#buB*k pvtX;8}<n.!9=s|s3lnư-\:K/BLLDžr ˆ ї)(^!px6xL?{y"X*z SP<^Hc:ׯ?X nl_s$2ylfO|l` {y]R ]ސycLCO snn6yz7:۾O)xn< 3CۓC84\Tф=9R.FT4*ģ`_a!q?߲65Tnoa 2X-tFB!B!x * =}BkauVt -:DBa^jю ݚ1YwϠ^˂~@#O<ώYYop?l~\v}j˽}VI1I]f)ҝuO{qjf9`Squ\WVq ÏA3 ?>5 K=qT9%K$e hw,6^(gY1vkkHtS|\cvp)*=='0B` p?b:<Zon_ ~>#{Ct˸x,;k {gl?,7`f w!5[1'"6-f*yXøv\,o0`f~)I>&v.V ~q\f,g vuGpg!^-fϧɄxv)iC#ī嘐>64[Zk0n05&fEgt !B!B`DW@Z]P(Kfan_s{c#jKѿ-ieas0G/B ?: !ƴ/ְj{c-_nbGcOW$.f1{`o4<Ql(|^pZ0iO3BY=[u41}3}tt6׉&ZB IDATKfQ1_Hv\k6Ϗ6m6V틐k?q8\!pHBL.{Ylv8⛡5-o7VNpv\7Ƶհ.c`v{ (Qf֛8H!Z&s\n9y.m縷~T.DŽ}‰WXxZia'Ĩg18-'a۱05T߄x$>.f]ū1|'@>:B:1L4(rZ*}(Ҍں(B!B!ln)^5ci/ܶǞ#gao{B7b)bqiy{h7miLj =[?SVp;Zx]g|xf^/v.Ur˞O(\i{8/7Ť!,wX-&ᐦ,:$W6Rфh0˷r8} |mLSU伪94-ģpn<3^]f(P~5KϠN0gA+b_\9ퟃ3gP}t]ab'/#3F_3OC{Bq582k7mQ(_퉣GF8?a 75'k+549e6񫹆cOf&]n):DeBX.8OaѾH0nNK[m7c휻cp~Φ;Αk[1\^ib7baw6o-ayDži؃Spl-}~3։:ʐ2 JG- [+Ӽ/Q"dSU¸s?~92xbtFB!B!x +lfߴ K/7)gأxBkLSN^џtf E_O?/O/ij|7xsBebS}_5=aqPr1RE_]&*K6\54 p.. :4u~Gycj,_Oֽ]%ρCܧqZNU`1}b f&s~^Q~׿&ֿe}=ݞ05k2iK9.2O]nYÏ)JЕǢ?ᚴ$C !0ϼ#ٝe6[Zs< ]%B!B!^D 1V@c{%z*B ֙9#m0q?52skn;F~pXwnnna)`iV瓛quT솭Z׈mKoc|S8vtpۋi3h pn7MҌaoCnX-+ceb*;Üm=>Ͻjb)O)?ʰp1Gz.l0,#:CF`/gvYa/s^{L]ޅ[-v W箰 ayHNiT1a8$f[S0M .}m%y*RS..p̆˼>#h/uL d 8oX>yh{M8]~LGWeN;}ec1.f mdv{z臷9ʯ_v+ؾH71ۭB!B!AQT~~cX{P%/zq vZvى.`cϪZP4Ҝְ3)%~$BL}*#|3~~SI+fy˓(gV '_G֟O6kf5(~4?Ձ& 0hK>@s"5ڽbmy~['=16+w>>?N[g㍉u3}SǸx,]}w1 6| VD{PlvaL}"3B!B!kPη,=a+>auB1}/5ySsxi6ʼnLN''B1=w}!}s}aO:ΧZ<ms)tGfnbq{Oy@R@ܡly:=UR[4fa{9ٳh+e\:cb'rX!pkָؘ[;>ӄmsDߦV0ݟ0M<퓷 bN=|H'5bvx?ǐ1_k|J1=ՔLjՎ2k~ f8u1o}Oٕbqa! S_0nUk'F&'>H0}B vul,u3 sk<\n/7f~;—'R9/҈w{_rqO)ޗ!S_ǑKbYb[I*p[{_f/gpcq?CB!B!K+{olc!UiR]ޏ~O i7 /ưb'G5"M/뻡=.\Įfi+OɄxOLroZ`ϧj5ꭓav]wXN45w h~OlB *I)9/ד{e/EVzg+S^\ڜ o,Qz!@;[ / -pzGW ߭+D+ǘ[O%b7]>6'?|m)GXX\Ȑ]{>^/0+7Mc6ۻO. fKA~[}-'şCYf5;xdCV黾q.=ąi 's[5ZTCX}r-u>ҋXuy;-{[:8 iZ"51ϑOH|Wxc) !la6ͽ߲w/_\/_yƚϋB!B!/Wt-{>L{9Ӂ&Obꌜ>urīX8{^X?;;Y܏%B, טƘMwٶ8Dy^/h_0  1C]2S~WաN?{}eC a n#w_q8fmrn Mmmü1VnYˢr1 ߞnoI_F{%I̛bqrr!˜w)bq!19qx,C*O)B,χBbu߯~2p&vb:ktqyکh'C˙7]CX|^H+T3 m.A)~Lr O5q)ߜhj4O2U'v"c뜞mzp˜\o<ܾ6洌7{m3HNM+o{\7CX)M| #fX&O@eZ*?Con!N'J^:K!B!BZbd0{+RXgfݎ´}W<bNPOy(v0|mmae'زDޢXoaV y˫8G*er|n ޸x7v0\.DFiwǢ-YNᐘ,EN),ojKRt&nXٺ4=&@C8}~>g>ph0e |t~ȍ/ɀtؖKŬ70dO˃Ib-ʯw^,s0`8bspMUX70;˖[c-+f8.En Lq?{ҲfT#[fxGbW'w8}ְ3i. !B!Bqkٸ]|2-쑖[6$b"kCnua~JNx&%g1=|WWTi7[\_zE0R}~牮;~@o6.žOoebK }T)nXS#kXަשǣ֏<O\ =d1beąﳬ&x7#X#gN(O9'u1éʅ>\M^Gٝvݱ׫'m rpyN]pnƔ (>Q~W5؏N z|8 ǓzjҰ`Ͳ:yr'ku\#sYvίILڈ+&վҾuנ?51p[? {1{Mn|zd!9\1fY?8=B\0=̶qv>^AHW7.!B!BDW׌_ { ¬VYj!m/%c6Vbr\f?&!nE%ģwg]J1;;ߺ:Z(Ka}]MbgvT-ߛl|Ccc s_ uբ-0Ɂu=Xk}&0ӌkpXz _k_[Jk}Cxvlw4z~v mb1envYy=ܹ[s*ngx]:\Dp4;^nUN=9' Ł!]}C0pl1Kj[3<38˯ Kiʸ])tx\X<6kǾtK`؛M020̺ c!Ӕ~*~.r9f=PvsgX|F!gcX~B!B!uyg/fMxlY405|ÎZӭOWyCZFC=}/x]#X2O֢<~q]uf5v?N3{>틛fjoMu=:'?8 KTl7#) }U PV0Cl$],0lsC`9bbM n=[}p_}aY\u+OXpsy᰿Lm㦽5/;FNBǓ8MEr 1ɇE1'yf0\{FP>Pgw'B!B!D;פ#Y X {:\pyt00ƘEq97Vw16tmh8NP}!=ѕN܃?ĿtB$WYk(Gzqt43чhϰu1~{d ¬\3ͦ8 L[.| T1)aK&iI [ q֛MTML.nNݧ=/;Ğpm2=tw xwr:9Xy 1'x1ou\92W/!λy_#SvPlw(ߤ3.py0J$:0 |ΝCԬ7f֢ {V,.E7m{DcbllӇ>-LJp94q]Xޱ8Ѥ'tťq֓ikQ4'i= _sW-!^+y?2ޅxFxY[gVc]`{qmm񍽺ߑgZ&B!B!D]%`# l`Z$(ܶ3Q=دmҭ؎mch U(1LI'+iRXy~y]}O^şugO(>Y2V=?y,F- \a(Qz IDATvgDG^prvsrLeެ7@Q`TUn.kecًťMhq.YZK\\>[}=-7<3SXZ6!B!B!Q {:fusXPlw(;ʭrfvOcl䘚>MLN^ {9,|-EkXH_cZ!0BwYX?JY?0 E31c?K)GD=`>>fw2Ye?1L5WpY+.]XCbi4aV1a{irr7ۋGP8}oc:5\cVYpGqx .qgLcS !Ob۩p~r=wcp{>#۶wĬ7@[}4 e:yj]^19T_CةLU!xuϬB7DŽ=`/'-feeş^F{bZu=Q?P?\;;szF?57< r O%f/0h]o #N!k,MFX?Nt`㶌`?0c[$O>~wLM?TX:s1uLks-gza-X7'ȵwҤe$7d:W}k%dTZG#DS]8:eW^^f~(1L;B!B!B,]8sW,QnaVaBOX )/KNN3WT!bt]RS`B8~q;aLt1kjy(lyŪz[o~{L;n׍=ɞ(N3^7Yk(]9#Աfbr3uF0\hn loj->zȭc6w!){s8GܻB{LWXY0!=}e++׭/3Aw.ٛbItկ G)+a@n4ƲYakR\ 6!ӇpᇬamGV:g1M%nN|Ăm,簇mqީtܟe}/7=s;y,::Si`btWhmgr9|x$1?d< uy޷StlaLm<;{yϭB!B!B,+^`"z.?`[>B*Z0w.)}?ڭь>ڶ0 ᰅ4<{ߒjĬ>:u+#Yd e/~,oPqԷb ID֢<|a?Usjavi)NtUY-lbY=`ޅ/ŵjl`{3-,_lB]2KOW8FIݿe铣[pZS38=ky=qhfXma/oC=1?\r`PqCm AWukVzyxٽ0nRȞ۾8Zl1;ѵ<ёC47zqvnlwB( '^(GR7P5d@[a1WM]ӲÀg .]چ4F|L<,gkeb^7oTnCNSr{=P?F΃!9[B<#<~8ce t9xNRU!5{/pyrsfC 4t.%B!B!^DW+ U,zljƱ??PnV#Z4n ?+/M4RCYapppqq)rr! B!7Au(K,abbζGʓaߺɊޥjbI{b {Pl(Gm_yjb-ݙ\|F0] *n X\XB^S#+wq~>nSry86qΟ0=m 0wGL/9{@[e $c]S9noa~{ T?la;@y_7tߜB!B!$H&&FҞO0 Åj-Gf {:žO mG;cWx~Dgyjj{t ❘mBwA;1y)G`q'yQR:ns-45)RM^(O'-lw#)vO _ni#w476'ZRu坢{kŰ:na ۔;fc[>OL1>xlFp=)|)1FBrQ,ww+3S{W볽!XC]qED&ƽ=(Pܙb_5i:D?=`7nlQ)naV+$W5{:a]X5gMyKaGc"=呂S>>)m2mK#v|{Tnbp+B{+X]79 |ϷᲲ=co.u luUy:}~^aÖWw63B!B!KP=\,e((v{ptA. F6,ǂs'=>k<: &e} WѤl 9W8B. (?Ct`{9at|fG&xBWH*_7dc={>g8+jGp[i/>]陔wyXɧpBgUeh|Ϸ>?1zݷ/Ŭ7({>&_[- fFQ<|-{9\]t=8WݘN MmpJ[SS74' |W?:ykbCRpqtڗu|BۂzF(w.9}&_pB<=Ե&&O1T_O>򮤮T݌Kп,yGeʃο۽izZ^3{IϕDWOxyB=`~Urif&{-[pg\<.YaLm%m ۋb)ˁ32<>- `bn͹YbіY:::mb'ޓ+SzB3K  ;D]6v]wUY'K0n#?;U"'7UGvL;ߟ!v>axj&Ɏ7۹\Z7qC6ͿSs5˟Onڳpvٌ#4$_1ByM}4uqpxERBԼ,||6z:}Θ~YqOr]B!B!5X܊13|If58sޠC+f V˅4DH1h4FlMOgz٦[=rkO B!O~Ӱ3 m6i;jOw.=yP~.ÔupඥnlDynLPח\tiskݶ&ж<1LW}bG TO}\?f\+ۤmK)Oųr8rpB21ۘ1[EwrO߾7]` u\;qmPaVt([a'f!Ě) =z/|c æKa!595L}n&|R|n[}j؎)Ca}?t >:L.o 'RHfcaH_,ص8GFs3kjL$vѵ1GCɬ4l6g-bkh;أ.? ~k Hcf޲xvkC6|p>|0/*Ng)/@L,uB+NJX\4s i qDžrn?N+ۘ{a{ǰ/1N-t_1baBL1pLx!x}b,`/g Ͷ[{S(>܎6{~!B!B!/Ot”%P(G-10Ɲe k{c7Ǧ9rkâx_*E53KDEkQ~3>/{c`=1f"1Eߋ`-׬ss̶ZzޠӒ_aYb޹ܸ8}z=#fn#d3EWmqyi} mܯǮ|,u;1>.M}S}}~(ފ[~"z<]X}#FOf- 1D׸%(K`6㔷"( ;L|?{[}J ݢyO 5stsy~%tr,>,KaL$wq{tsEL7X9+8_1b!1}OúU6!~Brr>r>Ø4Ux.ZꭈesUWcf) \~|B!B!s+D9t]n+v{\'LjX||T3D[cxlnL~Ś%߄Sw=axӬt9_VZ !]lӢ\(S ӝ?۸Wf|NexW'_^A@=Сt P '`L-ɭ0rM 6Nt`^1R:ܶ>6jW+!KC[{8ZeP^c8<^:B çۇ숟}i,sYⓡg^|xh~Lr1Ie e.nIjQL,t{:v0gw[8ΩlQt׾krʘn,dͯBu[scbr .AL&> UӘ;pZ΃] I1svS!\&Οc9!mB{tgsېz ([c$2u QDZ=`VnZ<|M:+Dgt !B!B+테KTKfᢿ hۉzs<~X^},5i^=m+Mn܈uĻh/ʯK&ޏ1WGИ !ij251UO1g^/oz 9V,EVUs]r10yOl3ڗǖ(/-Xos*9061(v8[նǟ%l߰}9# ͼrq:66'qi9c1ygu~~a{>21\]:mzqW/cDegtySO3 ,B;^'7K٧<3_(v(os iX`m :h:5R6thv{\LpUB0TO" 9XaGkdOa&Ck[a.PJ{h b[6ή5$%}!|$61iX2| w1#CyO#Xev(k?lˬ+<:K!B!B]%0k-PŽzV+ֿ|X=cq B>{ lgMops8E^Gίrr!t/3"^&e1?fug5zxsrm{Ot%6~[TW3'ku wL/Ø÷KM{I(Yae- mdֲ35jC{lu=p^ߜ?s\i8֏\.K.^<1!lGgstU»S}b5O/ON sk-7Vf^:fY3Z}C&+.f6(-m2|}@5;jjlÞp8o*qqX+7&ڇwІ,oYs15\ǹuɹ8/Z)kKxږi.Xc'nH|UޣmaKGWZRT:C$[# IDAT=`7nM^ηU]X}oY<^3B!B!Kp]ƥz.p[:X@YXavn cM[ X\7SLR\Wz39 t3-uXi󪐮?\>}Z\ߌUX[3L']k `H=`Pܹ[_jnWn[c-9?w蚕y`,>8=Șp]oUz!A .`;g݌4q}/ol760-+KmCt{8XaK~b~|?p[v{Cү3͔8  x,]O 9z=U?)I.gvΝe6;ZcןN|5<3 JT(-Ɉۢ\{>~yS5MMS<<$XM4lҶJ;Kai|)}oէڿ9Uafx 񪰇yjm _ F8uG5b<]=]\cP\튤v25kg5(Xhz6zja)Sj.J$6Uxla@ɩc7Z'&ij}>,MzqI8pz'HNNRέxzµos f3byg'b0mjƙ ^t!cN C,gF~x~QnasfˇчĬGgt !B!B`]ƥl \*8'_z'Jz~rs45^0)R,V0e$~3!b]+xIW-2 ?bl6Wv]2g}=ݴm߲[ثs8f+tva>XM50'$̿{Y..̏j,a: 7G_".g|lvL?,1Xka,ګp3ͭM K:ӣ^b^J tǠx%y ^_.bYo5in4]Gt bFWٚY'q\wƷ{TX7\٭2`0[9l1,>%) >qu^WOU u4>>밾 h5%mN O .&O^n,.!BcȘr^*PWo:D k10QV,{)7'Q@0:K!B!B0-zAYz~9~Wgv}S Ù˧_iCدW__Ҷ- X5BχB!fw֪֭D#xkby:l:@vOt%n؉׎haaAQ큅2^< j0 :/Sw z:m7&6O jjnkoɤTN{+e|qn{~H61yǵA4bNn!߬M{A5A>zpC x8.9.;5nT1+5vZ6xEytG-Pl2fVco$lu= >$:v{=>NӢ.K쌪oŶ>fڲv‰3˯ zu4M{ݴۍM/Qĥ)ۺ__K%LW_W(B<;|)R1-Kcק߅Jא^.OWوּ:lDyWQmس;K\Q>nb^7v>:K!Bww;؇Ϟs}HQ(>!(HHNZsvWU΅qaPwPUnplwtκk^Ԟ΀k lKu[˜>`{Ď!bU㲎x]y}3`^zDBK8^γ"MMݷ(\IvǷ0?'Ftf~q/t3=1+;Xi?>}v8N[ w?]-?n_zWN5TaƏFix~11mi|/bRW1 s_nNa"E)m]1yr;JxJeE2Ziu1}߷\]9S]"SZEs<[ @A?:KnӇ;@Th[[T⫵džY:TU\ה)}FsG -~/ݿhz~ywIQ4/|<{/O˺+/"BAFv}U~oa<ojBkt&wnԉz}JdF}˭ i폰[H}9Ͽ7%j܎'*Ұy^Pqͭŷ{'>#5 `Vs7[z!PIǏr@ujH~uaS4ŵӻVt~$뾅9SKJJپJH#mN"k;Ob<miC]:myL|ҳjgTQ?cb7O f}s]"Mt ]Ĩm1~S~̼fDpUl^ueDZZڥ)~Baϸ<f2?)8?{{e VC{ ; ;XҧnhPO*bSd V1(R><:si}N,_121@<[剝GܗtN_Y"s? rzGTO슉p)u& ˵\?ޮsp Kl=U_'1Ya׏j+6Na-&V^ReZ|/b}g@x散~6v\nyXQkSGoBz,|4?minȦe[]G-7Y~n.[*Nkt&Kgvǣvj͆9~N'_t~k=iqM1\°\2c-""Sz /g[uɐ_5kïeG>~{cOt54aϘ5UkMrp\ &n[?ٵ\h:Tˍ%<Z%~ѢtYʠw.^xWu>qrXO޳,O۱*M9@|[7ЧOEfL<1Tcv;- Re7wҼN]Ϩmaǚ\ Ng?@v@c@=zqy(ᾋWsio* Ʃm"5 YC(ãSq85bs.Y7aӴ@Q<"T""1V`V|"ܿ~1of_Yw]"""""""" ;x6ak 0b֔o)v^aN' Ō>#elַԵ-.`5vY*]EDwvsFc0S1WnSrkTcg`xppϨ{'p9])&{[Əe qE̪>g?(*qXMm/N+z~7Y8=mv]{]qAywܘ{""tM.K)WќMN =bDEfX嚹=Ys;Ko#||~׸1-0oͪ)<[SS=='Etڤ¡#lHyV8fy+@}4oӘ˱mA~mTbmy%>'MX:5{uVepaG,CY?'Mmz-4㖷+&?w}0~=cщQ1jaet nh> oa`077gnir+< s|xWq 5VѨwіayPⶶObh[5?? n-,Q뒶mbȻ#/*?V~AnuFouݸ 7s8|/{R^?}B񻺴FlB펮asr-1nY)+FTPwo 2d4KYdiZ/ex[2dRJׯ\k_/N?\X+TU^g` ; ӿj9/?a/>X}'j"=>q@5+kx-+Np1?NVy Wq^ek!km9`v[ O. R[<@Y^j9`UC]S8{m,i8 _]_OS0~@Vs fV^#T4)\K\V|ķZ𨍕7E^_Ubyb.2w< QՍ48Yf@v.lv- ?T? ;/t4ja埁=a518*1=IP}K6E[p/K_kX^FsӲT

bnE.&͗yr-׼>~p{W#G1O{ },gPo7؛{qC5$Ohx9fL eS44PGdm4nEd+t=Zݰ]]ǵ?.(pmO ;a"K' }s8zg~}cGwr>v:@(qSA:Ó@nWN4B,wRW)oj|շ/WPش'.4e,^7Ddqeg_a lG~u˧{a;_ۓenv߯~XޜN0Cﻺ̹tTՏM5J\_zc=OUK/ymq^l[(#V)Kz\ڣe~eKRg>_MMS0bxO痈J(n1=2 w OvZKDDDDDDDDa]29a{/k}YG=9r kTWԵ-n,SM|in.p cj 5l^*9bk|/uǣx&>{AKI}җ7ÏN>:W{ &\>(M{ƛUebW/k 7٢ytp>Nᔾ=k."do߶zMxG3l5_{nY3kO+kat]"2_uV/Hs^rU߉Hţ /iq4uog`{2^u!i: {s+fKŦ#RE=a%=wI[}s'gg#7t琭@LmpDsJ=&qoY<<`o4ߞ9ɿ~>>p}\R;VrKUUm]mb5ޯ嶺z)vغ׏áXp8ܧ,#ZQT4CvEm RyE+tty.1հͳ&WSŇg'1ݺ\MqۗooW]/ң^Sne IDATI(1- sY)G!aﻋN^mCq}e.c!>~8ghNqYg/vEbxw\HKշg2 pEVnD?f9`; d).mGb+(UYs:7wlb5f:^]]5 C\r.O= >UWK0 }e8=0 eѲcx?%W>5]qKpDքos'7o G{hLɒx||2m_\]"""""""" wtmmsd?~3 )fMkϳvxz['qx. ˧#,""[8uv6d'aW֎g4Lt5>f&re}ӏw8Ng䟿*i< "׵ [TkOuK=uK:V^=?mxd}OCܿÀ]m"2s_cq,&*!}g<,7KdnY 5q~γ4JtmfhxvoYߞ9e0^(Ó\nUgXC[8ù9HgђIN68o=7ӈY1_1Eށ?R/WY/m*".;`vn{rih.ل]җٻ;g4ܮ쾕2pYı7ÊKT|}lA "Ak:HcL`+c; Q>QuPW؎DWÎ6f3MZ^9&sFԞ~9^~n7C(3t}J`kSa~z8kzT

oO~aX6 ` ;QbW.i洴5Ût-/0# |.Wz<[O}=Mߞ3:^1cb z;bJ.Oz;>ۖ',/k`*af"x5WXED䍮qYY~[]"""""""" .J9bt95kVaDޓΗ-Sw0uEޅ%'S%'DW$?TeǣmiwWz ?6q)hԶqN sxN 3ze=W~srKOaM~;bWXPlKէuBd,{*[{vd;pK)Um[ͬOtq)eg`/zv95a+mSWoŒlזzd•\^3[owyl>s.YI"_۹į豴|ŎדxX,l-,f ]"""""""" ;Vao4d d_ŝ]㛺=sڞD%">tYO}]\Wj?kWv8nk5w:j7Wrqesoi|#f\3h2ʈu1Hv}>X1&kԵFBULDr%EDMK ^3H̯X;r1]F-;oY4rM{XnJ(b|.;N'}#d~0P2Tڛ.1r*M 46&6"9m8Ž;wcӛ ,""{=(fD~7Ls]"""""""" kZx9zQz\kMUЕQDDBd9`,fh`nGh3MZ1ϽԷ6gzy{3xbWą5am#cy,xYs/7>Kp{Y7۶My~r~5.EDM-/;n'{6)nz,9`L{)]7ld@rm Rۺd9b9{KV)Ju -n-ٮp|u-]~u;ʵYs0{ZKDDDDDDDD6bktT<k';zS{[]xR NK8e=4i-mKsy̧MW>lhPX఼b!2'>ox@mci{ǣw""|-7#nXBަ^3||Ds[ZM0񚉮 &J+R:vips&""7? k[ͷ]k.ل5-;{<~_e&ٻBY'Yw^Y#_G+ގWZD״Мn]`o{lo\_2/Oqobq-ԥ]҄ՍV^[J٫x|TW-%*Wyt/&VdNMFOecgw777<9xY\[GXka/_`FN#zf=h oty[g|d a?6US[8,t˓jT:.!tyo )p %"""""""";L`0ӶGDٿ+)ۻoZ,#24[y&FxƲjAOER03@ií0UҶr=Oh)[W!"1}>byysADFW̗d䟿C5~j:8DSoY]#ulcx"t[e\>e ߖʏmbq6:27t#kvf|JT.Wk;}K~Y&f0;"^`X72MX]1;fٳˮ9%?l8vWbB}ǫ#"v˺-K>Zg%n-Ox zemg`_`b| HxMl|d4m^[qX]4m z(6%˅y­o>dmg"~ibq@v.[DDZyvhywvsp/R,B'=pp`e&L}1M, $VpyQ߅ݿ*&d|߯}}Yd~M?M8X`6yfz4DS3UeGbgr pz| Ցe?aX+S9>ۃ"d>'r?qZo{R֢kñQ""qm)>}0SD^Ǻȫ O^egv:s8ޮ#|)kr>w2 3^JcR710\^[^/öf9H=(580YJammy%>+zXmY]z>Ec 'ZKDDDDDDDD6aawt4}WfGدb֔o[(ڽH;DDDBwsNȎ'@~Um=@Ǚd?gv;{0vptń[ԛcBnn+?.Gȉo-kxzJ# z*Xm=NfWw-뛾 Cdw YRZ7,EƙzZ c~ppUĴߴiWi\S.o mC/R 7>za__^+TY9Bks__Dkt뷋C<#Y6ZKDDDDDDDD6a!wtM0;L{RL_|ڵUDDD Ep#k eMtEn퐝E п=s)R>(WLvX>=h'½R:?7j%I]qx[l,Ad-bc]6n˟L^7Ѻqˎg2kP'~Mt9,t.n XDBm$0_VpgQ`Q]u>RpV{MV, )` 3DdMbWTp_dlcD[;٭oYf v5DDDDDDDDd^|GSwNg2vNԞZ{d6&ս_Tޥwޥ"sy%"OG}Tתn]?-?;<~;txĎOۃ?-ʟˆŧꗪWGSR@XBˉmepZ|2ymkt0#oYs5]{^cI1.?mȶǥ3o~u N^& }50pnJupXn҅]οTT|_C:Dm:h|ˢ/oY%]"""""""" /k"Ysx|b~ vRi︚s_"""""2\o1?!d:џy Yo9aMp^M0CmrЀUgG?9[#16ebR$a<4]ۘ?ťp2zSqg[x \6QzȏrDR=vՎiJHq& 0˜C#ק(.;osq J3]Xc(cszm{.3mq@>8=޿mqժM+KC<~d-|oL-'_mW䔾#yw[ZC;yr[?Cf5DDDDDDDDd#fkf`oLS>rwwkȘt4D`;˅b̜MttOnD33~}z|Cv]YHQ*Gj@p^_~y^|߱qLt=0P#pd'9VD ϋ1YŬ5_=GعOkD]2n3å]9A[X-=[49[-Md .dZO{Me«)~DdzC5v7ȫkȒlg|x,~QNxZKDDDDDDDD6a;Ɵ4{ޮbJfjLwtֺ6贑eH1`2_ kGx>^w e2)ue,,ݎmmrZDŽil0"P[L=WQm9b'⫄̣Y|""nJ^Mv]ޗ#vvFbӴ0cM4yq7MoU qfX&[CT88&WOqa\Y2[e/m뷭Į"۠kܲ?,Wb,}QFlDwtx͜N1nOÖSϯe""""1y<]/@S5JqNev;kԡ=4! P=XZ*QˌO-N*&4H/FҺ9u_//ݞ2[ܚak7 ͗܁7ܲ7v/V3rCA?brok9Ƽcjӷ!Qc/New;ܗnb?Rbۘ/,I֋-bD vBD]-za@~\sS׸ ̰%""""""""0]rfDidqku'+O)K P?3V\d55ֆy6k,}FwE,CvY.tº\sw"\ţ~k3`mIctN[mqqsiٵFF?!sP|yXo6m⎧>~놏?_]\2W5GUlMk۠(K6Fcb[&^ #U+lڥ2ߖ`95y'B8¢xmTU-S#]Ďlx%Wj:Rp)'X}߼?zm\dIb=Tf`e-wW6Moo*i:.-%#9vaos|\,(#^mH> ;CƬ,IEd+9Uq]]i+Wegk׏F<,Q:Eٴ_1DIcW_K$Ab_?[~"XٷZuoMpGW}(NnǷ14>ܭ _910.-.߽1e)>$ko}_k?Y2N<Ux?4 ~-Է]!~P#dyL\e&1{d63?\Vx &Z~}n;Zve"ۚXP0ܖwۖjoWnK_ҊM[?mQJok:b""y``?N?ki^= ҳbonM.GMl03n߰,`Eުy?_4AfiHG__a򶍏4wyL%y˲9j;--ON?ǾEDy b)';߲?_xP~(qx9f %""""""""QGggqr Ok]n./nӚwoC,Sz|xHdRY:Q533`mT80zp"_Ȑe>K%oa_x[ n*; { Xv'v 7{|=`cy\>6HORX? ߹RXY ?n|Ҵ/4d}'?Tcy3jُ;3cvg9GFiU1ܚ!]"""""""" {m6иb-YqvȲr7wop>j\r`{pg-~|ȇ?o1Rr^HG SNtt~{r+䮔sC@WrwtYՅ'`u}_a`>S-(oM46G^*ho|{p/v-%c×%n]0282)bjX&)ݿ%Sx{أ5 o@|[ȗbmxnsq .EC=ߎ~ԏ nׂ9lq#cZ;#/] Y2 'E-i.r,1CVG4uc-]jRLGüwW^x)|zst[Y*RFε9ߡU]7+om'vniom.5Ltk+cn8C~s: "M8 !ylk)=s FbT*}^ŪW Zj+B5w U\^+YTϵ?rnpXDD?eApBs7d~*i8TYv3NFlB䎮!3hc1p0"j`Ng>#EOZ9Xw%T|lX)߅/YY>zӊUn\ńWMp=Xܿ>;Gy?F2T8g0 Wc8FF?>ǖ5|kJlq?T>_25ٚԘN]*^_xͤcY$^oWd3;L%;Um/@s8 ܋ ~H9TvGE]}=Ďh#U,ӝe>WTTnu{s\zL=Bj܃k `5ı\:/0&P*kyU~ȹ˯Ty:djcnRc>u]#9tcGviO/c-mĢ;]Zio~`9`WJ/ofjL Sck[8÷1vmkn58G.eTnxrc.<x]XHx_Oy!""0z4˯_0#&Mvzb'.vI  ~s8^(RΔx=Ȣ>82#]j|!?fȥqɬLO[*r|Wqx|=cmY)>DHw|s8}ܿ?'Uf*^V~cXv\|G&a>G=W=},LEDdՕ`'^k8E"""""""""/.6]a9ݝ]OnpEtdbw Ąwh܈ ^uǢ;|˿>a߰oNHO-xeJV^`GdG[}P(mk> 6ͅݿϵP_LU8lIwyLJW&/&vFpST6<~_oWdM|wl?\dى;ZD~}~}0'Yg7絵, ~$.~|[EDdw w)ȯ_~_SaGL!^s(SugbpȿR5cKGK_N9-#sּC &kWT| ~7ƾDDd5?e,vuܴJv8"|Q*H]3s]??aM_6h|PlHiȻ￰྅zϐ['""""""""z^`;~[h3Yw۲k |׷?""""ry{|NgN--3Cq\o 'J7ţ1am p˰w10}{\i!~-Q9*?vS,k(2.WiN^9w251٨y q=8]DH -ǟdK4D| {u߼h' /N_hδ;ⷥcp(raN'z} W ?c 6ޖ=5y=>oy-2\8odߏa xU?(""""""""U0;`N]Voy\{>ODޮ+ñaoJ:?}V:~is9{+Xצ \a<|'>̢= 莋g}.jzls87STU}#k*K,?Wy ٬؜CY'QX7vxڿsYhfq=_;}|o /&8[p8RMӢV"ij `~=q/f/k83cЧ"?<8N^K"+ߑ_]\ s8t<_%"""""""".[$9 0`#oa2Dq/""˴Ͼ_MuOOo>~r;gH?#ۄ*7/0 Du7c`ݔ᳸4NjT0jn2=W{ղJŻAz-@=[=<;2? =k4ܚLS\w7#';.0pW'>~:Y*|NNtm{Yז O9K؇V.[TQX'Lŧ8ۥRʓj)洱/}c뙈~.]`Ǎ8fQJ]i~Ӎxt^-~^?UJDj]DDDd~@bFȿ~t-3b =zf/d=m0Lnߐ2<[?^hmuok^GYӼԣ1m{mmk~EO[% r9xD~Љ1ijW<Հ2>'=l^D\S4IC<17O!l9*8},mKu`y_}c]\X8i@;Bx}bHmq))65&"i715P,]qmϚ"8fp=+Vj9G^^X؈mN񾚎 xج`h./ !}3yͲV5<(""""""""ŕ'p(x]ؚ۴}?q8'Gř0-zyql;.;}̢tt=.?ciێiG>^:>6p ,i|s_)UX\l[>fS*~[5֯(m}mwǂ= 5Ombicۼ3<|4K""sw$W/"Ki=[9L2o6?C<1b.5}L'8J_m1?^fox|cy"^y9|\R6UƜ.o[ ua Ol<8ok_!>8yǸn:X3h?9⼾Yy?~Y>| ^K1E]"RgoEdJZKDDDDDDDD6]KDDDcZY{i;/Vnc<.? {9kk.oF^ו)b{}pK)rpZ6>c󹚦.m0aX}1x>mox1\^<^"g\J4M8/S_Dd,wmaPg@{TL?xp˜Ne&fx6V-vqs\X=e 7k ר6z|jK?Ǝuխw1 W扰zyNض0k|ExW)Oi8>qz<i:b_+52m$\4ok ajj.y8̸>[TGMcTpn$yTW/֦0Oܾ{nc xoPm8^Dh;kix!ncym|?p*ŮOs^OEztQDDDDDDDD6bDg 5xMNMI޸xDm܍e؍) > IDAT\^5?a}[~,2U߆åy8-Yoz>>1SU/|k{xn;})6*sXDgpJ4^*m3~ _b׳ACȘ OD嘨0ѓ1_&K戭akbq)\O:'몗I'jUXxmg}+OY*ODWl0SJ.1ǓӇbc0ﯭ>@=?׏6}09R"'†\[xqNaoY",%""""""""5DD/DDDɿ0"""QbcU[@On|c;c5_}?;",q_me76/׶xp\*;F^z<Bmq1#ȕsKx.5bǗS*0Pֿ<wg$X/W0 _DD׷6'&eb쿝1v;`V}ue;d:-[`Musy˧9g.9m:.~+y5mߣMDCUp,Yk+{ RMok+mq6ϵkXܘp?S An?\g۷nz@ % 4E|A="QD$I dkv=qf{ݻn J9g=s̙~? | ,>\zy"BkDVHm !B?ZY&&&& y?,r2}TN @rr2@ܵ&TMJnnq89y]ڪŔ)L --JwUVg=ΚT]y j // l1eiӦ G\(,rӌ}G!L.~S݁ebbbo_su/ͤ}^bﲡji:#4黚Hn?sEV+8qq۱Xx? ~49_fr(s2ގ&&&&& b|NJW `nM`}Q=ˮ$NRUMIAO{ e„|L6$ѯ{Ǿ>8ȷ19[V,>z? GUweyTن%/7~^rss}9ӣ]MBv唈4ң}:EG w\ /M>^O9]}/D:9#˗sD~eƪ}h}!7D^yk[Fsvxp>_xjdhm8 $lDnor{\~5@1i]V`VbdU@hPhǏT_x2h#`nZm$&&PX8r&E\8n``֖V?@eUu'Im2P~ (hԀ0 j|-!_;C GrL(Ý/>hob4G; -7_7wnaK/⻏~?yN88|vnyayWyti{S*Y&M,_7ikk!w@nn.u //pEa9x*.Y| w!6o57F1f rvA2333{5V=g,2pG˅5d"݁ͣKQ RB~#YRU#:k֡ʗo8#^\z.,-9-Z~uBd\^c'#_\?r#-t.r)rᶝN fg.]t&ŎܾBW&=@a ˊFmH @ACGvZ=}t=hvK}ii]^[hD$6FEQp90bYYdKNNN+l( ((@r[cUTaPkρa`&c_ X6w=nNpT (s%;V, rz4i$&h _iKt8x舑An{-<o~{D^Rqiz<߰ pΡCٲm~PQ1ӦiFOB^[qw~gbOȡm̛;1ܾc'&Md Q~aauهe7kaZv}ԩ>Y9wlN'Y`c4_+ebbbđ"~,2{| O!Rظ-{2,@@Gàw5ܫ @^]l}Bb,ѽ)P%KdB @cc ]]] %%̬L&jST08覵moSyuu<$MUUÖ\۬qU+('55CxڬVE1f^>1C| 6qQX,*8]&#!.u+cԿf- BM.nX~R@h&֖y͘ W]رsU3_?ŕ˗Q>I**ٳg/))ˮolv*'NTS[[3ɜjnf۶x{n<̣ ']R/wGwO9sV][ojoǂBsk9ھs-`왤ѕܹDu⥬ٳfʻ){ Z)aЁwaxNɞr^Ni _N$~DEzh5$#E':#I[Gh|c##5: EbK.A._l~ڲ9?QnЏ2>t͛<#=̨4rs9c8x?Q*՞YsSE1rDC?DQ beFbqBަۋS&pC$&6h-RBbJ6DRUP_b,PPڄa";+Y3\G-))&998\f7}r9dwnnghXc˗]NIq!78܊'{|Գ231c]B:"^(T5@fhO+R C?VՊ%B22ҙ9c: 55~Z,"q|Fĩߌ OҥB.//yy!k^Z[ۘ[[%G}-的D>[[u?yyy|0uJN5w~GGX`p.yWT9A6oxMN:cTUeٕɻ ?fDEEaTs ?y$ !={n>m;[w-{ȥ 1^E˯B ^?+'Q^>

"X|)zv/3EUU@U Y!łbT\۠\łbC Fex J}2z3w{Y~<q&n#!]V;eܗ?vNޡЯѝ0.fhp-?%RTT@k[5L>6Ta|BIЬtRSS X8@RR"EE\q0p8عM|,)SYyU,l 6*!o0FRRy9|onexϷ2yr9hbӧO Wgd"1P?^~-[ć8T"{h@AaҤpJ.d16<̶mۍ{jVNn{I<~0چ#z%IOFX\\;:;ٲ `r%}LӱZϼ>N7uvtJ@]@s}#R>p:$VU{„7*- wfh=tHF>b̞}~?rn[& .N#9v|0GG'6x~Px(b\bmL*&*ԑ­yjnr ͛;d@MM'O6"q 4^?XzbV^z!H\^Bf (**$551T 5uNXF@s~cFkڴafO5S]SK[d{qlmσ;gM{5;{Ndqjw Ę/g sHU Wf`uH.A<NQcEQHNNfВ% )-)wN_?DVZZII̚)fԻ4oϟìILmشYxdzd"JKthm6\.vՕ˸}r٥yf GDx`xsi5ͿBᱧ?wgaSXXm|}fë gϮkCwIBpz7 -Feh\} [PEuvMNv6'WV"N7C( =]LS WcUM=Ǝfeee`ۢzXQ׹\qX#p"b0fϞŴ#!fp'99{*'NTf1 "`9v^+|V=wqҥ yZ4fa̛;9gQVVU,;:: w 4Fcc#5<;[Bp7Ke 8S!v=ē6lNhB ߊ G+k?Oj6n|=G9w.U(dEAP.**$==xQ}0L9]v:zX4Ҍ2қO5gZhni#`v#D! łBFXJ&ϙdȮS{][5-1J;YVCEB,7z)1Ѯs }zx餰 .`5J &t*6ЩrrϛgSIMI1BTU=8Hc0<ȩS|Lx>zhjr*GMM=_ p{<={Sϰv?u|P[נۛ(x4T6K/0咒lOP &0όyfG7WǮ=II1 :N0v0.@&W_eʥW,e, kgEf:rgAUdּ9(VqO氺>炡4PW_G{o~owhnv U]Y×A #X}כ[Z-\^YCqa\C~DVQ\T(D<ϡ*oۣ%3#>B^^[чVL*`յ+t_/=p$dҙ3g[ԉ7pmp㍫x#v( ==b<{^̟k܏;vcmT7AQ={ Q{tX s伊om=rzK/\Bdy#:8ww"u¯@>"Y~hc!VBf/ֶ~"K/҂{V>"6Fc)jkYPw#]w[~ @[[{m&/fN1t.H1El>t|U+1c COi/s!.e,[U%zAb.++c9tj;w5kn>^&h$a +ҋ.s"sru&g^H7+ P@'xN͘u9d8>SlŖUʆattHڇ[YY ,YDqq lذÇ*z@__ X{NN69ڠ-}K[{*}mGHJ皫%KrX9xX,J>xmW `-u x>z?Pf݆xarʫ6mꨍ~W*==L<`lz-[y7 _; >5!_QV>z?[/M& x=S'W+nCfxfjx2\V+ ;[x aXؠlVS[518^XL>](7pHO%%,BO} Yv  EOjj*|UkLXYY^Vb廟=$ &luEc\`ԒEEV:D搑#ȺPuLdZop/l_l+ ңkPБ7{!~B{lۏ|Ur{ s#z[deƛ[ !Pѵ0˖'~ &._zafp!q}2aB4C^qqQnj̊(1.K1\\l$'@UcSNے kAr_-+D(E iPZth/q( '"im _sSrȶs/`#jCY8N'*?64:;;٨&AY-{*~>ٴ0B 28 ꨪftaIb|<[tk"99 #W(<' 'Fq樆xk")I^__?_v%ع*TWg }u\\y v!]ݽ*x|C)_- |_UZ"Bg>)|Ǿ!l?\x´[TŸlc04F+9;Lr98y=6 wit @wO7E_ɶ]Gizv,V~zjvW @r @ksMFfq\2Ut85݃g?͚udKTѸ [/lV+v}4vzM1D7r]BjO+ӧMnw¡aXyí+D™GV #)>'(-)agʵ+&Y8TUku̦L!QwCz}>/UsbulޜX-VOzFF(S@DV>)ڟ">¯6N|L2 7lfhGCxna =_Cv|(V>u&o"ctOn wb8x>?l;ruiG{(yNwuf6:::mWjPC+!! L*bN#l8LP0BX6'M@h%$[\: FgkOp6GVߍW Dvz[i1 ]9R8> b%` ڃ[w,qŹ(*399x^ں:m0XczmX,,^m!z8;ͷp)i[uu?p Ѿs0!_x5YBg% +:bl߱^a)'yy/뇣IE5{t:::9Lf(ZBC-ZYyb'}NC*--&M,`}lq/_^xZ)+g SN摇?Ϗ T+ѣ%W-^d:ħx{Rp: xA*1jr̟7ɓfcŋns.A6*C6tCL|B<v22XbHx .=H{{"D5!&Cڼi? 3?hm z |30k K?A-3%>>\eL\okW/4͛#nj4x̙30Ùfpax-{hbbbbbbbbbbbbbbbbbrţ$τ!d;!>pt#GFE"tsvc䓷ǃ@opOHYY8sX qqqL4+=VyXYFp*$ܙ'C w=?4[Z\yhGY9k˘ȁ>bQ}1J=qqkzy=1xh^8pǢ 9%KUq^4W#\FMmĉe46 q蚮Jmv^_IJ_, yg.)Ш`3cڔq  :r}}}5@p8|aNY3wA`Qa=[l6֯,5BeWH.FV߸3I]S3BW=J@U } x[,RAf2*-Oo]?< mt{E?`R<clY`j('CgyzŢ?a mu<}U]r>E}fggچG3duݜ8Q a'/?liI}}]"DcZ6QD7b;v\n:R.t U'Hsfd왼]fq9=Ԩ .56H9BKGx7q{ibN4Ct)--`mn\烳8NxhXܠ6GP\Cfզ K"{ y{X\qA]3A_Lb4B 6TnX}'x}b.Ymf‚-l{Z-$[EX8NRS !!h>gchj:uaDz]&';411C!krVEc1UeO Ӆt™k]=/ص{a 2/._CQP??<p8HOOç&wttrn`|FFg? xu0 w8kM.xs搔Ȗ Wū# ܜ4hou6p7ńN66w߁&(d +X{By,*]f$L(ryء( ENu+B#)6J-_y{BJnL~_ "\j#iX E>^_hLJ0ktCtWԫ%|Ow9Sr ]*j6/--1V9LPZZ4Į_UPVdS'>,EaWW#O @hxrМ9s$u&`XHv%Un%ĩ].'}b8yTq&~Nwu 4t}01)`:rKSIMM&;; sƙPR,]?{pE ŪӦNa]l$?OjfM6-4mm|$nO*Xo:~\eKbCĉnFCSI'E*S,ͮx鞙gGdo߱Klmي!6u;lpTUߋUqrss$Cj| k7|玜,>ʻGGўsM}hoYsq=== C+>A'N  ˅cpA̓W&Brr={hhh[bym7PTXʠmxT}6wxwǞ=q5D_n,VԃĤhikk'`F- b<`Zn㛜lΙͭ@AKlVaXˮ|c?y*qiwy;r=mo3ibaHʪ0eef} ŋrQ~{; &bѯH-dR4(!9Yz5n{~յ^šDmBk,Y8z5݉jjt;05LLLƵ^M ӉZ)GlNkW%_{m=^_R㋪Z,$'PܼRSEH4~?===LJ#!>=;TUe``ӧ,t BC 7P\S4}^-ۑܤq ~/7z@\xsxk;N[xF]>7 DhW]0.+ʹr2QXz=;^i}VooQlfcyt.ģ+^Mqԩ~ɻGbn22<^/==dd{O=n'qtk#~+_Wɵkx`\xx<^l6>w9]$h/ǀ'KjKKJ8z\vRN~]w=Ǿڲٳgd"@JK?}Hjj6T53:]]Voij;t{`\mciraHGP%TDE04 e$eɿ'=Y#Cۑ^CE#+P.!<5 #\lǼۉV'ĮJ r`ltDn}fMpGeNn$5ukfNc}o."ڕٺu{\t)%%X,#罹up,\Y3ILLC)S).*Xe5n2ڑ[َ \A}&O;@3ڜ }"ͫ"G,|JW|(z~0t:ÀhPbCUc]^TK d`VN>;I]mZH@y$RR9dff?HMUU#y@~|miFmظ| 3 u b">MZh:%KpmŹXd!ddD~Wa3:B_.K1fj52OlBǶ|>ߨE/Ti6TUW~ U{ 寞~mT6f\Ǜ߇GQq1

7%.Ap饤ڜQ vm6BTUeb|OqV;ݽbO_ĵ C($UoOO=󐖖ر*r/d1e/QO66p8 ESOJJnFcc(z{Fѥ8'%%*2Ɠgb^-۶K(+-!;;VaY|«}UUU%K ̙ϣP[}կ@ 53hdr#n8))  d$g ttt^f*5 n'ceGPUUNweXHMO19fc񡙘LW q^C>S'SZ;G>TU5b%99Г=SvII.Eo ͮ4ͮ(mmmTUK4I.VMscĹ\3MTV4֭*^~F372V/t,ңyɼBSSw(O^__|)_w r^&&&&&&&&&&&&&&&&&&9Fɨ=k?}I#Cpw??3v?3!?`Hݣɓ=Vɩf1fhko7\gΜAJJ׉N{G'v# Cz3aB>HHg^z|nwrw<L( ]Nҡ1}5ǃ ,BUUn 5thHK63ZX0#%rwxTU5BN66Q[WGR-lwt!< |TU ٳfRPX~Φ&Z/jjrڣbgfB_%*77ZU m^VGx9Zɑ4뮽b-[feʒ"TQ]ѢyK0o8q\\a<-[vjcGQQ=n@<UP/TB= !C ]=Y+Bk F =֯Dk[˲}vs EEW-7\N]:ˋ{}T^8rf(| IDATr{u6P0!w+`~VFc0D}e̠ۃPłBPv 0*hłjAnw08YYƇy 'y[&p_4bF+AZb!CGm貢:`ʟ9Sis϶*C>U5fs04LbC͊B=wh5uaȪ?>;;vI9b&By'M,㉟JJ{g.!!4:4l]U՞y>znY,0:Omr,7J?GvF.b_pFc @F֠h5@KTnʖ-#GƖ>/Ȼ}n ]T ߇[3\|^z{D~bz}}}FBѓ7ȯ4 L,+MZ#UYw0şkOO}Ҩ$jr KCӇ^b4}"E֡U"wC6Ҷ[dX֑ːzdb^Mn8<|-/Xr:EӑFF䍼ޠ܊sۭ CT|\[t{xm1ʫk\cG bY.Cyl$% ҒbrsshmB>TJKqEEL,+~XZ @~~.Wt44H=>gjMO LAU^j&u{I9vLG ȏh+N8nj,VfpyZIv'*:jy J1X̪\NiIL{G({ا-Fy,M @qq^( fɓ+HMK+.7pБq_ Ceg~  exhzvM7oZۄ[3RTwjmجL&L;D6jCUkk+هFg5/+{b扟8Z$m ;oO''G>vj!&GEᐤ_ԡ ]@8''WPUYfBl `>T^E[e`p0j_{jXrپ}'MMq]]*wbygLW\\ ÿZ򼹳y}æ^h|S@c_h膬͛BA nMKfpyKkbb2]&&&&&&&&&&&&&&&&&L.!4,3iWEn/T5j!Y[nEp8IJEEܴ&W"?/3gU"22Y`:::IKK5\ar 1VTZ^M|饆hlٲXiRQ"c߲mYF@xĎcUܹ h7/m%.G y7u ~l,'y3tʄ| hQQ1ЯZ.|!+v&| @8yROKUUƋE*Џ3G:E#G\]ٱs7@\@nN%<_.nyט1CҹL,fϚEJJ*opaWy-[=ϛ E ʤGܺv5d2fysyרFW,9YW]={qXe0ud\.' gee|`ڨch"/LLl'>56ѲGo##ڱl-cK8Vo364i~߯h=DHKe4z/FJmNݾb]~[ E/y),M:#PD[zmzZ_K,D(Tvvt\.ӦMNHKKbv=j34g,KQV|ĸ4RmP2 C~)Zgr]f] A@jo6̞ @SS ǪӫiDP)]3t&$$288h|(Q0!h?2l6"@z=]<,|H瑇?Ovz<θž}9sfc 9?ǪR\THRH#/O,p&4665ÀjaO op"kk^%G`dX+Vɻ˜1(3كvХj)燦S|˻#²/d;*<{vwxHC|z<*1słQ|S"Bu:UG#_lll+_&\Qqp2 I;wY cs~ 'J1t׹sg|L1Ӄg\rgy|2E|S4dJKJgdT9ՍoX O.Ţo~k$$ijwa ]K/ᅦ>9cb2?CUU/ZmďA3߼>ޙU w;C b d!(; DGAQaqo{FEEP]>F%@HIltι{;yӐ޷ԩSUNH4>Dz,N?\rO+VpP93݀X7T%1ww AenHK2Gba5L=O 㔒_<ԑe~_eJʅNcŧ!:?oƛ/nye0`YY:^3@VE48"tfOHs>d$c#Gm e{sJ+e^91&Ugpvs D7eW${Ie2d0rw*Icoo2yמHv {UÆ?<4LjjbJ՗' 2L2Xa&*+ q&Hkbs.!n kݿg~Nvc&no<; 7 g"8EGG?`VN8*{v<1D쨑#ؽg/7o c= ] ]]aٱsW?p^hN/ѯ[0v={_ez^So@  N f2***H&hR4]fEƾݻ+8ݍ I՘ߨ]LQ@G7g+x)Ƈߞ^w2a xss2Q7p}F+pG O ?jo%Aaq O[m>6GpՕsW~9dCa.70[oO}Qd2=^-ZZZ3;%.9lnC0Ǝÿ|SGme$aDz,>is;ﬥiw0Wx O5+6t͕vpH4OW^/$ap/eu=Q6P]((((ʡC(~} Mk[۠YF1c>|xnōeFǍo_OTUUep4vwNWgur$OꤡDl[# ,سƟ*nt2m\wl[VZfE_a-D6f`w*i) e*˘2Ŕwĉstufo=we tK b1WxIOMsq|zv6MMM9)#G(%)^}uK^XJ*vr[<`稫 e#0GSߒxԴ j-?`;E~} (/3K,r {o*\]/z{س/+JeٚE)/31& >SY9c:[^qJje~/QC%1+Vt>{epᬨyrlb\#,|vN8>+hEWuu5s ---qK/7ޤոp[O>d8ݬp?e.c֟ ͉Nc=7HSt{O]U=hrf业h$H0-N]bN6 | ~X-7)? .oJ:!ge )&'aVnEu#(i- ŗ0ä-AOȲ _)BpP zZh4FKk=@&aڴ3L,Jj劊rZ[x$IFEuy"Jf'RZZ[b[ cDlH$eY쵝]f{`(_NwqW,5ڲ 7ǒ^#ֱߜaIVP"ƻ5DJo>v?Gŧ.j^[nۯQ:w7@j&L8";pW7F*fH$+_ȣ%힞^db1**9rs9?mo.-ZL İ,H$‹PQQE<QFQ[[wTsD_ey'y+U0A'(̐Lhihld _/2=u!m>ȫrR4?/AW6v";a*ܯugz7_[G{1w2GXYD.<'N?#GdL{G;֭奯’>br,OMP]t¢=ITL>,]p+|#a51"vʈz׌^՜fWo'4F۷DNXdhkkc[k(0Ob|M7wuuul}l۾fj@=pԔ)?p&.Z̶0w9\p\> khE{G{0a{B'X#H? eXzzeV2e䬯s= .ǖ[رN\βWd4E'wIU& ϣX;:xyPřFloϾP& H2iݎ(~EYEK|vpT.⥼coΞ:Xbm8k47OaeV5A*\\m&n+B0]_oTTTZ3^TUU1ܳ+V1 ˤTUVtkm{tykyOV'͚=wfFp̘nNAohhy84~"/ /lB&eKQEQEQEQE9D|o i},jCKѣ=Σ }ܱh==fEƢ;kfGOSo+>z)ZZ;hm-v/}!s'ؼy+oiN>D*++hl4>oז~9ed2MYY*vI6+!Mm_ZhY~dU-âe]eNyj$t<^kAK2X=fLCTkNmZb%n#Yfd}vYԎl۽gDK5tR2*OEG4[U&IZA+(3fLg? W+| $L&`JܷH 2-b{9Xhfy2GqAXL&bˇeY\sU·W&9Vt }Fٮ84Ղ1^^ 0lqqQVGX,׾z=c+ttt۟4k&F?io'NW}*r1|IԂÉ#L7o&i~ Ec`SJd[^92[",h%.ï w{~z1>¼ȭ>,^ {%e7A}.J^{~Ҕq!8,Ai? DQ,3J&hڽnn1aÌ^6nD[)/0>쉊L&/e>]*hke խjC{I5,g+]x e{~U Bo)PRvk;-y+>Ï<ўNHNaaIUԟdȐ4o`;#<$Ne&x"D"L;;;yf^z,;8jp+ǹ}woD"q&?;v6cg CgEϳ|8أ1s:Zʲ/ٽVu6д{IlU4Ksq;};`G]`|`WU]Uaw֮8;kKBϮ30εhktvv 4i[W압?J22~{3k,1vF4eΜ8vCGO9ҌO9d2ɢx B>&].)#7oFֵ(;Yf W2zyL8gCWPbyˇO!{93f+`΅\ qp_625Ynl(#O *Y~2-Y_ޛ$hbM"C`tI IDAT}*b4%NbjM*в *l?\ekVDe#0;555\ye\0o.`N)\[}L6l| Bb1.\w,|9L0a<_ z7~Yq5n+eY|\YM~W[}kk~4~#>j) ٻٳf0z(~٬m>u_Q~xOxۀuˏ~ªՃorpw^K]@PЋLZƵD%X6Ť/r;d01ޛ~~KyrPzau-KuZ^_bO?y&--r]cZX Ϣqm"n0> b$N@L>U#co* p:*ThOa[Oo4PyBE3PLRRiy}TfOv>Z]e8ZލTenYVyUMˍ̟^ H:}EQ0dzz)CpXxr೟4>Ga|{k}^&p'2]{WV a lM+'<9\tх[]WWW3\/~AX3n,ߡ~DnNV /#L6id}u39l B\>sʛ"-/e71o Y*"0yAH{7O/_oF>?Y?$ _L+Aȧ-[07n}+j65QBwL5(%/B'EάhgܗM I+bGg]`\pe aDh>UJ<1(w#ӓr3+8 D_6" Bz_|ΞϏP[[9g k^^MD,cys>^yuwy']@w9/cS h;_n=qL9?va(1cpuWs> ~}7/dN ncmʫ|Rw,G((((r>EQS:mkM{ ohRF) [(( <'xz"*++RМMOWoY ,#Fͳ =zSfEotYwM:;;XjMjsu^s0$bE_t@줲2듫~"qHRtt_UJKI!+ЋSngwc'CmU_]-,__Wڇ'\o7=%e_u/,ಕ1rH!ӗאaK/t=ŋ|^<^"V%A [{E G@)JY"[K+B)OЈ' i/e'A@=zͥ. I=[Gs9'ܹP[[O@^c;~œO- /7ٳghZn0ԍ5[/8<"‹o}ٳgr쓲[~쿃زe+W^s V+,b~QY-/a:B݂yyI1W{^*Y~3K'޼1g2}/~L~IDDXC y |ì C;__G) s:IPZ00EQJ !{ C(gBςlaV<=`اB7kdOJlh4 Ig.ʞA UW6Rg^dX,O<-[!qC/It+ظqOK9H9|ɐQ]((((ʡ9;A3M^'W>L'B֋y tn*cCЊI¯/%N?-o ^iNȍʏQG''A4DOI!}Ay8#xXKuSʵŲAt2硌LFOQS OY Kd|EQ6S>Á>\v3n}1,_^Ejϱ$LĔn[XcAFo!YW:,bȸyB2Md9&7WHY)#g%Rv#Ӗz(JjQ2,DP^淐(J_M?҇a*2PKhxolR7$)%=9)Ǘ߅Hܓ9v0]۰Gd/~Y{-9Qꝸ2ݱ)!냌-B)RWҾ9H((EC#IY&L(R 'r"B$?Ue G((((rh]((((!A [BW^"`fXr\NX>·rۗD^ėqBO$ z/a ]PX>/-P@/|^Ae k_WY7TG&(ui'=OFd},O^E a"{ EQRj"m\R'#*EQm%CldV[/u i?NlWZR5zUd|3? A a_ݡy^%AOmLiʶ!ec WHm/y2tSH$aPA("[d1 d ʏ%EQ_RB+5-EQ uQQEQEQEQE9DEQEQEQEQExcLnM ^޿*c s /$ͅn 'hk﷑t=V3,ӗ/Ӕ0^/tCYB>=w[ߢVXHYRY3"RǍ!8A>_G(t KEh}ICQ /XJQ!( _ðv^]Nvܸ_sm._C9Q$ݤez2ᵐyOcȼvn/+S,^)@-tMxcǑ[ZkeNɼHkyRN:l_AϣPte|&)lANAx ,ĕ(J!)KdFAQ(? $KQEQEQEQE9$Љ.EtX((((3[RNėVfE\.2B)l 9T^{H^Y }zyeϱ7$(,:{ra9wYHHYo ?Ȳ%en}P~+FP+UbW'(o&h*eaIWeȐ!fQZIv](r,+b>"w`c$mi}ye痿DdyJP|y5 } s:d|)$-#(ad\)K^M)LXJDeZo_J~E)B@/EQТt0 EQuQQEQEQEQE9DЉ.EQEQEQEQ@TEQEQIcӌz-2u[m((*Z#UGmjF@EQEQE9HX_!PHDW7I1EQEQ ms*`80 DW1PREQEQ#:((CA1]((`F'EQehqP'tKQEQE 脗( -ʄNt)((C REQ IENDB`plasma-gamemode-0.0~git20220224.3adea2bd/picture.png.license0000644000175000017500000000007614205641563023171 0ustar coucoufcoucoufSPDX-License-Identifier: CC0-1.0 SPDX-FileCopyrightText: none plasma-gamemode-0.0~git20220224.3adea2bd/src/0000755000175000017500000000000014205641563020153 5ustar coucoufcoucoufplasma-gamemode-0.0~git20220224.3adea2bd/src/CMakeLists.txt0000644000175000017500000000216514205641563022717 0ustar coucoufcoucouf# SPDX-License-Identifier: BSD-3-Clause # SPDX-FileCopyrightText: 2022 Harald Sitter add_definitions(-DTRANSLATION_DOMAIN=\"plasma_applet_org.kde.plasma.gamemode\") set(generated_SRCS) set_source_files_properties(com.feralinteractive.GameMode.xml PROPERTIES NO_NAMESPACE TRUE INCLUDE types.h) set_source_files_properties(com.feralinteractive.GameMode.Game.xml PROPERTIES NO_NAMESPACE TRUE) qt_add_dbus_interface(generated_SRCS org.freedesktop.DBus.Properties.xml org.freedesktop.DBus.Properties) qt_add_dbus_interface(generated_SRCS com.feralinteractive.GameMode.Game.xml com.feralinteractive.GameMode.Game) qt_add_dbus_interface(generated_SRCS com.feralinteractive.GameMode.xml com.feralinteractive.GameMode) add_library(plasma-gamemode main.cpp gamesmodel.cpp types.cpp ${generated_SRCS}) target_link_libraries(plasma-gamemode Qt5::DBus Qt5::Quick ) set(PRIVATE_QML_INSTALL_DIR ${QML_INSTALL_DIR}/org/kde/plasma/private/gamemode) install(TARGETS plasma-gamemode DESTINATION ${PRIVATE_QML_INSTALL_DIR}) install(FILES qmldir DESTINATION ${PRIVATE_QML_INSTALL_DIR}) add_subdirectory(applet) plasma-gamemode-0.0~git20220224.3adea2bd/src/Messages.sh0000644000175000017500000000110214205641563022250 0ustar coucoufcoucouf#!/bin/sh # SPDX-License-Identifier: BSD-3-Clause # SPDX-FileCopyrightText: 2020-2021 Harald Sitter $XGETTEXT `find . -name \*.cpp -o -name \*.h` -o $podir/plasma_applet_org.kde.plasma.gamemode.pot # Extract JavaScripty files as what they are, otherwise for example template literals won't work correctly (by default we extract as C++). # https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals $XGETTEXT --join-existing --language=JavaScript `find . -name \*.qml -o -name \*.js` -o $podir/plasma_applet_org.kde.plasma.gamemode.pot plasma-gamemode-0.0~git20220224.3adea2bd/src/applet/0000755000175000017500000000000014205641563021440 5ustar coucoufcoucoufplasma-gamemode-0.0~git20220224.3adea2bd/src/applet/CMakeLists.txt0000644000175000017500000000023114205641563024174 0ustar coucoufcoucouf# SPDX-License-Identifier: BSD-3-Clause # SPDX-FileCopyrightText: 2022 Harald Sitter plasma_install_package(. org.kde.plasma.gamemode) plasma-gamemode-0.0~git20220224.3adea2bd/src/applet/contents/0000755000175000017500000000000014205641563023275 5ustar coucoufcoucoufplasma-gamemode-0.0~git20220224.3adea2bd/src/applet/contents/main.qml0000644000175000017500000000471514205641563024743 0ustar coucoufcoucouf// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL // SPDX-FileCopyrightText: 2022 Harald Sitter import QtQuick 2.15 import QtQuick.Controls 2.5 as QQC2 import QtQuick.Layouts 1.15 import org.kde.plasma.core 2.1 as PlasmaCore import org.kde.plasma.extras 2.0 as PlasmaExtras import org.kde.plasma.plasmoid 2.0 import org.kde.plasma.private.gamemode 0.1 Item { id: main Layout.preferredHeight: units.gridUnit * 10 Layout.preferredWidth: units.gridUnit * 10 Plasmoid.switchWidth: units.gridUnit * 5 Plasmoid.switchHeight: units.gridUnit * 5 Plasmoid.status: gamesEmpty() ? PlasmaCore.Types.PassiveStatus : PlasmaCore.Types.ActiveStatus // FIXME: iconing needs doing Plasmoid.icon: gamesEmpty() ? "input-gamepad-symbolic" : "applications-games" Plasmoid.toolTipMainText: gamesEmpty() ? i18nc("@info", "Gamemode Inactive") : i18nc("@info", "Gamemode Active") Plasmoid.toolTipSubText: i18ncp("@info process count in gamemode", "%1 Process", "%1 Processes", view.count) Plasmoid.compactRepresentation: PlasmaCore.IconItem { source: plasmoid.icon colorGroup: PlasmaCore.ColorScope.colorGroup } function gamesEmpty() { return gamesModel.rowCount <= 0 } ListView { id: view anchors.fill: parent model: GamesModel { id: gamesModel } delegate: PlasmaExtras.ExpandableListItem { icon: "input-gamepad" title: executable subtitle: i18nc("@label", "PID: %1", String(processid)) } QQC2.Action { id: helpAction icon.name: "help-contextual" text: i18nc("@action open help url", "Help!") onTriggered: Qt.openUrlExternally('https://github.com/FeralInteractive/gamemode') } PlasmaExtras.PlaceholderMessage { visible: gamesModel.serviceRegistered && gamesEmpty() anchors.centerIn: parent width: parent.width - (PlasmaCore.Units.largeSpacing * 4) text: i18nc("@info", "No Processes in Gamemode") helpfulAction: helpAction } PlasmaExtras.PlaceholderMessage { visible: !gamesModel.serviceRegistered anchors.centerIn: parent width: parent.width - (PlasmaCore.Units.largeSpacing * 4) text: i18nc("@info", "Gamemode Service not Running") helpfulAction: helpAction } } } plasma-gamemode-0.0~git20220224.3adea2bd/src/applet/metadata.desktop0000644000175000017500000000130214205641563024607 0ustar coucoufcoucouf# SPDX-License-Identifier: CC0-1.0 # SPDX-FileCopyrightText: 2022 Harald Sitter [Desktop Entry] Name=Processes in Gamemode Comment=Processes that have their resources adjusted by 'gamemode' Icon=applications-games Type=Service X-KDE-ServiceTypes=Plasma/Applet X-Plasma-API=declarativeappletscript X-Plasma-MainScript=main.qml X-Plasma-NotificationArea=true X-Plasma-NotificationAreaCategory=SystemServices X-KDE-PluginInfo-Name=org.kde.plasma.gamemode X-KDE-PluginInfo-Category=System X-KDE-PluginInfo-Author=Harald Sitter X-KDE-PluginInfo-Email=sitter@kde.org X-KDE-PluginInfo-Version=1.0.0 X-KDE-PluginInfo-Website= X-KDE-PluginInfo-License=GPL X-KDE-PluginInfo-EnabledByDefault=true plasma-gamemode-0.0~git20220224.3adea2bd/src/com.feralinteractive.GameMode.Game.xml0000644000175000017500000000107414205641563027330 0ustar coucoufcoucouf plasma-gamemode-0.0~git20220224.3adea2bd/src/com.feralinteractive.GameMode.xml0000644000175000017500000000375214205641563026465 0ustar coucoufcoucouf plasma-gamemode-0.0~git20220224.3adea2bd/src/gamesmodel.cpp0000644000175000017500000001621414205641563023000 0ustar coucoufcoucouf// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL // SPDX-FileCopyrightText: 2022 Harald Sitter #include "gamesmodel.h" #include "com.feralinteractive.GameMode.Game.h" #include "com.feralinteractive.GameMode.h" #include "org.freedesktop.DBus.Properties.h" GamesModel::GamesModel(QObject *parent) : QAbstractListModel(parent) { auto watcher = new QDBusServiceWatcher("com.feralinteractive.GameMode", QDBusConnection::sessionBus(), QDBusServiceWatcher::WatchForOwnerChange, this); connect(watcher, &QDBusServiceWatcher::serviceOwnerChanged, this, [this](const QString & /*service*/, const QString & /*oldOwner*/, const QString &newOwner) { if (!newOwner.isEmpty()) { // this is a registration even not a loss event reload(); } else { reset(); } }); reload(); } QHash GamesModel::roleNames() const { return m_roles; } int GamesModel::rowCount(const QModelIndex &parent) const { Q_UNUSED(parent); // this is a flat list we decidedly don't care about the parent return m_objects.count(); } QVariant GamesModel::data(const QModelIndex &index, int role) const { if (!hasIndex(index.row(), index.column())) { qDebug() << "no index"; return {}; } QObject *obj = m_objects.at(index.row()); if (role == LastRole) { return QVariant::fromValue(obj); } const QByteArray prop = m_objectProperties.value(role); if (prop.isEmpty()) { qDebug() << "no prop"; return {}; } qDebug() << "returning" << prop << obj->property(prop); return obj->property(prop); } int GamesModel::role(const QByteArray &roleName) const { return m_roles.key(roleName, -1); } bool GamesModel::valid() const { return m_iface != nullptr; } bool GamesModel::waiting() const { return m_getManagedObjectsWatcher != nullptr; } void GamesModel::addObject(int pid, const QDBusObjectPath &dbusPath) { const QString path = dbusPath.path(); qDebug() << pid << dbusPath; auto properties = new OrgFreedesktopDBusPropertiesInterface("com.feralinteractive.GameMode", path, QDBusConnection::sessionBus(), this); auto pendingCall = properties->GetAll("com.feralinteractive.GameMode.Game"); auto watcher = new QDBusPendingCallWatcher(pendingCall); connect(watcher, &QDBusPendingCallWatcher::finished, this, [dbusPath, path, watcher, pendingCall, this] { watcher->deleteLater(); if (pendingCall.isError() || !pendingCall.isValid()) { qWarning() << pendingCall.error(); return; } int newIndex = 0; for (auto m_object : std::as_const(m_objects)) { if (m_object->objectName() == path) { return; // already tracked } ++newIndex; } beginInsertRows(QModelIndex(), newIndex, newIndex); // QDBus doesn't manage to map notifiable properties for its generated interface classes // so it brings literally nothing to the table for our Device class. // Use QObjects with dynamic properties instead to model the remote objects. // Property changes are abstracted via the ListModel anyway. auto obj = new ComFeralinteractiveGameModeGameInterface("com.feralinteractive.GameMode.Game", path, QDBusConnection::sessionBus(), this); m_objects << obj; obj->setObjectName(path); const auto propertyMap = pendingCall.value(); for (auto propertyIt = propertyMap.cbegin(); propertyIt != propertyMap.cend(); ++propertyIt) { obj->setProperty(qPrintable(propertyIt.key().toLower()), propertyIt.value()); } // Properties aren't mutable in gamemode's case if (m_roles.isEmpty()) { initRoleNames(obj); } endInsertRows(); Q_EMIT rowCountChanged(); }); } void GamesModel::removeObject(int pid, const QDBusObjectPath &dbusPath) { const QString path = dbusPath.path(); auto it = std::find_if(m_objects.begin(), m_objects.end(), [path](const QObject *o) { return o->objectName() == path; }); if (it == m_objects.end()) { return; // not tracked } auto index = std::distance(m_objects.begin(), it); beginRemoveRows(QModelIndex(), index, index); (*it)->deleteLater(); m_objects.erase(it); endRemoveRows(); Q_EMIT rowCountChanged(); } void GamesModel::initRoleNames(QObject *object) { m_roles[ObjectRole] = QByteArrayLiteral("object"); int maxEnumValue = LastRole; Q_ASSERT(maxEnumValue != -1); auto mo = *object->metaObject(); for (int i = 0; i < mo.propertyCount(); ++i) { QMetaProperty property = mo.property(i); QString name(property.name()); m_roles[++maxEnumValue] = name.toLatin1(); m_objectProperties.insert(maxEnumValue, property.name()); if (!property.hasNotifySignal()) { continue; } m_signalIndexToProperties.insert(property.notifySignalIndex(), maxEnumValue); } const auto dynamicPropertyNames = object->dynamicPropertyNames(); for (const auto &dynProperty : dynamicPropertyNames) { m_roles[++maxEnumValue] = dynProperty; m_objectProperties.insert(maxEnumValue, dynProperty); } } void GamesModel::reset() { beginResetModel(); m_serviceRegistered = QDBusConnection::sessionBus().interface()->isServiceRegistered("com.feralinteractive.GameMode"); Q_EMIT serviceRegisteredChanged(); qDeleteAll(m_objects); m_objects.clear(); if (m_iface) { m_iface->disconnect(this); m_iface->deleteLater(); m_iface = nullptr; emit validChanged(); } if (m_getManagedObjectsWatcher) { m_getManagedObjectsWatcher->deleteLater(); m_getManagedObjectsWatcher = nullptr; emit waitingChanged(); } endResetModel(); Q_EMIT rowCountChanged(); } void GamesModel::reload() { reset(); qDebug() << Q_FUNC_INFO; m_iface = new ComFeralinteractiveGameModeInterface("com.feralinteractive.GameMode", "/com/feralinteractive/GameMode", QDBusConnection::sessionBus(), this); connect(m_iface, &ComFeralinteractiveGameModeInterface::GameRegistered, this, &GamesModel::addObject); connect(m_iface, &ComFeralinteractiveGameModeInterface::GameUnregistered, this, &GamesModel::removeObject); emit validChanged(); // Load existing objects. if (m_getManagedObjectsWatcher) { // Last reload didn't finish before this one, so throw away the last watcher m_getManagedObjectsWatcher->deleteLater(); } auto call = m_iface->ListGames(); m_getManagedObjectsWatcher = new QDBusPendingCallWatcher(call, this); emit waitingChanged(); connect(m_getManagedObjectsWatcher, &QDBusPendingCallWatcher::finished, this, [call, this] { qDebug() << Q_FUNC_INFO << "lambda" << call.error(); auto map = call.value(); for (const auto &entry : map) { addObject(entry.pid, entry.path); } m_getManagedObjectsWatcher->deleteLater(); m_getManagedObjectsWatcher = nullptr; emit waitingChanged(); }); } plasma-gamemode-0.0~git20220224.3adea2bd/src/gamesmodel.h0000644000175000017500000000413714205641563022446 0ustar coucoufcoucouf// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL // SPDX-FileCopyrightText: 2020-2022 Harald Sitter #pragma once #include #include #include #include #include #include #include #include #include #include class ComFeralinteractiveGameModeInterface; class GamesModel : public QAbstractListModel { Q_OBJECT /// Whether kded is available and connected Q_PROPERTY(bool valid READ valid NOTIFY validChanged) /// Whether we are waiting for GetManagedObjects (i.e. initial listing) Q_PROPERTY(bool waiting READ waiting NOTIFY waitingChanged) Q_PROPERTY(bool serviceRegistered MEMBER m_serviceRegistered NOTIFY serviceRegisteredChanged) Q_PROPERTY(bool rowCount READ rowCount NOTIFY rowCountChanged) public: enum ItemRole { ObjectRole = Qt::UserRole + 1, LastRole = ObjectRole, }; explicit GamesModel(QObject *parent = nullptr); QHash roleNames() const final; int rowCount(const QModelIndex &parent = QModelIndex()) const final; Q_SIGNAL void rowCountChanged(); QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override; Q_SCRIPTABLE int role(const QByteArray &roleName) const; bool valid() const; bool waiting() const; signals: void validChanged(); void waitingChanged(); void serviceRegisteredChanged(); private Q_SLOTS: void addObject(int pid, const QDBusObjectPath &dbusPath); void removeObject(int pid, const QDBusObjectPath &dbusPath); void reset(); void reload(); private: void initRoleNames(QObject *object); bool m_serviceRegistered = false; QVector m_objects; QHash m_roles; QHash m_objectProperties; QHash m_signalIndexToProperties; ComFeralinteractiveGameModeInterface *m_iface = nullptr; QDBusPendingCallWatcher *m_getManagedObjectsWatcher = nullptr; }; Q_DECLARE_METATYPE(GamesModel *) plasma-gamemode-0.0~git20220224.3adea2bd/src/main.cpp0000644000175000017500000000107414205641563021605 0ustar coucoufcoucouf// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL // SPDX-FileCopyrightText: 2022 Harald Sitter #include #include #include "gamesmodel.h" #include "types.h" class Plugin : public QQmlExtensionPlugin { Q_OBJECT Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface") public: void registerTypes(const char *uri) override { qmlRegisterType(uri, 0, 1, "GamesModel"); Types::registerTypes(); } }; #include "main.moc" plasma-gamemode-0.0~git20220224.3adea2bd/src/org.freedesktop.DBus.Properties.xml0000644000175000017500000000236114205641563026767 0ustar coucoufcoucouf plasma-gamemode-0.0~git20220224.3adea2bd/src/qmldir0000644000175000017500000000020014205641563021356 0ustar coucoufcoucouf# SPDX-License-Identifier: CC0-1.0 # SPDX-FileCopyrightText: none module org.kde.plasma.private.gamemode plugin plasma-gamemode plasma-gamemode-0.0~git20220224.3adea2bd/src/types.cpp0000644000175000017500000000113614205641563022024 0ustar coucoufcoucouf// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL // SPDX-FileCopyrightText: 2022 Harald Sitter #include "types.h" QDBusArgument& operator <<(QDBusArgument& argument, const GamesMapEntry& arg) { argument.beginStructure(); argument << arg.pid; argument << arg.path; argument.endStructure(); return argument; } const QDBusArgument& operator >>(const QDBusArgument& argument, GamesMapEntry& arg) { argument.beginStructure(); argument >> arg.pid; argument >> arg.path; argument.endStructure(); return argument; } plasma-gamemode-0.0~git20220224.3adea2bd/src/types.h0000644000175000017500000000157014205641563021473 0ustar coucoufcoucouf// SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL // SPDX-FileCopyrightText: 2022 Harald Sitter #pragma once #include #include #include struct GamesMapEntry { int pid = -1; QDBusObjectPath path; }; QDBusArgument& operator <<(QDBusArgument& argument, const GamesMapEntry& arg); const QDBusArgument& operator >>(const QDBusArgument& argument, GamesMapEntry& arg); using ListGamesMap = QList; // using ListGamesMap = QMap; Q_DECLARE_METATYPE(GamesMapEntry); Q_DECLARE_METATYPE(ListGamesMap); namespace Types { static void registerTypes() { static bool registered = false; if (registered) { return; } registered = true; qDBusRegisterMetaType(); qDBusRegisterMetaType(); } }