pax_global_header00006660000000000000000000000064146465175550014534gustar00rootroot0000000000000052 comment=b0d3d29122c6cc341f42dc3bc03f247715dfc96f varnam-fcitx5-0.0.2/000077500000000000000000000000001464651755500142175ustar00rootroot00000000000000varnam-fcitx5-0.0.2/.github/000077500000000000000000000000001464651755500155575ustar00rootroot00000000000000varnam-fcitx5-0.0.2/.github/workflows/000077500000000000000000000000001464651755500176145ustar00rootroot00000000000000varnam-fcitx5-0.0.2/.github/workflows/cmake_build.yml000066400000000000000000000031231464651755500225750ustar00rootroot00000000000000name: CMake Build and Test on: push: branches: [main] paths: - "**.cpp" - "**.h" - "**CMakeLists.txt" pull_request: branches: [main] paths: - "**.cpp" - "**.h" - "**CMakeLists.txt" jobs: build: name: Build and Test on ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: os: [ubuntu-22.04] steps: - name: Set up Go uses: actions/setup-go@v5 with: go-version: 1.16 - name: Install Fcitx5 dev packages run: sudo apt install -y fcitx5-modules-dev - name: Build and install Varnam run: | cd ../ git clone https://github.com/varnamproject/govarnam.git govarnam cd govarnam make sudo make install - name: Install Cmake run: sudo apt install -y cmake extra-cmake-modules pkgconf - name: Checkout code uses: actions/checkout@v4 - name: Set reusable strings id: strings shell: bash run: | echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT" - name: Configure Project run: > cmake -B ${{ steps.strings.outputs.build-output-dir }} -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr -DVARNAM_DEBUG=ON -S ${{ github.workspace }} - name: Build run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config Debug - name: Test working-directory: ${{ steps.strings.outputs.build-output-dir }} run: ctest --build-config Debugvarnam-fcitx5-0.0.2/.gitignore000066400000000000000000000002721464651755500162100ustar00rootroot00000000000000build/ builddir/ **/Testing/ *.so *.o *.a **/varnamfcitx-addon.conf **/CMakeCache.txt **/meson.build CMakeFiles/ meson_options.txt meson.options compile_commands.json .cache/ .vscode/varnam-fcitx5-0.0.2/CMakeLists.txt000066400000000000000000000017011464651755500167560ustar00rootroot00000000000000cmake_minimum_required(VERSION 3.25) project(fcitx5-varnam VERSION 0.0.2) find_package(ECM REQUIRED 1.0.0 REQUIRED) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH}) include(FeatureSummary) include(GNUInstallDirs) include(ECMUninstallTarget) find_package(Fcitx5Core 5.0.14 REQUIRED) find_package(PkgConfig REQUIRED) pkg_check_modules(varnam "govarnam" IMPORTED_TARGET REQUIRED) include("${FCITX_INSTALL_CMAKECONFIG_DIR}/Fcitx5Utils/Fcitx5CompilerSettings.cmake") add_definitions(-DFCITX_GETTEXT_DOMAIN=\"fcitx5-varnam\" -D_GNU_SOURCE) fcitx5_add_i18n_definition() option(VARNAM_DEBUG "Enable debug logs" OFF) add_subdirectory(src) add_subdirectory(icons) install(FILES "com.varnamproject.Fcitx5.Addon.varnamfcitx.metainfo.xml.in" RENAME com.varnamproject.Fcitx5.Addon.varnamfcitx.metainfo.xml DESTINATION ${CMAKE_INSTALL_DATADIR}/metainfo) feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)varnam-fcitx5-0.0.2/LICENSE000066400000000000000000001045151464651755500152320ustar00rootroot00000000000000 GNU 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. 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 . varnam-fcitx5-0.0.2/README.md000066400000000000000000000053301464651755500154770ustar00rootroot00000000000000# Varnam Fcitx5
![](assets/screenshot-ime-horizontal.png)
A wrapper to add Varnam Input Method Engine support in Fcitx5 Input Method. > Please report bugs by raising [issues](https://github.com/varnamproject/varnam-fcitx5/issues), if you find any. ## Dependencies * A C++ compiler that supports c++17 standard. * [Varnam](https://github.com/varnamproject/govarnam) * [Varnam Schemes](https://github.com/varnamproject/schemes/releases/) * [Fcitx5](https://github.com/fcitx/fcitx5) * [CMake](https://cmake.org/) (build-dep) * fcitx5-modules-dev (build-dep on debian based distributions) * extra-cmake-modules (build-dep) * pkgconf (build-dep) ## Installation ### Build & Install > [!IMPORTANT] > Please Uninstall the older version first, to avoid conflicts. ```bash git clone https://github.com/varnamproject/varnam-fcitx5.git cd varnam-fcitx5 cmake -B build/ -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -S . cmake --build build/ --config Release sudo cmake --install build/ --config Release ``` or ```bash git clone https://github.com/varnamproject/varnam-fcitx5.git cd varnam-fcitx5 cmake -B build/ -DCMAKE_INSTALL_PREFIX=/usr cd build && make -j4 sudo make install ``` > CMake supports multiple build system generators including [Ninja](https://ninja-build.org/). Commands could change based on the generator you use. To enable debug logs, configure the project with `-DVARNAM_DEBUG=ON` option. ```bash cmake -B build/ -DVARNAM_DEBUG=ON -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ``` ### Uninstall ``` cd build sudo make uninstall ``` or ``` cd build sudo ninja uninstall ``` --- [![Packaging status](https://repology.org/badge/vertical-allrepos/varnam-fcitx5.svg)](https://repology.org/project/varnam-fcitx5/versions) * [AUR Package](https://aur.archlinux.org/packages/varnam-fcitx5-git) by [@mohammedbilalns](https://github.com/mohammedbilalns) * [Varnam Nix Flake](https://github.com/adtya/varnam-nix) by [@adtya](https://github.com/adtya) ## Configuration Varnam Fcitx can be configured using `fcitx5-configtool`. Please refer the [official documentation](https://fcitx-im.org/wiki/Configtool_(Fcitx_5)).
![Config Tool](assets/screenshot-fcitx-configtool-01.png)
| Property | Description | -----------|------------- | Strictly Follow Scheme For Dictionary Results | If this is turned on then suggestions will be more accurate according to [scheme](https://varnamproject.com/editor/#/scheme). But you will need to learn the [language scheme](https://varnamproject.com/editor/#/scheme) thoroughly for the best experience.| | Enable Learning New Words | Varnam will try to **learn every new word we write by default**. This feature can be disabled through the configuration window.varnam-fcitx5-0.0.2/assets/000077500000000000000000000000001464651755500155215ustar00rootroot00000000000000varnam-fcitx5-0.0.2/assets/screenshot-fcitx-configtool-01.png000066400000000000000000003140731464651755500241060ustar00rootroot00000000000000PNG  IHDRjy+sBIT|dtEXtSoftwaregnome-screenshot>,tEXtCreation TimeMonday 20 May 2024 10:23:48 PM|, IDATxyxMWDB扄d ZC) j{PjMPbjk*E͑ AF%doHDHpk]^pvrRY7"B!B!DUwB!B!_CCCޜ2/ammU1 !B!B*---u%ޜ2θB!B!D gmmT%s,s/$B!B!%55s,IRI!B!BL-B!B!*KQPPPUM !B!9".t#VnݺᅬE)B<>+B!j*WK.ō7HNN&99sW_UE|B!SMB!&{G"##INI…:u^OdddU&B<>+B!jN,edd6<ߡ5/=F^V Y{\^^ރv-OFٳgyfuRaDDDBdd$iii\|*Svv6ϟ0MBh<~rrr ,,%ڵkwݟN~~~}Rzz:vFL~՞).uV[4im۶O>yЮƊ:̙3Pwy&``` VVVUGeu *NB2dAAAQ~}ڷo_ QU=gggV^]jΝ;111XXXTDNN3`Rjj*'"" |ҹsصkvQ较<5h}ūGj*7n\'55 0w\B<022R/==sΝ;Ǎ7h4>}M~~>III\xQCDLLvΝӉ?;;uBBY*ܸqP ̙3$Y!DeqeN>=((???T*!!!JÆ >|$?W^]VZQ^=|||PHOO?͚5^zCs[n[???iٲ%[latz 8STT}ժUl_\wڴiݻwwww̙ܺ\M6MnǖQ^/!Ғ-[奓\=Լys~w+vK׮]ch4^%-5+RxG3(*.w}m۶lB ..qttVZ:ujժE&Mhٲ%ޘРA]FVVZXlllL"dff]c),,$** SSS<<+xtIgҥK aȐ!ԭ[<ȁoQkZ F߾}ٹs'[ $$׳b <)'OV[.ڵc˖-it5kÆ ߟ &_ra̙֭3{:uBVge[rr2ש[ngmm͜9s eժUٳssszɦMtەݎ-ˣ^BCFF}KeX[[$K߾}uJn҉ŋsuȤ.׳s30}c̬lÌ3gK5f !x222 Qʕ+W[CM333yHNNuݼy###T*]KOOȈzadd)'55Ug^"ԩ!hr?jv2jHI UTaa!...* :uPNQYn3%%+++,,,044kkR=5 !ٴiyqF7o...@Æ ӧ:m0n8Sp1 ТE 7n̔)S UF0f7nC-/ȠAprrbԩ2~xڷoOFx9{l_q5kSuKKKyC !88Bc׮]SY:Nz !n%%777.\ŋtR @29s?KK+ޘ&6Xhh4ԩSA|,x;NF!\yN_TB8[.W^cmm]vmmm~:+V͛7K]6Z|%ys*J^'/((@S`E:LRSS)((n%J~)R7ڵkAAE}VQo͡Cܹ3AAA9RI+Ο?OAAYYYjJ]jАƍ+'??ccc?>&''R>`gv(ӒmDDDЩS'e߮]tFf6N:q5,--Yz5}Y6m?L||+ uLJ ¸t~~~њۛCĉKQ֗X&,,˗ }vqqȑ#Ji֬&MТE 6nѣGɡ[n_ń x뭷8ukNohhȀႃyuleB{)Sd;&JKƸQH\s)*ȥ }%ΉmƶmJM]QJ,5u2͍SHMqA|G[Gbj}?!OkkkIOO'??2444DRAQQlhذ!Wf?FFF*䐗וVVVHAA999$$$`ccSe#tի)>uZ(..V&'55mpMj$''+]@NAaa!aggWg_9rBT={h_݈ff2PaPU^1L޴g QTP`B񤲴^z$''Alllqpp 11sΑCll,h'''nܸqȍ7"22?4iBvv6\r33N^Ys"""әsGGG #&&kee ;w"Ue%֭KÆ IJJ"<B~4*MG@H#} Z~>mcA[\DeZrA !xh4lB'gL~$$x,5FJU -%Ck*&dgwěЦU3RR&V2¦5':̊e!x򤦦<^B|L=JPPGu$ժ܉%VKD%;QGKr3p0gx0Fd16@h4zdOE!DMVIJJJEڵquu ŸrBÍ7ܜӢEI!UX*ȿIkd_GX |bT*F26l7Ff6Fe,EO]RB!SEB!qS (,ȧ &E*?bhd!j!W!0 !BA500&u2!B Y!Bx-B!B!DHbI!B!BT$B!B!DHbI!B!BT$B!B!DHbI!B!BT$B!B!DHbI!B!BT$B!B!DHbI!B!BT$B!B!DHbI!B!BTEVVUx033ťCB!B!҉(֭[U#'Or%7n\ݡ!B! QRVV$#mڴa߾}őKvvvu$*SSSׯ/mn.B!B!J'Ozz:4jJJDhZZ- DFFbhh(%%>>GGI!B!4ǒV8#R~}T*CGp႒Tʕ+B!B֭[GⰷRW֭[:t#2e=Kvvvlq۷oյ-\JZ1m4ڴiM6e\tCӑܹsygiР-[䭷"99Bl۶,uv8qbU[mv܉}{B!B<~uh\\\KFLJDe3K.A0j(%Qt ֭EݻsU{9\\\/3~gmk֬wl_lM4ʊ={ iزe SNŅ >}:1~x4މ'ڵ+6664lؐ>L籵 ШQ#0ajWΟ?OQլ^/{nFS|ω'Xd gϞeÆ һwo_^v{=mvvvtԩc.+WM6\CB!Bɻcbb8vΝ#>>V쏋\x .̙3ۮ>vСC\|GG24Çl[t)ʶ={0c lBjj*mڴQZh|\|_~իW !88tz믿Nrr2{eŊ,Y-[pBnJJJ =WE.1cgcllаcΜ9ÀۛZ'YV9s&^^^x{{/,,7ޠm۶xyy1`bbb;pVM6ԭ[777/^%?pS֭Yjxxx0i$(**bРA$%%ѧOڶmKbbbu~֭c„ yzz2}t%F~h֬M6}#8y$-bhӦ ̘1T"~ҥ M4k׮Aɓ'ȰahҤ [InѩS'<==|W@!B!DU{Gڵ]6:g̘lڴJ755eРA,_SNKNt"+#F ===L±cHHHkNNN3===x爈`4jԈhܸ1SNU bĈ4oZM@@nnnUzɱc=ztߟ#F͛Y~rN]v;w_UyL___°%00?tܹ6JE߾}9xի={GrQbccgDՉ'pppm޼M޽{ٵk;w>={'OoVUV/၇۶mSܹUV3<˽СC,^ .0o<&Nȹs:=ӦMŋ2k,RSS),,dʔ)?ݻwӫWGqIB!B<X}$aəmmmׯ_ԻN\^}U/_Veҥ;T~gիGzhݺ5&&&\v֯__絡2 *..( *s%&&ҰaCwu0РAeۤIӓo1 4===Ú5k:NNNRhذ!: ݻcllZ^ 66^v 2ږz&M!fff:Kyί^z1}}}h׮/^ql۶,WU5k0j(Ί+۷ogȐ!xzzVq޿~ziѢ*Ν;/qFN^hӦ ?TL<\~f͚ynZԹ:\Z{{{tUW&faa/0w\˳>KnnncJ%uڰoooOJJ ̜9>}лwok9Jۥ`iiիGzzzV+9d_|0a>>>ڵ'f%** uL\֫WO_zU5}vx;vY!B!DU#F,g}F^^7nO?5G('%%錎022N:4fƍL}QF?jرc~kkk$COLL VW  IDAT˗/Ș1ceʕDDDjsxxx(deckk[j;GfݹJիWQio&l޼;w2a„rکS'8PjnVyuߞ}}N,^ӻ+Z͘1c8t*ʕ+裏ػw/{e)ږJ>ҫ<|,4..N'wkcnnϩSa?I!B!#K,]x /T ɂO>̌ѣGӶm[Fa8::wy#Fp2ѣ .dܸqҥK3f`<u7666ܹЧO^uo޽=lseɒ%,\x TV滓qqqlذbbbbIV"iڵs%֭[G~[ZhyyyDӻwo9r$gΜ!77K.oqtrM T744TIݙ,˱cǸy&*VZht&Xbbb8~8Æ A)#F`ݺuӧO6l@TTZ;vq ׯ'44V?ݻ}9sPvmƌ$v{=fϞ͊+d:#FVn:,XkFRRt֍;v`ff500UVoߞzٳgwf˖->{3f j333R? +WwԩSGg{v"88???.]n߾}ﹿs|G?T6lҥKquuo||DFFbddDÆ Ypa]!1EVVB 333\\\;Tv֍OUݻwP*+7oD_X7ok׮Ww(&..gyjuuS)j3gвe˧Su)\!xDEERhݺuu"1qԭ<*UֈReWB!xҥ"ܼ→;Xrvv.J]B!B<%$jXx899{x!BGI~B8#DjCcR\ !B!x$)** s% y/uIbI!ē@gB!KRUw$:Fy/uՔU!d4BQKzzzUxlmm9rHu!e۽{wu DzQ!ĉ 0R011o^N:egΝx{{W8eժU >ԡCƌøqt?B.]Z6OGI찳/^OKҪU)..f̙ٳ箉ŋ|WXz 9biذaoʶ|6mڵk+5/o߾4k }}}^~)% !MgB!3gd̙3gggj׮P?ypwwӓZ9v„ ,Z???4h@fX|N_5͛7ٙSV}WGyg:v숓 33S@yxgٳggfhт-[pqw3;vd>&L?̙3 7774i¸q(**_~$%%ѳgOZhիW~aa!G-puuwDGGЫW/,YS_`Æ tЁ бcGvءg:֯_0"""xWEP\\7KxJ3%ߟSNl۾};uԡshZ/_ӇhZ-4k֌I͙>}:;i&UhZn޼Ɍ3hذ!t֍b.^H~hܸ1NNN5|dҝK"E򕴴4f̘믿^̘1[HbI!x q̙{Zqvvfɒ%DFF~z>c| 3g$66owyoŋYn.]}ݻ~1bo6̝;իWi׮;v… k|'hтO?P @ZZC aĉDGG3gNjjjٳ… 1eٴiԫWmDZcLjޞEꫯrJntt4!!! 22k,,YBLL }ƍٳÃDhh(vBVөS'5jT";YGYFٶzj^yT*{elܸxZjň#̛7`9N˖-?>ϟg/%%|_}...Ciݺu̚5 qssN:tZڵSF !xpVVVʜwdn!)`ii @bb]@ٴi+W$++ JEZZΜw1005 u:JNNɩT7nPTTD`` w令HyDnTbyyyJ{h"-[Ƹq033?Cnn Er53tPVZE6mذa !!Ah=ë)`)޽{ophٲ%M4ArUmۦd411ڵkwy{?jIIIɩ1'N 00xT*W\QFڒ{BQyL6˗3zheRM'%!)`cc֭S&Ǚ֖Dm%*ZwqFlllx">]ۛ;w޵NEj^{5Ǝ˺uʕ+3a ؘe˖=z4={$ 7nУGDX[ be_vv6yyyST3 4 BCC:tRޞ &jцJ,ݹښxω|Έ#PT3T;XBgiiԩS"yN!xJ|̟?+WǥK|2)))ݻʣ_~Y/jٶmΝ+nϞ= ghZ"##RRRpuuV[j%+++BCC[Ӈ~7 )**",,ܻ{MrGrMT*h4 122Tn?괯hHIIUVspkdIywyW׿_@@k׮%$$Vˁ?yWhҤ RF-uHIIQL:GT:t(:uJYM/ѣGh4r2G+++Μ9VT=___ (,,$44\h׮111ʿ{%E)Rn)$$B<%zի9p]t___Ν;GϞ=i߾=޼>|X1S?Ņ}1lذ2:88믿2o<4hy7Ǐ'66gy^z兙?qʨM6zj5j+3g$??sssqpp)w y渻3rH,YBݺu3gSL]cNzi||wtܙC_1cpqIֻt'|믿3|+M4`ĉ<ٓ\f-[ח:ХK4 OQPj׮FFFt]y[n|g888дiR5iԩڵ ggg6lPjܹsiժ;w~;G1`vʇ~ȑ#4BPD5i6!j=CKB!լO>\pQF1`GTI, !rϐĒB!D5۱cGu BQ)XB!KB!*3dU8qOcǎ>66ڴi[%wҥ\ǹgϞJB{@ѠR}j)RHRJB`aaQݷGX aԫW:uF`` N}o0|lmm@R=eѢE۷_:c$H>sF}:7f߾}$%%aool߷oUڗBVOO !WWW.^ӧȨpBpZݡ<[oѣOmmڴQnnnΞ={m'OW^n֭cʔ)CKbbbhذ!~-;vf˖-۷9s_/VXݻ[.AAAhZ ķ~+V௿‚kbbb¸q9s&*/-[(m0ݻӣG DLL ԯ_T K\wyG?3tPX̞=իWSTT/_~%W\k_999 0#G`jjʻk@AAc͚5^x1dgg[om6 5kjR=z4Ŭ\YtڰaZϏ~II,M>xV^ԝ9s&.]bÆ ,Xe˖qu/իp>?н{R8ӧO3ydi޼9=)vU}yO&MTwB!D=^SSS9}4cƌyvFyHII`N:EDDٳ3geiݺ5Æ i믿&884ĉXp!Zb…DEE7TbڵjՊ8N8AppNhڵoߞ$v~ˆ ۮ_5 4 **̤f̘1/ʶ4uΛ7#GƥKpsνg_+V`Μ9l2&MDrr2~KJJW^Ӈ<>"""8w<`BO;s![I`nܸzwݺu5 :~0a&M*W;nӦM߿D:w?T;e} !B$z$QG%ɠz7ڵ+#tzzzXYYQV-V\DOO7|Ǐ3qDׯJߟɉ^{ }}}ԩN 6 ===<==5j7o~>oh֭EEEʄVb:V\ӱPFO/~Ѻukt邅.]R5kvvv0m44 {`̘1KKKyt~72eJ\!ēܹsDGGӿLMMS^^^4mڔM6p SNЧO7nVVVjfΜIdddY+B!ē< geeիW.1ZmeJmsqqA_֭[YvĄ ׯ #+***߉Ezt^RXX.%#k{eT*ƌòeܹ3?3kzW^_WYqq1FFFl^NDÆ  ?|)jѣGo1zhV^M@@1| ),,,jy ԩWg$B!DMHF,UZ@gşRuʚmL4xdffҬY3ν&_dի:/_$kãɻB!IKc۷gy|||  00PY{TjP=X`ƍ‚ƍtr?}toߎ=k֬Ĝ9s8{,Jҥ 'O^z;(_|???}Y:tӶ7~~~lْgy}3Z>]ҵkWi׮T_>]tm۶4hЀm۶)͛7ggg<<1=z4i׮]Ϗj׮]ݡѫWA'99lחITXСCrW*sQTTD.];!Cv)\DsyZqqqp* tY4 -ZPXLٳٳg...̙37|bbbB۶m155-6$%%1`ҰwQB@&.XɱdM{+'Rn.ݝBMIIɩutt$%%<:e[e4gi߾=ofǎ9ݮs<]v%,, PΝ;̙3‚+y޹sӧO3sLtttpppW^ܹ3_Μ9s})L>vѫW/֭[СCquuEKKBtt4\;;2i+!*grMX*ٕM6ٞV+\a␖;9+\ynwypZhAnݨ_>T*VZEHH...tԉ6mhfiԨt(s'uE#MHH777ӓybggGFXz5= ,T*| kԔ?9_?!/禦L<e 'OԴ}p%T^O͛7=z47od,[Zf +WСCeXC!J~MFf.odzSEW块i8p@cߠA;99cq`` &&&c ~bShoܕ@swqq?,B(,--9x`EWC!s~npiAWX e}4E\\6l &&kkkṘrQ\]] >>KҮ]B!KL4I+˽s ,]|;2x`v܉#8qڵk?j䓊B!Kxiu &0p@;e-T3>̦M˰a/ 22Zj1gz @>}`J>5jȑ#4nܘ1cJ`` ذ`^{5x XfM/(w###<==ٱcM4a 2 f͚źṳo߾|hkkÕ+W4i3gɓ2yd^,ռb Xd AAAlٲECW_FFݻw':: =!^bٲeraLݻqwwСC 0#GV-ZāhԨ[nLJ˗/SvmK5inar7o'Oܹs2`>3>36oL֭ׯӫ`ɴk׎ڵk͛5(,K[[;v`ffơCRef <2uT.\TSN-+iI~AtBn*ThiiXju6O$==;w9+OKvv ;[[[6oL׮]1778qFHJJ  i׮kɓ'X˗/Ӹqc hVVvZtBƍIMMEWWW)ravk{!^NcBGi~T˪p111888(FVVV|m2aUk֬_iӦT*x_K\~^pssCRѿػw/>'N, FvڵL25jPZ5ƌ1ӪW2266UVi "~Y*heQuHqr¸zUc~Eی׬Vkܸ1o&%%>|Hrr2KLL 4m\NR1j(lllXz5?nr~ ---LLLxWv8::j=RӧUVEWW7n`jjJؘU*[h̗ԠAbcccK!^fƄTt5BT JU-;;+W(Vc)7v}.\ܹsyx葒I###iDsȈ}KzFB㱝ѥn 9jhƍ̷U\JYd T*ܹF9_r(Dy155eʔ)Z7xTUލۻ;LkT1>|yE|@OOOOO<<3f-7nVZ@Dj֬Y̞====֭oq㔡}]v%11333&M0W5Oӧ8991rH6ׯ۷ U{G@@NNN|Bۿ9Sxv߿xe.]PN B@@_}j5j(uܙիWSzuLMMiڴieÁصkkԨQcƍZaÆ= !BQɩ,k:uT' !BsTbNj2dDϔfHڿ\!B!(̿"T$$ĿCeH`I!BQټ􁥟~ xJ*aiZZZA144,r $?!B!ĿKX*+cIMMMv+糳vZwbmm]FGGK`I!B$TCAQPÆ |2ϟ'>>L555Ԕ vڄAJJJkhh!k.R͚5+ B!BR G!DSC@T@Ԕ5kVUB!BAK%P=OIz~\rÇ[);w*!BQ$TBr)W * e0 !BQH`I!B vƍR quu- !%#%!B!*XJJ ͛7/9T!*B!B066.r #;;[y\~/>ŋWt5^ 5k䯿j!ʙB!䲲:t('==Dc[ds ֶիW=p@ׯOrre˖oK.\ҒTe߱c011!00P#mݺu (z!^^XB!۴i׮]c???{ԩS100PiӦM|a``/N^ BMݭ[UBR]_ύĊp}ƍG۶m:u*wo)S`iiY&|wlڴ +++,Xɓ9vmۖ<==ٺu+C ?7`…ѳgO߿F [nJsҥo4oޜÇ3h z聅E7/^_|ALL xzzҫW/ϒ%Kرclذ^2g};FժUKn^^^CVh e:G!^FsC!Œ%KǏT¤CZnJ"<}pvvf˖-bҥ)k;r5e:zjmےoq=zq~Hvh߾= 7nD__?iڴ)7I....ԫW 6W_ʲ_gKu )H```70ooo:wԩSy^^^t֍9s攪yZ+WyS}/_f>#GЬY3e_AK> ~GkY/ׯ_G[[' СCٷoM6%**k׮ѳgOҨ]rLQ~ԩSEWC! !R@rҥ &L(B*|(ܓ'Oׯ[ָ9w} ;;;;p۶m5iӆŋ177VZ̛7Oڵkiذ!4jԈ۷+222xqppܜsmBCCqqqȑ#899Qn] 熬QFѩS.6:::ʖ5kиqciܸ$t4h  9]n?c +̌6mhLwu011Wf^K.?OM3*899ѳgOTȑ#oKEBXȨÙ3g@Vk.\B-*jBTh`)++ }8p j1|˸q駟to&88X{aڷoOLL Ggƍ:t'/Ȓ%K1b.\rVxڵkܻwkkk͛Y8pϟ'::ė_~ɪUʭ+Cbb"}wQ < C``rTKR,] U8p ߟq###ÇӵkR]OݹsӦMw֍*O!EBЬYRm-k/_ZZ3gGGG>s~GՄeWŋsQ4VuǏgܹDٲe  "::ӧO믿ҳgO%* '''Foի5j͚5CRѩS'zŚ5k{A*Uۛ;w(oqvvjժٳz1dT*M6eMZh̯08___lmmQT :k׮$͝;]]]4iRsqqɓܹZM5O0A,rРA\~=_aaa+Zkժٳgnݺ +Vd4%oy%%%QZ5tuu}ZZZ͚5bWv޽;/_f۶mj^ʆ Q[deel%쌛s!++$-[Vs/\\\\055P sXd $&&|r;,ٳgINN&%%~ ZMFr EB;B!Bl*E` `ڴi4jHe]6ݛ%q8qpșӘń 4h:ub 6 >6oLz/Xx1M4wʍCalmmٴi3gؘw}iӦvhݺ5vbQTlڴӧOcaaA˖-СC;L•+WKywfҤI\~Dcj׮͎;hժUPQ:uT2~n<0h!B!*Jc4߿'OTR&/cǎϭ={ҴiS2o޼y_JB2!B!BT.:tڵk?ΨQHLLА]2o޼Z[dܹeM>7B!(?/\`)((P)͜93gVt5ґ !B!s ,/:BQ 7!B!^T/KB!B!I`I!B!B< , !B!BgM1gئ4$Yr)cw.?3:Z*fYGNMlţ'YtoYOл9oN BΝ;Ç<ĊB!eBK>%=m-:5e?+Je"QΦ3NWMON&D$> !ċ/lPI!s RRRJu!T#!d*$Z,S:de{6cjn>wҙxQhd¸6vXꓭV6Ug9C"ވVO>z˜ֶJZzo[q2defnFe9|+cdM:̻[+#}f|y(vKOsf<OZFжQ؊yC9W}:T^4iDy\kUy.ɜ={???>̶mKKbyuK~ʬqܽ{O>dzsRvY $+Ռnfwo99ý / η7WAa#/q湥{%p_tE'4J$3:ty]Jr}%ۉhĶ:]q9[֮B|X_~yXYYΟI^w]t͍w. /^T=|+++.\{:Q\6mW_ޞ6mڰgϞELL cƌGGG&L@rr2!!!ّ ۷111aʕʹ bٲe%n[t>c\]][ndgi2k,\\\S'OV미@߾}  <<777~ׯOZٳxyyQV-:t˗5{899Q~}/_^d;=K?u;`eeŦM,Ȉ;yf]ƶmۀO:E.]nݺlݺ׭\rsscÆ k{{{ڵkǩS WWW^yBuե~mC|vvv >\:s :u6m(w|4l'''ZjѣG2dHק-.]ؗYMhٲ%4hР׈EЙPw]ygS[ߓ?UdfcEz5Q9fUuy8[37Qyv9]9DBZF%ꝭV}&uMdcn/]iZ!ӿΝ;?ܻwj$M6e̘1͍sEW3|nݪܸ~ gݺuԩS-[9=^.^sȈ믿*oN:uhܸqѣ|G,_0,Xoqc^ѣGSF .\ŋINN===Ν;ݻqssc޽@ɓ'ԩF~E-cطowoQ8vuƍ;v={k.>ٳY~=oߦI&JܸqsIرcYr%aaa4k֌O?TI?rHlmm?ٳg/%n󒶻ܾ}[y-f͚xxxh-s0p@ Fhh(ãm^=y}wlڴ0zɓc,_7nqF>3"## ֡C>k;::UVѥKbccIa$e* f6l}j^?ǝG%ӐFO_]W`Aɯ$z)VlSJ[!hcI!JFKK;vN>}֭*t.\cslܸaÆѶm[W^V=z46mJ>#F(4quu777֯_M4ARၷ76l(숈N8T^ٳgsNRRR (( ,M<'OٳgVȳݸq#ӦM\\\c1---,--yW믿XnC---ƏOHH>zzz*;88EϞ=}6w̜9իWî[noMժU+,|˷Ϟ=8991zh ԴzZ;v,֨T* [.4jKKKXAZ׶7ԯ_{{{.] ޽{@T>5믤L5mPvm~G"##Y&8_Uზbڴil޼Ç~z:tP9u)XLL2D46mwM6>}UV~ŊzdDEEWV-awHcNZjM\\lٲ#GrUuFӦM9tׯ_[)WQmjժUyuuu͞={ؼyrjժ$$$`h2uyttt077x7/-[*ǟ=z4? gahnܸHNNٙ.\… 6l1/ʤ.&ZZZ_ɫ&*NX<~%PBEq=HMM oooQմk@Y&66PlllpppА$7oIKK_cŖ֯_O֘"::o8 ۶mS~^fMy4BK[[!CcNJLR9QQQ:'oٲe ݺu+)99Y=V///N>ݻԩx{{@PPP\m͚5 l'^77n([TTFKGG .(yݹs~sK?-**C*uV\3gx3gk)ZK5{l֭[diisΘ1cpuu~ĉ:uŋ9ߋLII!--W???.]9cǎ-BFK/sp\s2, /!xcf͚̜9={ҳgOlmmyh]]]Q՜9s@ 8T*NT~} u~}:3|piذ!O39EdјSH*:PW+~][zw׻^W7ݷoeN! ZpѸ(g̘ABBӧOzL0===  ,̘͛1ssshݺ5GiӦ 6LX}͍P>ܹ̀s|8::r&MDZ/ !44:иqc%F]]]VD~I!YiӦ/(5l0j׮ԩS+:!ʕŻBM4.;;\$**$m\\\077WnZi/x5UV߿Gb``o,X@```)xԨQ}yWADD;wT! O!m!ĒBWBp5144[nٳKR^=:uThiemۆZA>}~z6oLڵ֭[+deeرcپ};w&77SSS|M@j, !JWE۷oၞ .?P'S5LKLLʊLnݺŬY?zzzd*B!'G^bOE믟y򠣣ŋ=z4|MbccQTdggs 4/Exץ||8;;3{g:Ye˖=yË8?Q~O߾}+8*!B!^o?z?~cl`$%%ajjʧ~Z.ǬUB,,,_իZzz:+WEIKKcĉ>}Cp{~`֭3}t"##9~8\|>r_\xYf1dȐg:&1sXܹsG"B!WYLwN˖-ꫯד֭&&&Ԯ]yOV:"#G fΜI^^ڵkiР}v-++`oo^^^OթS,y5jLJ;w۵4h3gΤcǎbkkO??x{333100P?:Mi}g…QfM|}}ILL|}].]ںuW+[R\]|___j׮9#33={`nncjjJff&;wYfXYYamm͜9s;((WWW,,,[.wVYr%գzx{{sYwN͚5eEwҥxyy{„ XZZbjj|G;:::lذ;;; ֏իWӨQ# iԨGQoܸAϞ=144PI3<߽b {ԔÇ+řiӦ TZFѪU+e%K₾>NNN\|{bŊ׏ѣGcll3ܹstY~6_mUT~?~5kP9oall\ZqVɓ'Yޞ+ť_% 'B!X! ++Bɢ^zaccCrr2o~cj N>SgHLLG|ܻwoLio/޽{,[QF _| tW^ٳS,YBzz: NNN@{jՊ۷oϦM_>ΎX>\b:tϞ={055Uݿ?>>>hkk+t+V0}tXjڽ_&,ϡC4޾\N!BQ*4Lxx8=BR)_zf̘уzMbb"Ǐ$:uꄹ9T*8p2fժU 8MRsά^Z9?hkkǵkה ,XUVe׮]ԭ[}RhҤԯХKZl @v022ʕ+lݺ> ccc:uj*oSLjժTZnݺq…gZjٓ˗p)>|2MWF yY&\v JŰaÔÇ矕Eo;VVVy///ԩSB1 qƴo=z … jK\I&addo QۧɓR tY)ڮI?F5*w}W9vtt4̛7###j֬}1ǽ`ccðaѡvxyy)quڕ_~-[Pvm&L@zz:dAFOO+Sb ޳Eqpp 00---ի5:pa ɉ_r/]tQ̽j~A(#FL+ګ:Y!B WХKf̘Aƍ=z4d*@ݺum333E__tR7oڵkՊ1VZ{{{Mll,#FK.D-=lQ ̨]@MիW###;ۛ1c0e9’%K4>^iףY=.B!eU%WWW,--ٰalْz +++tttE__~|-[dӱcG`]%`iiYh TllRfРA>/.T3UJ,۷k˖-î4%‚7nаaC޽[4,Ьo(K?<==R2<Ѿ}{2d*Ԕnݺn:>8z(C%<<\I*>zڷ~KHHwܜK.%7GLT^]-biiɪU)vU\ܜ{q}WVRe鵵g̙4k֌զ\=[qPV--} 6p!׬Yo9U-[+zYjS Ĕ)S)y={\<[.nnn|'|8G-Dѣ9~8fff;5J#LJ`뇑| [lQFs;]tQNűfL<CCCƌĉ9?3˗//qղ͜9{{{qppN:ʊPo7+r\Y222bٴoߞ͛{mӦM222xR'''#ܞ6vX_+[AjמGߕӦMm۶xzzRZ56mZjqhM=o?mF||}P~}4iȑ#>}zj߾=ݻwW^ܹ3gϞU+Q򋐻oӱcBh۶mS!BQY:\|L;ݻnݺi}TVYlz\ɉ~?+ʭ[prr̙3J1lQVXҥK x:uO? {{{.]%Nˬ/FE+H:!ʕ+ܿԊE!D%gbbRڧ"Uhg̴iӘ7o^E"*ٳgSzuě >#o^ሧYJJ گ|R)߳}Bb\r---e!ӳg2ILLL'^R6mpÆ +r_~a۳q2\~YF#*: ͹xbE!\!x6eo&M8t Fs\b2\4QtEg2h  TaT"B!*,#Yu5K, !B!BӼ*$$B!BQJ,H255}hLB!*ʊ+0B! //Oq- ֭[+ I, !x%1w\yjj*ᆱB!(ofΜ9ʜ9s*E=HbI!+ߟ^z?ױW>˼ߍ7[.=zQUk??J^^^DDDcDB!īHvHMM-rRe BR233޽;-[䫯R^OJJ[nPvm͛@֭yxx(mmmF666̜9SڵkiР}v-++`oo^^^OVޫS]ի&&&beeE˖-;w.6tܹc>}s)͙5k/$#ƍ34iҤIMM~SWԵӅ^?|~ԯ_(Wsԭ[B'.]Dܹ֭ڣu\t%xBWFNNXYYJՋƍL\\-[ՕÇ3gƎ @LL 'Od۶mڵ0 Ƃ v8;;ӷo_8رcٽ{7M4at֍ÇӨQ#tuu য়~BOOfΜҥKgԩٳ_L61cƐΩS6maaal۶ 5:StE^.b߾}sJ38۷o'**;Z[XX`aa*_C! (jժFU2bI!+#88p=zJR^z*̘1ѣ!!!ݛD?5kԩJёuVVZiڴ)* :wիsc``6~~~\vMi`899S&5jf˖-\pm۶0rHkecǎѾ}{,--qqqfܹ? }v022";;{=\]]qpp`ԨQGÆ YlnnnѳgOΛ7f͚Bٷo6rH֯_ψ#dԩS,eDffZ4h@f̀'ն?>ၭ-ݺuc{8q ,, \ON pttEuVkBBBhذ!SL)t3331c5֖.]aÆlܸOOOlmmرc%,֭[%KW666=SN;`ccC6m믿 +9994nܘe˖) .^ѡ!x QHbI!+K.9sp~7nPn],--dӦMׯ3}t5iӧF"66/s-"""غu+G%&&uFϞ=8p =z̙3̘1P\sСCٳWC=?yf_?Ǐ(#>>K.]:t(˖-4mڔӧگjkk鉃s*$00EaddT!HbI!+KKK6l~ɓ'BGGXHJJ"--yfզ'%$$`ee<)- "++0;'|R(GVUVVVVj!ڵ GGG>zx=ʴiקz|رCO ```@NVl IDATFٴj 333:tѲeK FժUR TF=z_ߟ׳}vׯϔ)SFiݸн{wT*5RVZo-=zLUaaaXYYΚ5kxNNNԬYS6nȄ 077GWW?\>dÆ /bx%󴔔B#4q jԨAՕlllUK`ժUKZWWWʖܹs]v 8'ggg灁9r7ok.iРAnݚ-[p.\@@@@}yԮ][>֞ȥKpuuUIIIDhh(NQFL2EzInܸ6ORammMJJJq*%y撎KGGGmڢ(޽{9x 3gάPBjbIw !x%M8 BHH!!!7;;;rrrg…ÇӷoBZF㏩Z*FwL~HNNɉ-[(21f-Z) `ժU/B<7npϟ_LfX椧N5'wU2PKo͟?;ve̸|2͛7WۦH0:uꤌL{.Rqlmm2e 999꒓uHJJRks4nܸU\]]Yd )))ߟ`>RannNBBH#!!A-Uܵ~󖤤 $==KKKۧBϐ(:zhgҊ{l[_!+ajuvT*۷o'$$xGus9s֭[+ۧӪU+ Yp!iii$$$0ydŀtw%22:(mDGG޽{2dRޞ}P,wޭ\e@!(+ 'X<ёr}8882rEڴiz*B!x2bI!D5֭[\p===֭K͚5@B!rOB!JD/5k Ν+uё!BQȧt!*)ŋDGG---KGR9]]2#B!x$$D%0JNNҥKJR)--LJ"#B!|SBXJNN&::Z-Eݺu166.ĒXB!KB!JTT}Je*#f̘|@RRRyuU!BQF2bI!DOkӦT:uo&\v8lmmqpp(YɈ%!?ݕ+W>BJCCC+:I, !(#?~ӧqssSF={ssseR\\boo_*RLL ۷o'!!LjժEϞ=qqq`ԨQ8;;S^=vލ~~~mV6m!'N ##&M֓gܽ{ tBFBǕ+WҒBڿ?={,>TxrIKB!JtbJ*qyx LMMiݺ5+++lll ƆBϟUi#jԨÇywرc-SVx"?ÃÇaptthcǎaii[o9|0nݚÇqF,Z?gp}%-TM4СC/(IbI!D D$//GҪU+LMMi۶-{!//;;;} >VX255eSN@ZZZbgȑRF BBBѱL[XX`llƍy&GwQfMϟOdd$dff>s߅|2M!ij}vE %!%+ض%9r֭[cjjJ %77Zj{Xb޽ܺu 222Q@IݿLo ݻwoszzz<|z-B!^彪"%!*ꗜ:tOOOeΝT*,--=^Բ(iŋcذaXXX`e4Q\ܹnLt--bc744$--_mSW!B)3w$SSӗƴ*:![j͍CZ"**1%%E[[LHJJ*r~ 6{n7n\ӦMBCCv111!S\B!D ~^uAAAq֭ʊǿDkײe˖x T!xuFO*)m1qJ7-NKB!JP[KKKJX4av۶m42 zT* iР'Oy{i_yw^Z'OҾ}{022y7zK/P8k֬@({eo>+.^Hjx7Y`beTVe7oGeƍ4}`_W3gk֬!55ƎG}BQVt[.rK.ߡĒB93b}~~~999L4}UVƍ䐐ڵkܹ3k֬__Rse%_XΝ;D߾}IOO?x!+1+XXXTpd{8R^yS~ۇ#gϞӓM;:R!ī+3rV4ڮKB!UZ5rssQTRͥZje%RΝӧ͚5+r ,(4ufll̇~h֬...4oޜ}0ydvNÆ s$%%Ѿ}{6lf7n=ݺu#..86mʑ#GpwwW 6dƍxzzbkk'ǎ+5~mmm4iְaC/+++|}}9<.qqq4l???F_gʹj [[[<<<صkҶn:3NNN?^IdeeаaCرr,\P:t(MMM%##=z9]tQ}2|}9{,=?ٙ?ҪU+._Q{VVSL'''ƍǏ?Ņ:u0l0|[Nd?ԯ_`CsiٲeaggGϞ=INN$+tAYQSOg}d6oLƍO>+ི}vVX;e 69c pssё2K!D,+I, !(Vjոy\*Gnn.7o,sbUD呒·~NNNQv":: &0sL6l7|Ù3gѣ!!!ٳ3gPV-/ٰa1113d7no&<<\yd\~28ٳ'W\!!!P̙39rwڵkԫW9s`ccÙ3gg}… ~:fbذa_6[n͍/Ν;ٹs'$ګW/?ΥK+Z 2իW+DEEѧOiҤ eNfҥK8qH._ŋ5n رc;vgrefϞ }QFvZ> 000SNʵvrrĉ޽<7n( {FKK:СCVժUxo?Po0}tJ5P!DyUG,ɿBҒS2f̘Bggg3ocĉlٲ@6l@6mcrr2kV,=))ѣG+(;/_ΰa044믿.F-ZHm]J(Nc̙J0--p1?~Jq撕U{iűqFrrrT[$ ###drssyeQ^ g_gr 222?d˖- !Ņ~WGDD...^!XB!#F ..f͚Kz044TǍGhh(NNNT/cʵkh۶-3gd̘1Ԯ]777VZUq>|SSSj׮MΝu{)vشihذ!2qD5jDiժUo9s&CޞSrJk4M6 E@@}hsĉb*<`ԩ{&L`0j(7oNy!_|6664i҄ *4m4i^^^ammo+Yp!5j Wfjj֭[Yt)J!oMKgϞۛ:uIΝi߾}ݻ+++ѣGQxËL`5 sssUF^2d~a-M266Vjfdd166TTy/*ӎ{[nmo>YB!*P{ݻxZ5k￿=zkkk155-s(?{W^B e:tZjj2zx񘘘kii{RϿhRcI!HIIa̚5녝ٳHNNgEI.B($cccƍ|]ZĒB;w;wpr9)/E.ߟhH׮]_y2e 7oޤJ*4hЀ+Vh.BDqmXBQ;wbZlIOOcǎJ[~)_BBVVVXZZL4hŋY~OB!FKB!Jsbx˪իDݺo>wRiL:>}p)ԩCf7nAAAT^ׯ-...3~x ~dz|rsUVXo}]>>} !gϞOϱcǸxb$$Tew^˗/oN4vޭRغunjjʺuJ?33-Z(A!(… /44b|}}IHHVZ,ڵkWBQ;111ԛBg[8w +VG`TtiiiL:U&/&iWt$$teԽ[wmBݻ ©s<ϑkyy !B8}F7|)3 , !(UY m !B!HpI7B jJuQTjLLL*B!x!rrr!66VBpY%EVs ,D4iÇu yZ]zGGGݻTH"BH~{.111(e999p]m_2N!D8u'N͛:itҞ(www.]TlSs X`~-׮]ĄVZߢfﯬ?k 5j:ugoKAA'NdX*ƍ0aBρ)Spy.\@^^;woaS!ϪZTE~B!ٳ 5jĜ9s*W/J*\eڴi`iiI@@ Ŷ#7nܠ_~ШQ#.\>|8s!((KKKF[ >ӧpB4i,}L&M{ZۢE ,--iٲ%;wT֭[ǻ˸q㰳֖cǢVaÆ3tb%INNؘ|og& 7o?̔)SpppƆ?Xo6}tڵ+ׯ_cǎ4i҄k׮1l0 D}zUVh<<<)[~=&Mf͚ԭ[?%KT@/B/}H`I!K';;7n3"\y^fϞMLL {%11zUܹsߟŋӬY3 @zHHH`ΝDFFo>e'0a7nx?9y$'OdԨQҺuk fĈ$%%1e_;uTܸx"ݺujcǎ\|)Sf8::rm_D%]\FɲeHLLСCtGGGf͚E9y$w~O .|g :SN)u6oތ3Ν#66;vc>#IHH?`O|]_g?TZӧOO?tR;>QQQݻ'Obnn nnnܧW?666lwZJ9B!%!/\O>Q_~ݻSfM,,,;w.ZRiٲڵkS~}f̘ڵkqrrgggnݪ5kˋ/=*Kdƍ?:u```{gZСCJk׮Ddd$mڴҥKG5]vTܹj۶-5j(1NYx1ڵ KKKz/Z<==:t(UVrZիWCqM5kILL,uIJJ|GPN)F+/ceeŒ%Kr jںLڰa!!!RϏ7jwxx8ӲeKe[n%>>CCC5jT㖦s4nJ;C~~>>ѨQ# >#F+/gjԨAv0`׮]+<<\ ̴s̡gϞ :9RTyOj044V]<ccc*UDVV-33===k/$yBFdd$mۢR퉉/l߾}}}lllѣQQQ̛71ck֬K.]Ь Ɔ06oL޽YjaaaJkvիqqq c͚5Y`ܾ}ܯӪSW\Qh4\RgڴiܻwA ᅲEIΜ95k2x`e)nnnڵ|.歷bʔ),[ӧO允J4qڵ޽{nݺU]cccNĉ裏xwj){=(99YkSi׽RJ 2qFtSq+MYvQzzzq)%Sptt)B* 9rbԬY-Z}|%s̙'.988Pn]6l؀?4k 333IJJ*vdȰaddffҹsghR+W(ӈ֭KrrVyRR3)<<KKK144dѢE_^0"?$??/// pssᆪJ*ԝ;w.|嗌=իW3i$)((Ғ',͚5l:tl6mݺu#**_|Ӹqc֬YS˗={6W^rʸi&j֬ Θ1cy뭷իqqq@nŊ={{{j֬Ipp0gΜ)S9PUSNܹsT\kkk \\\ E?lfƌܸq rJel޼G5XpVҷo2Lѣh4ڵ?7n/^֖J*ѻwo&LPBLLL;vVphRE2@pBo>w^{'ٳb>W766֭[[V:t`@ᴩEO5hժM4a̙TV˗/%۷u̚5 +V0p@-[ƀHLLm۶̝;`O>}ؽ{7ggg @TTw ###HIIQGDDp~#GGڵi߾=#FW^@aNH틱1&L`ӦMʔ3g+>9Oll͛|WZǕ !BÉMLL3f cƌQF*In!/ǽa%$': }Cض}haCڽ{ֺJb֭ʺ)֭+qLZh)<2 !BUqMLLJ,{Q>kJ`I!cuB1 7+oXb{{>xZZSNeܹ7nܸRd>\!U'SB!FAe23oc`Ppcp}+mڴɉ0_"xa=7C!맴/* ZhH2bI!D ]@CJPZߋOG,KԑKCLLL_!ȈcǎѴiӊB $j5gΜȨ{T6XBQKyᑠihߐ;NwKvve BlllHLLdddTtwBT} FFFږcFKB!,)gP ҵvm}hh@ݺflݶn]an^pX66'/ˁB$ǒBR=8# \̦x{ޮa7x{cSf^MF__?;5B!Ȉ%!z0t=^#3+m?nc_6toq?q 7צ4kڜu;sU*W`B! $T2о#qG䏣h48r14 obb۴}!G,X֭[Wt7B!xiɈ%!z0daQ\]ܙ\*lll*=k0Ϗ:0~x222b7B!B< , !xݚִLunZl z栒 B!iɧi!zx [q˱X|1+SgK`` |'ׯӽ{wj֬sUV"-[$22J*1|pj׮M1cV֮]FFF8;;uV,//P]6^^^\x$9t666O}B!BdĒBgvxF7_QF.BBB033{$Xiii$''鉃̚5ѣGpE~7lΝ;fС,XK.퍝{=ݻw΁޽;BBBXx1+W&$$3ftRRRR ,֖۷o?9 !^'*mVtWObb"%u_ZXBe ,/KO# iӦ9r$W^Q/tR<<>{{{7oΘ1c9s&ժUaiiIÆ quueر߷/_΀HLLdŊJҧO틻;dǎF`` aÆg8Bך|g9?N!DLLL8{\ŢV9s3 IDAT>4hQQQܹs+++ %%E#GEFI\\kצ}1^z9"##۷/L0M6)SfΜIdd$L$B!WY`LF, !(NĉܼyS'm`bb{nuJ֭[uSSS֭[WhB+Sxx8,\BCCK (pemmB<9yBW~}SH`I!D4"JKKcԩ7!xɯBQ^ڵd 󱧟]ld*BWZ6mprr",,k~xٳ>^?`4iBBBW\cǎӡCiݺu-^.DdffeN8ABBF#saرG؇?GW_5?իWgۗ_U^sWkm~^se@ ==U}ѨkgiGe}j5\9U*WBp7>˶`;:9I`I!DN>ͭ[HOOI{jĤ؜ }'̘1###<==ٶmUT̞= i&,--ѣMϞ=׿ERR|=2bϞ=XYY @ 1b+W,S`֖իW{nps+~yFF##ֱcG屏}V )]taO4lP...t֍bm6̙1~!˗/WʫUF6m022Ã˗/֥KcƍcmmM׮]Сm۶m۶n:|||)(CٵkÇ Gv}}}܈z~ԪU ? .g$ij).׈eNg*\ᴷ)peMTaA: ,:H@E%%!%:}4e$9sLVX%K8|pyM6駟>իW ԯ_7n؇? cccΝĉ?~|gMLLHMM-ʹ4f͚ɓ'h4ܼysss:iiiԯ__nzJ ,ݸqC/ǎc޼y\rJStNʶ\ڷo_⹊Xaҥ$%%)K,Y///NIzxx֬Y4iDGR}HZUbddDjj{Cqw\x7ЅX%eXnJIrEsVZCAKB!Jt-tE͍'Ϗ:0~xpfܸq:Dצk׮bۗ>;r]%уԩÕ+W%''caap mСC:tի666Z_Znw}ǰaÊM=|p,,,144dl޼Y^'ԩH*##غk&55ƍp߿O`` 3f̠T*\b[ki& , ]_s7n(F4a׳$55{=KLkה,n޼Iݺu9/*wO{!]0ke=t1&5ޤz{7k#tr%ɻB~?%.Nvv6=sP`Ν;ڵk#???ڷoOVVgϦO>'997RPP@RR_r3KKK4 G lٲEԩSJcccݻqƎ˥K4hO&''T~w]WWW wMر#gΜaǎh4wM*m]2w\ܹCnn.gVݻGVVT*5kܸqZ-nnnL4,4 J.66cWHE'Z.]J߾}177WWWW<==Yf#^(((*+oӨQ#FIJJ 9998pӯ_?/3uT7n]_#Y^"_guVf*Uz4-Tey#=ۯ?j,G|sss ӓO>D~uwN͚5`ܹjJy\e˖DFFPR%Nڵ_>3f_]ƌpvvf֭JY^^X[[Svm)IIIs!lll|+Rڵbݺu4h;;;&NkקOvܩajb,] гgOÕRՉ$""oooJ߾}utU+WRzo>wmڴa۶mL: EHH{.u033cʕL6 KKK>b㏱lll)5j`ʔ)t>Z@a@Zh7W&33ggg,-- ի@aXjuGz}6[l)y,_cz聇##CwܩL+dž PT`ii0uTѥK9{,Wwx~% Ԡ_I'ʴV 񏫫e߾}t޽LuߏN!D۳gOSlB;+YSK<;wҮ];*WLHHժUSY8::e˖=Z!o>$H(^INNN,X@ Q^ؽ{7:t(|߾}VOO={xܲZ%%?`H`SvwEʝXBQ0j̃<%22FC۶mJ/l߾}}}lllѣQQQ̛71ck֬K.ԩSkkkBBB!,,͛7ӻwoVZEXXM&Kk׮^Z ,+c͚5Y`ܾ}ܮՠBhjۛɓ'۷y3L4 IIIJPaÆ2vXBCC*))),_XbptZcǎh8p;v 4446m!999lذA)xTݔdEY^4FFF={V .bQ՜9s##nKB!Jtff&7 2(|ufM+#Ν;ˁ {7WJz_4hQQQDEE1f(((ښ bii @DD{fٲeZ98ƍGժU1bz s*EFFҷo_ҰeӦMʔ3g2j(jժEhh(Vy !^+BN2rΎ .pqnݺcddu$%!z0ԶM;lXXX2tH_3uo;63?00̕+l۾ws[n%++:۶msXZZbaaA6m8x3qG׮]uVYS!=ʕ+f\\曼XXXЫW/=,]½ȁ5y|N|d*BR>}[njժ 5zvޭRغunjjʺuJ?33-Zha '<< _hhh#___u!C`ڴiѣĿѣG8q"駟Ҷm[LB||<۶mCR3}tׯׯ_cǎTTݻwcnnyMOη~K@@]v~?WGDD>Ç֖#GG?~fĉڵ Əokᘛ /%KE=TR7//#Grrrrg…XXXPyY9sp-\]]ꫯf͚1jԨGF 0 ,d9{,Vbя9s \|իKbddXѠ1*|"77]TZ mۆxzz*wWDEE𑜜%_~%-Z(k'^OŽ.~NvT6GVQZ)\n}Gж( IDATnjMPZFoUvߤΡxب5b;:9T8!%*nnnܼyC6mprr",,Lɝ:311O>'''t1bIIIL2_Gq/^LZZ&MbѢE޽{9yVP &&*Uhfmm… 9<}ӧOWW_1qD?>&LƍL>sQ?ӧ.8;v`޼ylܸD<==9pRn``@PPqqq?u2g=hL† x"JRJnݚ #^sDos[l|b9::2g,--9{,+S=/ph4BCCQgϞܹsܹsTT6mp!4 ǎF߿\4 tA9ּyv^_cY^i^kuGk{]+q#gs_O Z&yOu}qWCZ5̥ ?Xm|[Km;TxdĒB4ҥ>DM4o恩i]k1118/|غu+ӦM>*ߵk(W<ի~-;wf˖- 0OO27##zZaÆcgggLMMINNΝ;ӬY3ڶmK5tua۶m̙3ccc>qo۶>}(#悃_:;vTwߕӧOQ_~%1o޼R[!ֺuSSS},#oݺ;P8SR1gΝ;W~E?dddhٴi'Nff&>>>l۶?ҹsg:?LV8rgVڎPիVR\ (̯˶ȡioS4:‘CÂ<:ֱzz*Sq"1]yѨ1˃B7ċRVmپG:u¢#D~ƎG5GwE}Wnݚ@;955+A{) fǎ]311!55:QQQ^,T*M\((ƍԯ砩)_<JKKc֬YS1b>[@adW[oԫ_>jt|||4ig|cTBZS577W/'Zn ч۱Yϕ2J\/eaaԩS9rV"WSSSصkW>|_~&M7|>>ZTGZB]?퐮MҵoRܽbKB!J_=B;} ۱8jpz#?31?FFu2]Vxx8,YDϹsXv-yyywqUU_ B Nh ဦZ9_W`ݼ8JUDZ9吆"(A$c?Zkv{k}9??`sz{޽ 3Æ c,^'Nݻ9s 'N־DIe9w7>… 9x &+Vgs'֖<>^o?C\\۶md2qEonflܸ"wʞDKYbccӧu5/`sё 233)***Uοu/^d79sɄ;L8\rrr4i=zZjL&:vڵ+f͚QXXȗ_~i,]oZnvES:vjZE%+o<`6t#av Ö 1L[~;ߘL&Dܺ>To'''pwwӓW_}|ƌC@@!!!s=|nj;cǎo0rH9|UuM<3}t7oNƍy8s ;w???|IlBNʼ: 4E4o<==744h`Æ ǜ>i$f̘Av툌Wҽ:t`ԩԫWf͚1o<ټysIEDnٳgYl}*IԼyswN6m*aÆ]UVnn.SOqI 0Y`OqƴlْڵkӜޱcGChhy]pp0krDl(*k+#6'2ԩnp-%112]n5H[f L[l/'OdI< WWWrrr{RS\۾癈[ZӷO5 ?}v75k7oΞ=[uHՕHpppyDDFV^}݇SYZk4YfM=v2 ֒!-d;X2srr"gذ!saem;;o^e#{.q='YLN;v,pyNvs1f#"RYԣSD֔ZZK7$E &]I%?|]rҥK:m69|/Vuݷ~ ]p"""n9t EDn'DDnMU,UU6-""7tI 3͚%1ϓU\q+t/RPPP!Э[7>MbggGfX|9~憓ڵ39%%///6n܈GWDDDD,ޞb- ݫ4$""7t@aLޅE~|| ~a33>K#`իm)**"22WW׫EIjj*x{{;ȑ#8t۷ogٲeZ$ Œ38|0xzzҫW/6lȑ#Yz5-Z`yf7o ̜9jժԩS --'v[wS%[gP;;;ۇ"uo>,R^Uc+xa7^YE""7h4i!OOO<Ȯ]8sE굷o($""$d2S`VC!6'@lʇMݝM%лW$ _.~BƔ)S㣏>bĈ-QQQҦMywJL%֭ƍ=|}}K7ltLΝ;1LdeeQ^R˵"rw""wM-{($""7te?RюӗlX gs8ni}y[ŋԬQ#> bg_+++T퍋 -"$$Zj+֤`kk{vCߟM.]i=zW=\\\HMM-b3i4hЀ$lmmOYpa("eQOED&9TyX2[l9q Nź,uo-rssiִ1h`,GX;8q"={dΝxyyѺukFŴiӨUGh4ҠA7n/G_~X[~KKKcΜ9ߟd7 8޽{ӧOZh Xr%[n 33nݺakkKnn.->GOED*[DD䆮|E@>[8jY0W1y`ΛKfc/,y+\ӬY3 @BBΝaÆFZZ9tt4}9#FuVر#ÇG9bbbӧ7%KM6|}} _~_"""""Uz, ]Sq>q xKsX*PET$,[Jjhղ5*wիWl0X|s:uϮ}vv6>hy O]~0 ֕v'S`IDDn`Wp+z*G5bܘs.L4m2pppiӦ)OD~#''nH舝ݔK""rC T~ O>~44hoO? @aa! bӦM\pΝ)))tܙYf1p@vy GMDz-"Rkm߈_w^ K""r]{ҥKoޢܹ{tpH\]]>}z$55w1:YlV"))!C0c >L@@Ջ 60rHV^M-X~=l޼͛cccCdd$3gΤZjDFF2uTbccHKKcĉ]2/gɒ%*N#-^zL4o1p@~7"""ok"pg_k$dT6U&""r]gΜc8}M'&&M6Wqrr2[laʔ)X[[AIHHGuV,X@׮]qvv͍H DEEtR͛GTT-[`0Hhh(7B5"88Ç1cو]65駟6Kj۶-/˽ӧ@ڵ_>ڵ>m<#DEEis疹̭[X更nݚtŊ+UHys,]**R{RQEʼcIDDߊ(..Ƣe1e裏1bǎǜ lmm"666m_jSuqFr#__R 6ѣ3ev܉d"++z}Y&Mċ/ӧ9s&߿5kZ:uPNWV;w?'//D ;>moHyOѥٶmEEE|7:u`P믿;пHOO''R]_=z4&ի3w\vE׮]o,K^KᥢQ %A˟M&VFz~D|N "ǒPyOuqqqaѢE+l߾WWWIII!## N>… :t(/';;.]LOO/UѣGquuŅR)))4hPXXHRR?ƍwdK䐒Bjj*-[/j $00777ڶmKRR:t`٥ O?>#88ؼ~׮]C=DLLصk<@r>C \57<䓜hт 6rJLu놭-,Zv1LWWW5jDff&ǎ㭷/ŅSNѳgO{=wΚ5kxgٵk}eѢE 4_/XfӧO39BϞ= ooo>s 姑IIIZ ///&O̠AHLLޞ{ 1'"Wfٲe8p_|_~ٜ^r{1zhs sZ?Kֹa&Lڵkiܸ1'N_~lܸ%K+Bn݀s.eee_LKֵRa!grhh4^&S1 ,v]'=fcMqq1EE&\y!իYQ\l|n>jfz-M=DDn QNN68斞&ӬY3s`#!!sѰaC #--͜?::ΜĈ#غu+NNNtؑÇӣGr都=ƍcɒ%!wӦM#&&___ׯ-WEvn(((j6b IDATZWrss#N8_|鞞}$==_C=` %%777rϳ?֭[8Z[j֬ə3g&E,A=RbccIII~\pYfL%СC[1|R\?Ί+J]N>]zmutkay>Ma vfʟ7S1m~_RN| tynZZΊqtM~A>`0r1?s8t u\*7ɤICXN믯O>L0Ν;sylDjj EEE333K}ԩ:ub׮]~H~~>ݺucԩ< {9s9s:ǘ \Hy($?p9vi^w uk>߮u]7U 믿~ͲW{,}Εw38afp=wEΟeW|X4NDD,zTVSY'eOg?߰oߞMEDDD* aSXXȥKcǎһwoYFjj*9EEEРAL&۶m.Yly_~,8{{{nj?@jj*6m2?,\d\#p9Ƕm.#vyǏm~3ȭIoT%66>}Pn]닿? ,0+9 33Re]$+D߾}={6?暯WY8::w^ [,y={jVǮ{;ǒPyoyл)vo.2uN  xW桇bԬY+++zQڵYt) ƍɉAKw111DGGsbooO>}ػw/?3{&??5jAΝoj?~x qqq\?@׮]9x O?4yyytܙܜޡCNʋ/HZZ5k֤K.jՊ .~zFuWDΞ=˲eJ߿?o&/R͛7{iӆx洿o׬'77ggR벳Сo6#F 555kb~ݛ+VШQ#"""]KX_NeS?[Jbb"eʻn:nu""R֬Ys!L˖-k׮wvpAsǹ?;;9qŅ~-y1rw+W^>Wo={ 7s >uDnUbb"WvSDD,իԩ5 h4f͚[V3d֗;ܭ%C[XyN=DD䆮챴s}Q.]ĩSpԩS{Nk׮̙3N<ţ>ƍHJ8q#G답5+WdϞ=nݺ&wKZZK7$E &]I%+o.\n(((ӓ'NШ''Ndو'N鉩؄''~?^?䎔DŽ oWfͺmv"M%[SKUK""JnyyyvpadddRzuakkKvv6nn Ȥf͚dgg~#/)3D*BÆ o*"""R)..`0Xl8h{{{W)$""7tSBUƀtWj˹S1k,6o\MQ%[gP;;;ۇto>,R^U٣2j^%^yC}oM^LN;v,YYYk׎{1cR"""Msӓk.Μ9cz"UE , ]=.=ʺp!!!DDDrPh4""POED&e9uZtP`IDDnNఠnݺɓ322fӦMԨQc2rH{1zȑ#y۶mKDDXYY1l0/^-ѼkvۤѠA|M~i 4h6m… 0w\<<|<==ի6l`ȑ^-Z~zټy3͛7ƆHfΜIjՈdԩĉYv0+)TE/""`$tK!7ݞ6mD^^^"lٲ)S`mmݻw'!!=z֭[X`]v777"##1 xxxҥK7oQQQl@`` ̟?\wHH5jʊ`>lNgƌ4jԨ\_DDDDN\3,wrؽ{76m⣏>2?v>>>_|籵%**܋(>>A- 0[.G/ްaC233HOOgذa#[o]5鮷M杻HUp""r]M6_~)6mzz{{¢E ߟVZꊵ5)))^СCgdggӥJ=zWWW\\\HMM- A$%%akk˧~… K$""""WPy@- 'ҳgOv܉[fԨQL6ZjqF# 4q2zh뇵﷿4̙CINN&..<ݻ7}Elذ+Weffҭ[7lmmeѢEr3n8,YӦM#&&___ׯm{;Nmw7D˔wݺu|DD­YnF)qߘ5kgf˖--Ξ=[)HoCVVVe7EDqtt '""yL4sСC? A=swf&l/W2Ưt{m8sSgsfv?a9+vS%2`QDD~~~dff?DGG;0rH:YlV"))!C0c >L@@Ջ 60rHV^M-X~=l޼͛cccCdd$3gΤZjDFF2uT04&Nڵko&O/_j֬Y*ԩSٓ{ݻf}Yvń ԩ3g$<<^{cooOBB]uް .]|駴o"""xa{| 8֭[xbΜ9C>}Jٿ~a8ѣGܹ3^^^tԉ͛ t+?N~zlmm^Փd2hz]*AD~~>ׯo֫Ww믿LJ 2dnڴH>̉'xر#|W8::axGuTXș|vz0`405T̥sWIOXS\\LQ8y6GnHjV8~乧Y^KS%2bbbشiyyy^뚜̖-[2e xxxн{wѣlݺ еkWpss#22QQQ,]yE˖-1 uPF |f̘AFn)K.;SL*믿At ֭KRRժU7ӦMc?889pйsglmm"00#G{lllpvvfذa>֭[0aָ oXT枙gɒ%?L۾NNNwyǜoڵk3vXKz衫Zd }I&F틗W<գF\\\h۶-9m܄[ŹS'8cHMXJ ɤ8C<߭z,V}RX3sSl$8pK""Re1e裏1bǎǜ lmm"666m_jSuqFr#__R 6ѣ3ev܉d"++zp;|?NnJ3ίZyyyT `ʕtW6?ERff&yhӧ=233+5ƕJ&oӦy]AA;vT&Xdʕ_7|<… r'۩'R"̙À[y۷/2߿<駟_Y+׿lذ_OpB~7Ls.DQ%Uƽkn_qqqc-UkES:vjy;K""R%?f͚_shذ!vvvfw}W#F`֭899ѱcGN= $&&>}`ooϸqXdyݴiӈח0s*2vrr"!!> www<==yWg̘1=رcCx FwbҤI̘1vI^i8v؁m۶';;f͚ѠA"##;M*""~z (FDDD0{쫶=z4W͍ŋJ+ ߈3FbܸquO=/tRڵkwS4i$^~en^"RX[QT VFl*9efSΛ0112]nAAA7:pk֬!00QJE7f͚ٳٲeE-gVJU֭c„ |HLL$88nE/ȭ0^N:]3=11 _kF#k֬ne5sNf}Z2$%W4ǒeff2i$O^Mrڴi8;;si"%N!R2339r~~~X[[rJCVtnmQ"*oHx*LK""־}{ǐ!Cs'IճuV^xΝ;=Cǎy+Y"TuyyyL0D*JU,UU ,_ڷ~[M 3f cƌf 4lؐo!r]c0,6h4R\\EʫXǒȭk`:ٷovvv)*R`IDDDDUStIYzyzzrAvř3g,R=vvvxzzZH%JVOED&e9uZtP`IDDDDUStzUDDصkfK.]* "rStX*a׮]YM)gVvDDDDD,X )Ӿ}n\A%FݲDDDDD4.""UFoiX*Ʀ """""T $""""rQ`IDDci >9~8cǎe*;Hpe/u֙?jՊlذ'xZjPzu\\\ptt4;r'((趴KDDDD2ǒT WXԩ?0^^^ݶv|X:GGGƎKHHyʕ+YfmkHeP%wÃ:ul;~ IDAT;;mF~~>-Zo߾F/_ΪUݻ7:tW^ٳ|T^T.]bƌݻ={RZ5-[eڴi>vVDDDDP`IDD+­]ݻwpA2Gcʕ8::7&88,0Lt҅드̏?x^Izёm۶qSP `7abb"eʻn:nu""R֬YC```e7k7quu:M-""""E$""UBY'G%:y> ,HK"""""wDDJP%;K""R%ǒȝG%FݲDDDDD4.""""""""K""""""""R. ,H($""""""""K""""""""R. ,H($""""""""K""r׊fTY ,H̻kE&Mx*U"""""w7DDʹp!!!DDD0f̘[*hԭPDDDDmZDDu놿?'O6 <<GGGիxh۶-111XYY1l0_>SNd2ӴiSh֬˗/7ү_?prr]v:tظq#v#cǎニ ...|?[[[̽4hyےSu뒞\qT~R 6$33t ?<oť{{{[hEDDDD<֕ŅE?ZkkkRRRjCΦK.洒 RG SRRs& 0 -~) .,ʞU"""""5$""UN@@'NgϞ={///ZnͨQd2b 5n___FM~JZZs̡GDDd޼yرYr% 33-[bkkKnn.-CDDDD)$""Ui֬yX[BBΝaÆFZZ9gâ>QދHGD1&b+*޽hbK,XӍIcD1WXUQ,Jditv?J_<9efvf7̞=087n@__{Ƽy0zh@>}}v7Xt)|||ϱ}v8;;cСbm!1Գ ,v<<^߿kGDDuٳӧOCWCN]7~'ϸ~z[UOKDDDDTx%""jvZܹBDDDDԨp(5j=z􀓓&O,;j{,Qv冮QKDDDDDDDDH! ,BX"""""""""DDƸs 8p`CW1DDDo;w ##cǎm(i*:#"7BXXz """"X""7OYDDDDDz _e]!"j)))h޼y竤LhѢ~](+s6޾ի\~]t5iӦN򎌌[;w\Ԧ4tX^#"z5c&{,~^҉'0lذj/GDD^=fVt|}U3gĀ#88 .iIDDDDX߲D'Oĉ'0tP%IiJRc'1TJX:rܽ:uꄙ3g"33/^;ZlP9022ZLDDDDkWD'Oɓ'-Q;f8q \zSԷo_$''޽{SNU1pZ3Qc`AUY1uc.챤ܻwVVV044ĕ+W XnW]]Bdd$222}gϞeW_!$$˗/p HR#G>>>8}4?+++L>JF^^JHNNFnn.rss\^d >KDD5WVT*Sd2ޞ={ Jvٳzj|%~b֬Y0447|Ri4iRŖ5 XP#"%^x0@TT`hh---ѣGajjݻ#??TcPs޽{p)9"## A====zΝë\~Ϟ=x1\"""""zI , ]ϟ?_/ڵk+WWj/GD S_۞|}ggg{nIOOGṊ[6DDDDDTc/-[u֘8q"d2YSN5aphjjVk666X*ĩn3g`Æ _ .`رH$.[NgY~^tM絾>-.\{gyYYY3gNCDDDDXj$T*%:w UUUn '&&b0115vUGe֭ q^\\ahhCCC,_ڵk{{{XT<gggvann<1ݹs`jjl|' \\\PnYo̙شi }}}o/_ʕ+aaa2\r޽{7\\\RJKK.Ҡ;w@4i ,lllyfd2ձcG~~~pxxx>[nŴip=,Zaaawnݺ%. N۷|HHH7/_lذAREAAѣGx 矣e˖q@@@>}~aС*Uƫ빲SOo+V`X`Zj}}}9| ֮]LEC~wtر#_^*{ΝJRt޽nHDDDD@xF ׯ_Ѿ}{L8(bPVV% 'N?F8p qΝ;غu+ J리 ,--!H0m4ݻ@p???L4 HKK޽{ hiiU7x`899A"`С(((E [[[8::"22_a͚58y$LLL*]W3fCě~}CJJ yZO>Ѐށ0vXʥ=z4~Zl=daao=ݑx3,--aiicǎ!33S  u YZZ"11iiiHJJZlYn%Hphii[n;v,R)A pUHR:u 666prr56m࣏>BNNNeU}FFFbzeeelM6{䐼W_߯h]u8y$p x{{˕allBѰF333b7obٳ'q9athҤBBZj%iQu>ٳ'l"UQR\@Q3))TՁǍϟ KSRRRRR͛SSSH$3aaaH$9s0ʂ/NZ*СCqjkE z[~ձn:O>LMMɥ}G:v숿T?Fzz:222ТER+ZZZX~=V\>ӦMÙ3g!Cȑ#~:&L aoo={ )) ƍ֭[jժReVھ⛘B;wW̙3qQH$ ו 6m<breIR1ehhX111hݺ5rrr͛7cĉH$:u('^jjj-~ G+mprr󋍍f(,,ɽOՔ.Kzzzrd2={&ZUUe;yd_RW^-ڷo_f=z툈z WtU#==oaee;bŊHOOL&CLL(C~РA ž}|ܽ{/_-ڶmUV2ÇSnn.QPPMm۶rAS׮]nݺ̫eU}%%X xڱcěNWAMtaL8Q.OT}ؿ? A0~x8pw9sBFF}]EK.j_ɲ틇2 8vX>Ϟ=36m,-W^'L["11yyyعs'5k777[[[\rEW|+ڟ86000ߗtIK.{JJU;5aذa8t>)SVR#ɓ'vvv8rJGGGb̘1Jlj'~j X|9rss;G*8x ***ƒ%K,,,Ě5k`ee;;;>|_}8k׮E~(bرhݺ5ŋ[VUW_eV7oÇٳgӧ\^fBPP,--1d̜9S;6mڄiӦ1~wAKK ֭ðakݻ,&&&طo֯_SSS,]~aڼ~z|ڵ+ƌoooqŊ޽;v ;;;\rǎCӦMwΆ|E"6mڄ۷oA||<^x___̛7֭BΜ9ƕ+W0v2#""""jl$zWQϟë L&~ +,,DW_w ]Z5sLa͚5 ]:61SRR™3g|!"""""""z{,BX"""""""""0DDDDDDDDD a`)%""""""""RKDDDDDDDDH! ,BX"""""""""%J^pss&MYfaΝ,X͛7IޯNqF?FyPQQAAAj8z(\|W\rUݗ6׮]YCW*(KPQQ)sJLLղ֯_Ν;#%%{Ō30dJII_LOOOEZmǎCzzzUY_ ^խ[7,YN(k[_ڵrUN_[?HRSRRAh"dQj";;PWWǥKjG Hйsg(ױc*ұcG+wubѢEXl%܌ѫWSU۶mݻW룡-ʕuX""""(KM42( @__;vyXl`dd9s ;;[< ><~xǏƍ oqpp˗akk6m@&aժU!ڵk:tWѣGacce˖jӱzj1o qك֭[SN l߾#GDAAxt666zqߢu3p-{AN9r$ Ѻuk|WPa+N0a```ӧ#--M_:::xŋ2/Bnx? ( ^"((HnT ~'XZZXn[@`` t}}}8;;; ~CϞ=T֭[SSSmgϞ ҥKC-[qiŊ=z4?1c޽;={%KĉXd lllp1cʔ)1ɓ _vvvG]-V FFF۸}v 6L.a嵣"ϟ Ν;###U9]e---AOO:M>6m!C +++Oʎ둑xme֡vڎ-[Evp)qað}vep*K:pmVa""""7U ,U޽{q$''s}q}DFFX~򪪪vڅhkk*G*bڵ8{,p>|HJJѡCx{{c=z4"""e˖J7nx)A.Ώŝ;w#ɓ'裏*WYYO\re$&&x1޽ ???L0DJJ yZJL?f!../^͛q̙ ^v7n_ !!Gʕ+?[ׯ]&(?qn݂*\\\*]wǃc#))I:t(.\dlذF³g*ͷ}K.@\\ΝF-["""7o^)S'AÇ1ydoW}אH$FBBv |pvv_|9***3f ߿T ccclܸ+V'; )*//3gā7nãJ˖׎r=c8cBUU*(b۶mOݻwcHJJP}]x{{Q:Tfmm۰uV`ݺu;v,bbb*mu<ٳ_iDDDDDo64w\FGۇe˖A[[5k?P9صkмys"-- +222`ccSf@>c4o͛7ǰa^6Ŗ-[MB[[}(ϒ%K sssbԨQ p@TTo[ʰ+Oy)&&W^ƍ lܸǏGZZΜ9{{{xyyA"#F(ۣEy&233qXB ,]x}PŋCEE-ZŋŶ:u P4ϟRݺu`РAbϝpܾ}۷o6кuJrttD۶m._| 0Zq)WW 8p 5k&MTi߾}0aڴi%%%|y&*m_eѺuk|x)aiiYhx̙3/닩SV9]eExxxwPFdd$O<ݻwn:@.ZEC"`Ĉh߾-=ѤIZ͗u\yD|*Įx̜9S:WXXM*\/_ƦMqFL4 ~UUU `ffrN&B766_ȕW)W?Ꝝyyyx+̿$J q~V ɐXXXennReH$HLL;#c֬YHIIA@@@x)nLLLmP^aUoPy@AAlقg"??6NLL&455ݎ)S`2e 8CYYZxܸq֭[h"\ӧO/lذw܁ HMMIaqqq8y\ouuuxBn]8pD%%%\r[n{gnݺa֧d^mGɓ'cJz*lmmѾ}*vZʎǒ]Eϊhiiܼ#PV;K~&cdɡR٣Gj DDDDDo6TQ###/ݻw%HoӦ ~7$&&bؼy3֬YS*]UT֋&>>VVVz @YY***(,,K[UUR^allN:! @|[G۶m?F۶mNKKCFFZl)\e~̘1Xlqq\t @U !Cʟ>}:555޽[ UWccc̟?֭%ihh@[[O< hDFFBMMMYM6a͚5Xd &M .Tðap!\v SLV>+Jս }=22iiix%T}uW?**J$##YYY_///;/^Rz""""7[;"&Mš5ka*xASDDDaee%XCHHk7n{lڴ #GXXX@&!00@QرcrM6E˖- @+%ؠSNXx1!So5ܰrJdgg###1ƎM ' BCCqrׯn޼K.2dKX[[R͛4lݺU၇b޽GAA޽/_֨$ `޽<{{{899aDvv6BCCT-1d,^666hӦ ʷqIAK~;L$BMM YYY8|OYI{nBdggƍzSNEllllXd ޽`Ř8q"PSSCz!88XIիWq]Q^;*3sL>|W\رcJq݋yyyؽ{wVVVprr둟T|~Zvn9raaa4hN._,~vUaiٲe剈 ʰzjZZZxwqڵZ1b`ee\,_0~x ,qYԩ`oo6m`Æ MMM|2e yL<&M[~Æ ;w.U=z鰶.<==ŧx)#Ghժ'x355šC'@WW|,YRn^ʊ{7 8!!!ׯ_ [cǎLMM7ػw/ `ll "77Fe.X111pttD=жm['J0778T*b8yd3m㒂ѹsg#F?0`B=(BPPѳgO̙3rO+kgYy\p… m۶E׮]%Q+"C |$zX?ÇJQEGG999i,* tV5 M433ɚ(/IDDDD&cFC؈mٲ-Z@߾}k%񑈈X""zMǏVtDDDDDDCለQcKDDDDDDDDH! ,BX"""""""""hBDDDDDDDz+KDDDDDDDDTs ,Bm`ЧOHDDDDDDD`u@|---$$$J.͛7m6<}O<ٳܹs 333lQk^/:/NOOGjj*LLLb/0eH$L0Ao``RySNPo(,, '''ɥBzz: H/G~ 7n܀L&Ctt4xxxÇػw/QPPw˗y… ^"""""""Ԩ{,y{{o߾HJJBp()ҴqF 0FFFԩSJ?~<`ffӧOOҥKBYYڵ5k25C=KoWkcuR`cc{n!33@DDDDTP8A DDDDDDDDV,QiXh*5jDDDDDDDDD a`)%""""""""RKDDDDDDDDH! ,BX"""""""""0DDDDDDDDD Q¾U""Fo߾ ]""""Zp`sεY""""""""z(XШzX"""""""""0DDDDDDDDD a`RQ݋@FFRSS*TOtuu ++ ߫Ưχ ,1 7#fow DszQ8akbDDDT;""" Hбcdž ճ۷Y[[7pM΍· X?K}VɑPWQ¼> -_KϞ=Cnn.k[CCCjjjׯ0#o^&dddgϞB.]jjQ]1%9!qVǺQ]0 /p`ٳgPRR…"##398r^wmDFF4IMMη/25N<+sͨ$W݌R|899qUQ=%%=7? Ǚw +(+)+~uqñG1bF\L}~od2O*cޞo5,Ŋ[```sss40V۲i"*K5S"""F®]k߾}qZ!m*;$1uqzx$2Qlܝ2 <|#KvvvѻwZWuP\xd@nn?*.'2Yգ6)RM. 攛7nO3;HHH֭[k~AAA~IDDtQuqC'?c&55BY2LмIJ$7}=7q1fAKK mڴ_~Yϭ{u{-''OxËrsrK-p<D+S#GW>tP.͈jTtvu/wE_҃uuutR >7XCׯ1L֭Fyopww- "z;䘲i&dgg#$$E0lٲ^adffɓ'/p 2UѣGҥ A@ӦMkNůoߎ@DDR9 ;;V;N͛y&bO%YaaQI&C3%%XɰBNNv]޽{/_T*ݻ9sime jOG?n$<KMyr˟9scx!>pV}_}SL'Ed̗5b8IdY9F/^ <<ȨT~:nܸ ==N똚Y_72xe򦥥sAѣGصkΝ;իZjsssL:>ȑ#s޽!E׬Yb 9s&ۇ3f@[[D^^VX b޼yʪիN<~W8:: Btt4rss1b`…oxxx}]vE֭aeem۶ɝ7oތCسg\?3ڵk---8::"<< 00P :,E,7oIDAT7sNE!nH~c=̝? |5Mi3RSAL.5>9`jj]]]x m; "33SnbXotzXqs=d2^|CUUqqqPSSCmthii!44ue2} OOOlذs>vOի.\ApZ >>>JpvvĉcΝ & h"޽{u*yft[lAhh(^y^Us@qP)??RAX*.wrr21iҤrjݺ5vލ(Xv->}*߱cV\|A( JZ _5qQXZZ"99X`~zx{{ !+|[͓3&H|YYY04A!>6,]GRRaa?h0 XPPXӦmz*j,C[[ZZZ033Cf͠vU&MɁ CXXn޼ Ǘ`5/)) w7C@&Çqmf]|Iu+Ӽ2MDWq5>}M6ETTzj(++Æ É'666EPP5kmۖ[l2@EE~!d24nnn3gաcӧɓj RSS;Ə())au\e˖ٳ'4iMMMVκ#"" ./TYih߾=#RSSPw_GvNT{){:SjcX&!>>YYYPWWPSSCRR$ ˿ (,,Dbb")?:lmmACCQQQh۶-7oSzz:>} GGG!66h۶-qMmbuUdddo)ueCFll,akk_:o3|gX+^^^x"VZsWĉq% PRR¢EЭ[7dff[nرc,P@̞=Zw Qmyaݺu{n044 bYL}Bܹ{ԩSM6ͭ`T*{fffLٳgCYHaax:؞SN|uuu<\b_ܺu ;wT*D"'O`iiY«˕wA;""z~WRVFFn.5i # _yʼn_ヽ{"##M:ϫIѩSRmCXX,--VZY-=N&J@lܓ*Bru.ZҖ2 )))ZF+Wo0mƬZiOy$o= šeFFFDf͠RԕO&>#667oĭ[!FFsrr333H$AGGϟ?D"* eee={}}}4k D^^^}i^&Ƨ& _O22 ?A!HDFF"66 AfΜ;w`֬Y:t(^|Yf +/ 332/ݻW,;::=Sll,.\>}@aܹb~HLLR2xxx_~p.\ eeRC+ &L[޺StQT9iS537KByQ눰VKTЊcnk]h-սm}i{V:^uNUP\nbSHX Is6 ds'yA=r ] o>9}4ylذ9N<.}Jr7ƩHvGo{J¯Sŷ\Ab^g;ׇa|R}z齣GC$Lgj6> ۅW֭?Ο2Th49r$$ Z---ntfCL8fHY@PYYΝ;sΡQy_($&& MMMΕt˻w^2rwwm>n]?,*AD$ډj潌=k'~J`~SYׯQXX*ҥK|2$Ȳcǎ)vqǟV=J޽Clo빇y3{5d69M(?-rWa֜t弴v=xESSv/ZVsCli-V<477߱s,P8{SVPհlPr󇅅)_r#""JI&)A+cDQDtt4Fj\|IIICdd$\kVoa?6''۷oǎ;lٲ.i{;cϮb߾}2ֱ>ĉeyw0sLs{5558y$n YWfz͚5.u,d2axO@Ru13m.3~.  |Xnz-ٳ0aV+bccyfDGG?Fvv6DQDHHv؁ $''c…:u*PRR|X,j"55Fq[իW ^+W}sڵ(((Zwߍ)YPXX˗~@@@2220eBBB~z,X;v,|I9s ++ ӧO^G\\2?+=-[{_Gii˶#""^-4L8ؒ. Ek8*@w?6m›o Ʉb޼y8p1zhL>sz*.]:DEEqqq8x ^|E<$ 'N޽{oR_Jn?ja!wAVC7}&6T*2f=0;wbA ZRg2y˟Ei|v9S d` ~477#22fs9 <89fTUUAAV#00Ո(SL$)s:هٟBPPFѨ+Z[[}CyUf:77;)~yr %JpF&t:2gϞٳg|{]㕕]!//ɓ'ȑ#.˭p*'+o-Zq6 ßw#Zh5hQ!7ipC}w#m;Ӷ$r^e4e%ڪLyF F`` jjjqơ%ccc!I^ JF8@PPbbb`0`2 2'9`0`0 ))L은NL`ǡQ?s"]2g8Nk4X0w K}8y7X-VMhk3b%h3qH1dt7 ,! ~LPTa2s^x$''+C W__łVɲZH\t faFeTVVB& KPWWvyņ@hZA%/ai""""""z5Rddd_Ճ$&&tz$ thpb`|%"""""""" KDDDDDDDD' ,OX"""""""""(DDDDDDDD444\W`' d]h0KCØh pՈNpeTa@WNMDDDDDDDD>兪$0IENDB`varnam-fcitx5-0.0.2/assets/screenshot-ime-horizontal.png000066400000000000000000000577161464651755500233630ustar00rootroot00000000000000PNG  IHDRQ{nzTXtRaw profile type exifxU 0D#Ƙ8N d_BqJTs3r7y-еv+Ԯg^g4 y ~] iTXtXML:com.adobe.xmp :sBIT|d IDATx}wUյw;}Pg" *I|$/jcL)&i/E@頀қSLe{ާx{9*U6y݌؈؈؈8op?Xk;t'}Xs2} "t,y'r@7Tt`=( Ŵ$/Byu4^@6Q$|U"$ & HP  )dw!3 ~z馦7ky%-10]gg?,/^ǡ?Ir o^SX8Rj^Q}I6k' '9A7wH/d'_, KCۀmD$^L n'v h˟[.vWW tΣˊ^v9+&ŴIw,;kq"0X:q<E& fZI ҉u&x<(b1E)s(T R:BNNk;ŪZd* uYQdK ^zGfūղ%Oz/s OmwYf^FΝ& |U CzUg/Yn︑q *9YLݠe.{PWoY#$Aа aY͒Y+oDؙCE$҃-~ B[䆏}ڨX̎l^' iHw`C`8`O"KDZAV!*E!I",MXCn%^yq7.ǔWVڬ;@6ȱ-+% YۑɳU( z9ĤM 7nq oy@H <)?f6+G2  *ڈȩ)pLaA r @`mȂ-t̕bN5HXSxMz~$3,3̇t$n#D@ "‘>4rʮn,C4)@ǹgk1e&,X]꩛z5t/=́aKI[x϶֊Q`uɁ%,ZC3,=K +wF:Sk(!EA1V2yep曑Bu"aޤDbB]v L[FG"јG&C)$_!KPJ'Fٜ8ȑz#KDfdh@%!px2ȡu 1IekI\~1#dc-7ra2x֐ΑSa]@Ua/ܨ&=!zU>'MƘ܇ρ.]1xd3}F@J cm/!$X_f ?7(>L*"ˋlj"HP +DH$@ILu}B:ڑq"FH _LаejS;PBC%$y81(4doveeSZP'1 Ab#$[!o#D2\jOSy"Xx-ĕ_G7DFF~WPͫn%=Ezl -D& hRVd *:l+O ތszC#x iT& 3Yݒ^܄(/ VA6f dRe7=rO {O,F dW1Hn2BX5&q>!M;epe{טF/I4V`(Kd K ;pK>ew;-`ddd9qۭb`QYp^ze<(ri͋T@:mYٳXaf`BHs꾧SdVLeUxzD$aS(FA >O&H`% G0&dQhPo[yV} 6jb֠!,Ɛ2;P&/g$}{njREM"HrglrR:DKX~ΟI4+eki Cc@;det;6gL*?0O:8~8λm5gҫ;{$5$[P*A4Md9YE="`= @ ɣ[3$aû(FF#%li8-o֌4MzQ I!;L% dQr'Q+KMUy* MXR̃wLͲ}K]z𤶗UmrB_n¯ q8S8`=z qqqHKK~ ]UUUHHH@qq1L$;i&o1}:rr;wƍچ1}:233όW߭Iygҫ.V k̒t4.CggR`^,˞EDV%tM`}8 DCp[)'%\V (HC6| @F)5V!\4RTbeթH%"֢dHJ({&(ڰQB`bsW޷@lC#lH2ӑoѣn&8}1nUt2j3JKMwj&LVL R_9bqXf̋hr BkƑYwey>}etSѩ{0HG1Km"iy6ƪ@A U ꩴ5L&WF`NLTЇuqֳ7>KϮ N"+gBF:O/:bZ#gq{ m)NIdcN41FQk%@9}E8Uؽ{7n&KoÇ}(b1o\ :T?>x<'ND]]>ݿ%C P:b$fϝ=#!!><+)8| >CL<Ǎ=߸UMv&x"Iwz,wb|['ZHWlrt9K 'ֈp.6䞶9`v[4#E-iB%ˉMXD\sT@6F+Mpssڨ[Y'4L+j=m}^[2ÊÆ ~ߧO!99WWW222ѯo_x< (Px<.7k~x@T /+CNN6>|hn..̛ k L(xM9M]`f\_oȞўln)H'ȃDGX Y FFP# Yuѡ-G36B̉y8Į+EʚT5h 5 ]d k(4k@&Nj zBM ߏO5-*L#Vi󓈸2A;ʒI I#7F@^ KaOш*bM  ZJHNNUW\?<(AEE׿tƌ-&33Ǐ_\;fĉXzאc !!f^UWPc'`]R=8݋/vE6ٳuwgϫ? y2aץ[~J n2b|#azq=b[n|"B2]HtDyɺ)SZdl`æ6N)dpcFdXtD)8)@xB aKxްU6$ t %(C0~|bXtoދkOjXf Q__oZDJدw7, _x?G=wEpɜ9dl۶ _ndBw}qW [lyo헏 O=42ܶh9s0߹Z xב7Rϝ^=[8;yA~`$cN%"*"'2\Z$8kEy3uQQsd[XDs8~nBq 7cW a4700Q#F?oͷml\DגKA9 Hi  rU\I$قZj;CXTH$75Wrq|\:{b555ե/_Xl%K_ =z\ pAnWSבo޽XsF~~>n[x#//sf2{bdeev܉]v]ЀG~k,x2y oͻT!z!+aT7ʞ%V*,[Z; yTZu.İƃrIT*-PNKϫ7LŢ Sm 3E(Tc,fKSvE2Or@7WIl W2Q7]XwŦdIgp~ةiΎD!7$bVXgEP*# _c_ã)))8;ヒ{8pҰ0{L|իsNG?B.??oBvsc㏨q-z(P q7uATPP6 &e,OZ%)|w8u5@[1:],,ӂz18Kl0#E c"H*7](|oMb̎z@(@~Vwݜ8HvS9._Q03qӣ`\o&su"L2G?tvv9qUWcM<( 㟐/6JٟނW'U$SnHzڣؤdeáE!A-!tvJF)) d]e$^xW`2-l3 2]`1qf c; ǬXK|bͼyfm6~*Bw$5>d  Jy3%q[c*m@s`n6'fgu8|#5xۭ;Q׿ ?xAdfd`ڴXʫ3z4*@YY.J[ӦNfܝZKznՋv̛cArXtnk,H;pg-`=a IDATGs+yaA0%| b}?xb tvAv|9 0Q"TGIdv1#u\w)C=EđE2uC'~*3B'qWXZfHca]:x(EtwbE 7%+لn^,H)і²ALj7ϑ:|@3v}w={xP6r{ގ @Z(/RSSt!ѷoٳ9uN=nh=FAրtȂ8dZ;tּA'N74c(qUљkNd'khO&O*S-'5OCvsld@8}NH. .bW: Km?P%NVgHa:1!BgxN+dT J"*AI_gXOPdت[iR r9s?~۷oswttW> ozrϺs DzMMauC 8&V}@0#!,bLVMF+hu'ZMHWxX /rQ)|cFXKe%aI)kD Ev42晚1炄p/6.@ᇚ[tFvvO/ȑ#1dnlڴ 9rdNFt&x A2˩—gJ݁.]I&$*$)9Kb=$rMH g+@T.bR #,D8dXx@!E&FZ:#-E MzXik _fZMYg+KKH`ѩvl^%"MYS@y\ےNKf>de6ߟ5j^/qNv<c 7xuwCTltKbK޵mU(Dl؈jǣ#=cM.&6ob#6dOTPJ-S][nz(F1ea-tb'6b#?νH+1jYDNCm؈,+}}QfsN MEjJ ª5k y^n MCAA~_[^snNt֝Fn]6gjMZ?yӋ,AcCYAN̟;̙]s8F[ҏƭ'  xҡCqۢ[׿VY {F_ĉh 455HE9E/s碾۷@~~>MvԩBo>T> M ~q \4cNstQЀӦGZ+ɎwY8O[:QkzAZ9w.V曠x<`f#>>؁3g?r o[nS 㑘]wc@^8z2PZ2^Ekk+CQa!Z[[q`9'Mcx!3oѩwoiSN Nzt**BkK !J+.ǩf&̻dΙaðcNt** wt**BNN6:;;1x@SQNuta%A:ٷm* ҂hh{1 (0}cPU]Rdd1:t~(8iii8|>W||&O;v>.G€<@E2\51D,Lň8k-O> شMo,&,u0%BG#{ 18=Aa۩8䏬 LH@'>nډSSQ:Mfl' K)=;Y+'WizNvv"rbb)ıi[HN 8͛?KSLex񥗤TP0ۉOlCө&0d(RSSqq|Vu‚ Gkk<U +)(:P-b$%% :| ;XT~H746'ᥥ5bw_BjL0Aݻ_f3Q2d~`K0⋡(2KKc.1y$3m؀;vK݆x@KK '1g, ^oვ\^Ǒjh55~:]|gN/*^/CJpݘ;g23)Aٰaر@tڱsnUO?̚R#y+ t7f @fǣ]^^ mĵ\H+۷g@ d}]׷/PЀ$|w!DO|%KF~1^}R=ܕd_|c6ShQzش2ܲ;aqK+|x4F2LFCWb^t3:E_C\&_3~| RLH♪xݎl@JJ*MںZ>_p֮_?[>^\|х?v,kG7bѸptdgc/c/࣍3+ 3_騬BKKsKU_{r|iX8P~Gz}Wn.+r]G{())=?قS ';ZeĥA?9!NrNx AE{;N7dK6 ӆ caV/8Ya_!|mϏp_w-Rkz]5 UH$ߊ_Þ`Pq*vm\ݰo\F)n/Xr\ P?*^Z xvsHo{˯kPWW4?؂w:تmx 'jQ[lu܌ 9QZZs/ ?Çc@^>aCKeګGGgvރ7g,@^=j_,[zTVU_[PW_$J:=#GDGGrssp ?\e/6Iƀ0M6n8c$' σ'N@JJ }o޲СEQ-|pmp]YIL9¤FuϞӫ;2 77Q6l^y5N8$466ႩS( JKa}ظi3{9  ';Ӊ'ѻW/v-=ۇ!~\<2QUUI&"`ŪU`flEAI!?5Js . 1iX{:WIjnφT I)Dy ÓTVy{a|p J. J.C),;? S[$Qh{ռ_7i$E<ũo| O }WrK^~zTWcŗ^FϬLhɂCJ91T#'\ӃvԠFƍA|K~t<\:jtc@~>RS0wlL4 hnmA~ ]mۮWuؾcGp5soh@KK *CGgp٥󑚒^3d.᜞Ó3O2Vdߤ9x2ǝz ŢBa@jSpx8fڳpH0{47;-ěLӧf\pƎP) D\WLim7CmlhI nu~?b={TS[NKЧOogtjkV:s>X \!  }t׆NKOFk褩 % S8 ;f4{DFz:>}e󀂂x}^U`eeeb`QzH4D߇>{ZMk ?5s,fU13FbE͡ޫ#ЩMFEHXv!_USB}{ JϠ ̝ &?]/ XN'h}(Hr.۵w7 ^ZW5&h8jeef1.(iDN왍nG++htdef׏NM+,/%l!1kLyxw0`@e<[fpԗvvzҊ$L8[mSڸ&ND|B1iD`y9|>;b)hnnƖ-[\[]罆KZmF2o`ܶ~w;U݈??m$d.}2N5 ?/F űTQ՘>mRlgTw=ߤtOZ:qAk}t|;TlРb4jƞ}0bpT?5k 9uZ2cnjO?Ŭ/F\\PXPpE6n &޻cqxac(6 ?T;v 1!yykcHNJB~~>؁x}>L?k֭GFF:]299X~=Y.HKKÅӧ#.."_Qa!vڍ1rؽw/RRR0jz:u a(+-Z<Ӧ:^`mfl4c3F qZV &a˩Xg>) J<cXj1z`_!5iFYSDųhavLH@~r _  @'{cH$cpj!7~6;3xȎ}@x ?p8Y90%c #;O i$gfl۾=0vC}qf|z}<]PNM9%K&!&{ERr5B$IDAT$'lhhh1Ǫ*_BaQƍ>}㏷ɧƠbL8Xʫ(:_6t`fTUWCRxvڅ41˖+q3z4**wߧؿ?JJJ0jdffbUXbE(z0̐<#Ǥ|~4ȓfCu^<_"C^$b~j48j WExSRںZ5)+3 uu" 曐ݳ'|>[٘0n:;;;`@3@~/j(]npNYY)+ uudhmmR\䘟 覅t0cGkLS?-ZZu CkkRS{ JINQ@GCiTaHV0gkg= 7!8 7'wJx]NMj1/re~}s1:l+(I)Œ sծ.Vs ␓ZtsIJJBzFjk{33PYwDAȉ%!9ADHNIQ?$&%!)1a4蒑w#.. 8t7; ęl2՚<={M}juӔGfzȳ'd7âW#ٓ_Zcg(?̀gw:6Gi8Sȇ~.x&tttLm]>":9VD3RlFǢG}]8؁cF#%%C•_GC8VYOl+&mۆaG-[0rH|k:}x҉ӧ:m5}XчtfMDO F `˩]|mX]I픷a3>9 Ԯ0MS}yVrbAN۷Π<=xd]Nu_e+Y.eY棱 uuN<&6R jkct2SSCtjuO3!b'9 ŋ5 p{6&o5ߦ=Ё΀7F< _y|456>$'Zϲ<=SEHNyi%} AFCEEaL2}s)iyF'vIx ~*, ׆鬽NLGt&)ڑ$ (1__93^$o!O OVч7;DiJWo֭(2W^c#s>\ )Pq168MLFltmW-,x)7{LFl ?ZF7ܭg126>o ߡ){o[Gb#6b#6b#6>.Ic(񝂫ۑ&olHao!Ԙlm;K;;K{&Lt#q;45[[dld)Z /.3b[6R_-0Sak !")]}a~,[0x~~IL(z;y(w+;s(a𧪨ea h6j,3 3/ul;]>BdWrgQ]oxOI ]V.=wag ,=ODEXWl0,%J- u? l0PŽ%UV7ɨNV[$i*soM0tӅ kJbIS)]XRt9zZŏIYX"z1*I#!Wl-_!Aʶ$> #f6BYF8RD䡅—ZM,aՒ OFeOHfI)nQ7j>FϺ$lNM|QM7ZH:``X"#—Gbv VuQ3AX !vA$ eErGbD!*l{uztϏz#ĤbAˌH۵)P*= ᓵO r2DV![.Ruf#"Raz 1+ψKvjHoD%%CG#{δ}FwuF%KIm;]"[FV៕ EMj0l,'K=Y(I~;!+WfkaޣG6v۽'Y8 Ĉ$c  c?|?`,,E>qMH)GgUaFDԛ݀d4[1%|"#o 4Ց׽`mZ>t]'{waJT,a^ul6DJ.,+hѺ6=jpTrMܽp"whQh1n;V(|Iܛl36 Y  .1ZFH;I оhX2gLfM #V$>IdH?e& rD© ?*4LL?ҖdN]F.Hrc,S3~SdR,LH zPsDƀщ"VrCrvƒ3`7|&v rQiYn'Iz3|?9 ,:`TIZ =Z0 "*DvAI84\.U%sִgț?#IFfLܷq)e&x<` 6R"XR&II)1QwK`#V1KO6a ʏYj;YF1QLuW=L<J`&N dZNܜĜE.J7Q½Plxur;+d~iI~piFql,,6&: _$W GZBi:wq#ʴ(U< H 1G +'v%SPMQ>Yx$f NQca./{8=jOH!grFLJ`kOHFrhkI#ۢV>DZ^mlֲĕAOmI. R5 d KnjaC";SKgwi]xx.NZbLj{ٱg-)Cf/ܳ #u# Q5'ۃ4!YLxLc֕ђgF 3Hm`#.ŁjSmK^P $;q5e>hς9de0.!QnwnKpv65L{66Ƶⶡ]W7fgX\6^Y2L"^;y{w&s= v3le(7 ~6@a?wt{ ۹a"Ijm,P7-VVjrU5ii GVZx_Npj'm!>sJR?g߫>ۊ4eZ ֲCY0WI" MUpv&p 1>LR=[8G0eF;Y0pr޽%׶;BXP ؜ aD7FKrыhiL K5䞋gSKb>} ^vbDP:(Gj8(x=@g*z,c\"BIėz9I~mZTL"I{nWʵ)0.ފ0.Sؙjx! ZH܈|AG+kdsZAp%BJ=|Bde~V5ae#iXP dhE BIƟ솬n lܑPIENDB`varnam-fcitx5-0.0.2/assets/screenshot-ime-vertical.png000066400000000000000000000421731464651755500227720ustar00rootroot00000000000000PNG  IHDR%rzTXtRaw profile type exifxU 0ߙ+qLc7p|՘~Aa*hjai*Ni[qoXTGUqUVYLCQgkWj7^ -Ct0M iTXtXML:com.adobe.xmp SsBIT|d IDATxwx?Z.@@ Dǀ\&c'?k;ʼn['ql'8TF Q%B {Yv%PAÃvڽssg"$(F.>aI"'ОP6h~>ѴMu,"mWɬ2Bv{lhδb'vت=~|Mb0~7"`t[, zx=rЉ tNĞGqNV4{O؈h&UVTK״m"`sepue#B Imsl:enѯsDEgg}7Q"c2i&UY& )^,Wgg VkS5ۗ^nsZCiiGDL6FlM= m?PEQF srsy'H=Q稫 ]W؛* T_zwEO^C0\rroqww/$u6#v* jŮ$Z{k>{h (Ywww'O+ `0h]l޲_?d2٭Cn)p 6x4-I'g4z2?~7ZMIIɭMw[L7Um1|zǞꧭʕ( \]]/)-СT* c888p9?NJL8oΝ?ϱcPgĉxxx܄NKo˶U Z%shO9t8bf;7gB+~7|j߇i{EE֬ z~~1]ws…8;;]KczPxǷ}wZ^x9N>͖ېdrZ-...w/3ܛiU^hIB;&XW_͋/+ISҿ+طo=;v䝿 B}?q'%ՌJH`ҥ;سcN6n ĉ,{))Xt)^^^T*<ȟ*O=4Ǜ./_=xq8w<>STWWǴ3⛯=fntNhEQ)c\‹h Q̯cFkZ80x@.2ct֬]KYYywQT|MD,((_1G>@oO3zU" ffFD@ ]\\o2.]"++wnQAq unM߲ZYPPHzz:-_nЃ8QZ-S0s Lt:xUr9Ù=s&G .^DdD,!fhfduk(v&;vr"##_c2|dOi {7Dr=n 4SnI[Ժ}-XXd|j [ݟOCCcF'm~NNi1EϛB<6l nP_3lzod( z=>0[mc),ZC| *7][h Y[}C;nnnֶ{*+F`?fz6[*++ `ذ80-)۰ͮV0`vp9~-1ڀfݺ:{F){JqEVZ؇V'N@tt~~~l6WWW-"=8`rAAfv@*++"ۿJvvZxCbc&'709B-آȢmhY,7/֭#e11Ão&lj;R$i8`*\O'O2tȐ.=w}L~d2z阌 +Ln*bM^Zo2 ~Zx)<4O`gf…F^˖u۵ɥKfse<3?pqq'{| ''sTO'DxǸwrΛOll,iiir~&Zżs ''ɳϿP۳e=w_RVqEZEЦ8#޴?/_櫭[L/|={ڭ~={ߦM7qqq` e|}}{xFt223YnEr @Ѱz<-"ڵxzz2{ֵ|gϝ}] ){~@0vX7/q[?ciD*]YR`B=BEWn*+/U26CRD_Î;{+K﹇iISK/E~xܹsZVĉxo5ܭG\V^NUZ]lSi}|->+W`1_'X`!N磏R/L&֮W.2*z@1&6##llZg 7z=o%?T%%%磏xpwgqlÇpbcc3o>S0~>{`Vw9.V#UfQwڵ:jjFkFf&%ܹظa'QոGMv)ʀ~dddt;㊶*`7%A&El7p/\d2{YΜ9úm>Q\.Ft](~p: )X3-^:"ISGDdi#?~r⺿g <ֱZ^]NHS"ABo!`c3^j% =mCU2JH1EO U$PKdp#QJ'oB֣޾ &MPnc2FFDɩj X}ͥn#2DE c/GD6o#$&$HOqa7Σ?ԥ\ /?b~x{s.=l7a!!hCV@hH p1WJLdZLT* ?p !T*.gSU]%q7=V䴉Uռ !iNT*Yh!G2~.=i̴SwblY34eYɐΞ?ofg`…=ڬGpY~vu|ɧ$OK"6:tV㇦fz_%g08,ܹ`>GbJ=Ned|<3'se|GL&C^ISINJ"ivٳWxlN> 33z4RSٱk7:I3stƍÕ|*yx'1 lܼgpqvfάY,7ʪjNq#lƞx{yIr8۶Q\RLyE;SR7Dlʱ...L6٪TTV1udyoSX\̼9d2I:#8:8R~.Ӓ}S^QՂR`L;éQT\gWST\i+c 65oQ;qb߱M Z~LiP`r0&qNNNܵZͮ)x{E2@+ܶTnIiQ[,L0MI Əe"ɎT9NiEgҬ9 M^)ܸ???&M4Lv)@ES2Nn466$~pelH&Cd׶T& Q #jJ9yyh4^7 gLOK]rƅ:GGGSѯ?ʕRPXh"#Gٷ iaC[#2"aqq9{Nbōpͽi-Ahy.F&)q9vooo{/(?w߱h~Ӥr짟xp "#iP1|8Æo{AQ38~"cW0UHnM(:C` rz2f$lY̚ɼ9shhh Q?w,e$uEQ43V Ձvm )++ΟSL7GΜ=۩j cX7Dizo0p06  ~0Bƌdq߿?55hZA ߟaqqРVV% MkMSk)*.J؞lF_*l]sp 3stV^Hw \7P(X|r'l#d7&#Yo|N_>Elt4۶}ʖ2IthZ Q/`cy)#δl^Ҝh(#?{ں:;F"bDH&llC-2r9-[\.'77q-Y"#"LK2n/d0a8ahvB6ixxͿjZ{)&~O>A`@N 2;~'1y$jjjkxSQQA+}aftz m)cǗY08OMm-3'3#9hΞ~~!+'7/l~\zvoBAƁC1( АAb%\5fpss%&2 NGzf&* A8`T*Yz]{{{ b:W),*bHl nn_JvNzw7wBquq!'/ϔbvv Ǝ͙slJ( ˉ>AeW޼uZΝOgFr26wg!K1b]כ%&ѣ?E(2h>ͪ5_`0prrɟ?GGGxqcc-6iAC~7]RVDGF2ct<=k\(5}Z39u k֮eܘ1S\\ Y8aRSؕF˔w0bEżx#sǤx{inӓI'PT\BQugeMl 3jHӤw/g3qxBaQ^áÇt5 rrBCض};G-;Cbٴe+2I9g''SJ [j4̲G؀Ӧ18< l:˻UsYȔJ%w/Y̕WTT?l8(vzt:&cdegw ){mۏCba>?`סCp>#\"#9zO>_ʼnN2nX|||nie4fc;Ya?AXh(cZumaР@B0p TUUqϒ%L7LFLL4 v4.e󜗖ӿ>~I22/`솛sJ6ۊnn1fh ?ۏ(ܝL&#*bMF fZ)`Xþ|GTWWiSA l :YȚeHl \9s)6 IjMM'AXh(FԜ  ߿?EETVUah[fLgۂxXf!S*Xh!~pŅڦ\ٷr*#.^7/Ln~>1tzܛ J&^y^|?+WEQ#G n_YXT^'vM6|h1ݼλl}sT| /4e ; pvv&7?ߔ/<=3aJɗ6VILH &:Zǟ|jrϜ=RI@?ZMzF&rY1 hu:8x8ww7fNOLJC^zSw{)+hPQU8s<#=<=<}H1 &7/DV∍QUFǩzqCCYy9|9UU6)my7bAZahU ) Av!\.GioAݥ;Y999Y ϹPRգm{{{ ܭŅQ'''=چFrtr-(Sڙh2 NVi+՜(VUUE|(jP43O=IAA!_nH~^>e^jfϜ^MlNE4ji7;'-h\|rnIDATk>ua YhGOd!okn`A5 v& nFҵő^ Vvg%cuTz]YȄ[yoBOJLI0uR l"\{E:VV>q*`[mr nr)@͗%cHwU($I+FB"r=1mv`Z$j_(ocIy$NJ*؍R~F 7s[+ 7ȅnM`~K ˆL.P:=K̎~sUz W7!jدp;HvbdrB{g=}w^*}N yMDowx&,\Osv l2כ: O˱fvcY1`TD8\W2%,ejNϨ&#\c&7%g!ope0V23# XLfe|W4^ Jqrm?^~{f3k ZVnesN0N11grC>}QB VweЊ:Ld\ ~. 7S{9:E2-IC8Te۳o>3'M^}Ơeo ,;jp9ǰy;7EU'Pr"MKl)gw+ }WޣAhr$:JI>|u!El(O 635V˿o.GOzhY&T9"6v,7Ul?NrG*m'ޘiknKܐ<M^u x=r,kVh0{O _"UN*\R/pOLܘ(5̎ӵ\PtxHgc׾"b_JE*Ms('k#HABld ȝX_5*}GIp(ĻQpOg.FvõWMsD='jβwv˙3D}xe_H^B$d8k HtcoQk54&тMAlD7ZW˱3a}?t ޼ MDj}UkJ4}-cIAV|_~-%;y_®C4n^)&c#eJ= 2{E|^[mT6=\)^cSe446.% oiu]nys.Y́z@)skl?>Mb/ZQgKEQ]c1&p0fal?WE+ @VC>zc(}VSX,xc*}:QO< RR̺–V_s̞DK8rGK~ #O]h:r>t]&!.ypbDD^*1kdv441U_JcNrcPXJBM H`יw>'1,I9]BMY"_|m>Ul e4,=sS6V]\јY!UzQ)om(0~J EgKX k $QE+kg'(QzR)QBqݴRہ7-Pv5Sºɠ &"6;4-~+ %G;D7s>$qM.~JoXJ Eߘu6)ÈN㌷LE0(_BZyeݐρ㦑U'8Y{W#[D$n+240XKVQکա7)ЈƠ"{q)YEmP SGoX<Y>U~HbJ/ʵs8]*5|pe==QWh8Y]%7hmTU.Lw< Eu/ɛM2ԚpͿ%"_-67: 3FI%4`RBfTH"ᆱuzQ$QJdJЫNLKoMYD$>cEnq$`()DD ]{΂Vɛ$4nkbXX(N=Z`&1!Cաa :" z߽x1/Kh|q#UսBDA y_FƷY3f0=ywqI Cjj%=ƎGGG?Gd2W_CBHDZZo6k֭ۛӒ$uE mx6+~o&ΥwB.WO^^~Vx{aS%}-Vja{s\r r9zٳftM9gϜ;Oqq1wߵ~͙>/8:95~ť\ \BQd-(̛3Ǵ +;/֮37F;ƌ ˗kV^Qאqp5r(:Ù1=/?~(e2ZT8u4RRdԫT<|z Os8Μ>1Gs(5v4~<3gLgܘ1\Z~gz͛I;}ggΚły󨬪ԩS42DzF&۶K﹇_IYY9Q8x^UOXhw-^W_ww؉ppgƴ$fϚ @^~>Z(,Y%3|tz aάYGyju}ƞlbӑB'x{hؼu+oW֬]ΎVoHél޶b**ٕo!r`lq ӧMܹs|j5UL<|3old2nLcNphPرk9M*~**)(( QNqp*uu91ΓI퉉a֌7$ACtT$iiil+*++46Ņ~1l0ݻ|asj*++d-M/oÇ74F|}|<^'1BGfS )( lڲF eƱB<vhG4c'[9N ą @vs?t1prrb 4ڝ-'** DLF@` W&lj._&8(k9qJJ/ggddd2i EK1ŋhvǤV{j3q8ƎMUu5DFDyvYҢUUSTR{ヒщ̮eF¶~9p:T8}̵a7%D+,*|zǏiiJɊbĉTUWs9;FsFGQɼpkkq^^L4~NiYۿ *).6yЗ0+8x3Q>lEE `777ʦw߀ZfӖܷl)}9Ξ=~"77B2A`#d~{]iBvCĖor?x(5(:u/o/F9v6nDF::lܼ<+`D|</4e ; pvv&7?O0F%6ѠV@Lt4j?8},J%h:5888șgill`0HLHTݘ9=_z:TkXh(SPUU^'1!0M bd|<~~~t2OW&<,щuWDE1w,x);w""EE\|bc;wW7WƱ{:~ppE.]"22aC}ٳwou*lSةM$ @yAJo #)D`1&ZK%";NyE%:F46 |VI d2<<<0:PrO*++,bex{yؕ7FDݎ">~8?cӖ-zADN{\\]Q74ٙ46Q(  ʺl5@-GPXحpssCRYkp][q1ۦ#m:5چFrwb{YQF[)|(m  2rqqч~Fn^>~>,Y|'(/󩨬~w.ZDee%RREьj5FQjk-nIVV˅ۭkkY#GGJzcFӪqrr"bp8%%srZP@Z)^9ͅ 8㏜LK#..[-OUVQIYyU]=UlOe=}}rsfQS]CeE1S_ZEV(&BN*V'"@npe}}=FƮj0EА^qcǸUBvN棸Չp)D fܹձyg14a:.9z"c3!YNٖ&5MnuJoI2ZBfIDQ4p`{-bp7p+c_^Le6يpͿ%"+djuKMc"dOB bS],x{@1BMKD-6ty]!UB;چFE$@26yֹ UBƄ:x26\,Ŷ7 =s?滄nl9dlye[/91DlYzYsUlhR6D Bn!hCC V-&t6o@L(r[m⹵&تڼ];BuQB.>@az a(c k-^kMfWG m< [SRȲhmmwkfZ[a'V]^G9eٶCS`B?rSKuWX} ˥BO3і"څwQK[USUbZV3BBAO\ZcM\;,@7(Y]x["c[mK e:kcZSD쐜ڊ"tDHpKIENDB`varnam-fcitx5-0.0.2/com.varnamproject.Fcitx5.Addon.varnamfcitx.metainfo.xml.in000066400000000000000000000014501464651755500273050ustar00rootroot00000000000000 com.varnamproject.Fcitx5.Addon.varnamfcitx org.fcitx.Fcitx5 CC0-1.0 GPL-3.0+ Varnam Fcitx5 Varnam Engine for Fcitx5 The Varnam Project https://varnamproject.com/ https://github.com/varnamproject/varnam-fcitx5/issues https://github.com/varnamproject/varnam-fcitx5 Fcitx varnam-fcitx5-0.0.2/icons/000077500000000000000000000000001464651755500153325ustar00rootroot00000000000000varnam-fcitx5-0.0.2/icons/48x48/000077500000000000000000000000001464651755500161315ustar00rootroot00000000000000varnam-fcitx5-0.0.2/icons/48x48/apps/000077500000000000000000000000001464651755500170745ustar00rootroot00000000000000varnam-fcitx5-0.0.2/icons/48x48/apps/varnam-bn.png000066400000000000000000000047531464651755500214740ustar00rootroot00000000000000PNG  IHDR00WsBIT|d pHYsbb_'StEXtSoftwarewww.inkscape.org< hIDATh{pkn@.jQ0fdZPhe*Uk;BZ vu쌎wQ`%!m7MvoC\H6Ovs{{sv?aZSc;[dEm*O^Q)QOi2F#R P{Q٧c'3{$)34;.re)!W",]q'q4Ml!XnGq[ ;rLOjq<ƞFۂG=HWQʮZH$)QUU1̈4Myh޽ 8@:ScIw<_ oǢYE P(t}j x)SF%!i] lINm ;Khit LLs z@j"{ D!lU7oM/6&ho L$60F$qBJYm6qA܏p+Crh1I7U0B@ΫWn⁢?S(]L 0–΄0XXfD#5|C{SfkRcLK-; ٙ{uCJV`Ǻ?Y-O6H9X R:=[us6Ml5ϑ&47C^0"iB?O~uG;T.9]4, QSyߥCIg3Xxb >yFEň3 3S⽒@%aL7sǾt?#_??ㇾ)Rkd0g1" 5Ѕyioz_ØM\i_-}1iBsA"6[WHd\(zs+{n+1UZ9]!iڡ$׻xe-cЇ1 (*1ȴÞ&aqre1O4^ni ~LR*2i%`tLi@JÞwm[:NBXxL5|%蚤9(HM`f*6u }̨[H_@4xb@s,0 aj'Mπ)H[:-"ٟJ=LҴ}{[?=>-%7 `S=GY.^D-o`w#dׅ.׎35@uwߦddcpx {'*6)d^&}@ǡuLkFa`)P|}eBvO%[#ij#dZy5)4lR5~ u| ͓xɒœLGpwZD 8Zef0M6h#|dQ`NJQ`@#`_@$ bmm #餬T%e& v Bi&?WH\?X{v ֏N>ϕ$O`6I ,Op7>0#}`Cx$cIENDB`varnam-fcitx5-0.0.2/icons/48x48/apps/varnam-hi.png000066400000000000000000000050601464651755500214650ustar00rootroot00000000000000PNG  IHDR00WsBIT|d pHYsbb_'StEXtSoftwarewww.inkscape.org< IDAThkpϻdwm!QAZ'bA@eDmbu P8 ՊWhKBbE. _va7fzIY:{, LV^ҍbB{SFL`R hwnPǑ7bhCxp\ @,#//^XQ!z @u>t," RrS|&/ }mwG[IVBSN?ETAYU~~_ {@\[ĕ[M/~p [OP_E/QbB _^m\U|l©1ak?%@x=_,!e"Vz0@Ð0ԭ1/Zl PAeE5fY?-uWWqWp lρYrM@haqfa818DkZh{!^+Ұ%)UB<˳LgiюO^.hj.Ė3w VW>Z/޸+vZ uP&^3wj7ՕH5G 7 ^*}[x3MOؾWwn;m成ۆ?2Jyy q7ʮ@HP8' &fe#dɒ (4_HMENG^z3B`negeԇbQѕ)Teg +j;.Kwh3r1g /8e\{e!pB,08p᤮S Eҹefsmب/cӌ&wJ]}")UU1 kUH)# ?(B̙$[^=r"p\ WNkN aښNPvJMB8II,#XfȨ<P!B9ejѾ/=&{" 4]ķKZ$8IH 1ηBg vKYfb]%t~xOy$A:&%zAk"!8p87l;4tZtҳ[I' XotL$1aѮF(kWRVn߾{OWL)ʳH Q=%H# c[1W15YrkO'@=z8n>Jiq][e,xzfӗGF[B>V`nU0~b"0%OT<6]{;xtA/S@h@8"n>CHiтM-h!E&CiIZFs޵}>X?24+o=)޾1`}IZÇЃMh&3-L6gf[2A&֜LgJgT?&c%7=:"_1&j (UU?N{5''/ٕ rX&G"*9LS`ެ+NO3{I؍UFKm"W5H)՗֭Yš'wmqQr3VKXwD`!-'a*A|iuuu"%%2SQ(V5 B@=?ºZC `% k-I8ㄢq]X;b+,HpLZazk:mW^ֿ\@&˰k7_WIENDB`varnam-fcitx5-0.0.2/icons/48x48/apps/varnam-ml-inscript.png000066400000000000000000000055751464651755500233410ustar00rootroot00000000000000PNG  IHDR00WsBIT|d pHYsbb_'StEXtSoftwarewww.inkscape.org< IDAThŚytT?L&{H(h1"iMZԥЊz X[AQPd'd!3'[nodwΜ]{{{A dQ@5 XNM'AR~/bP^VAz^nO8B< TO@ 8@P`? ~g_(rFFԏq]&` mH,?!}hkv4^lE x}#")纣@0)UF^ ' 8 |wunnqCH @ĹZМNY;OnwG}h@$0&` ̮w0, r`pEwϛ7'c#0l$ASLLSsD$8lypV-`+GI<`H~i~nDR9!AZo?OK8cWZE4X1VH@>Ij%Q+,uu >FLY2DWTx|gj4;}%7`"lG >8 h3M;v !#[&[2tXa~O e+xx xX2n%Pi(ss&KCfp8peQXXȱ##A,Yz(,MX'~9BF 8 : .F u;]Qd^_pL009}tzC S) Ͼ7Vp55׳A "Ӵ o*Nf ͫZxz"Ι9ȹs!ef/4Tp rZ6|O-ogWY[pRDGG.rɓ׷Rm/}'9&V `` Oˇr& !j6e֭ա}ї h9%M@7@6 ,$a[YpRo۶NlS{qf_Dk-7o dx6o~2 {+#KмjEmu[&5JO0vb6{jWc |䨭Ay9-6x zxp2qF]n};ɾ=s>74СBʶ  001@WaxiwQw]hiΣh<)ҲOz~a4=6-X_ W]xBI{Hة_k)y58-Xjl0c>ѥӆ+!O'$i55H<퀗`fZ7qV?ѩ\{_rurPO2t(=cҎbփV+սi/|czEOprGoiA)9 ٤B ?Py={W+PX_ǮP`;m{ 07j۰`JC8m'F}XaJiW]&ZPr"4>6 xZ7)?AбJQX3@U7DY-v,GTE1孤&d46T~,&PseXC1tI]E@SKsy]@2^^& xE͸p|+,#i٘fz/0SfzrW2(ZxgPIFQy^W6+.Gd< 9Y+i l5 uBl]YPDqD{ 8jVi\z,_eJS:o36g|*t\i$ ׼$Vmsbh;Uv 8`:pMעp&M+>g\*x.]MT 01ZW ͱprbB:Xf}{.q&KV2h|)cfc)S"8{f0d@Q; ہ6y=V MZҷxщ8cA{0eĹYJ4%y8oU!aTC xNgH Pk?5Ӡ kJk0*=JD|yJVuգ] L? #yπI]#1jk1*0eԀq͙4||]Ev< E $>UR DE(&]]K2q J~;`I~{jg%y@0F*$EAVyobdD Ҥɯ91E?1t;2;u{ڡtk n|݃Z|TKpIKO[|ޢ xTk@()jX 2#΍Eݹ!+IDQ,C'\wKk/zj鶌̌^w֖a=e\u/@n /@JjWNF1nmD:uJDDD0vXK4?QwUI!n:_4QAk$?PɅZ% VG+^w WBYy?*މDb2q?I\[IENDB`varnam-fcitx5-0.0.2/icons/48x48/apps/varnam-ml.png000066400000000000000000000050441464651755500214770ustar00rootroot00000000000000PNG  IHDR00WsBIT|d pHYsbb_'StEXtSoftwarewww.inkscape.org< IDATh{pT?{dw /e˖]k^@Ɵ@IbDX:T9۽"-Zzܔ.?/1"{N%#@4\ܴ7́+R^=2tF:pZV-Y3"sp8a! `SYk;AWM؎-vpOk/,}aXY!|fڣEP:o zD)$wQ:k_Nyg}Ney85x}>9MMM<} 0e&C)-.Wo4}V=53k%y .'긖 SӴ@aN*!ZDq^&DT V~$ c |⺙fEQ;k&#ܴ>hF  4QG";ݴ#cX|Xdb OL}ߤ+bu aNPy*"MRL&I*81(kI](`bkt+оO;>]nooF)`+* ҧIpweb-Jm?,sٜ)Խht 'ML z@jRg#1A(aBq8U7n zMv5+}ZI' dϧot L$Iam80F$ogRؾ}K WIǕ-ښM$Qu{^,eIHWagBH,F,7}ź+ϧemL.v/Ao!ܸbpFrIW`S~XQ-LI@:=Xfݵyj7X4yĕs MFyF*ڄ[\q/ ~5б+<\h5 @ :[;0b2{Ξ| H}|k:uV$U0&dgyᑧ7Ȫ*W1cgW3z ;xWMΔj8!a+p5TEQ&o^A㫜3g޲v^#3H֋M |__vse9aiGݵ,n3jKMJZE)LSrpΤW5dȖ?Zx/6m^YUxҊҵypP2xX m}-Vk}]/v2oĞ\ P5 DVV( jXIbw??:U@v(t F$nxT@QIENDB`varnam-fcitx5-0.0.2/icons/48x48/apps/varnam-ne.png000066400000000000000000000145061464651755500214740ustar00rootroot00000000000000PNG  IHDR00WzTXtRaw profile type exifxmP {fлnkI\CS}/ztp%k*))\0Q /:MM~0jr ҧ(z wVlT<<u>++t. hbKGD pHYs  tIME & O~pIDATh{lzmol b 43dy\Jl_-dǡ3SdWRRXn.?zJ:eqˌҤ?+)!%SD"c0h wSy8!MX衭Ƕ<0,&竧ZyREC2զF69\t]aDQ%}ȝ5 =p#U,C 2{:4}!*4;rOp&gDlgnrOkME@ab2tuR,s?lGUlӺ(--EvMfxm@.y-i m\>:Xa@_hvআzxyZl&.h,GW4)q 3 zMr7767644ZyK4#ψp~|cFc dz=q;4>5Wٶ-·2C]:+x/Ife}8WֈbmuCWZq[k}=//̻HYlڃ.Cő!=`K.̛ l>EC8c6ZL&x sb'Z%pzfmj,~ r3z#kq#\"8BH83A| #k~.Ub{GJqM|ӥf7"E]ÄLP+=th7KaLr YeNvx0@N<g|fcMЂ-ec3(51D I<</3IJ6.<<QgnX #jRǵ͋uW6lG@NV+ڀeD- g_<{g&Yl|Z+Ң ar?[O-ʞiFAcH >҈{c&l [M.>qk5|0ABR&#YȲ_ǀc5&}Qfӡ lSx}h?}IEqz{Glyt̋N-c+b|%X*^ ~ef`pD>|wMKz/E)IJQ|~e{)>]8jlYO*aL|٥y_پ+NXbIє̚qS`3O[ <lN_ sb bB<4x7N1NvOz}zU[_8:3. \ [9z֦g}; 0'NNs6v}rtʡ?>)Y*"x>>upg&`+7h "zKg+sFs|ʴp^dXm=߰%s/sJٝH][wy\ܪX ~5izAtj7]ErmZ#'-+9wE.ku^ozxp)ni1K[x_ 4E#xi~(cHoP!NĢSQ *?ّoB`޼ydv 8.L x=CWt6\ wpv0zqzjIμ__hۂ5ΆBI4/Y3)bVkmD0{˕N:3pW^iOPUӴBJI]]k!_#A՗Pc?j I"3a {l2cFyiҼ.ZD"g444p / at]NHŰxz4mH&navy\_6z,D8V[4WԵ42!bRPraSh#WLselS`Nv-`; ]inn&6׮kl/V!Rz Wvڦ&ٷ+.f6bҭս؞|.L~4wH"~ w ϵd}C MgF{7||(mHK;F8Ya,+%Yv-e^_2Eʞ_E`%MaHiοrSCn[xתZdeX=H]` f).mM~5 x0 |XF5Ri|B`@"ѥ)H] gO7+?:pܟQջVg$[(A:9 !5սjV1n!7IϘ4&FϜyX?zF?\%:|zi˳I QBb-`$/S"WVЧ {u;EvgWœګ&4MXeXw#gB9hCJ/x\̝qKǍ[Vy}}N]ד"AR}iϯ_o[_y`P[@PNQ^^n)L1jH`10a@1v>wô$ wP" xа舘Bm.iŠuC  ZIENDB`varnam-fcitx5-0.0.2/icons/48x48/apps/varnam-te.png000066400000000000000000000051221464651755500214740ustar00rootroot00000000000000PNG  IHDR00WsBIT|d pHYsbb_'StEXtSoftwarewww.inkscape.org< IDAThkp}dwsE@"-N&VBZm*i+m*AejTj] 2SB& amn{9I\H!C/}s?9Y?mIԪq\(0ZU*O?[Ꝗ^9Pk\4+W0"L:tcDve |ӯE!tl2{|Y(X1f9jzK:tzj^6\ x޷Idbe8giWzi!WapA<Ÿ/B6H1Cr?9>k&{sH{*CUU ê )%uuudd3w]%-_"AтKe[ NByEZc }lGI>4Ji^7-ex}>pɆSLą)5n ivyQlT ~`f' p ȫ%긜eS__iZ 0'jkq抺f(hӄJA}OQ,==aNtַI F^]RSSCww7Di/!XDrS]=k pN<™o tEn8B{ %D$IJ 2#F}r߁"=k.3XvLKL:Brp|Oʤx`a(Cз}އvl+*ikOhgJ5 dddX7͛lPNf?:&EzB1A["!8p8*n7^zYN5ﴒ&NhoHp&z= \s@y+{n\O\^$=3*Iܚ_yob] ]2Xvt%-4[<@b4bp-.y}d$J%hIM]5e_tR z`˵k}M~);@cceG_¾_if)&i@F-04Sq$;G`Ej\Bz[PTJ(qD.-):f:>To!餏c> ѷ Z)iR*O_*0:۲BTXT3qABf_mpP ZlC~@/&%= 'S;W[1 3f" Ѕއ](Vln6ǁ#FnoJ`9p`Z>=ҸFY$"P0Qh%+)y5W`HڊGObMFA{+Xg@VfR׶5EHP]-$&PIvLy0%C,Yl*?n^Ik?gɪDž1eC+.]@J-܈фي GТA΀kk_|,YHu7^c@Cq {69фnBlFlňdY};GW#)$9233+I( WKn]VD`ac NQkMٱcG_ yaɉ/ZVn m5eFVKॢ_3u|7?αSƇ9ʙ^ofI!BEɌ j7[O2?l{B $pjeݐΙZ {oyZF ^o[Tײ,{pV'dL8fPUnQ",XvGa_̚#[Fu|-oBk7l>ή+;pd0C5cx3dr+K<3|ikP*I!i'c=*n걁[ 6 HXaj l mf['\=2pg9k/S \t-KmBk|t!>e|)K5eCT{^*jl !Z{dMG9D *P}:<4#x ziVdȹG=; ꖁׅwZP ٲvMwwx肺lGKj}*r*@,l% t$˞lkGOX|M;۶,S,> Hjdkzrɢ?g)u@AJj> ӘJd4aJ́=`n.0뫊uÛ186RJ 0MJ5 т͕{=.h80Y_;×2x ZWN?(M3YRv:~OC#'Aqx1<98| I ~ǠbKHV:=jU7l3'ghʄ7×v22E +Ic4TUo|lǐ=3 ; XZ̆ k .Vh[񫅛+]2zhL|SQ oFS`Fk0)3 Z}(wՇ^|d"X[P8L\79w4V 3\Y_U_ԠwȴqK7-жW- <eߝ|?[52Z4W!ۿ&k暓} NDRhNoyiS?eٱ:@i] ڿ93t6>003[S*+k,O-pe̚>⎱c-[WGxO?OkΪ@m ԷN`0xȠ4-H@p@p@)R@6w6]6ywIENDB`varnam-fcitx5-0.0.2/icons/CMakeLists.txt000066400000000000000000000001651464651755500200740ustar00rootroot00000000000000install(DIRECTORY 48x48 DESTINATION "${CMAKE_INSTALL_DATADIR}/icons/hicolor" PATTERN .* EXCLUDE PATTERN *~ EXCLUDE)varnam-fcitx5-0.0.2/icons/LICENSE.md000066400000000000000000000006111464651755500167340ustar00rootroot00000000000000# License The icon files including the source SVG file and png files are taken from the [Govarnam Ibus](https://github.com/varnamproject/govarnam-ibus/) repository. The above mentioned files are licensed under Mozilla Public License 1.1 (MPL-1.1) and all rights for those are reserved to the respective owners. The full text of MPL-1.1 is available at https://spdx.org/licenses/MPL-1.1.html.varnam-fcitx5-0.0.2/icons/template.svg000066400000000000000000000346741464651755500177040ustar00rootroot00000000000000 image/svg+xml varnam-fcitx5-0.0.2/src/000077500000000000000000000000001464651755500150065ustar00rootroot00000000000000varnam-fcitx5-0.0.2/src/CMakeLists.txt000066400000000000000000000012751464651755500175530ustar00rootroot00000000000000set(varnam_fcitx_sources varnam_engine.cpp varnam_state.cpp varnam_candidate.cpp varnam_utils.cpp ) add_library(varnamfcitx MODULE ${varnam_fcitx_sources}) target_link_libraries(varnamfcitx Fcitx5::Core Fcitx5::Config PkgConfig::varnam) if(VARNAM_DEBUG) target_compile_definitions(varnamfcitx PRIVATE DEBUG_MODE) endif() install(TARGETS varnamfcitx DESTINATION "${CMAKE_INSTALL_LIBDIR}/fcitx5") configure_file(varnamfcitx-addon.conf.in varnamfcitx-addon.conf) install(FILES "${CMAKE_CURRENT_BINARY_DIR}/varnamfcitx-addon.conf" RENAME varnamfcitx.conf DESTINATION "${FCITX_INSTALL_PKGDATADIR}/addon") install(FILES "varnamfcitx.conf" DESTINATION "${FCITX_INSTALL_PKGDATADIR}/inputmethod")varnam-fcitx5-0.0.2/src/varnam_candidate.cpp000066400000000000000000000045601464651755500207770ustar00rootroot00000000000000#include "varnam_candidate.h" #include "varnam_config.h" #include "varnam_state.h" #include namespace fcitx { VarnamCandidateWord::VarnamCandidateWord(VarnamEngine *engine, const char *text, int index) : CandidateWord(Text(std::move(text))), engine_(engine), index_(index) {} void VarnamCandidateWord::select(InputContext *inputContext) const { auto state = inputContext->propertyFor(engine_->factory()); state->selectCandidate(index_); } VarnamCandidateList::VarnamCandidateList(VarnamEngine *engine, InputContext *ic) : engine_(engine), ic_(ic) { const VarnamEngineConfig *config = static_cast(engine_->getConfig()); CandidateLayoutHint layout; if (!config) { VARNAM_WARN() << "Invalid configuration"; layout = CandidateLayoutHint::Vertical; } else { layout = config->candidateLayout.value(); } setPageable(this); setLayoutHint(layout); } void VarnamCandidateList::prev() { CommonCandidateList::prev(); if (currentPage() >= 0) { setPage(currentPage()); setCursorPositionAfterPaging(CursorPositionAfterPaging::ResetToFirst); } ic_->updateUserInterface(UserInterfaceComponent::InputPanel); } void VarnamCandidateList::next() { CommonCandidateList::next(); if (currentPage() < totalPages()) { setPage(currentPage()); setGlobalCursorIndex(pageSize() * currentPage() - (pageSize() - 1)); } ic_->updateUserInterface(UserInterfaceComponent::InputPanel); } bool VarnamCandidateList::usedNextBefore() const { return true; } void VarnamCandidateList::prevCandidate() { CommonCandidateList::prevCandidate(); auto state = ic_->propertyFor(engine_->factory()); int index = globalCursorIndex(); if (index >= pageSize() && (currentPage() > 0)) { setPage(currentPage()); } setGlobalCursorIndex(index); state->selectCandidate(cursorIndex()); ic_->updateUserInterface(UserInterfaceComponent::InputPanel); } void VarnamCandidateList::nextCandidate() { CommonCandidateList::nextCandidate(); auto state = ic_->propertyFor(engine_->factory()); int index = globalCursorIndex(); if (index >= pageSize() && (currentPage() < totalPages())) { setPage(currentPage()); } setGlobalCursorIndex(index); state->selectCandidate(cursorIndex()); ic_->updateUserInterface(UserInterfaceComponent::InputPanel); } } // namespace fcitxvarnam-fcitx5-0.0.2/src/varnam_candidate.h000066400000000000000000000014431464651755500204410ustar00rootroot00000000000000#ifndef _FCITX5_VARNAM_CANDIDATE_H #define _FCITX5_VARNAM_CANDIDATE_H #include "varnam_engine.h" #include #include namespace fcitx { class VarnamCandidateWord : public CandidateWord { private: VarnamEngine *engine_; int index_; public: VarnamCandidateWord(VarnamEngine *engine, const char *text, int index); void select(InputContext *inputContext) const override; }; class VarnamCandidateList : public CommonCandidateList { private: VarnamEngine *engine_; InputContext *ic_; public: VarnamCandidateList(VarnamEngine *engine, InputContext *ic); void prev() override; void next() override; void prevCandidate() override; void nextCandidate() override; bool usedNextBefore() const override; }; } // namespace fcitx #endifvarnam-fcitx5-0.0.2/src/varnam_config.h000066400000000000000000000054721464651755500200000ustar00rootroot00000000000000#ifndef _FCITX5_VARNAM_CONFIG_H_ #define _FCITX5_VARNAM_CONFIG_H_ #include #include #include #include namespace fcitx { enum class ChooseModifier { NoModifier, Alt, Control, Super }; FCITX_CONFIG_ENUM_NAME_WITH_I18N(ChooseModifier, N_("None"), N_("Alt"), N_("Control"), N_("Super")); FCITX_CONFIG_ENUM_NAME_WITH_I18N(CandidateLayoutHint, N_("Not Set"), N_("Vertical"), N_("Horizontal")); FCITX_CONFIGURATION( VarnamEngineConfig, // Candidate List Layout OptionWithAnnotation candidateLayout{this, "CandidateLayout", _("Candidate List Layout"), fcitx::CandidateLayoutHint::Vertical}; // Page Size Option pageSize{this, "PageSize", _("Page size"), 5, IntConstrain(3, 10)}; // Enable Learning Words on commit Option shouldLearnWords{this, "Learn Words", _("Learn New Words"), true}; // Strictly Follow Schema Option strictlyFollowScheme{ this, "Strictly Follow Scheme", _("Strictly Follow Scheme For Dictionary Results"), false}; // Dictionary Suggestions Limit Option dictionarySuggestionsLimit{ this, "Dictionary Suggestions Limit", _("Dictionary Suggestions Limit"), 4, IntConstrain(0, 10)}; // Pattern Dictionary Suggestions Limit Option patternDictionarySuggestionsLimit{ this, "Pattern Dictionary Suggestions Limit", _("Pattern Dictionary Suggestions Limit"), 3, IntConstrain(0, 10)}; // Tokenizer Suggestions Limit Option tokenizerSuggestionsLimit{ this, "Tokenizer Suggestions Limit", _("Tokenizer Suggestions Limit"), 10, IntConstrain(0, 10)}; // Previous Candidate Shortcut KeyListOption prevCandidate{ this, "PrevCandidate", _("Previous Candidate"), {Key("Up")}, KeyListConstrain(KeyConstrainFlag::AllowModifierLess)}; // Next Candidate Shortcut KeyListOption nextCandidate{ this, "NextCandidate", _("Next Candidate"), {Key("Down")}, KeyListConstrain(KeyConstrainFlag::AllowModifierLess)}; // Previous Page KeyListOption prevPage{ this, "PrevPage", _("Previous Page"), {Key("Alt+Up")}, KeyListConstrain(KeyConstrainFlag::AllowModifierOnly)}; // Next Page KeyListOption nextPage{ this, "NextPage", _("Next Page"), {Key("Alt+Down")}, KeyListConstrain(KeyConstrainFlag::AllowModifierOnly)};); } // namespace fcitx #endifvarnam-fcitx5-0.0.2/src/varnam_engine.cpp000066400000000000000000000102551464651755500203260ustar00rootroot00000000000000#include "varnam_engine.h" #include "varnam_state.h" #include "varnam_utils.h" #include #include #include extern "C" { #include } namespace fcitx { VarnamEngine::VarnamEngine(Instance *instance) : instance_(instance), factory_([this](InputContext &ic) { return new VarnamState(this, ic); }) { instance->inputContextManager().registerProperty("varnamState", &factory_); } VarnamEngine::~VarnamEngine() { factory_.unregister(); if (varnam_handle > 0) { int rv = varnam_close(varnam_handle); if (rv != VARNAM_SUCCESS) { VARNAM_WARN() << "Failed to close Varnam instance"; } } } void VarnamEngine::activate(const InputMethodEntry &entry, InputContextEvent &contextEvent) { FCITX_UNUSED(contextEvent); reloadConfig(); #ifdef DEBUG_MODE VARNAM_INFO() << "activate scheme:" << entry.uniqueName(); #endif char *schemeName = const_cast(entry.uniqueName().c_str()); int rv = varnam_init_from_id(schemeName, &varnam_handle); if (rv != VARNAM_SUCCESS) { VARNAM_WARN() << "Failed to initialize Varnam"; throw std::runtime_error("failed to initialize varnam"); } varnam_config(varnam_handle, VARNAM_CONFIG_SET_DICTIONARY_MATCH_EXACT, config_.strictlyFollowScheme.value()); varnam_config(varnam_handle, VARNAM_CONFIG_SET_DICTIONARY_SUGGESTIONS_LIMIT, config_.dictionarySuggestionsLimit.value()); varnam_config(varnam_handle, VARNAM_CONFIG_SET_PATTERN_DICTIONARY_SUGGESTIONS_LIMIT, config_.patternDictionarySuggestionsLimit.value()); varnam_config(varnam_handle, VARNAM_CONFIG_SET_TOKENIZER_SUGGESTIONS_LIMIT, config_.tokenizerSuggestionsLimit.value()); } void VarnamEngine::deactivate(const InputMethodEntry &entry, InputContextEvent &event) { #ifdef DEBUG_MODE VARNAM_INFO() << "deactivate scheme:" << entry.uniqueName(); #endif if (event.type() == EventType::InputContextSwitchInputMethod) { auto ic = event.inputContext(); auto state = ic->propertyFor(&factory_); state->commitText(); state->updateUI(); } reset(entry, event); if (varnam_handle > 0) { varnam_close(varnam_handle); } } std::vector VarnamEngine::listInputMethods() { std::vector entries; varray *varnam_schemes = nullptr; varnam_schemes = varnam_get_all_scheme_details(); if (varnam_schemes == nullptr) { return entries; } #ifdef DEBUG_MODE VARNAM_INFO() << "available schemes:"; #endif for (int i = 0; i < varray_length(varnam_schemes); i++) { SchemeDetails *scheme = static_cast(varray_get(varnam_schemes, i)); if (scheme == nullptr) { continue; } // skip inscript if (strstr(scheme->Identifier, INSCRIPT)) { continue; } std::string iconName = stringutils::concat("varnam-", scheme->LangCode); std::string displayName = stringutils::concat("Varnam-", scheme->DisplayName); #ifdef DEBUG_MODE VARNAM_INFO() << scheme->LangCode << ":" << displayName; #endif InputMethodEntry entry(scheme->Identifier, displayName, scheme->LangCode, "varnamfcitx"); entry.setConfigurable(true).setIcon(iconName); entries.emplace_back(std::move(entry)); } return entries; } void VarnamEngine::keyEvent(const InputMethodEntry &entry, KeyEvent &keyEvent) { FCITX_UNUSED(entry); // ignore key release events if (keyEvent.isRelease()) { return; } auto ic = keyEvent.inputContext(); auto state = ic->propertyFor(&factory_); state->processKeyEvent(keyEvent); } void VarnamEngine::reset(const InputMethodEntry &entry, InputContextEvent &event) { FCITX_UNUSED(entry); auto ic = event.inputContext(); auto state = ic->propertyFor(&factory_); state->reset(); state->updateUI(); } void VarnamEngine::setConfig(const RawConfig &config) { config_.load(config); safeSaveAsIni(config_, "conf/varnam.conf"); } void VarnamEngine::reloadConfig() { readAsIni(config_, "conf/varnam.conf"); } } // namespace fcitx FCITX_ADDON_FACTORY(fcitx::VarnamEngineFactory);varnam-fcitx5-0.0.2/src/varnam_engine.h000066400000000000000000000027431464651755500177760ustar00rootroot00000000000000#ifndef _FCITX5_VARNAM_ENGINE_H_ #define _FCITX5_VARNAM_ENGINE_H_ #include "varnam_utils.h" #include "varnam_config.h" #include #include #include #include namespace fcitx { class VarnamState; class VarnamEngine : public InputMethodEngineV3 { private: int varnam_handle; Instance *instance_; VarnamEngineConfig config_; KeyState selectionKeyModifer_; FactoryFor factory_; public: VarnamEngine(Instance *instance); ~VarnamEngine(); void activate(const InputMethodEntry &, InputContextEvent &) override; void deactivate(const InputMethodEntry &entry, InputContextEvent &event) override; void keyEvent(const InputMethodEntry &entry, KeyEvent &keyEvent) override; void reset(const InputMethodEntry &, InputContextEvent &) override; std::vector listInputMethods() override; auto factory() { return &factory_; } void setConfig(const RawConfig &) override; void reloadConfig() override; const VarnamEngineConfig *getConfig() const override { return &config_; } const KeyState &getSelectionModifer() const { return selectionKeyModifer_; } int getVarnamHandle() const { return varnam_handle; } }; class VarnamEngineFactory : public AddonFactory { AddonInstance *create(AddonManager *manager) override { return new VarnamEngine(manager->instance()); } }; } // namespace fcitx #endif // _FCITX5_VARNAM_ENGINE_H_varnam-fcitx5-0.0.2/src/varnam_state.cpp000066400000000000000000000264441464651755500202100ustar00rootroot00000000000000#include "varnam_state.h" #include "varnam_candidate.h" #include "varnam_engine.h" #include "varnam_utils.h" #include #include #include #include #include #include #include #include #include #include #include namespace fcitx { VarnamState::VarnamState(VarnamEngine *engine, InputContext &ic) : ic_(&ic), engine_(engine) { result_ = nullptr; cursor = std::numeric_limits::max(); candidateSelected = 0; lastTypedCharIsDigit = false; } VarnamState::~VarnamState() { if (result_) { varray_free(result_, nullptr); } } std::string VarnamState::bufferToString() { std::string str; std::stringstream strstream; for (auto ch : buffer_) { strstream << ch; } str.assign(strstream.str()); return str; } void VarnamState::updatePreeditCursor() { if (cursor > preedit_.textLength()) { cursor = preedit_.textLength(); } preedit_.setCursor(cursor); if (ic_->capabilityFlags().test(CapabilityFlag::Preedit)) { ic_->inputPanel().setClientPreedit(preedit_); } else { ic_->inputPanel().setPreedit(preedit_); } ic_->updatePreedit(); ic_->updateUserInterface(UserInterfaceComponent::InputPanel); } bool VarnamState::getVarnamResult() { std::string preedit = bufferToString(); #ifdef DEBUG_MODE VARNAM_INFO() << "transliterate preedit:" << preedit; #endif int rv = VARNAM_SUCCESS; rv = varnam_transliterate(engine_->getVarnamHandle(), 1, (char *)preedit.c_str(), &result_); if (rv != VARNAM_SUCCESS) { VARNAM_WARN() << "varnam transliterate failed! err:" << rv; return false; } return true; } void VarnamState::processKeyEvent(KeyEvent &keyEvent) { #ifdef DEBUG_MODE VARNAM_INFO() << "rcvd key:" << keyEvent.key().toString(KeyStringFormat::Localized); #endif auto key = keyEvent.key(); // filter modififer keys if (key.checkKeyList(keyListToFilter)) { keyEvent.filter(); return; } // handle candidate selection through index key if (!buffer_.empty() && key.isDigit() && !lastTypedCharIsDigit) { auto idx = key.keyListIndex(selectionKeys); selectCandidate(idx); commitText(key.sym()); updateUI(); keyEvent.filterAndAccept(); return; } if (key.states().test(KeyState::Ctrl)) { if (buffer_.empty()) { keyEvent.filter(); return; } if (key.sym() == FcitxKey_Delete) { auto candidates = ic_->inputPanel().candidateList(); std::string wordToUnlearn( candidates->candidate(candidateSelected) .text() .toStringForCommit()); // TODO try unique_ptr if (wordToUnlearn.empty()) { keyEvent.filter(); return; } #ifdef DEBUG_MODE VARNAM_INFO() << "unlearn word:" << wordToUnlearn; #endif std::thread unlearnThread(varnam_unlearn_word, engine_->getVarnamHandle(), std::move(wordToUnlearn)); unlearnThread.detach(); reset(); updateUI(); keyEvent.filterAndAccept(); return; } keyEvent.filter(); return; } if (key.checkKeyList(engine_->getConfig()->nextCandidate.value())) { if (buffer_.empty()) { keyEvent.filter(); return; } updateLookupTable(NEXT_CANDIDATE); keyEvent.filterAndAccept(); return; } if (key.checkKeyList(engine_->getConfig()->prevCandidate.value())) { if (buffer_.empty()) { keyEvent.filter(); return; } updateLookupTable(PREV_CANDIDATE); keyEvent.filterAndAccept(); return; } if (key.checkKeyList(engine_->getConfig()->nextPage.value())) { if (buffer_.empty()) { keyEvent.filter(); return; } updateLookupTable(NEXT_PAGE); keyEvent.filterAndAccept(); return; } if (key.checkKeyList(engine_->getConfig()->prevPage.value())) { if (buffer_.empty()) { keyEvent.filter(); return; } updateLookupTable(PREV_PAGE); keyEvent.filterAndAccept(); return; } auto iterator = buffer_.begin(); iterator += cursor; switch (key.sym()) { case FcitxKey_Escape: case FcitxKey_space: case FcitxKey_Tab: case FcitxKey_Return: if (buffer_.empty()) { keyEvent.filter(); return; } commitText(key.sym()); updateUI(); keyEvent.filterAndAccept(); return; case FcitxKey_Left: if (preedit_.empty()) { keyEvent.filter(); return; } if (cursor > 0) { --cursor; } updatePreeditCursor(); keyEvent.filterAndAccept(); return; case FcitxKey_Right: if (preedit_.empty()) { keyEvent.filter(); return; } if (cursor < (buffer_.size())) { ++cursor; } updatePreeditCursor(); keyEvent.filterAndAccept(); return; case FcitxKey_Up: case FcitxKey_Down: keyEvent.filter(); return; case FcitxKey_BackSpace: if (buffer_.empty()) { keyEvent.filter(); return; } if (cursor > 0) { buffer_.erase(--iterator); --cursor; } getVarnamResult(); updateUI(); keyEvent.filterAndAccept(); return; case FcitxKey_Delete: if (buffer_.empty()) { keyEvent.filter(); return; } if (cursor < buffer_.size()) { buffer_.erase(iterator); } getVarnamResult(); updateUI(); keyEvent.filterAndAccept(); return; case FcitxKey_Home: if (buffer_.empty()) { keyEvent.filter(); return; } cursor = 0; updatePreeditCursor(); keyEvent.filterAndAccept(); return; case FcitxKey_End: if (buffer_.empty()) { keyEvent.filter(); return; } cursor = preedit_.textLength(); updatePreeditCursor(); keyEvent.filterAndAccept(); return; default: break; } if (key.isDigit()) { lastTypedCharIsDigit = true; } else { lastTypedCharIsDigit = false; } if (isWordBreak(keyEvent.key().sym())) { commitText(keyEvent.key().sym()); updateUI(); keyEvent.filterAndAccept(); return; } if (key.sym() > 0x80) { keyEvent.filter(); return; } unsigned char input = *(keyEvent.key().toString(KeyStringFormat::Localized).c_str()); #ifdef DEBUG_MODE VARNAM_INFO() << "cursor at:" << cursor; #endif if (cursor >= buffer_.size()) { buffer_.push_back(input); cursor = buffer_.size(); } else { buffer_.insert(iterator, input); ++cursor; } if (result_) { varray_clear(result_); } else { result_ = varray_init(); } getVarnamResult(); updateUI(); keyEvent.filterAndAccept(); } void VarnamState::setLookupTable() { if (!result_) { return; } auto candidates = std::make_unique(engine_, ic_); candidates->setSelectionKey(selectionKeys); candidates->setCursorPositionAfterPaging( CursorPositionAfterPaging::ResetToFirst); candidates->setPageSize(engine_->getConfig()->pageSize.value()); int count = varray_length(result_); char preeditAppended = 0; for (int i = 0; i < count; i++) { if ((candidates->pageSize() == 10) && ((i + (preeditAppended ? (1 + preeditAppended) : 1)) % 10 == 0)) { // TODO ;} candidates->append(engine_, preedit_.toString().c_str(), i); ++preeditAppended; } vword *word = static_cast(varray_get(result_, i)); candidates->append(engine_, word->text, preeditAppended ? i + 1 : i); } if (!preeditAppended) { candidates->append( engine_, preedit_.toString().c_str(), ++count); } if (count) { candidates->setGlobalCursorIndex(0); ic_->inputPanel().setCandidateList(std::move(candidates)); } } void VarnamState::updateLookupTable(const PageAction &action) { auto candidates = ic_->inputPanel().candidateList(); if (candidates == nullptr) { return; } if (candidates->empty()) { return; } switch (action) { case PREV_PAGE: candidates->toPageable()->prev(); break; case NEXT_PAGE: candidates->toPageable()->next(); break; case PREV_CANDIDATE: candidates->toCursorMovable()->prevCandidate(); break; case NEXT_CANDIDATE: candidates->toCursorMovable()->nextCandidate(); break; } } void VarnamState::selectCandidate(int index) { auto candidateList_ = ic_->inputPanel().candidateList(); #ifdef DEBUG_MODE VARNAM_INFO() << "select candidate at :" << index; #endif if (!candidateList_ || candidateList_->size() <= index) { return; } if (index == 9) { candidateSelected = 0; } else { if (candidateList_->size() <= index) { return; } candidateSelected = index; } } void VarnamState::commitText(const FcitxKeySym &key) { auto candidates = ic_->inputPanel().candidateList(); std::string stringToCommit; if (key == FcitxKey_Escape || key == FcitxKey_0 || candidates == nullptr || candidates->size() <= 1 || result_ == nullptr || varray_is_empty(result_) || lastTypedCharIsDigit) { stringToCommit.assign(preedit_.toStringForCommit()); candidateSelected = 0; } else if ((candidates->cursorIndex() <= 0) && !candidateSelected) { vword *first_result = static_cast(varray_get(result_, 0)); if (first_result != nullptr) { stringToCommit.assign(first_result->text); candidateSelected = 1; } } else { stringToCommit.assign( candidates->candidate(candidateSelected).text().toStringForCommit()); } if (isWordBreak(key)) { stringToCommit = stringutils::concat(stringToCommit, getWordBreakChar(key)); } #ifdef DEBUG_MODE VARNAM_INFO() << "string to commit:" << stringToCommit << " " << getWordBreakChar(key); #endif ic_->commitString(stringToCommit); if (stringToCommit.empty() || lastTypedCharIsDigit || ic_->capabilityFlags().test(CapabilityFlag::PasswordOrSensitive) || !engine_->getConfig()->shouldLearnWords.value() || !candidateSelected) { reset(); return; } #ifdef DEBUG_MODE VARNAM_INFO() << "learn word:" << stringToCommit; #endif std::string wordToLearn(stringToCommit); // [TODO] try unique_ptr std::thread learnThread(varnam_learn_word, engine_->getVarnamHandle(), std::move(wordToLearn), 0); learnThread.detach(); reset(); } void VarnamState::updateUI() { ic_->inputPanel().reset(); if (buffer_.empty()) { ic_->updatePreedit(); ic_->updateUserInterface(UserInterfaceComponent::InputPanel); return; } if (result_ == nullptr) { return; } if (varray_length(result_) == 0x00) { return; } preedit_.clear(); preedit_.append(bufferToString(), TextFormatFlag::HighLight); if (cursor > preedit_.textLength()) { cursor = preedit_.textLength(); } preedit_.setCursor(cursor); if (ic_->capabilityFlags().test(CapabilityFlag::Preedit)) { ic_->inputPanel().setClientPreedit(preedit_); } else { ic_->inputPanel().setPreedit(preedit_); } ic_->updatePreedit(); setLookupTable(); ic_->updateUserInterface(UserInterfaceComponent::InputPanel); } void VarnamState::reset() { cursor = std::numeric_limits::max(); candidateSelected = 0; lastTypedCharIsDigit = false; buffer_.clear(); preedit_.clear(); if (result_) { varray_clear(result_); } } } // namespace fcitxvarnam-fcitx5-0.0.2/src/varnam_state.h000066400000000000000000000025101464651755500176410ustar00rootroot00000000000000#ifndef _FCITX5_VARNAM_STATE_H #define _FCITX5_VARNAM_STATE_H #include "varnam_candidate.h" #include #include extern "C" { #include } namespace fcitx { class VarnamEngine; class VarnamState : public InputContextProperty { private: // Private Variables unsigned int cursor; char candidateSelected; bool lastTypedCharIsDigit; InputContext *ic_; VarnamEngine *engine_; Text preedit_; std::vector buffer_; varray *result_; // Private Methods // convert buffer to std::string std::string bufferToString(); // generate Varnam Result bool getVarnamResult(); // update Preedit Cursor Position void updatePreeditCursor(); public: VarnamState(VarnamEngine *, InputContext &); ~VarnamState(); // Handle KeyEvents void processKeyEvent(KeyEvent &); // Commit Selected Candidate to text void commitText(const FcitxKeySym &key = FcitxKey_None); // Generate Candidate List/Lookup tables void setLookupTable(); // Update Lookup table entries void updateLookupTable(const PageAction &); // Select Candidate from Candidate List/Lookup Table void selectCandidate(int); // Update Input panel void updateUI(); // Reset context properties void reset(); }; } // namespace fcitx #endif // end of _FCITX5_VARNAM_STATE_Hvarnam-fcitx5-0.0.2/src/varnam_utils.cpp000066400000000000000000000043421464651755500202210ustar00rootroot00000000000000#include "varnam_utils.h" extern "C" { #include } namespace fcitx { const ::fcitx ::LogCategory &VARNAM() { static const ::fcitx ::LogCategory category("varnam"); return category; } bool isWordBreak(FcitxKeySym keyVal, bool inscriptMode) { switch (keyVal) { case FcitxKey_space: case FcitxKey_comma: case FcitxKey_period: case FcitxKey_question: case FcitxKey_exclam: case FcitxKey_parenleft: case FcitxKey_parenright: return true; default: break; } if (!inscriptMode) { switch (keyVal) { case FcitxKey_semicolon: case FcitxKey_apostrophe: case FcitxKey_quotedbl: return true; default: break; } } return false; } const std::string getWordBreakChar(FcitxKeySym keyVal, bool inscriptMode) { switch (keyVal) { case FcitxKey_space: return " "; case FcitxKey_comma: return ","; case FcitxKey_period: return "."; case FcitxKey_question: return "?"; case FcitxKey_exclam: return "!"; case FcitxKey_parenleft: return "("; case FcitxKey_parenright: return ")"; default: break; } if (!inscriptMode) { switch (keyVal) { case FcitxKey_semicolon: return ";"; case FcitxKey_apostrophe: return "'"; case FcitxKey_quotedbl: return "\""; default: break; } } return ""; } int getNumOfUTFCharUnits(char32_t code_point) { if (code_point <= 0x7F) { return 1; } else if (code_point <= 0x7FF) { return 2; } else if (code_point <= 0xFFFF) { return 3; } else if (code_point <= 0x10FFFF) { return 4; } else { // Invalid Unicode code point return 0; } } void varnam_learn_word(int varnam_handle_id, const std::string &word_, int weight) { char *word = const_cast(word_.c_str()); int rv = varnam_learn(varnam_handle_id, word, weight); if (rv != VARNAM_SUCCESS) { VARNAM_WARN() << "Failed to learn word:" << word; } } void varnam_unlearn_word(int varnam_handle_id, const std::string &word_) { char *word = const_cast(word_.c_str()); int rv = varnam_unlearn(varnam_handle_id, word); if (rv != VARNAM_SUCCESS) { VARNAM_WARN() << "Failed to unlearn word:" << word; } } } // namespace fcitxvarnam-fcitx5-0.0.2/src/varnam_utils.h000066400000000000000000000040451464651755500176660ustar00rootroot00000000000000#ifndef _FCITX_VARNAM_UTILS_H_ #define _FCITX_VARNAM_UTILS_H_ #include #include #include namespace fcitx { typedef struct varnam_word_t { const char *text; int confidence; } vword; enum PageAction { PREV_PAGE, NEXT_PAGE, PREV_CANDIDATE, NEXT_CANDIDATE }; // LOGGERS const ::fcitx ::LogCategory &VARNAM(); #define VARNAM_INFO() FCITX_LOGC(VARNAM, Info) #define VARNAM_WARN() FCITX_LOGC(VARNAM, Warn) const static char INSCRIPT[] = "inscript"; static KeyList selectionKeys = { Key{FcitxKey_1}, Key{FcitxKey_2}, Key{FcitxKey_3}, Key{FcitxKey_4}, Key{FcitxKey_5}, Key{FcitxKey_6}, Key{FcitxKey_7}, Key{FcitxKey_8}, Key{FcitxKey_9}, Key{FcitxKey_0}, }; static KeyList keyListToFilter = { Key{FcitxKey_Shift_L}, Key{FcitxKey_Shift_R}, Key{FcitxKey_Control_L}, Key{FcitxKey_Control_R}, Key{FcitxKey_Alt_L}, Key{FcitxKey_Alt_R}, Key{FcitxKey_Super_L}, Key{FcitxKey_Super_R}}; // check if the input is a word break character bool isWordBreak(FcitxKeySym keyVal, bool inscriptMode = false); // get the word break character const std::string getWordBreakChar(FcitxKeySym keyVal, bool inscriptMode = false); // get the number of unicode character units in a code point int getNumOfUTFCharUnits(char32_t code_point); // varnam learn function, to run on a separate thread void varnam_learn_word(int varnam_handle_id, const std::string &word_, int weight); // varnam unlearn function, to run on a separate thread void varnam_unlearn_word(int varnam_handle_id, const std::string &word_); // check the current key and states against a key list and return the index template int keyListIndexWithState(const fcitx::Key key, const Container &c, const fcitx::KeyStates states) { size_t idx = 0; for (const fcitx::Key &toCheck : c) { if (key.check(toCheck.sym(), states)) { break; } idx++; } if (idx == c.size()) { return -1; } return idx; } } // namespace fcitx #endifvarnam-fcitx5-0.0.2/src/varnamfcitx-addon.conf.in000066400000000000000000000002541464651755500216700ustar00rootroot00000000000000[Addon] Name=Varnam Comment=Varnam Engine for Fcitx5 Category=InputMethod Version=@PROJECT_VERSION@ Library=libvarnamfcitx Type=SharedLibrary Configurable=True Enabled=Truevarnam-fcitx5-0.0.2/src/varnamfcitx.conf000066400000000000000000000004051464651755500201760ustar00rootroot00000000000000[InputMethod] # Translatable name of the input method Name=Varnam # Icon name Icon=varnam # A short label that present the name of input method Label=Varnam # Match addon name Addon=varnamfcitx # Whether this input method support customization Configurable=True