From 829c048cb845e94d0b800c85af32dfbf0f57bc1b Mon Sep 17 00:00:00 2001 From: Konrad Rosenbaum Date: Tue, 17 Jan 2017 09:47:45 +0100 Subject: [PATCH 1/1] first draft --- .gitignore | 9 + COPYING | 676 +++++++++++++++++++++++++++++++++++++++++++ George_Melies.txt | 3 + George_Melies_100.jpg | Bin 0 -> 7172 bytes George_Melies_500.jpg | Bin 0 -> 46535 bytes README | 25 ++ controller/controller.h | 67 +++++ controller/controller.pro | 26 ++ controller/eventfilter.cpp | 31 ++ controller/eventfilter.h | 22 ++ examples/minimal/xx.cpp | 14 + examples/minimal/xx.pro | 7 + styleplugin/matte.cpp | 23 ++ styleplugin/matte.h | 31 ++ styleplugin/matte.json | 3 + styleplugin/styleplugin.pro | 29 ++ 16 files changed, 966 insertions(+), 0 deletions(-) create mode 100644 .gitignore create mode 100644 COPYING create mode 100644 George_Melies.txt create mode 100644 George_Melies_100.jpg create mode 100644 George_Melies_500.jpg create mode 100644 README create mode 100644 controller/controller.h create mode 100644 controller/controller.pro create mode 100644 controller/eventfilter.cpp create mode 100644 controller/eventfilter.h create mode 100644 examples/minimal/xx.cpp create mode 100644 examples/minimal/xx.pro create mode 100644 styleplugin/matte.cpp create mode 100644 styleplugin/matte.h create mode 100644 styleplugin/matte.json create mode 100644 styleplugin/styleplugin.pro diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..20d8578 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +Makefile* +*.o +*.obj +*.so +*.so.* +*.prl +*.debug +.ctmp +.qmake* diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..4432540 --- /dev/null +++ b/COPYING @@ -0,0 +1,676 @@ + + 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 +. + diff --git a/George_Melies.txt b/George_Melies.txt new file mode 100644 index 0000000..0b8b422 --- /dev/null +++ b/George_Melies.txt @@ -0,0 +1,3 @@ +Photo of George Melies:
+Source: by Maëlann LE GAL - Libération.fr,
+Public Domain, WikiMedia diff --git a/George_Melies_100.jpg b/George_Melies_100.jpg new file mode 100644 index 0000000000000000000000000000000000000000..8d3ab524c34f3b2ac6a8bf0568f4bde082a1c478 GIT binary patch literal 7172 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 +// protected under the GNU GPL version 3 or at your option any newer. +// See COPYING file that comes with this distribution. +// + + +#include + +#ifndef GMCTRL_EXPORT +#define GMCTRL_EXPORT Q_DECL_IMPORT +#else +#define GM_NO_LOADER_INLINE 1 +#endif + +/// Use this to initialize the Melies controller if you link directly. +extern "C" +void GMCTRL_EXPORT Melies_initialize(); + +#ifndef GM_NO_LOADER_INLINE +#include +#include +#include +#include + +/// Use this to dynamically load the Melies controller. +inline void loadMeliesController() +{ + void(*init)()=nullptr; + // try: MELIES_DIR, Qt base/melies, Qt bin + lib, check whether this is an example, system dirs, app dir + QString sdir; +#ifdef GM_EXAMPLES + sdir=QCoreApplication::applicationDirPath()+"/../.."; +#else + sdir=qgetenv("MELIES_DIR"); +#endif + if(!sdir.isEmpty()) + init=QLibrary::resolve(sdir+"/celluloid","Melies_initialize"); + if(init==nullptr){ + sdir=QLibraryInfo::location(QLibraryInfo::PrefixPath); + init=QLibrary::resolve(sdir+"/melies/celluloid","Melies_initialize"); + } + if(init==nullptr){ + sdir=QLibraryInfo::location(QLibraryInfo::LibrariesPath); + init=QLibrary::resolve(sdir+"/celluloid","Melies_initialize"); + } + if(init==nullptr){ + sdir=QLibraryInfo::location(QLibraryInfo::BinariesPath); + init=QLibrary::resolve(sdir+"/celluloid","Melies_initialize"); + } + if(init==nullptr)init=QLibrary::resolve("celluloid","Melies_initialize"); + if(init==nullptr){ + sdir=QCoreApplication::applicationDirPath(); + init=QLibrary::resolve(sdir+"/celluloid","Melies_initialize"); + } + if(init!=nullptr)init(); + else qDebug()<<"Unable to load celluloid."; + +} + +#endif + +#ifdef GM_NO_LOADER_INLINE +#undef GM_NO_LOADER_INLINE +#endif +#ifdef GMCTRL_EXPORT +#undef GMCTRL_EXPORT +#endif diff --git a/controller/controller.pro b/controller/controller.pro new file mode 100644 index 0000000..5cbdf95 --- /dev/null +++ b/controller/controller.pro @@ -0,0 +1,26 @@ +TEMPLATE = lib +TARGET = celluloid +VERSION = +DESTDIR = $$PWD/.. + +QT += widgets network + +#hide classes that are not explicitly exported +# this is default on Windows, we have it here to have all systems behave the same way +CONFIG += hide_symbols +#use PRL files (link info) +CONFIG += create_prl link_prl +#put debug symbols in separate file (on linux) +CONFIG += separate_debug_info +#enable C++-11 features +CONFIG += c++11 + +#compilation output: +OBJECTS_DIR = .ctmp +MOC_DIR = .ctmp +RCC_DIR = .ctmp + +DEFINES += GMCTRL_EXPORT=Q_DECL_EXPORT + +SOURCES += eventfilter.cpp +HEADERS += eventfilter.h diff --git a/controller/eventfilter.cpp b/controller/eventfilter.cpp new file mode 100644 index 0000000..1018dd2 --- /dev/null +++ b/controller/eventfilter.cpp @@ -0,0 +1,31 @@ +// Copyright (C) 2017 by Konrad Rosenbaum +// protected under the GNU GPL version 3 or at your option any newer. +// See COPYING file that comes with this distribution. +// + +#include "eventfilter.h" +#include "controller.h" + +#include +#include + +GmEventFilter::GmEventFilter(){} + +bool GmEventFilter::eventFilter(QObject* obj, QEvent* event) +{ + qDebug()<<"Seeing"<<(int)event->type(); + return QObject::eventFilter(obj,event); +} + +void Melies_initialize() +{ + static QCoreApplication*lastapp=nullptr; + static GmEventFilter*filter=nullptr; + if( qApp == nullptr || qApp == lastapp)return; + if(filter == nullptr)filter=new GmEventFilter; + lastapp=qApp; + qApp->installEventFilter(filter); + qDebug()<<"Hello World!"; +} + +Q_COREAPP_STARTUP_FUNCTION(Melies_initialize); diff --git a/controller/eventfilter.h b/controller/eventfilter.h new file mode 100644 index 0000000..ee663f8 --- /dev/null +++ b/controller/eventfilter.h @@ -0,0 +1,22 @@ +// Copyright (C) 2017 by Konrad Rosenbaum +// protected under the GNU GPL version 3 or at your option any newer. +// See COPYING file that comes with this distribution. +// + + +#ifndef MELIES_CONTROLLER_EVENTFILTER_H +#define MELIES_CONTROLLER_EVENTFILTER_H + +#include + + +class GMCTRL_EXPORT GmEventFilter:public QObject +{ + Q_OBJECT +public: + GmEventFilter(); + + bool eventFilter(QObject *obj, QEvent *event); +}; + +#endif diff --git a/examples/minimal/xx.cpp b/examples/minimal/xx.cpp new file mode 100644 index 0000000..b049cb1 --- /dev/null +++ b/examples/minimal/xx.cpp @@ -0,0 +1,14 @@ +#include +#include +#include +#include + +int main(int ac,char**av) +{ + QApplication a(ac,av); + qDebug()< +// protected under the GNU GPL version 3 or at your option any newer. +// See COPYING file that comes with this distribution. +// + +#include "matte.h" +#include +#include "../controller/controller.h" + +QStringList MatteStylePlugin::keys()const{return QStringList()<<"Matte";} + +QStyle* MatteStylePlugin::create(const QString& key) +{ + if(key.toLower()=="matte")return new MatteStyle; + return nullptr; +} + +MatteStyle::MatteStyle() + :QProxyStyle(QString::fromLatin1(qgetenv("MELIES_STYLE"))) +{ + loadMeliesController(); + qDebug()<<"New Matte Style"; +} diff --git a/styleplugin/matte.h b/styleplugin/matte.h new file mode 100644 index 0000000..33d0848 --- /dev/null +++ b/styleplugin/matte.h @@ -0,0 +1,31 @@ +// Copyright (C) 2017 by Konrad Rosenbaum +// protected under the GNU GPL version 3 or at your option any newer. +// See COPYING file that comes with this distribution. +// + +#ifndef MELIES_STYLE_MATTE_H +#define MELIES_STYLE_MATTE_H + +#include +#include + +class Q_DECL_EXPORT MatteStylePlugin : public QStylePlugin +{ + Q_OBJECT + Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QStyleFactoryInterface" FILE "matte.json") + +public: + MatteStylePlugin() {} + + QStringList keys() const; + QStyle *create(const QString &key) Q_DECL_OVERRIDE; +}; + +class Q_DECL_EXPORT MatteStyle : public QProxyStyle +{ + Q_OBJECT +public: + MatteStyle(); +}; + +#endif diff --git a/styleplugin/matte.json b/styleplugin/matte.json new file mode 100644 index 0000000..f99c926 --- /dev/null +++ b/styleplugin/matte.json @@ -0,0 +1,3 @@ +{ + "Keys": [ "Matte" ] +} diff --git a/styleplugin/styleplugin.pro b/styleplugin/styleplugin.pro new file mode 100644 index 0000000..bcbbeac --- /dev/null +++ b/styleplugin/styleplugin.pro @@ -0,0 +1,29 @@ +TEMPLATE = lib +CONFIG += plugin +TARGET = matte +VERSION = +DESTDIR = $$PWD/.. + +QT += widgets + +#hide classes that are not explicitly exported +# this is default on Windows, we have it here to have all systems behave the same way +CONFIG += hide_symbols +#use PRL files (link info) +CONFIG += create_prl link_prl +#put debug symbols in separate file (on linux) +CONFIG += separate_debug_info +#enable C++-11 features +CONFIG += c++11 + +#compilation output: +OBJECTS_DIR = .ctmp +MOC_DIR = .ctmp +RCC_DIR = .ctmp + +#LIBS += -L.. -lcelluloid + +#QMAKE_RPATHDIR = \$ORIGIN:\\\$$ORIGIN/../../melies + +SOURCES += matte.cpp +HEADERS += matte.h -- 1.7.2.5