diff --git a/.krazy b/.krazy index 99691f91..434064be 100644 --- a/.krazy +++ b/.krazy @@ -1,7 +1,7 @@ CHECKSETS qt5,c++ #KDAB-specific checks -EXTRA kdabcopyright +EXTRA kdabcopyright-reuse #additional checks #EXTRA defines,null diff --git a/CMakeLists.txt b/CMakeLists.txt index f3e3dd59..7bd27330 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,14 @@ -# This is the top-level CMakeLists.txt file for the KDDockWidgets project. # +# This file is part of KDDockWidgets. +# +# SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company +# Author: Sergio Martins +# +# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only +# +# Contact KDAB at for commercial licensing options. +# + # Pass the following variables to cmake to control the build: # # -DKDDockWidgets_TESTS=[true|false] @@ -110,7 +119,8 @@ ecm_generate_pri_file(BASE_NAME KDDockWidgets ) install(FILES ${pri_filename} DESTINATION ${ECM_MKSPECS_INSTALL_DIR}) -install(FILES LICENSE.GPL.txt LICENSE.txt README.md DESTINATION ${INSTALL_DOC_DIR}) +install(FILES LICENSE.txt README.md DESTINATION ${INSTALL_DOC_DIR}) +install(DIRECTORY LICENSES DESTINATION ${INSTALL_DOC_DIR}) add_subdirectory(src) if(OPTION_BUILD_PYTHON_BINDINGS) diff --git a/LICENSE.txt b/LICENSE.txt index 7ec21a8e..5aaee012 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,2 +1,7 @@ -This software is provided as GPLv2 (read LICENSE.GPL.txt), or, alternatively, -contact KDAB at if you need different licensing. +KDDockWidgets is (C) 2018-2020, Klarälvdalens Datakonsult AB, and is licensed +according to the terms of the: + GNU General Public License version 2.0 (see LICENSES/GPL-2.0-only.txt) +or the + GNU General Public License version 3.0 (see LICENSES/GPL-3.0-only.txt). + +Contact KDAB at to inquire about commercial licensing. diff --git a/LICENSES/GPL-2.0-only.txt b/LICENSES/GPL-2.0-only.txt new file mode 100644 index 00000000..0f3d6411 --- /dev/null +++ b/LICENSES/GPL-2.0-only.txt @@ -0,0 +1,319 @@ +GNU GENERAL PUBLIC LICENSE + +Version 2, June 1991 + +Copyright (C) 1989, 1991 Free Software Foundation, Inc. + +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +Preamble + +The licenses for most software are designed to take away your freedom to share +and change it. By contrast, the GNU General Public License is intended to +guarantee your freedom to share and change free software--to make sure the +software is free for all its users. This General Public License applies to +most of the Free Software Foundation's software and to any other program whose +authors commit to using it. (Some other Free Software Foundation software +is covered by the GNU Lesser General Public License instead.) You can apply +it to your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our +General Public Licenses are designed to make sure that you have the freedom +to distribute copies of free software (and charge for this service if you +wish), that you receive source code or can get it if you want it, that you +can change the software or use pieces of it in new free programs; and that +you know you can do these things. + +To protect your rights, we need to make restrictions that forbid anyone to +deny you these rights or to ask you to surrender the rights. These restrictions +translate to certain responsibilities for you if you distribute copies of +the software, or if you modify it. + +For example, if you distribute copies of such a program, whether gratis or +for a fee, you must give the recipients all the rights that you have. You +must make sure that they, too, receive or can get the source code. And you +must show them these terms so they know their rights. + +We protect your rights with two steps: (1) copyright the software, and (2) +offer you this license which gives you legal permission to copy, distribute +and/or modify the software. + +Also, for each author's protection and ours, we want to make certain that +everyone understands that there is no warranty for this free software. If +the software is modified by someone else and passed on, we want its recipients +to know that what they have is not the original, so that any problems introduced +by others will not reflect on the original authors' reputations. + +Finally, any free program is threatened constantly by software patents. We +wish to avoid the danger that redistributors of a free program will individually +obtain patent licenses, in effect making the program proprietary. To prevent +this, we have made it clear that any patent must be licensed for everyone's +free use or not licensed at all. + +The precise terms and conditions for copying, distribution and modification +follow. + +TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + +0. This License applies to any program or other work which contains a notice +placed by the copyright holder saying it may be distributed under the terms +of this General Public License. The "Program", below, refers to any such program +or work, and a "work based on the Program" means either the Program or any +derivative work under copyright law: that is to say, a work containing the +Program or a portion of it, either verbatim or with modifications and/or translated +into another language. (Hereinafter, translation is included without limitation +in the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not covered +by this License; they are outside its scope. The act of running the Program +is not restricted, and the output from the Program is covered only if its +contents constitute a work based on the Program (independent of having been +made by running the Program). Whether that is true depends on what the Program +does. + +1. You may copy and distribute verbatim copies of the Program's source code +as you receive it, in any medium, provided that you conspicuously and appropriately +publish on each copy an appropriate copyright notice and disclaimer of warranty; +keep intact all the notices that refer to this License and to the absence +of any warranty; and give any other recipients of the Program a copy of this +License along with the Program. + +You may charge a fee for the physical act of transferring a copy, and you +may at your option offer warranty protection in exchange for a fee. + +2. You may modify your copy or copies of the Program or any portion of it, +thus forming a work based on the Program, and copy and distribute such modifications +or work under the terms of Section 1 above, provided that you also meet all +of these conditions: + +a) You must cause the modified files to carry prominent notices stating that +you changed the files and the date of any change. + +b) You must cause any work that you distribute or publish, that in whole or +in part contains or is derived from the Program or any part thereof, to be +licensed as a whole at no charge to all third parties under the terms of this +License. + +c) If the modified program normally reads commands interactively when run, +you must cause it, when started running for such interactive use in the most +ordinary way, to print or display an announcement including an appropriate +copyright notice and a notice that there is no warranty (or else, saying that +you provide a warranty) and that users may redistribute the program under +these conditions, and telling the user how to view a copy of this License. +(Exception: if the Program itself is interactive but does not normally print +such an announcement, your work based on the Program is not required to print +an announcement.) + +These requirements apply to the modified work as a whole. If identifiable +sections of that work are not derived from the Program, and can be reasonably +considered independent and separate works in themselves, then this License, +and its terms, do not apply to those sections when you distribute them as +separate works. But when you distribute the same sections as part of a whole +which is a work based on the Program, the distribution of the whole must be +on the terms of this License, whose permissions for other licensees extend +to the entire whole, and thus to each and every part regardless of who wrote +it. + +Thus, it is not the intent of this section to claim rights or contest your +rights to work written entirely by you; rather, the intent is to exercise +the right to control the distribution of derivative or collective works based +on the Program. + +In addition, mere aggregation of another work not based on the Program with +the Program (or with a work based on the Program) on a volume of a storage +or distribution medium does not bring the other work under the scope of this +License. + +3. You may copy and distribute the Program (or a work based on it, under Section +2) in object code or executable form under the terms of Sections 1 and 2 above +provided that you also do one of the following: + +a) Accompany it with the complete corresponding machine-readable source code, +which must be distributed under the terms of Sections 1 and 2 above on a medium +customarily used for software interchange; or, + +b) Accompany it with a written offer, valid for at least three years, to give +any third party, for a charge no more than your cost of physically performing +source distribution, a complete machine-readable copy of the corresponding +source code, to be distributed under the terms of Sections 1 and 2 above on +a medium customarily used for software interchange; or, + +c) Accompany it with the information you received as to the offer to distribute +corresponding source code. (This alternative is allowed only for noncommercial +distribution and only if you received the program in object code or executable +form with such an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for making +modifications to it. For an executable work, complete source code means all +the source code for all modules it contains, plus any associated interface +definition files, plus the scripts used to control compilation and installation +of the executable. However, as a special exception, the source code distributed +need not include anything that is normally distributed (in either source or +binary form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component itself +accompanies the executable. + +If distribution of executable or object code is made by offering access to +copy from a designated place, then offering equivalent access to copy the +source code from the same place counts as distribution of the source code, +even though third parties are not compelled to copy the source along with +the object code. + +4. You may not copy, modify, sublicense, or distribute the Program except +as expressly provided under this License. Any attempt otherwise to copy, modify, +sublicense or distribute the Program is void, and will automatically terminate +your rights under this License. However, parties who have received copies, +or rights, from you under this License will not have their licenses terminated +so long as such parties remain in full compliance. + +5. You are not required to accept this License, since you have not signed +it. However, nothing else grants you permission to modify or distribute the +Program or its derivative works. These actions are prohibited by law if you +do not accept this License. Therefore, by modifying or distributing the Program +(or any work based on the Program), you indicate your acceptance of this License +to do so, and all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + +6. Each time you redistribute the Program (or any work based on the Program), +the recipient automatically receives a license from the original licensor +to copy, distribute or modify the Program subject to these terms and conditions. +You may not impose any further restrictions on the recipients' exercise of +the rights granted herein. You are not responsible for enforcing compliance +by third parties to this License. + +7. If, as a consequence of a court judgment or allegation of patent infringement +or for any other reason (not limited to patent issues), conditions are imposed +on you (whether by court order, agreement or otherwise) that contradict the +conditions of this License, they do not excuse you from the conditions of +this License. If you cannot distribute so as to satisfy simultaneously your +obligations under this License and any other pertinent obligations, then as +a consequence you may not distribute the Program at all. For example, if a +patent license would not permit royalty-free redistribution of the Program +by all those who receive copies directly or indirectly through you, then the +only way you could satisfy both it and this License would be to refrain entirely +from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under any +particular circumstance, the balance of the section is intended to apply and +the section as a whole is intended to apply in other circumstances. + +It is not the purpose of this section to induce you to infringe any patents +or other property right claims or to contest validity of any such claims; +this section has the sole purpose of protecting the integrity of the free +software distribution system, which is implemented by public license practices. +Many people have made generous contributions to the wide range of software +distributed through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing to +distribute software through any other system and a licensee cannot impose +that choice. + +This section is intended to make thoroughly clear what is believed to be a +consequence of the rest of this License. + +8. If the distribution and/or use of the Program is restricted in certain +countries either by patents or by copyrighted interfaces, the original copyright +holder who places the Program under this License may add an explicit geographical +distribution limitation excluding those countries, so that distribution is +permitted only in or among countries not thus excluded. In such case, this +License incorporates the limitation as if written in the body of this License. + +9. The Free Software Foundation may publish revised and/or new versions of +the General Public License from time to time. Such new versions will be similar +in spirit to the present version, but may differ in detail to address new +problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies +a version number of this License which applies to it and "any later version", +you have the option of following the terms and conditions either of that version +or of any later version published by the Free Software Foundation. If the +Program does not specify a version number of this License, you may choose +any version ever published by the Free Software Foundation. + +10. If you wish to incorporate parts of the Program into other free programs +whose distribution conditions are different, write to the author to ask for +permission. For software which is copyrighted by the Free Software Foundation, +write to the Free Software Foundation; we sometimes make exceptions for this. +Our decision will be guided by the two goals of preserving the free status +of all derivatives of our free software and of promoting the sharing and reuse +of software generally. + + NO WARRANTY + +11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR +THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE +STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM +"AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, +BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS +FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE +OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME +THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + +12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE +OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA +OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES +OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH +HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. +END OF TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible +use to the public, the best way to achieve this is to make it free software +which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach +them to the start of each source file to most effectively convey the exclusion +of warranty; and each file should have at least the "copyright" line and a +pointer to where the full notice is found. + + + +Copyright (C)< yyyy> + +This program is free software; you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation; either version 2 of the License, or (at your option) any later +version. + +This program is distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along with +this program; if not, write to the Free Software Foundation, Inc., 51 Franklin +Street, Fifth Floor, Boston, MA 02110-1301, USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this when +it starts in an interactive mode: + +Gnomovision version 69, Copyright (C) year name of author Gnomovision comes +with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, +and you are welcome to redistribute it under certain conditions; type `show +c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may be +called something other than `show w' and `show c'; they could even be mouse-clicks +or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your school, +if any, to sign a "copyright disclaimer" for the program, if necessary. Here +is a sample; alter the names: + +Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' +(which makes passes at compilers) written by James Hacker. + +, 1 April 1989 Ty Coon, President of Vice This 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. diff --git a/LICENSES/GPL-3.0-only.txt b/LICENSES/GPL-3.0-only.txt new file mode 100644 index 00000000..e142a525 --- /dev/null +++ b/LICENSES/GPL-3.0-only.txt @@ -0,0 +1,625 @@ +GNU GENERAL PUBLIC LICENSE + +Version 3, 29 June 2007 + +Copyright © 2007 Free Software Foundation, Inc. + +Everyone is permitted to copy and distribute verbatim copies of this license +document, but changing it is not allowed. + +Preamble + +The GNU General Public License is a free, copyleft license for software and +other kinds of works. + +The licenses for most software and other practical works are designed to take +away your freedom to share and change the works. By contrast, the GNU General +Public License is intended to guarantee your freedom to share and change all +versions of a program--to make sure it remains free software for all its users. +We, the Free Software Foundation, use the GNU General Public License for most +of our software; it applies also to any other work released this way by its +authors. You can apply it to your programs, too. + +When we speak of free software, we are referring to freedom, not price. Our +General Public Licenses are designed to make sure that you have the freedom +to distribute copies of free software (and charge for them if you wish), that +you receive source code or can get it if you want it, that you can change +the software or use pieces of it in new free programs, and that you know you +can do these things. + +To protect your rights, we need to prevent others from denying you these rights +or asking you to surrender the rights. Therefore, you have certain responsibilities +if you distribute copies of the software, or if you modify it: responsibilities +to respect the freedom of others. + +For example, if you distribute copies of such a program, whether gratis or +for a fee, you must pass on to the recipients the same freedoms that you received. +You must make sure that they, too, receive or can get the source code. And +you must show them these terms so they know their rights. + +Developers that use the GNU GPL protect your rights with two steps: (1) assert +copyright on the software, and (2) offer you this License giving you legal +permission to copy, distribute and/or modify it. + +For the developers' and authors' protection, the GPL clearly explains that +there is no warranty for this free software. For both users' and authors' +sake, the GPL requires that modified versions be marked as changed, so that +their problems will not be attributed erroneously to authors of previous versions. + +Some devices are designed to deny users access to install or run modified +versions of the software inside them, although the manufacturer can do so. +This is fundamentally incompatible with the aim of protecting users' freedom +to change the software. The systematic pattern of such abuse occurs in the +area of products for individuals to use, which is precisely where it is most +unacceptable. Therefore, we have designed this version of the GPL to prohibit +the practice for those products. If such problems arise substantially in other +domains, we stand ready to extend this provision to those domains in future +versions of the GPL, as needed to protect the freedom of users. + +Finally, every program is threatened constantly by software patents. States +should not allow patents to restrict development and use of software on general-purpose +computers, but in those that do, we wish to avoid the special danger that +patents applied to a free program could make it effectively proprietary. To +prevent this, the GPL assures that patents cannot be used to render the program +non-free. + +The precise terms and conditions for copying, distribution and modification +follow. + +TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + +"Copyright" also means copyright-like laws that apply to other kinds of works, +such as semiconductor masks. + +"The Program" refers to any copyrightable work licensed under this License. +Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals +or organizations. + +To "modify" a work means to copy from or adapt all or part of the work in +a fashion requiring copyright permission, other than the making of an exact +copy. The resulting work is called a "modified version" of the earlier work +or a work "based on" the earlier work. + +A "covered work" means either the unmodified Program or a work based on the +Program. + +To "propagate" a work means to do anything with it that, without permission, +would make you directly or secondarily liable for infringement under applicable +copyright law, except executing it on a computer or modifying a private copy. +Propagation includes copying, distribution (with or without modification), +making available to the public, and in some countries other activities as +well. + +To "convey" a work means any kind of propagation that enables other parties +to make or receive copies. Mere interaction with a user through a computer +network, with no transfer of a copy, is not conveying. + +An interactive user interface displays "Appropriate Legal Notices" to the +extent that it includes a convenient and prominently visible feature that +(1) displays an appropriate copyright notice, and (2) tells the user that +there is no warranty for the work (except to the extent that warranties are +provided), that licensees may convey the work under this License, and how +to view a copy of this License. If the interface presents a list of user commands +or options, such as a menu, a prominent item in the list meets this criterion. + + 1. Source Code. + +The "source code" for a work means the preferred form of the work for making +modifications to it. "Object code" means any non-source form of a work. + +A "Standard Interface" means an interface that either is an official standard +defined by a recognized standards body, or, in the case of interfaces specified +for a particular programming language, one that is widely used among developers +working in that language. + +The "System Libraries" of an executable work include anything, other than +the work as a whole, that (a) is included in the normal form of packaging +a Major Component, but which is not part of that Major Component, and (b) +serves only to enable use of the work with that Major Component, or to implement +a Standard Interface for which an implementation is available to the public +in source code form. A "Major Component", in this context, means a major essential +component (kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to produce +the work, or an object code interpreter used to run it. + +The "Corresponding Source" for a work in object code form means all the source +code needed to generate, install, and (for an executable work) run the object +code and to modify the work, including scripts to control those activities. +However, it does not include the work's System Libraries, or general-purpose +tools or generally available free programs which are used unmodified in performing +those activities but which are not part of the work. For example, Corresponding +Source includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically linked +subprograms that the work is specifically designed to require, such as by +intimate data communication or control flow between those subprograms and +other parts of the work. + +The Corresponding Source need not include anything that users can regenerate +automatically from other parts of the Corresponding Source. + + The Corresponding Source for a work in source code form is that same work. + + 2. Basic Permissions. + +All rights granted under this License are granted for the term of copyright +on the Program, and are irrevocable provided the stated conditions are met. +This License explicitly affirms your unlimited permission to run the unmodified +Program. The output from running a covered work is covered by this License +only if the output, given its content, constitutes a covered work. This License +acknowledges your rights of fair use or other equivalent, as provided by copyright +law. + +You may make, run and propagate covered works that you do not convey, without +conditions so long as your license otherwise remains in force. You may convey +covered works to others for the sole purpose of having them make modifications +exclusively for you, or provide you with facilities for running those works, +provided that you comply with the terms of this License in conveying all material +for which you do not control copyright. Those thus making or running the covered +works for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of your copyrighted +material outside their relationship with you. + +Conveying under any other circumstances is permitted solely under the conditions +stated below. Sublicensing is not allowed; section 10 makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + +No covered work shall be deemed part of an effective technological measure +under any applicable law fulfilling obligations under article 11 of the WIPO +copyright treaty adopted on 20 December 1996, or similar laws prohibiting +or restricting circumvention of such measures. + +When you convey a covered work, you waive any legal power to forbid circumvention +of technological measures to the extent such circumvention is effected by +exercising rights under this License with respect to the covered work, and +you disclaim any intention to limit operation or modification of the work +as a means of enforcing, against the work's users, your or third parties' +legal rights to forbid circumvention of technological measures. + + 4. Conveying Verbatim Copies. + +You may convey verbatim copies of the Program's source code as you receive +it, in any medium, provided that you conspicuously and appropriately publish +on each copy an appropriate copyright notice; keep intact all notices stating +that this License and any non-permissive terms added in accord with section +7 apply to the code; keep intact all notices of the absence of any warranty; +and give all recipients a copy of this License along with the Program. + +You may charge any price or no price for each copy that you convey, and you +may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + +You may convey a work based on the Program, or the modifications to produce +it from the Program, in the form of source code under the terms of section +4, provided that you also meet all of these conditions: + +a) The work must carry prominent notices stating that you modified it, and +giving a relevant date. + +b) The work must carry prominent notices stating that it is released under +this License and any conditions added under section 7. This requirement modifies +the requirement in section 4 to "keep intact all notices". + +c) You must license the entire work, as a whole, under this License to anyone +who comes into possession of a copy. This License will therefore apply, along +with any applicable section 7 additional terms, to the whole of the work, +and all its parts, regardless of how they are packaged. This License gives +no permission to license the work in any other way, but it does not invalidate +such permission if you have separately received it. + +d) If the work has interactive user interfaces, each must display Appropriate +Legal Notices; however, if the Program has interactive interfaces that do +not display Appropriate Legal Notices, your work need not make them do so. + +A compilation of a covered work with other separate and independent works, +which are not by their nature extensions of the covered work, and which are +not combined with it such as to form a larger program, in or on a volume of +a storage or distribution medium, is called an "aggregate" if the compilation +and its resulting copyright are not used to limit the access or legal rights +of the compilation's users beyond what the individual works permit. Inclusion +of a covered work in an aggregate does not cause this License to apply to +the other parts of the aggregate. + + 6. Conveying Non-Source Forms. + +You may convey a covered work in object code form under the terms of sections +4 and 5, provided that you also convey the machine-readable Corresponding +Source under the terms of this License, in one of these ways: + +a) Convey the object code in, or embodied in, a physical product (including +a physical distribution medium), accompanied by the Corresponding Source fixed +on a durable physical medium customarily used for software interchange. + +b) Convey the object code in, or embodied in, a physical product (including +a physical distribution medium), accompanied by a written offer, valid for +at least three years and valid for as long as you offer spare parts or customer +support for that product model, to give anyone who possesses the object code +either (1) a copy of the Corresponding Source for all the software in the +product that is covered by this License, on a durable physical medium customarily +used for software interchange, for a price no more than your reasonable cost +of physically performing this conveying of source, or (2) access to copy the +Corresponding Source from a network server at no charge. + +c) Convey individual copies of the object code with a copy of the written +offer to provide the Corresponding Source. This alternative is allowed only +occasionally and noncommercially, and only if you received the object code +with such an offer, in accord with subsection 6b. + +d) Convey the object code by offering access from a designated place (gratis +or for a charge), and offer equivalent access to the Corresponding Source +in the same way through the same place at no further charge. You need not +require recipients to copy the Corresponding Source along with the object +code. If the place to copy the object code is a network server, the Corresponding +Source may be on a different server (operated by you or a third party) that +supports equivalent copying facilities, provided you maintain clear directions +next to the object code saying where to find the Corresponding Source. Regardless +of what server hosts the Corresponding Source, you remain obligated to ensure +that it is available for as long as needed to satisfy these requirements. + +e) Convey the object code using peer-to-peer transmission, provided you inform +other peers where the object code and Corresponding Source of the work are +being offered to the general public at no charge under subsection 6d. + +A separable portion of the object code, whose source code is excluded from +the Corresponding Source as a System Library, need not be included in conveying +the object code work. + +A "User Product" is either (1) a "consumer product", which means any tangible +personal property which is normally used for personal, family, or household +purposes, or (2) anything designed or sold for incorporation into a dwelling. +In determining whether a product is a consumer product, doubtful cases shall +be resolved in favor of coverage. For a particular product received by a particular +user, "normally used" refers to a typical or common use of that class of product, +regardless of the status of the particular user or of the way in which the +particular user actually uses, or expects or is expected to use, the product. +A product is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent the +only significant mode of use of the product. + +"Installation Information" for a User Product means any methods, procedures, +authorization keys, or other information required to install and execute modified +versions of a covered work in that User Product from a modified version of +its Corresponding Source. The information must suffice to ensure that the +continued functioning of the modified object code is in no case prevented +or interfered with solely because modification has been made. + +If you convey an object code work under this section in, or with, or specifically +for use in, a User Product, and the conveying occurs as part of a transaction +in which the right of possession and use of the User Product is transferred +to the recipient in perpetuity or for a fixed term (regardless of how the +transaction is characterized), the Corresponding Source conveyed under this +section must be accompanied by the Installation Information. But this requirement +does not apply if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has been installed +in ROM). + +The requirement to provide Installation Information does not include a requirement +to continue to provide support service, warranty, or updates for a work that +has been modified or installed by the recipient, or for the User Product in +which it has been modified or installed. Access to a network may be denied +when the modification itself materially and adversely affects the operation +of the network or violates the rules and protocols for communication across +the network. + +Corresponding Source conveyed, and Installation Information provided, in accord +with this section must be in a format that is publicly documented (and with +an implementation available to the public in source code form), and must require +no special password or key for unpacking, reading or copying. + + 7. Additional Terms. + +"Additional permissions" are terms that supplement the terms of this License +by making exceptions from one or more of its conditions. Additional permissions +that are applicable to the entire Program shall be treated as though they +were included in this License, to the extent that they are valid under applicable +law. If additional permissions apply only to part of the Program, that part +may be used separately under those permissions, but the entire Program remains +governed by this License without regard to the additional permissions. + +When you convey a copy of a covered work, you may at your option remove any +additional permissions from that copy, or from any part of it. (Additional +permissions may be written to require their own removal in certain cases when +you modify the work.) You may place additional permissions on material, added +by you to a covered work, for which you have or can give appropriate copyright +permission. + +Notwithstanding any other provision of this License, for material you add +to a covered work, you may (if authorized by the copyright holders of that +material) supplement the terms of this License with terms: + +a) Disclaiming warranty or limiting liability differently from the terms of +sections 15 and 16 of this License; or + +b) Requiring preservation of specified reasonable legal notices or author +attributions in that material or in the Appropriate Legal Notices displayed +by works containing it; or + +c) Prohibiting misrepresentation of the origin of that material, or requiring +that modified versions of such material be marked in reasonable ways as different +from the original version; or + +d) Limiting the use for publicity purposes of names of licensors or authors +of the material; or + +e) Declining to grant rights under trademark law for use of some trade names, +trademarks, or service marks; or + +f) Requiring indemnification of licensors and authors of that material by +anyone who conveys the material (or modified versions of it) with contractual +assumptions of liability to the recipient, for any liability that these contractual +assumptions directly impose on those licensors and authors. + +All other non-permissive additional terms are considered "further restrictions" +within the meaning of section 10. If the Program as you received it, or any +part of it, contains a notice stating that it is governed by this License +along with a term that is a further restriction, you may remove that term. +If a license document contains a further restriction but permits relicensing +or conveying under this License, you may add to a covered work material governed +by the terms of that license document, provided that the further restriction +does not survive such relicensing or conveying. + +If you add terms to a covered work in accord with this section, you must place, +in the relevant source files, a statement of the additional terms that apply +to those files, or a notice indicating where to find the applicable terms. + +Additional terms, permissive or non-permissive, may be stated in the form +of a separately written license, or stated as exceptions; the above requirements +apply either way. + + 8. Termination. + +You may not propagate or modify a covered work except as expressly provided +under this License. Any attempt otherwise to propagate or modify it is void, +and will automatically terminate your rights under this License (including +any patent licenses granted under the third paragraph of section 11). + +However, if you cease all violation of this License, then your license from +a particular copyright holder is reinstated (a) provisionally, unless and +until the copyright holder explicitly and finally terminates your license, +and (b) permanently, if the copyright holder fails to notify you of the violation +by some reasonable means prior to 60 days after the cessation. + +Moreover, your license from a particular copyright holder is reinstated permanently +if the copyright holder notifies you of the violation by some reasonable means, +this is the first time you have received notice of violation of this License +(for any work) from that copyright holder, and you cure the violation prior +to 30 days after your receipt of the notice. + +Termination of your rights under this section does not terminate the licenses +of parties who have received copies or rights from you under this License. +If your rights have been terminated and not permanently reinstated, you do +not qualify to receive new licenses for the same material under section 10. + + 9. Acceptance Not Required for Having Copies. + +You are not required to accept this License in order to receive or run a copy +of the Program. Ancillary propagation of a covered work occurring solely as +a consequence of using peer-to-peer transmission to receive a copy likewise +does not require acceptance. However, nothing other than this License grants +you permission to propagate or modify any covered work. These actions infringe +copyright if you do not accept this License. Therefore, by modifying or propagating +a covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + +Each time you convey a covered work, the recipient automatically receives +a license from the original licensors, to run, modify and propagate that work, +subject to this License. You are not responsible for enforcing compliance +by third parties with this License. + +An "entity transaction" is a transaction transferring control of an organization, +or substantially all assets of one, or subdividing an organization, or merging +organizations. If propagation of a covered work results from an entity transaction, +each party to that transaction who receives a copy of the work also receives +whatever licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the Corresponding +Source of the work from the predecessor in interest, if the predecessor has +it or can get it with reasonable efforts. + +You may not impose any further restrictions on the exercise of the rights +granted or affirmed under this License. For example, you may not impose a +license fee, royalty, or other charge for exercise of rights granted under +this License, and you may not initiate litigation (including a cross-claim +or counterclaim in a lawsuit) alleging that any patent claim is infringed +by making, using, selling, offering for sale, or importing the Program or +any portion of it. + + 11. Patents. + +A "contributor" is a copyright holder who authorizes use under this License +of the Program or a work on which the Program is based. The work thus licensed +is called the contributor's "contributor version". + +A contributor's "essential patent claims" are all patent claims owned or controlled +by the contributor, whether already acquired or hereafter acquired, that would +be infringed by some manner, permitted by this License, of making, using, +or selling its contributor version, but do not include claims that would be +infringed only as a consequence of further modification of the contributor +version. For purposes of this definition, "control" includes the right to +grant patent sublicenses in a manner consistent with the requirements of this +License. + +Each contributor grants you a non-exclusive, worldwide, royalty-free patent +license under the contributor's essential patent claims, to make, use, sell, +offer for sale, import and otherwise run, modify and propagate the contents +of its contributor version. + +In the following three paragraphs, a "patent license" is any express agreement +or commitment, however denominated, not to enforce a patent (such as an express +permission to practice a patent or covenant not to sue for patent infringement). +To "grant" such a patent license to a party means to make such an agreement +or commitment not to enforce a patent against the party. + +If you convey a covered work, knowingly relying on a patent license, and the +Corresponding Source of the work is not available for anyone to copy, free +of charge and under the terms of this License, through a publicly available +network server or other readily accessible means, then you must either (1) +cause the Corresponding Source to be so available, or (2) arrange to deprive +yourself of the benefit of the patent license for this particular work, or +(3) arrange, in a manner consistent with the requirements of this License, +to extend the patent license to downstream recipients. "Knowingly relying" +means you have actual knowledge that, but for the patent license, your conveying +the covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that country +that you have reason to believe are valid. + +If, pursuant to or in connection with a single transaction or arrangement, +you convey, or propagate by procuring conveyance of, a covered work, and grant +a patent license to some of the parties receiving the covered work authorizing +them to use, propagate, modify or convey a specific copy of the covered work, +then the patent license you grant is automatically extended to all recipients +of the covered work and works based on it. + +A patent license is "discriminatory" if it does not include within the scope +of its coverage, prohibits the exercise of, or is conditioned on the non-exercise +of one or more of the rights that are specifically granted under this License. +You may not convey a covered work if you are a party to an arrangement with +a third party that is in the business of distributing software, under which +you make payment to the third party based on the extent of your activity of +conveying the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory patent +license (a) in connection with copies of the covered work conveyed by you +(or copies made from those copies), or (b) primarily for and in connection +with specific products or compilations that contain the covered work, unless +you entered into that arrangement, or that patent license was granted, prior +to 28 March 2007. + +Nothing in this License shall be construed as excluding or limiting any implied +license or other defenses to infringement that may otherwise be available +to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + +If conditions are imposed on you (whether by court order, agreement or otherwise) +that contradict the conditions of this License, they do not excuse you from +the conditions of this License. If you cannot convey a covered work so as +to satisfy simultaneously your obligations under this License and any other +pertinent obligations, then as a consequence you may not convey it at all. +For example, if you agree to terms that obligate you to collect a royalty +for further conveying from those to whom you convey the Program, the only +way you could satisfy both those terms and this License would be to refrain +entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + +Notwithstanding any other provision of this License, you have permission to +link or combine any covered work with a work licensed under version 3 of the +GNU Affero General Public License into a single combined work, and to convey +the resulting work. The terms of this License will continue to apply to the +part which is the covered work, but the special requirements of the GNU Affero +General Public License, section 13, concerning interaction through a network +will apply to the combination as such. + + 14. Revised Versions of this License. + +The Free Software Foundation may publish revised and/or new versions of the +GNU General Public License from time to time. Such new versions will be similar +in spirit to the present version, but may differ in detail to address new +problems or concerns. + +Each version is given a distinguishing version number. If the Program specifies +that a certain numbered version of the GNU General Public License "or any +later version" applies to it, you have the option of following the terms and +conditions either of that numbered version or of any later version published +by the Free Software Foundation. If the Program does not specify a version +number of the GNU General Public License, you may choose any version ever +published by the Free Software Foundation. + +If the Program specifies that a proxy can decide which future versions of +the GNU General Public License can be used, that proxy's public statement +of acceptance of a version permanently authorizes you to choose that version +for the Program. + +Later license versions may give you additional or different permissions. However, +no additional obligations are imposed on any author or copyright holder as +a result of your choosing to follow a later version. + + 15. Disclaimer of Warranty. + +THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE +LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR +OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER +EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM +PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR +CORRECTION. + + 16. Limitation of Liability. + +IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL +ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM +AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, +INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO +USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED +INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE +PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER +PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + +If the disclaimer of warranty and limitation of liability provided above cannot +be given local legal effect according to their terms, reviewing courts shall +apply local law that most closely approximates an absolute waiver of all civil +liability in connection with the Program, unless a warranty or assumption +of liability accompanies a copy of the Program in return for a fee. END OF +TERMS AND CONDITIONS + +How to Apply These Terms to Your New Programs + +If you develop a new program, and you want it to be of the greatest possible +use to the public, the best way to achieve this is to make it free software +which everyone can redistribute and change under these terms. + +To do so, attach the following notices to the program. It is safest to attach +them to the start of each source file to most effectively state the exclusion +of warranty; and each file should have at least the "copyright" line and a +pointer to where the full notice is found. + + + +Copyright (C) + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +This program is distributed in the hope that it will be useful, but WITHOUT +ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along with +this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + +If the program does terminal interaction, make it output a short notice like +this when it starts in an interactive mode: + + Copyright (C) + +This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + +This is free software, and you are welcome to redistribute it under certain +conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands might +be different; for a GUI interface, you would use an "about box". + +You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. For +more information on this, and how to apply and follow the GNU GPL, see . + +The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General Public +License instead of this License. But first, please read . diff --git a/README.md b/README.md index 192ad3c0..4ce9723a 100644 --- a/README.md +++ b/README.md @@ -92,17 +92,16 @@ KDDockWidgets requires Qt >= 5.9 (or >=5.12 if Python bindings are enabled). Licensing ========= -KDDockWidgets is (C) 2018-2020, Klarälvdalens Datakonsult AB, and is available -under the terms of the GPLv2 (see LICENSE.GPL.txt). +KDDockWidgets is (C) 2018-2020, Klarälvdalens Datakonsult AB, and is licensed according to +the terms of the [GPL 2.0](LICENSES/GPL-2.0-only.txt) or [GPL 3.0](LICENSES/GPL-3.0-only.txt). -Contact KDAB at if you need different licensing options. +Contact KDAB at to inquire about commercial licensing. Get Involved ============ -KDAB will happily accept external contributions; however, **all** -contributions will require a signed Contributor License Agreement -(see docs/KDDockWidgets-CopyrightAssignmentForm.docx). +KDAB will happily accept external contributions; however, **all** contributions require a +signed [Copyright Assignment Agreement](docs/KDDockWidgets-CopyrightAssignmentForm.docx). Contact info@kdab.com for more information. diff --git a/cmake/Python/FindPySide2.cmake b/cmake/Python/FindPySide2.cmake index 55b64186..4da6c6e4 100644 --- a/cmake/Python/FindPySide2.cmake +++ b/cmake/Python/FindPySide2.cmake @@ -1,22 +1,13 @@ -### -# This file is part of KDDockWidgets. # -# Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com -# Author: Renato Araujo Oliveira Filho +# This file is part of KDDockWidgets. # -# This program is free software you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. +# SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company +# Author: Renato Araujo Oliveira Filho # -# 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. +# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only +# +# Contact KDAB at for commercial licensing options. # -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -## # PYSIDE_BASEDIR - Top of the PySide2 installation # PYSIDE_INCLUDE_DIR - Directories to include to use PySide2 diff --git a/cmake/Python/FindShiboken2.cmake b/cmake/Python/FindShiboken2.cmake index 56fc6d51..d72f07e5 100644 --- a/cmake/Python/FindShiboken2.cmake +++ b/cmake/Python/FindShiboken2.cmake @@ -1,22 +1,13 @@ -### -# This file is part of KDDockWidgets. # -# Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com -# Author: Renato Araujo Oliveira Filho +# This file is part of KDDockWidgets. # -# This program is free software you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. +# SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company +# Author: Renato Araujo Oliveira Filho # -# 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. +# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only +# +# Contact KDAB at for commercial licensing options. # -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -## # SHIBOKEN_INCLUDE_DIR - Directories to include to use SHIBOKEN # SHIBOKEN_LIBRARY - Files to link against to use SHIBOKEN diff --git a/cmake/Python/PySide2ModuleBuild.cmake b/cmake/Python/PySide2ModuleBuild.cmake index a8dd7916..54bba1a1 100644 --- a/cmake/Python/PySide2ModuleBuild.cmake +++ b/cmake/Python/PySide2ModuleBuild.cmake @@ -1,22 +1,13 @@ -### -# This file is part of KDDockWidgets. # -# Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com -# Author: Renato Araujo Oliveira Filho +# This file is part of KDDockWidgets. # -# This program is free software you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. +# SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company +# Author: Renato Araujo Oliveira Filho # -# 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. +# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only +# +# Contact KDAB at for commercial licensing options. # -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . -## if (NOT PYTHON_BINDINGS_INSTALL_PREFIX) SET(PYTHON_BINDINGS_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX} CACHE FILEPATH "Custom path to install python bindings.") diff --git a/examples/dockwidgets/CMakeLists.txt b/examples/dockwidgets/CMakeLists.txt index 8582bc52..32d8d15e 100644 --- a/examples/dockwidgets/CMakeLists.txt +++ b/examples/dockwidgets/CMakeLists.txt @@ -1,5 +1,15 @@ -cmake_minimum_required(VERSION 3.7) +# +# This file is part of KDDockWidgets. +# +# SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company +# Author: Sergio Martins +# +# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only +# +# Contact KDAB at for commercial licensing options. +# +cmake_minimum_required(VERSION 3.7) project(kddockwidgets_example) set(CMAKE_AUTOMOC ON) diff --git a/examples/dockwidgets/MyFrameworkWidgetFactory.cpp b/examples/dockwidgets/MyFrameworkWidgetFactory.cpp index 8e6fce93..330e90d7 100644 --- a/examples/dockwidgets/MyFrameworkWidgetFactory.cpp +++ b/examples/dockwidgets/MyFrameworkWidgetFactory.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "MyFrameworkWidgetFactory.h" diff --git a/examples/dockwidgets/MyFrameworkWidgetFactory.h b/examples/dockwidgets/MyFrameworkWidgetFactory.h index 6ff0d1d1..a675fee1 100644 --- a/examples/dockwidgets/MyFrameworkWidgetFactory.h +++ b/examples/dockwidgets/MyFrameworkWidgetFactory.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #pragma once diff --git a/examples/dockwidgets/MyMainWindow.cpp b/examples/dockwidgets/MyMainWindow.cpp index 60754830..353d7ca8 100644 --- a/examples/dockwidgets/MyMainWindow.cpp +++ b/examples/dockwidgets/MyMainWindow.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "MyMainWindow.h" diff --git a/examples/dockwidgets/MyMainWindow.h b/examples/dockwidgets/MyMainWindow.h index 0908e0a0..75f647e2 100644 --- a/examples/dockwidgets/MyMainWindow.h +++ b/examples/dockwidgets/MyMainWindow.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #pragma once diff --git a/examples/dockwidgets/MyWidget.cpp b/examples/dockwidgets/MyWidget.cpp index 54caa3ea..7be6ec52 100644 --- a/examples/dockwidgets/MyWidget.cpp +++ b/examples/dockwidgets/MyWidget.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "MyWidget.h" diff --git a/examples/dockwidgets/MyWidget.h b/examples/dockwidgets/MyWidget.h index 26bb49b1..de558108 100644 --- a/examples/dockwidgets/MyWidget.h +++ b/examples/dockwidgets/MyWidget.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef EXAMPLEDOCKABLEWIDGET_H diff --git a/examples/dockwidgets/main.cpp b/examples/dockwidgets/main.cpp index a477a732..4e01db26 100644 --- a/examples/dockwidgets/main.cpp +++ b/examples/dockwidgets/main.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "MyWidget.h" diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index d96a8cdd..00362f6b 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -1,5 +1,15 @@ -set(PYTHON_VERSION "3.7" CACHE STRING "Use specific python version to build the project.") +# +# This file is part of KDDockWidgets. +# +# SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company +# Author: Renato Araujo Oliveira Filho +# +# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only +# +# Contact KDAB at for commercial licensing options. +# +set(PYTHON_VERSION "3.7" CACHE STRING "Use specific python version to build the project.") find_package(Python3 ${PYTHON_VERSION} REQUIRED COMPONENTS Interpreter Development) find_package(Shiboken2 REQUIRED) find_package(PySide2 ${Qt5Widgets_VERSION} EXACT REQUIRED) diff --git a/python/PyKDDockWidgets/CMakeLists.txt b/python/PyKDDockWidgets/CMakeLists.txt index 58fea8cc..66cee096 100644 --- a/python/PyKDDockWidgets/CMakeLists.txt +++ b/python/PyKDDockWidgets/CMakeLists.txt @@ -1,3 +1,13 @@ +# +# This file is part of KDDockWidgets. +# +# SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company +# Author: Renato Araujo Oliveira Filho +# +# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only +# +# Contact KDAB at for commercial licensing options. +# # Auto-Genereate files every class will have his cpp/h files set(PyKDDockWidgets_SRC diff --git a/python/PyKDDockWidgets/__init__.py b/python/PyKDDockWidgets/__init__.py index deace838..fbd5fa75 100644 --- a/python/PyKDDockWidgets/__init__.py +++ b/python/PyKDDockWidgets/__init__.py @@ -1,22 +1,13 @@ -############################################################################### -## This file is part of KDDockWidgets. -## -## Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com -## Author: Renato Araujo Oliveira Filho -## -## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License as published by -## the Free Software Foundation, either version 2 of the License, or -## (at your option) any later version. -## -## This program is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## GNU General Public License for more details. -## -## You should have received a copy of the GNU General Public License -## along with this program. If not, see . -################################################################################ +# +# This file is part of KDDockWidgets. +# +# SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company +# Author: Renato Araujo Oliveira Filho +# +# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only +# +# Contact KDAB at for commercial licensing options. +# __all__ = ['KDDockWidgets'] diff --git a/python/PyKDDockWidgets/kddockwidgets_global.h b/python/PyKDDockWidgets/kddockwidgets_global.h index 5b25cd87..f9985855 100644 --- a/python/PyKDDockWidgets/kddockwidgets_global.h +++ b/python/PyKDDockWidgets/kddockwidgets_global.h @@ -1,20 +1,12 @@ -/** -* This file is part of KDDockWidgets. -* Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com -* Author: Renato Araujo Oliveira Filho -* -* This program is free software; you can redistribute it and/or modify -* it under the terms of the GNU General Public License as published by -* the Free Software Foundation, either version 2 of the License, or -* (at your option) any later version. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with this program. If not, see . +/* + This file is part of KDDockWidgets. + + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company + Author: Renato Araujo Oliveira Filho + + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only + + Contact KDAB at for commercial licensing options. */ #pragma once diff --git a/python/examples/MyMainWindow.py b/python/examples/MyMainWindow.py index 8cf78206..8d483e33 100644 --- a/python/examples/MyMainWindow.py +++ b/python/examples/MyMainWindow.py @@ -1,22 +1,13 @@ -################################################################################ -## This file is part of KDDockWidgets. -## -## Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com -## Author: Renato Araujo Oliveira Filho -## -## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License as published by -## the Free Software Foundation, either version 2 of the License, or -## (at your option) any later version. -## -## This program is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## GNU General Public License for more details. -## -## You should have received a copy of the GNU General Public License -## along with this program. If not, see . -################################################################################ +# +# This file is part of KDDockWidgets. +# +# SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company +# Author: Renato Araujo Oliveira Filho +# +# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only +# +# Contact KDAB at for commercial licensing options. +# from PySide2 import QtCore, QtWidgets, QtGui from PyKDDockWidgets import KDDockWidgets diff --git a/python/examples/MyWidget.py b/python/examples/MyWidget.py index d14ea36c..6e575101 100644 --- a/python/examples/MyWidget.py +++ b/python/examples/MyWidget.py @@ -1,22 +1,13 @@ -################################################################################ -## This file is part of KDDockWidgets. -## -## Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com -## Author: Renato Araujo Oliveira Filho -## -## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License as published by -## the Free Software Foundation, either version 2 of the License, or -## (at your option) any later version. -## -## This program is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## GNU General Public License for more details. -## -## You should have received a copy of the GNU General Public License -## along with this program. If not, see . -################################################################################ +# +# This file is part of KDDockWidgets. +# +# SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company +# Author: Renato Araujo Oliveira Filho +# +# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only +# +# Contact KDAB at for commercial licensing options. +# from PySide2 import QtWidgets, QtGui, QtCore diff --git a/python/examples/MyWidget1.py b/python/examples/MyWidget1.py index 8cfe5ffc..6efe7734 100644 --- a/python/examples/MyWidget1.py +++ b/python/examples/MyWidget1.py @@ -1,22 +1,13 @@ -################################################################################ -## This file is part of KDDockWidgets. -## -## Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com -## Author: Renato Araujo Oliveira Filho -## -## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License as published by -## the Free Software Foundation, either version 2 of the License, or -## (at your option) any later version. -## -## This program is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## GNU General Public License for more details. -## -## You should have received a copy of the GNU General Public License -## along with this program. If not, see . -################################################################################ +# +# This file is part of KDDockWidgets. +# +# SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company +# Author: Renato Araujo Oliveira Filho +# +# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only +# +# Contact KDAB at for commercial licensing options. +# from PySide2 import QtWidgets, QtGui diff --git a/python/examples/MyWidget2.py b/python/examples/MyWidget2.py index b8fa1cad..709eaa2f 100644 --- a/python/examples/MyWidget2.py +++ b/python/examples/MyWidget2.py @@ -1,22 +1,13 @@ -################################################################################ -## This file is part of KDDockWidgets. -## -## Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com -## Author: Renato Araujo Oliveira Filho -## -## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License as published by -## the Free Software Foundation, either version 2 of the License, or -## (at your option) any later version. -## -## This program is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## GNU General Public License for more details. -## -## You should have received a copy of the GNU General Public License -## along with this program. If not, see . -################################################################################ +# +# This file is part of KDDockWidgets. +# +# SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company +# Author: Renato Araujo Oliveira Filho +# +# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only +# +# Contact KDAB at for commercial licensing options. +# from PySide2 import QtWidgets, QtGui, QtCore diff --git a/python/examples/MyWidget3.py b/python/examples/MyWidget3.py index c6703366..2a7c9ff5 100644 --- a/python/examples/MyWidget3.py +++ b/python/examples/MyWidget3.py @@ -1,22 +1,13 @@ -################################################################################ -## This file is part of KDDockWidgets. -## -## Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com -## Author: Renato Araujo Oliveira Filho -## -## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License as published by -## the Free Software Foundation, either version 2 of the License, or -## (at your option) any later version. -## -## This program is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## GNU General Public License for more details. -## -## You should have received a copy of the GNU General Public License -## along with this program. If not, see . -################################################################################ +# +# This file is part of KDDockWidgets. +# +# SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company +# Author: Renato Araujo Oliveira Filho +# +# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only +# +# Contact KDAB at for commercial licensing options. +# from PySide2 import QtWidgets, QtGui, QtCore diff --git a/python/examples/main.py b/python/examples/main.py index 38ea23a2..1a6d68c0 100644 --- a/python/examples/main.py +++ b/python/examples/main.py @@ -1,22 +1,13 @@ -################################################################################ -## This file is part of KDDockWidgets. -## -## Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com -## Author: Renato Araujo Oliveira Filho -## -## This program is free software; you can redistribute it and/or modify -## it under the terms of the GNU General Public License as published by -## the Free Software Foundation, either version 2 of the License, or -## (at your option) any later version. -## -## This program is distributed in the hope that it will be useful, -## but WITHOUT ANY WARRANTY; without even the implied warranty of -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -## GNU General Public License for more details. -## -## You should have received a copy of the GNU General Public License -## along with this program. If not, see . -################################################################################ +# +# This file is part of KDDockWidgets. +# +# SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company +# Author: Renato Araujo Oliveira Filho +# +# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only +# +# Contact KDAB at for commercial licensing options. +# from PySide2 import QtWidgets, QtCore diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index fea9b4cc..f65a4532 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,3 +1,14 @@ +# +# This file is part of KDDockWidgets. +# +# SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company +# Author: Sergio Martins +# +# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only +# +# Contact KDAB at for commercial licensing options. +# + if(POLICY CMP0043) cmake_policy(SET CMP0043 NEW) endif() diff --git a/src/Config.cpp b/src/Config.cpp index 3b3641b2..07bc047f 100644 --- a/src/Config.cpp +++ b/src/Config.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/Config.h b/src/Config.h index 6e6b4794..60fa0eca 100644 --- a/src/Config.h +++ b/src/Config.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/DockWidget.h b/src/DockWidget.h index 6cc56162..d4a17820 100644 --- a/src/DockWidget.h +++ b/src/DockWidget.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/DockWidgetBase.cpp b/src/DockWidgetBase.cpp index 264fc622..a6997691 100644 --- a/src/DockWidgetBase.cpp +++ b/src/DockWidgetBase.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "DockWidgetBase.h" diff --git a/src/DockWidgetBase.h b/src/DockWidgetBase.h index 90a4bc2c..cc47e9c5 100644 --- a/src/DockWidgetBase.h +++ b/src/DockWidgetBase.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/FrameworkWidgetFactory.cpp b/src/FrameworkWidgetFactory.cpp index 26b5a5bd..5f9611c5 100644 --- a/src/FrameworkWidgetFactory.cpp +++ b/src/FrameworkWidgetFactory.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "FrameworkWidgetFactory.h" diff --git a/src/FrameworkWidgetFactory.h b/src/FrameworkWidgetFactory.h index c99e8d46..de7256a4 100644 --- a/src/FrameworkWidgetFactory.h +++ b/src/FrameworkWidgetFactory.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KDDOCKWIDGETS_FRAMEWORKWIDGETFACTORY_H diff --git a/src/KDDockWidgets.h b/src/KDDockWidgets.h index 30f87af2..f3eb1a32 100644 --- a/src/KDDockWidgets.h +++ b/src/KDDockWidgets.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/LayoutSaver.cpp b/src/LayoutSaver.cpp index 1188d1ea..f3242e1f 100644 --- a/src/LayoutSaver.cpp +++ b/src/LayoutSaver.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/LayoutSaver.h b/src/LayoutSaver.h index 34bfd180..1694006e 100644 --- a/src/LayoutSaver.h +++ b/src/LayoutSaver.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KD_LAYOUTSAVER_H diff --git a/src/LayoutSaver_p.h b/src/LayoutSaver_p.h index 5505537d..f9ae6ee1 100644 --- a/src/LayoutSaver_p.h +++ b/src/LayoutSaver_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KD_LAYOUTSAVER_P_H diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 371c4d16..3ce85f68 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/MainWindow.h b/src/MainWindow.h index fd76e810..ac3d3a14 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/MainWindowBase.cpp b/src/MainWindowBase.cpp index e05d7b82..314ae20c 100644 --- a/src/MainWindowBase.cpp +++ b/src/MainWindowBase.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ diff --git a/src/MainWindowBase.h b/src/MainWindowBase.h index 7412672e..297133d3 100644 --- a/src/MainWindowBase.h +++ b/src/MainWindowBase.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ diff --git a/src/QWidgetAdapter.h b/src/QWidgetAdapter.h index b5175dc8..cb656046 100644 --- a/src/QWidgetAdapter.h +++ b/src/QWidgetAdapter.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KDDOCKWIDGETS_QWIDGETADAPTER_H diff --git a/src/Qt5Qt6Compat_p.h b/src/Qt5Qt6Compat_p.h index 423dae82..69798f4f 100644 --- a/src/Qt5Qt6Compat_p.h +++ b/src/Qt5Qt6Compat_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KDDOCKWIDGETS_QT5QT6_COMPAT_P_H diff --git a/src/docks_export.h b/src/docks_export.h index b47e6b3a..07d8688b 100644 --- a/src/docks_export.h +++ b/src/docks_export.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KD_DOCKS_EXPORT_H diff --git a/src/layoutlinter_main.cpp b/src/layoutlinter_main.cpp index 47f667f6..f584bf4d 100644 --- a/src/layoutlinter_main.cpp +++ b/src/layoutlinter_main.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "Config.h" diff --git a/src/private/DebugWindow.cpp b/src/private/DebugWindow.cpp index 3311a4dc..4cc2b710 100644 --- a/src/private/DebugWindow.cpp +++ b/src/private/DebugWindow.cpp @@ -1,352 +1,343 @@ -/* - This file is part of KDDockWidgets. - - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Sérgio Martins - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ - -/** - * @file - * @brief Window to show debug information. Used for debugging only, for apps that don't support GammaRay. - * - * @author Sérgio Martins \ - */ - -#include "DebugWindow_p.h" -#include "ObjectViewer_p.h" -#include "DockRegistry_p.h" -#include "FloatingWindow_p.h" -#include "DropArea_p.h" -#include "MainWindow.h" -#include "LayoutSaver.h" -#include "Qt5Qt6Compat_p.h" - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#ifdef Q_OS_WIN -# include -# include -#endif - -// clazy:excludeall=range-loop - -using namespace KDDockWidgets; -using namespace KDDockWidgets::Debug; - -class DebugAppEventFilter : public QAbstractNativeEventFilter -{ -public: - DebugAppEventFilter() {} - ~DebugAppEventFilter(); -#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) - bool nativeEventFilter(const QByteArray &eventType, void *message, qintptr *) override -#else - bool nativeEventFilter(const QByteArray &eventType, void *message, long *) override -#endif - { -#ifdef Q_OS_WIN - if (eventType != "windows_generic_MSG") - return false; - auto msg = static_cast(message); - - if (msg->message == WM_NCCALCSIZE) - qDebug() << "Got WM_NCCALCSIZE!" << message; -#else - Q_UNUSED(eventType); - Q_UNUSED(message); -#endif - - return false; // don't accept anything - } -}; - -DebugAppEventFilter::~DebugAppEventFilter() {} - -DebugWindow::DebugWindow(QWidget *parent) - : QWidget(parent) - , m_objectViewer(this) -{ - // qApp->installNativeEventFilter(new DebugAppEventFilter()); - auto layout = new QVBoxLayout(this); - layout->addWidget(&m_objectViewer); - - auto button = new QPushButton(this); - button->setText(QStringLiteral("Dump Debug")); - layout->addWidget(button); - connect(button, &QPushButton::clicked, this, &DebugWindow::dumpDockWidgetInfo); - - auto hlay = new QHBoxLayout(); - layout->addLayout(hlay); - - button = new QPushButton(this); - auto spin = new QSpinBox(this); - spin->setMinimum(0); - button->setText(QStringLiteral("Toggle float")); - hlay->addWidget(button); - hlay->addWidget(spin); - - connect(button, &QPushButton::clicked, this, [spin] { - auto docks = DockRegistry::self()->dockwidgets(); - const int index = spin->value(); - if (index >= docks.size()) { - QMessageBox::warning(nullptr, QStringLiteral("Invalid index"), - QStringLiteral("Max index is %1").arg(docks.size() - 1)); - } else { - auto dw = docks.at(index); - dw->setFloating(!dw->isFloating()); - } - }); - - hlay = new QHBoxLayout(); - layout->addLayout(hlay); - button = new QPushButton(this); - auto lineedit = new QLineEdit(this); - lineedit->setPlaceholderText(tr("DockWidget unique name")); - button->setText(QStringLiteral("Show")); - hlay->addWidget(button); - hlay->addWidget(lineedit); - - connect(button, &QPushButton::clicked, this, [lineedit] { - auto dw = DockRegistry::self()->dockByName(lineedit->text()); - if (dw) { - dw->show(); - } else { - QMessageBox::warning(nullptr, QStringLiteral("Could not find"), - QStringLiteral("Could not find DockWidget with name %1").arg(lineedit->text())); - } - }); - - button = new QPushButton(this); - button->setText(QStringLiteral("Float all visible docks")); - layout->addWidget(button); - connect(button, &QPushButton::clicked, this, [] { - for (auto dw : DockRegistry::self()->dockwidgets()) { - if (dw->isVisible() && !dw->isFloating()) { - dw->setFloating(true); - } - } - }); - - button = new QPushButton(this); - button->setText(QStringLiteral("Show All DockWidgets")); - layout->addWidget(button); - connect(button, &QPushButton::clicked, this, [this] { - QTimer::singleShot(3000, this, [] { - const auto docks = DockRegistry::self()->dockwidgets(); - for (auto dw : docks) { - dw->show(); - } - }); - }); - - button = new QPushButton(this); - button->setText(QStringLiteral("Save layout")); - layout->addWidget(button); - connect(button, &QPushButton::clicked, this, [] { - LayoutSaver saver; - QString message = saver.saveToFile(QStringLiteral("layout.json")) ? QStringLiteral("Saved!") - : QStringLiteral("Error!"); - qDebug() << message; - }); - - button = new QPushButton(this); - button->setText(QStringLiteral("Restore layout")); - layout->addWidget(button); - connect(button, &QPushButton::clicked, this, [] { - LayoutSaver saver; - QString message = saver.restoreFromFile(QStringLiteral("layout.json")) ? QStringLiteral("Restored!") - : QStringLiteral("Error!"); - qDebug() << message; - }); - - button = new QPushButton(this); - button->setText(QStringLiteral("Pick Widget")); - layout->addWidget(button); - connect(button, &QPushButton::clicked, this, [this] { - - qApp->setOverrideCursor(Qt::CrossCursor); - grabMouse(); - - QEventLoop loop; - m_isPickingWidget = &loop; - loop.exec(); - - releaseMouse(); - m_isPickingWidget = nullptr; - qApp->restoreOverrideCursor(); - }); - - button = new QPushButton(this); - button->setText(QStringLiteral("check sanity")); - layout->addWidget(button); - connect(button, &QPushButton::clicked, this, [] { - const auto mainWindows = DockRegistry::self()->mainwindows(); - for (MainWindowBase *mainWindow : mainWindows) { - mainWindow->multiSplitter()->checkSanity(); - } - - const auto floatingWindows = DockRegistry::self()->nestedwindows(); - for (FloatingWindow *floatingWindow : floatingWindows) { - floatingWindow->multiSplitter()->checkSanity(); - } - }); - - button = new QPushButton(this); - button->setText(QStringLiteral("Detach central widget")); - layout->addWidget(button); - connect(button, &QPushButton::clicked, this, [] { - const auto mainWindows = DockRegistry::self()->mainwindows(); - if (mainWindows.isEmpty()) - return; - auto mainwindow = mainWindows.at(0); - auto centralWidget = mainwindow->centralWidget(); - centralWidget->setParent(nullptr, Qt::Window); - if (!centralWidget->isVisible()) { - centralWidget->show(); - } - }); - - button = new QPushButton(this); - button->setText(QStringLiteral("Repaint all widgets")); - layout->addWidget(button); - connect(button, &QPushButton::clicked, this, [this] { - for (auto w : qApp->topLevelWidgets()) - repaintWidgetRecursive(w); - }); - - button = new QPushButton(this); - button->setText(QStringLiteral("resize by 1x1")); - layout->addWidget(button); - connect(button, &QPushButton::clicked, this, [] { - const auto layouts = DockRegistry::self()->layouts(); - for (auto l : layouts) { - QWidget *tlw = l->window(); - tlw->resize(tlw->size() + QSize(1, 1)); - } - }); - - button = new QPushButton(this); - button->setText(QStringLiteral("Raise #0 (after 3s timeout)")); - layout->addWidget(button); - connect(button, &QPushButton::clicked, this, [this] { - QTimer::singleShot(3000, this, [] { - const auto docks = DockRegistry::self()->dockwidgets(); - if (!docks.isEmpty()) - docks.constFirst()->raise(); - }); - }); - -#ifdef Q_OS_WIN - button = new QPushButton(this); - button->setText(QStringLiteral("Dump native windows")); - layout->addWidget(button); - connect(button, &QPushButton::clicked, this, &DebugWindow::dumpWindows); -#endif - - resize(800, 800); -} - -#ifdef Q_OS_WIN -void DebugWindow::dumpWindow(QWidget *w) -{ - if (w->windowHandle()) { - HWND hwnd = HWND(w->winId()); - - RECT clientRect; - RECT rect; - GetWindowRect(hwnd, &rect); - GetClientRect(hwnd, &clientRect); - - qDebug() << w - << QStringLiteral(" ClientRect=%1,%2 %3x%4").arg(clientRect.left).arg(clientRect.top).arg(clientRect.right - clientRect.left + 1).arg(clientRect.bottom - clientRect.top + 1) - << QStringLiteral(" WindowRect=%1,%2 %3x%4").arg(rect.left).arg(rect.top).arg(rect.right - rect.left + 1).arg(rect.bottom - rect.top + 1) - << "; geo=" << w->geometry() - << "; frameGeo=" << w->frameGeometry(); - - } - - for (QObject *child : w->children()) { - if (auto childW = qobject_cast(child)) { - dumpWindow(childW); - } - } -} - - -void DebugWindow::dumpWindows() -{ - for (QWidget *w : qApp->topLevelWidgets()) - dumpWindow(w); -} - -#endif - -void DebugWindow::repaintWidgetRecursive(QWidget *w) -{ - w->repaint(); - for (QObject *child : w->children()) { - if (auto childW = qobject_cast(child)) { - repaintWidgetRecursive(childW); - } - } -} - -void DebugWindow::dumpDockWidgetInfo() -{ - const QVector floatingWindows = DockRegistry::self()->nestedwindows(); - const MainWindowBase::List mainWindows = DockRegistry::self()->mainwindows(); - const DockWidgetBase::List dockWidgets = DockRegistry::self()->dockwidgets(); - - for (FloatingWindow *fw : floatingWindows) { - qDebug() << fw << "; affinities=" << fw->affinities(); - fw->dropArea()->dumpLayout(); - } - - for (MainWindowBase *mw : mainWindows) { - qDebug() << mw << "; affinities=" << mw->affinities(); - mw->multiSplitter()->dumpLayout(); - } - - for (DockWidgetBase *dw : dockWidgets) { - qDebug() << dw << "; affinities="; - } -} - -void DebugWindow::mousePressEvent(QMouseEvent *event) -{ - if (!m_isPickingWidget) - QWidget::mousePressEvent(event); - - QWidget *w = qApp->widgetAt(Qt5Qt6Compat::eventGlobalPos(event)); - qDebug() << "Widget at pos" << Qt5Qt6Compat::eventGlobalPos(event) << "is" - << w << "; parent=" - << (w ? w->parentWidget() : nullptr) << "; geometry=" - << (w ? w->geometry() : QRect()); - - if (m_isPickingWidget) - m_isPickingWidget->quit(); -} +/* + This file is part of KDDockWidgets. + + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company + Author: Sérgio Martins + + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only + + Contact KDAB at for commercial licensing options. +*/ + +/** + * @file + * @brief Window to show debug information. Used for debugging only, for apps that don't support GammaRay. + * + * @author Sérgio Martins \ + */ + +#include "DebugWindow_p.h" +#include "ObjectViewer_p.h" +#include "DockRegistry_p.h" +#include "FloatingWindow_p.h" +#include "DropArea_p.h" +#include "MainWindow.h" +#include "LayoutSaver.h" +#include "Qt5Qt6Compat_p.h" + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#ifdef Q_OS_WIN +# include +# include +#endif + +// clazy:excludeall=range-loop + +using namespace KDDockWidgets; +using namespace KDDockWidgets::Debug; + +class DebugAppEventFilter : public QAbstractNativeEventFilter +{ +public: + DebugAppEventFilter() {} + ~DebugAppEventFilter(); +#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0) + bool nativeEventFilter(const QByteArray &eventType, void *message, qintptr *) override +#else + bool nativeEventFilter(const QByteArray &eventType, void *message, long *) override +#endif + { +#ifdef Q_OS_WIN + if (eventType != "windows_generic_MSG") + return false; + auto msg = static_cast(message); + + if (msg->message == WM_NCCALCSIZE) + qDebug() << "Got WM_NCCALCSIZE!" << message; +#else + Q_UNUSED(eventType); + Q_UNUSED(message); +#endif + + return false; // don't accept anything + } +}; + +DebugAppEventFilter::~DebugAppEventFilter() {} + +DebugWindow::DebugWindow(QWidget *parent) + : QWidget(parent) + , m_objectViewer(this) +{ + // qApp->installNativeEventFilter(new DebugAppEventFilter()); + auto layout = new QVBoxLayout(this); + layout->addWidget(&m_objectViewer); + + auto button = new QPushButton(this); + button->setText(QStringLiteral("Dump Debug")); + layout->addWidget(button); + connect(button, &QPushButton::clicked, this, &DebugWindow::dumpDockWidgetInfo); + + auto hlay = new QHBoxLayout(); + layout->addLayout(hlay); + + button = new QPushButton(this); + auto spin = new QSpinBox(this); + spin->setMinimum(0); + button->setText(QStringLiteral("Toggle float")); + hlay->addWidget(button); + hlay->addWidget(spin); + + connect(button, &QPushButton::clicked, this, [spin] { + auto docks = DockRegistry::self()->dockwidgets(); + const int index = spin->value(); + if (index >= docks.size()) { + QMessageBox::warning(nullptr, QStringLiteral("Invalid index"), + QStringLiteral("Max index is %1").arg(docks.size() - 1)); + } else { + auto dw = docks.at(index); + dw->setFloating(!dw->isFloating()); + } + }); + + hlay = new QHBoxLayout(); + layout->addLayout(hlay); + button = new QPushButton(this); + auto lineedit = new QLineEdit(this); + lineedit->setPlaceholderText(tr("DockWidget unique name")); + button->setText(QStringLiteral("Show")); + hlay->addWidget(button); + hlay->addWidget(lineedit); + + connect(button, &QPushButton::clicked, this, [lineedit] { + auto dw = DockRegistry::self()->dockByName(lineedit->text()); + if (dw) { + dw->show(); + } else { + QMessageBox::warning(nullptr, QStringLiteral("Could not find"), + QStringLiteral("Could not find DockWidget with name %1").arg(lineedit->text())); + } + }); + + button = new QPushButton(this); + button->setText(QStringLiteral("Float all visible docks")); + layout->addWidget(button); + connect(button, &QPushButton::clicked, this, [] { + for (auto dw : DockRegistry::self()->dockwidgets()) { + if (dw->isVisible() && !dw->isFloating()) { + dw->setFloating(true); + } + } + }); + + button = new QPushButton(this); + button->setText(QStringLiteral("Show All DockWidgets")); + layout->addWidget(button); + connect(button, &QPushButton::clicked, this, [this] { + QTimer::singleShot(3000, this, [] { + const auto docks = DockRegistry::self()->dockwidgets(); + for (auto dw : docks) { + dw->show(); + } + }); + }); + + button = new QPushButton(this); + button->setText(QStringLiteral("Save layout")); + layout->addWidget(button); + connect(button, &QPushButton::clicked, this, [] { + LayoutSaver saver; + QString message = saver.saveToFile(QStringLiteral("layout.json")) ? QStringLiteral("Saved!") + : QStringLiteral("Error!"); + qDebug() << message; + }); + + button = new QPushButton(this); + button->setText(QStringLiteral("Restore layout")); + layout->addWidget(button); + connect(button, &QPushButton::clicked, this, [] { + LayoutSaver saver; + QString message = saver.restoreFromFile(QStringLiteral("layout.json")) ? QStringLiteral("Restored!") + : QStringLiteral("Error!"); + qDebug() << message; + }); + + button = new QPushButton(this); + button->setText(QStringLiteral("Pick Widget")); + layout->addWidget(button); + connect(button, &QPushButton::clicked, this, [this] { + + qApp->setOverrideCursor(Qt::CrossCursor); + grabMouse(); + + QEventLoop loop; + m_isPickingWidget = &loop; + loop.exec(); + + releaseMouse(); + m_isPickingWidget = nullptr; + qApp->restoreOverrideCursor(); + }); + + button = new QPushButton(this); + button->setText(QStringLiteral("check sanity")); + layout->addWidget(button); + connect(button, &QPushButton::clicked, this, [] { + const auto mainWindows = DockRegistry::self()->mainwindows(); + for (MainWindowBase *mainWindow : mainWindows) { + mainWindow->multiSplitter()->checkSanity(); + } + + const auto floatingWindows = DockRegistry::self()->nestedwindows(); + for (FloatingWindow *floatingWindow : floatingWindows) { + floatingWindow->multiSplitter()->checkSanity(); + } + }); + + button = new QPushButton(this); + button->setText(QStringLiteral("Detach central widget")); + layout->addWidget(button); + connect(button, &QPushButton::clicked, this, [] { + const auto mainWindows = DockRegistry::self()->mainwindows(); + if (mainWindows.isEmpty()) + return; + auto mainwindow = mainWindows.at(0); + auto centralWidget = mainwindow->centralWidget(); + centralWidget->setParent(nullptr, Qt::Window); + if (!centralWidget->isVisible()) { + centralWidget->show(); + } + }); + + button = new QPushButton(this); + button->setText(QStringLiteral("Repaint all widgets")); + layout->addWidget(button); + connect(button, &QPushButton::clicked, this, [this] { + for (auto w : qApp->topLevelWidgets()) + repaintWidgetRecursive(w); + }); + + button = new QPushButton(this); + button->setText(QStringLiteral("resize by 1x1")); + layout->addWidget(button); + connect(button, &QPushButton::clicked, this, [] { + const auto layouts = DockRegistry::self()->layouts(); + for (auto l : layouts) { + QWidget *tlw = l->window(); + tlw->resize(tlw->size() + QSize(1, 1)); + } + }); + + button = new QPushButton(this); + button->setText(QStringLiteral("Raise #0 (after 3s timeout)")); + layout->addWidget(button); + connect(button, &QPushButton::clicked, this, [this] { + QTimer::singleShot(3000, this, [] { + const auto docks = DockRegistry::self()->dockwidgets(); + if (!docks.isEmpty()) + docks.constFirst()->raise(); + }); + }); + +#ifdef Q_OS_WIN + button = new QPushButton(this); + button->setText(QStringLiteral("Dump native windows")); + layout->addWidget(button); + connect(button, &QPushButton::clicked, this, &DebugWindow::dumpWindows); +#endif + + resize(800, 800); +} + +#ifdef Q_OS_WIN +void DebugWindow::dumpWindow(QWidget *w) +{ + if (w->windowHandle()) { + HWND hwnd = HWND(w->winId()); + + RECT clientRect; + RECT rect; + GetWindowRect(hwnd, &rect); + GetClientRect(hwnd, &clientRect); + + qDebug() << w + << QStringLiteral(" ClientRect=%1,%2 %3x%4").arg(clientRect.left).arg(clientRect.top).arg(clientRect.right - clientRect.left + 1).arg(clientRect.bottom - clientRect.top + 1) + << QStringLiteral(" WindowRect=%1,%2 %3x%4").arg(rect.left).arg(rect.top).arg(rect.right - rect.left + 1).arg(rect.bottom - rect.top + 1) + << "; geo=" << w->geometry() + << "; frameGeo=" << w->frameGeometry(); + + } + + for (QObject *child : w->children()) { + if (auto childW = qobject_cast(child)) { + dumpWindow(childW); + } + } +} + + +void DebugWindow::dumpWindows() +{ + for (QWidget *w : qApp->topLevelWidgets()) + dumpWindow(w); +} + +#endif + +void DebugWindow::repaintWidgetRecursive(QWidget *w) +{ + w->repaint(); + for (QObject *child : w->children()) { + if (auto childW = qobject_cast(child)) { + repaintWidgetRecursive(childW); + } + } +} + +void DebugWindow::dumpDockWidgetInfo() +{ + const QVector floatingWindows = DockRegistry::self()->nestedwindows(); + const MainWindowBase::List mainWindows = DockRegistry::self()->mainwindows(); + const DockWidgetBase::List dockWidgets = DockRegistry::self()->dockwidgets(); + + for (FloatingWindow *fw : floatingWindows) { + qDebug() << fw << "; affinities=" << fw->affinities(); + fw->dropArea()->dumpLayout(); + } + + for (MainWindowBase *mw : mainWindows) { + qDebug() << mw << "; affinities=" << mw->affinities(); + mw->multiSplitter()->dumpLayout(); + } + + for (DockWidgetBase *dw : dockWidgets) { + qDebug() << dw << "; affinities="; + } +} + +void DebugWindow::mousePressEvent(QMouseEvent *event) +{ + if (!m_isPickingWidget) + QWidget::mousePressEvent(event); + + QWidget *w = qApp->widgetAt(Qt5Qt6Compat::eventGlobalPos(event)); + qDebug() << "Widget at pos" << Qt5Qt6Compat::eventGlobalPos(event) << "is" + << w << "; parent=" + << (w ? w->parentWidget() : nullptr) << "; geometry=" + << (w ? w->geometry() : QRect()); + + if (m_isPickingWidget) + m_isPickingWidget->quit(); +} diff --git a/src/private/DebugWindow_p.h b/src/private/DebugWindow_p.h index 0c00f5fe..f006f778 100644 --- a/src/private/DebugWindow_p.h +++ b/src/private/DebugWindow_p.h @@ -1,64 +1,55 @@ -/* - This file is part of KDDockWidgets. - - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Sérgio Martins - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ - -/** - * @file - * @brief Window to show debug information. Used for debugging only, for apps that don't support GammaRay. - * - * @author Sérgio Martins \ - */ -#ifndef DEBUGWINDOW_H -#define DEBUGWINDOW_H - -#include "ObjectViewer_p.h" -#include - -QT_BEGIN_NAMESPACE -class QEventLoop; -QT_END_NAMESPACE - -namespace KDDockWidgets { -namespace Debug { - -class DebugWindow : public QWidget -{ - Q_OBJECT -public: - explicit DebugWindow(QWidget *parent = nullptr); - -private: -#ifdef Q_OS_WIN - void dumpWindow(QWidget *); - void dumpWindows(); -#endif - - void repaintWidgetRecursive(QWidget *); - - void dumpDockWidgetInfo(); - ObjectViewer m_objectViewer; - QEventLoop *m_isPickingWidget = nullptr; - -protected: - void mousePressEvent(QMouseEvent *event) override; -}; -} -} - -#endif +/* + This file is part of KDDockWidgets. + + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company + Author: Sérgio Martins + + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only + + Contact KDAB at for commercial licensing options. +*/ + +/** + * @file + * @brief Window to show debug information. Used for debugging only, for apps that don't support GammaRay. + * + * @author Sérgio Martins \ + */ +#ifndef DEBUGWINDOW_H +#define DEBUGWINDOW_H + +#include "ObjectViewer_p.h" +#include + +QT_BEGIN_NAMESPACE +class QEventLoop; +QT_END_NAMESPACE + +namespace KDDockWidgets { +namespace Debug { + +class DebugWindow : public QWidget +{ + Q_OBJECT +public: + explicit DebugWindow(QWidget *parent = nullptr); + +private: +#ifdef Q_OS_WIN + void dumpWindow(QWidget *); + void dumpWindows(); +#endif + + void repaintWidgetRecursive(QWidget *); + + void dumpDockWidgetInfo(); + ObjectViewer m_objectViewer; + QEventLoop *m_isPickingWidget = nullptr; + +protected: + void mousePressEvent(QMouseEvent *event) override; +}; +} +} + +#endif diff --git a/src/private/DockRegistry.cpp b/src/private/DockRegistry.cpp index 40db805c..8bbccee6 100644 --- a/src/private/DockRegistry.cpp +++ b/src/private/DockRegistry.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "DockRegistry_p.h" diff --git a/src/private/DockRegistry_p.h b/src/private/DockRegistry_p.h index 597fd923..9f71e9df 100644 --- a/src/private/DockRegistry_p.h +++ b/src/private/DockRegistry_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KD_DOCKREGISTRY_P_H diff --git a/src/private/DragController.cpp b/src/private/DragController.cpp index 210118e9..6dccc7b2 100644 --- a/src/private/DragController.cpp +++ b/src/private/DragController.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "DragController_p.h" diff --git a/src/private/DragController_p.h b/src/private/DragController_p.h index b82bbe4f..e55ee2c4 100644 --- a/src/private/DragController_p.h +++ b/src/private/DragController_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KD_DRAGCONTROLLER_P_H diff --git a/src/private/Draggable.cpp b/src/private/Draggable.cpp index d9e7c832..dea1f301 100644 --- a/src/private/Draggable.cpp +++ b/src/private/Draggable.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "Draggable_p.h" diff --git a/src/private/Draggable_p.h b/src/private/Draggable_p.h index 84b016eb..7af84914 100644 --- a/src/private/Draggable_p.h +++ b/src/private/Draggable_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KD_DRAGGABLE_P_H diff --git a/src/private/DropArea.cpp b/src/private/DropArea.cpp index 5982e273..1ee535dc 100644 --- a/src/private/DropArea.cpp +++ b/src/private/DropArea.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "DropArea_p.h" diff --git a/src/private/DropAreaWithCentralFrame.cpp b/src/private/DropAreaWithCentralFrame.cpp index 9d8ab817..197679c0 100644 --- a/src/private/DropAreaWithCentralFrame.cpp +++ b/src/private/DropAreaWithCentralFrame.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "DropAreaWithCentralFrame_p.h" diff --git a/src/private/DropAreaWithCentralFrame_p.h b/src/private/DropAreaWithCentralFrame_p.h index 1364fa10..2358ea38 100644 --- a/src/private/DropAreaWithCentralFrame_p.h +++ b/src/private/DropAreaWithCentralFrame_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KD_DROP_AREA_WITH_CENTRAL_FRAME_P_H diff --git a/src/private/DropArea_p.h b/src/private/DropArea_p.h index fa89d3da..8ab1d88a 100644 --- a/src/private/DropArea_p.h +++ b/src/private/DropArea_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/private/DropIndicatorOverlayInterface.cpp b/src/private/DropIndicatorOverlayInterface.cpp index 3d310104..741191af 100644 --- a/src/private/DropIndicatorOverlayInterface.cpp +++ b/src/private/DropIndicatorOverlayInterface.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "DropIndicatorOverlayInterface_p.h" diff --git a/src/private/DropIndicatorOverlayInterface_p.h b/src/private/DropIndicatorOverlayInterface_p.h index 730b19cf..541df849 100644 --- a/src/private/DropIndicatorOverlayInterface_p.h +++ b/src/private/DropIndicatorOverlayInterface_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KD_DROPINDICATOROVERLAYINTERFACE_P_H diff --git a/src/private/FloatingWindow.cpp b/src/private/FloatingWindow.cpp index 669d1f94..850cd77c 100644 --- a/src/private/FloatingWindow.cpp +++ b/src/private/FloatingWindow.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "FloatingWindow_p.h" diff --git a/src/private/FloatingWindow_p.h b/src/private/FloatingWindow_p.h index e957f05e..98357516 100644 --- a/src/private/FloatingWindow_p.h +++ b/src/private/FloatingWindow_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KD_FLOATING_WINDOW_P_H diff --git a/src/private/Frame.cpp b/src/private/Frame.cpp index 20288995..c2a963cf 100644 --- a/src/private/Frame.cpp +++ b/src/private/Frame.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/private/Frame_p.h b/src/private/Frame_p.h index 9dd9743f..ed85542e 100644 --- a/src/private/Frame_p.h +++ b/src/private/Frame_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/private/Logging.cpp b/src/private/Logging.cpp index d77f065a..39287ed1 100644 --- a/src/private/Logging.cpp +++ b/src/private/Logging.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "Logging_p.h" diff --git a/src/private/Logging_p.h b/src/private/Logging_p.h index ccea888b..d6fca947 100644 --- a/src/private/Logging_p.h +++ b/src/private/Logging_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KD_DOCK_LOGGING_P_H diff --git a/src/private/ObjectViewer.cpp b/src/private/ObjectViewer.cpp index 5fcb1435..22fc0dd0 100644 --- a/src/private/ObjectViewer.cpp +++ b/src/private/ObjectViewer.cpp @@ -1,309 +1,300 @@ -/* - This file is part of KDDockWidgets. - - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Sérgio Martins - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ - -/** - * @file - * @brief Tree Widget to show the object tree. Used for debugging only, for apps that don't support GammaRay. - * - * @author Sérgio Martins \ - */ - -#include "ObjectViewer_p.h" - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -#ifdef Q_OS_WIN -# include -#endif - -using namespace KDDockWidgets::Debug; - -enum Role { - ObjRole = Qt::UserRole -}; - - -ObjectViewer::ObjectViewer(QWidget *parent) - : QWidget(parent) -{ - resize(600, 600); - - auto lay = new QHBoxLayout(this); - lay->addWidget(&m_treeView); - m_treeView.setModel(&m_model); - connect(m_treeView.selectionModel(), &QItemSelectionModel::selectionChanged, - this, &ObjectViewer::onSelectionChanged); - - QAction *action = m_menu.addAction(QStringLiteral("Refresh")); - connect(action, &QAction::triggered, this, &ObjectViewer::refresh); - action = m_menu.addAction(QStringLiteral("Dump Windows")); - connect(action, &QAction::triggered, this, &ObjectViewer::dumpWindows); - - action = m_menu.addAction(QStringLiteral("Update")); - connect(action, &QAction::triggered, this, &ObjectViewer::updateSelectedWidget); - - action = m_menu.addAction(QStringLiteral("Print to png")); - connect(action, &QAction::triggered, this, &ObjectViewer::dumpSelectedWidgetToPng); - - action = m_menu.addAction(QStringLiteral("Toggle Visible")); - connect(action, &QAction::triggered, this, &ObjectViewer::toggleVisible); - -#ifdef Q_OS_WIN - action = m_menu.addAction(QStringLiteral("Send WM_NCHITTEST")); - connect(action, &QAction::triggered, this, &ObjectViewer::sendHitTest); -#endif - - refresh(); - setWindowTitle(QStringLiteral("ObjectViewer")); -} - -void ObjectViewer::refresh() -{ - const auto hashCopy = m_itemMap; - for (auto it = hashCopy.cbegin(), e = hashCopy.cend(); it != e; ++it) - remove(it.key()); - - m_model.clear(); - - const auto &topLevelWidgets = qApp->topLevelWidgets(); - for (QWidget *window : topLevelWidgets) { - add(window, m_model.invisibleRootItem()); - } -} - -void ObjectViewer::dumpSelectedWidgetToPng() -{ - if (auto w = selectedWidget()) { - QPixmap px(w->size()); - w->render(&px); - px.save(QStringLiteral("px.png")); - qDebug() << QDir::currentPath(); - } -} - -void ObjectViewer::updateSelectedWidget() -{ - if (auto w = selectedWidget()) - w->update(); -} - -void ObjectViewer::toggleVisible() -{ - if (auto w = selectedWidget()) - w->setVisible(!w->isVisible()); -} - -#ifdef Q_OS_WIN -void ObjectViewer::sendHitTest() -{ - if (auto w = selectedWidget()) { - qDebug() << "Sending hit test to" << w; - ::SendMessage(HWND(w->winId()), WM_NCHITTEST, 0, 0); - } -} -#endif - -void ObjectViewer::dumpWindows() -{ - qDebug() << "Top Level QWidgets:"; - const auto &topLevelWidgets = qApp->topLevelWidgets(); - for (QWidget *w : topLevelWidgets) { - if (qobject_cast(w)) - continue; - - qDebug() << " QWidget=" << w; - } - - qDebug() << "Top Level Windows:"; - const auto &topLevelWindows = qApp->topLevelWindows(); - for (QWindow *w : topLevelWindows) { - qDebug() << " QWindow=" << w << "; parent=" << w->parent() << "; transientParent=" << w->transientParent() << "; hwnd=" << w->winId(); - } -} - -QString ObjectViewer::nameForObj(QObject *o) const -{ - QString name = QString::fromLatin1(o->metaObject()->className()); - if (!o->objectName().isEmpty()) - name += QStringLiteral("(%1)").arg(o->objectName()); - - if (auto w = qobject_cast(o)) { - name += QStringLiteral(" - %1,%2 %3x%4").arg(w->x()).arg(w->y()).arg(w->width()).arg(w->height()); - - if (w->isWindow()) - name += QStringLiteral(" ;W"); - if (w->windowHandle() != nullptr) - name += QStringLiteral(" ;N"); - } - - return name; -} - -void ObjectViewer::add(QObject *obj, QStandardItem *parent) -{ - if (obj == this || obj == &m_menu || obj == parentWidget() || !obj) // Ignore our stuff - return; - - if (m_ignoreMenus && qobject_cast(obj)) - return; - - if (m_ignoreShortcuts && qobject_cast(obj)) - return; - - if (m_ignoreToolBars && qobject_cast(obj)) - return; - - connect(obj, &QObject::destroyed, this, &ObjectViewer::remove); - obj->installEventFilter(this); - auto item = new QStandardItem(nameForObj(obj)); - item->setData(QVariant::fromValue(obj), ObjRole); - m_itemMap.insert(obj, item); - parent->appendRow(item); - updateItemAppearence(item); - - for (auto child : obj->children()) - add(child, item); -} - -void ObjectViewer::remove(QObject *obj) -{ - Q_ASSERT(obj); - obj->removeEventFilter(this); - m_itemMap.remove(obj); -} - -void ObjectViewer::onSelectionChanged() -{ - QObject *o = selectedObject(); - if (m_selectedObject == o) - return; - - if (m_selectedObject) { - m_selectedObject->removeEventFilter(this); - if (auto w = qobject_cast(m_selectedObject)) - w->update(); - } - - m_selectedObject = o; - - if (m_selectedObject) { - printProperties(o); - m_selectedObject->installEventFilter(this); - if (m_highlightsWidget) { - if (auto w = qobject_cast(o)) - w->update(); - } - } -} - -void ObjectViewer::printProperties(QObject *obj) const -{ - qDebug() << "Printing properties for" << obj; - - auto mo = obj->metaObject(); - const int count = mo->propertyCount(); - for (int i = 0; i < count; ++i) { - QMetaProperty prop = mo->property(i); - qDebug() << " " << prop.name() << prop.read(obj); - } - - if (auto w = qobject_cast(obj)) { - qDebug() << "Is a widget!"; - qDebug() << "Window=" << w->window(); - qDebug() << "flags=" << w->windowFlags(); - qDebug() << "is native?" << (w->windowHandle() != nullptr); - } -} - -QObject *ObjectViewer::selectedObject() const -{ - auto indexes = m_treeView.selectionModel()->selectedIndexes(); - if (indexes.isEmpty()) - return nullptr; - QModelIndex index = indexes.first(); - QObject *obj = index.data(ObjRole).value(); - return obj; -} - -QWidget *ObjectViewer::selectedWidget() const -{ - return qobject_cast(selectedObject()); -} - -void ObjectViewer::updateItemAppearence(QStandardItem *item) -{ - Q_ASSERT(item); - QWidget *widget = widgetForItem(item); - if (!widget) - return; - - if (widget->isVisible()) { - item->setForeground(Qt::black); - } else { - item->setForeground(Qt::gray); - } -} - -QObject *ObjectViewer::objectForItem(QStandardItem *item) const -{ - return item->data(ObjRole).value(); -} - -QWidget *ObjectViewer::widgetForItem(QStandardItem *item) const -{ - return qobject_cast(objectForItem(item)); -} - -void ObjectViewer::contextMenuEvent(QContextMenuEvent *ev) -{ - m_menu.exec(ev->globalPos()); -} - -bool ObjectViewer::eventFilter(QObject *watched, QEvent *event) -{ - auto widget = static_cast(watched); - if (event->type() == QEvent::Show || event->type() == QEvent::Hide) { - updateItemAppearence(m_itemMap.value(watched)); - return false; - } - - if (m_selectedObject != watched) - return false; - - if (event->type() != QEvent::Paint || !m_highlightsWidget) - return false; - - QPainter p(widget); - p.fillRect(widget->rect(), QBrush(QColor(0, 0, 255, 128))); - - return true; -} +/* + This file is part of KDDockWidgets. + + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company + Author: Sérgio Martins + + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only + + Contact KDAB at for commercial licensing options. +*/ + +/** + * @file + * @brief Tree Widget to show the object tree. Used for debugging only, for apps that don't support GammaRay. + * + * @author Sérgio Martins \ + */ + +#include "ObjectViewer_p.h" + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#ifdef Q_OS_WIN +# include +#endif + +using namespace KDDockWidgets::Debug; + +enum Role { + ObjRole = Qt::UserRole +}; + + +ObjectViewer::ObjectViewer(QWidget *parent) + : QWidget(parent) +{ + resize(600, 600); + + auto lay = new QHBoxLayout(this); + lay->addWidget(&m_treeView); + m_treeView.setModel(&m_model); + connect(m_treeView.selectionModel(), &QItemSelectionModel::selectionChanged, + this, &ObjectViewer::onSelectionChanged); + + QAction *action = m_menu.addAction(QStringLiteral("Refresh")); + connect(action, &QAction::triggered, this, &ObjectViewer::refresh); + action = m_menu.addAction(QStringLiteral("Dump Windows")); + connect(action, &QAction::triggered, this, &ObjectViewer::dumpWindows); + + action = m_menu.addAction(QStringLiteral("Update")); + connect(action, &QAction::triggered, this, &ObjectViewer::updateSelectedWidget); + + action = m_menu.addAction(QStringLiteral("Print to png")); + connect(action, &QAction::triggered, this, &ObjectViewer::dumpSelectedWidgetToPng); + + action = m_menu.addAction(QStringLiteral("Toggle Visible")); + connect(action, &QAction::triggered, this, &ObjectViewer::toggleVisible); + +#ifdef Q_OS_WIN + action = m_menu.addAction(QStringLiteral("Send WM_NCHITTEST")); + connect(action, &QAction::triggered, this, &ObjectViewer::sendHitTest); +#endif + + refresh(); + setWindowTitle(QStringLiteral("ObjectViewer")); +} + +void ObjectViewer::refresh() +{ + const auto hashCopy = m_itemMap; + for (auto it = hashCopy.cbegin(), e = hashCopy.cend(); it != e; ++it) + remove(it.key()); + + m_model.clear(); + + const auto &topLevelWidgets = qApp->topLevelWidgets(); + for (QWidget *window : topLevelWidgets) { + add(window, m_model.invisibleRootItem()); + } +} + +void ObjectViewer::dumpSelectedWidgetToPng() +{ + if (auto w = selectedWidget()) { + QPixmap px(w->size()); + w->render(&px); + px.save(QStringLiteral("px.png")); + qDebug() << QDir::currentPath(); + } +} + +void ObjectViewer::updateSelectedWidget() +{ + if (auto w = selectedWidget()) + w->update(); +} + +void ObjectViewer::toggleVisible() +{ + if (auto w = selectedWidget()) + w->setVisible(!w->isVisible()); +} + +#ifdef Q_OS_WIN +void ObjectViewer::sendHitTest() +{ + if (auto w = selectedWidget()) { + qDebug() << "Sending hit test to" << w; + ::SendMessage(HWND(w->winId()), WM_NCHITTEST, 0, 0); + } +} +#endif + +void ObjectViewer::dumpWindows() +{ + qDebug() << "Top Level QWidgets:"; + const auto &topLevelWidgets = qApp->topLevelWidgets(); + for (QWidget *w : topLevelWidgets) { + if (qobject_cast(w)) + continue; + + qDebug() << " QWidget=" << w; + } + + qDebug() << "Top Level Windows:"; + const auto &topLevelWindows = qApp->topLevelWindows(); + for (QWindow *w : topLevelWindows) { + qDebug() << " QWindow=" << w << "; parent=" << w->parent() << "; transientParent=" << w->transientParent() << "; hwnd=" << w->winId(); + } +} + +QString ObjectViewer::nameForObj(QObject *o) const +{ + QString name = QString::fromLatin1(o->metaObject()->className()); + if (!o->objectName().isEmpty()) + name += QStringLiteral("(%1)").arg(o->objectName()); + + if (auto w = qobject_cast(o)) { + name += QStringLiteral(" - %1,%2 %3x%4").arg(w->x()).arg(w->y()).arg(w->width()).arg(w->height()); + + if (w->isWindow()) + name += QStringLiteral(" ;W"); + if (w->windowHandle() != nullptr) + name += QStringLiteral(" ;N"); + } + + return name; +} + +void ObjectViewer::add(QObject *obj, QStandardItem *parent) +{ + if (obj == this || obj == &m_menu || obj == parentWidget() || !obj) // Ignore our stuff + return; + + if (m_ignoreMenus && qobject_cast(obj)) + return; + + if (m_ignoreShortcuts && qobject_cast(obj)) + return; + + if (m_ignoreToolBars && qobject_cast(obj)) + return; + + connect(obj, &QObject::destroyed, this, &ObjectViewer::remove); + obj->installEventFilter(this); + auto item = new QStandardItem(nameForObj(obj)); + item->setData(QVariant::fromValue(obj), ObjRole); + m_itemMap.insert(obj, item); + parent->appendRow(item); + updateItemAppearence(item); + + for (auto child : obj->children()) + add(child, item); +} + +void ObjectViewer::remove(QObject *obj) +{ + Q_ASSERT(obj); + obj->removeEventFilter(this); + m_itemMap.remove(obj); +} + +void ObjectViewer::onSelectionChanged() +{ + QObject *o = selectedObject(); + if (m_selectedObject == o) + return; + + if (m_selectedObject) { + m_selectedObject->removeEventFilter(this); + if (auto w = qobject_cast(m_selectedObject)) + w->update(); + } + + m_selectedObject = o; + + if (m_selectedObject) { + printProperties(o); + m_selectedObject->installEventFilter(this); + if (m_highlightsWidget) { + if (auto w = qobject_cast(o)) + w->update(); + } + } +} + +void ObjectViewer::printProperties(QObject *obj) const +{ + qDebug() << "Printing properties for" << obj; + + auto mo = obj->metaObject(); + const int count = mo->propertyCount(); + for (int i = 0; i < count; ++i) { + QMetaProperty prop = mo->property(i); + qDebug() << " " << prop.name() << prop.read(obj); + } + + if (auto w = qobject_cast(obj)) { + qDebug() << "Is a widget!"; + qDebug() << "Window=" << w->window(); + qDebug() << "flags=" << w->windowFlags(); + qDebug() << "is native?" << (w->windowHandle() != nullptr); + } +} + +QObject *ObjectViewer::selectedObject() const +{ + auto indexes = m_treeView.selectionModel()->selectedIndexes(); + if (indexes.isEmpty()) + return nullptr; + QModelIndex index = indexes.first(); + QObject *obj = index.data(ObjRole).value(); + return obj; +} + +QWidget *ObjectViewer::selectedWidget() const +{ + return qobject_cast(selectedObject()); +} + +void ObjectViewer::updateItemAppearence(QStandardItem *item) +{ + Q_ASSERT(item); + QWidget *widget = widgetForItem(item); + if (!widget) + return; + + if (widget->isVisible()) { + item->setForeground(Qt::black); + } else { + item->setForeground(Qt::gray); + } +} + +QObject *ObjectViewer::objectForItem(QStandardItem *item) const +{ + return item->data(ObjRole).value(); +} + +QWidget *ObjectViewer::widgetForItem(QStandardItem *item) const +{ + return qobject_cast(objectForItem(item)); +} + +void ObjectViewer::contextMenuEvent(QContextMenuEvent *ev) +{ + m_menu.exec(ev->globalPos()); +} + +bool ObjectViewer::eventFilter(QObject *watched, QEvent *event) +{ + auto widget = static_cast(watched); + if (event->type() == QEvent::Show || event->type() == QEvent::Hide) { + updateItemAppearence(m_itemMap.value(watched)); + return false; + } + + if (m_selectedObject != watched) + return false; + + if (event->type() != QEvent::Paint || !m_highlightsWidget) + return false; + + QPainter p(widget); + p.fillRect(widget->rect(), QBrush(QColor(0, 0, 255, 128))); + + return true; +} diff --git a/src/private/ObjectViewer_p.h b/src/private/ObjectViewer_p.h index a278bbbb..ca9e9412 100644 --- a/src/private/ObjectViewer_p.h +++ b/src/private/ObjectViewer_p.h @@ -1,89 +1,80 @@ -/* - This file is part of KDDockWidgets. - - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com - Author: Sérgio Martins - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ - -/** - * @file - * @brief Tree Widget to show the object tree. Used for debugging only, for apps that don't support GammaRay. - * - * @author Sérgio Martins \ - */ - -#ifndef OBJECTVIEWER_H -#define OBJECTVIEWER_H - -#include -#include -#include -#include -#include -#include - -QT_BEGIN_NAMESPACE -class QStandardItem; -QT_END_NAMESPACE - -namespace KDDockWidgets { -namespace Debug { - -class ObjectViewer : public QWidget //clazy:exclude=missing-qobject-macro -{ -public: - explicit ObjectViewer(QWidget *parent = nullptr); - - void refresh(); - -private: - void dumpSelectedWidgetToPng(); - void updateSelectedWidget(); - void toggleVisible(); - void dumpWindows(); - QString nameForObj(QObject *o) const; - void add(QObject *obj, QStandardItem *parent); - void remove(QObject *obj); - void onSelectionChanged(); - void printProperties(QObject *) const; - QObject* selectedObject() const; - QWidget *selectedWidget() const; - void updateItemAppearence(QStandardItem*); - QObject *objectForItem(QStandardItem*) const; - QWidget *widgetForItem(QStandardItem*) const; - -#ifdef Q_OS_WIN - void sendHitTest(); -#endif - - QTreeView m_treeView; - QStandardItemModel m_model; - QPointer m_selectedObject; - QMenu m_menu; - bool m_highlightsWidget = true; - bool m_ignoreMenus = true; - bool m_ignoreShortcuts = true; - bool m_ignoreToolBars = true; - QHash m_itemMap; - -protected: - void contextMenuEvent(QContextMenuEvent *event) override; - bool eventFilter(QObject *watched, QEvent *event) override; -}; -} -} - -#endif +/* + This file is part of KDDockWidgets. + + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company + Author: Sérgio Martins + + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only + + Contact KDAB at for commercial licensing options. +*/ + +/** + * @file + * @brief Tree Widget to show the object tree. Used for debugging only, for apps that don't support GammaRay. + * + * @author Sérgio Martins \ + */ + +#ifndef OBJECTVIEWER_H +#define OBJECTVIEWER_H + +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE +class QStandardItem; +QT_END_NAMESPACE + +namespace KDDockWidgets { +namespace Debug { + +class ObjectViewer : public QWidget //clazy:exclude=missing-qobject-macro +{ +public: + explicit ObjectViewer(QWidget *parent = nullptr); + + void refresh(); + +private: + void dumpSelectedWidgetToPng(); + void updateSelectedWidget(); + void toggleVisible(); + void dumpWindows(); + QString nameForObj(QObject *o) const; + void add(QObject *obj, QStandardItem *parent); + void remove(QObject *obj); + void onSelectionChanged(); + void printProperties(QObject *) const; + QObject* selectedObject() const; + QWidget *selectedWidget() const; + void updateItemAppearence(QStandardItem*); + QObject *objectForItem(QStandardItem*) const; + QWidget *widgetForItem(QStandardItem*) const; + +#ifdef Q_OS_WIN + void sendHitTest(); +#endif + + QTreeView m_treeView; + QStandardItemModel m_model; + QPointer m_selectedObject; + QMenu m_menu; + bool m_highlightsWidget = true; + bool m_ignoreMenus = true; + bool m_ignoreShortcuts = true; + bool m_ignoreToolBars = true; + QHash m_itemMap; + +protected: + void contextMenuEvent(QContextMenuEvent *event) override; + bool eventFilter(QObject *watched, QEvent *event) override; +}; +} +} + +#endif diff --git a/src/private/Position.cpp b/src/private/Position.cpp index 65868bcd..1f608b3b 100644 --- a/src/private/Position.cpp +++ b/src/private/Position.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/private/Position_p.h b/src/private/Position_p.h index 06382008..f81fc4b7 100644 --- a/src/private/Position_p.h +++ b/src/private/Position_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/private/TabWidget.cpp b/src/private/TabWidget.cpp index 01d0903e..0ca720e0 100644 --- a/src/private/TabWidget.cpp +++ b/src/private/TabWidget.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/private/TabWidget_p.h b/src/private/TabWidget_p.h index 46098882..147cd114 100644 --- a/src/private/TabWidget_p.h +++ b/src/private/TabWidget_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/private/TitleBar.cpp b/src/private/TitleBar.cpp index 0bf2fc1c..04e6c0ca 100644 --- a/src/private/TitleBar.cpp +++ b/src/private/TitleBar.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "TitleBar_p.h" diff --git a/src/private/TitleBar_p.h b/src/private/TitleBar_p.h index 13d1db9e..398b3e79 100644 --- a/src/private/TitleBar_p.h +++ b/src/private/TitleBar_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KD_TITLEBAR_P_H diff --git a/src/private/Utils_p.h b/src/private/Utils_p.h index 0bfc0941..4c901af8 100644 --- a/src/private/Utils_p.h +++ b/src/private/Utils_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KD_UTILS_P_H diff --git a/src/private/WidgetResizeHandler.cpp b/src/private/WidgetResizeHandler.cpp index 978a6679..9c4c72e7 100644 --- a/src/private/WidgetResizeHandler.cpp +++ b/src/private/WidgetResizeHandler.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "WidgetResizeHandler_p.h" diff --git a/src/private/WidgetResizeHandler_p.h b/src/private/WidgetResizeHandler_p.h index 5748a68a..dacec57b 100644 --- a/src/private/WidgetResizeHandler_p.h +++ b/src/private/WidgetResizeHandler_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KD_WIDGET_RESIZE_HANDLER_P_H diff --git a/src/private/WindowBeingDragged.cpp b/src/private/WindowBeingDragged.cpp index f759a861..8ef14c6b 100644 --- a/src/private/WindowBeingDragged.cpp +++ b/src/private/WindowBeingDragged.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "WindowBeingDragged_p.h" diff --git a/src/private/WindowBeingDragged_p.h b/src/private/WindowBeingDragged_p.h index 709febcb..3a74e2d4 100644 --- a/src/private/WindowBeingDragged_p.h +++ b/src/private/WindowBeingDragged_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KD_WINDOWBEINGDRAGGED_P_H diff --git a/src/private/indicators/AnimatedIndicators.cpp b/src/private/indicators/AnimatedIndicators.cpp index 82dc96cc..19cc880b 100644 --- a/src/private/indicators/AnimatedIndicators.cpp +++ b/src/private/indicators/AnimatedIndicators.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "AnimatedIndicators_p.h" diff --git a/src/private/indicators/AnimatedIndicators_p.h b/src/private/indicators/AnimatedIndicators_p.h index 1e8cef88..6804b564 100644 --- a/src/private/indicators/AnimatedIndicators_p.h +++ b/src/private/indicators/AnimatedIndicators_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KD_INDICATORS_ANIMATEDINDICATORS_P_H diff --git a/src/private/indicators/ClassicIndicators.cpp b/src/private/indicators/ClassicIndicators.cpp index f996c1a5..3df2d8e2 100644 --- a/src/private/indicators/ClassicIndicators.cpp +++ b/src/private/indicators/ClassicIndicators.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "ClassicIndicators_p.h" diff --git a/src/private/indicators/ClassicIndicators_p.h b/src/private/indicators/ClassicIndicators_p.h index 52b958b0..c330765c 100644 --- a/src/private/indicators/ClassicIndicators_p.h +++ b/src/private/indicators/ClassicIndicators_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KD_INDICATORS_CLASSICINDICATORS_P_H diff --git a/src/private/multisplitter/CMakeLists.txt b/src/private/multisplitter/CMakeLists.txt index cc309bc8..ad12f0e0 100644 --- a/src/private/multisplitter/CMakeLists.txt +++ b/src/private/multisplitter/CMakeLists.txt @@ -1,3 +1,14 @@ +# +# This file is part of KDDockWidgets. +# +# SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company +# Author: Sergio Martins +# +# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only +# +# Contact KDAB at for commercial licensing options. +# + set(MULTISPLITTER_SRCS Item.cpp Item_p.h diff --git a/src/private/multisplitter/Item.cpp b/src/private/multisplitter/Item.cpp index 1ab3c2fb..9e9cd0af 100644 --- a/src/private/multisplitter/Item.cpp +++ b/src/private/multisplitter/Item.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "Item_p.h" diff --git a/src/private/multisplitter/Item_p.h b/src/private/multisplitter/Item_p.h index 4f1a427f..1335e1ae 100644 --- a/src/private/multisplitter/Item_p.h +++ b/src/private/multisplitter/Item_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #pragma once diff --git a/src/private/multisplitter/Logging.cpp b/src/private/multisplitter/Logging.cpp index 358672f6..1022ad5d 100644 --- a/src/private/multisplitter/Logging.cpp +++ b/src/private/multisplitter/Logging.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "Logging_p.h" diff --git a/src/private/multisplitter/Logging_p.h b/src/private/multisplitter/Logging_p.h index 0340e000..d38814bd 100644 --- a/src/private/multisplitter/Logging_p.h +++ b/src/private/multisplitter/Logging_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KD_DOCKWIDGETS_MULTISPLITTER_LOGGING_P_H diff --git a/src/private/multisplitter/MultiSplitterConfig.cpp b/src/private/multisplitter/MultiSplitterConfig.cpp index 2e687f75..a4e09fd0 100644 --- a/src/private/multisplitter/MultiSplitterConfig.cpp +++ b/src/private/multisplitter/MultiSplitterConfig.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "MultiSplitterConfig.h" diff --git a/src/private/multisplitter/MultiSplitterConfig.h b/src/private/multisplitter/MultiSplitterConfig.h index b37c4112..f68a1f35 100644 --- a/src/private/multisplitter/MultiSplitterConfig.h +++ b/src/private/multisplitter/MultiSplitterConfig.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #pragma once diff --git a/src/private/multisplitter/Separator.cpp b/src/private/multisplitter/Separator.cpp index c03df1a7..423ae26f 100644 --- a/src/private/multisplitter/Separator.cpp +++ b/src/private/multisplitter/Separator.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "Separator_p.h" diff --git a/src/private/multisplitter/Separator_p.h b/src/private/multisplitter/Separator_p.h index f66cdd84..a1c69a86 100644 --- a/src/private/multisplitter/Separator_p.h +++ b/src/private/multisplitter/Separator_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KD_MULTISPLITTER_SEPARATOR_P_H diff --git a/src/private/multisplitter/Separator_quick.cpp b/src/private/multisplitter/Separator_quick.cpp index 4330fec7..f11b90d1 100644 --- a/src/private/multisplitter/Separator_quick.cpp +++ b/src/private/multisplitter/Separator_quick.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "Separator_quick.h" diff --git a/src/private/multisplitter/Separator_quick.h b/src/private/multisplitter/Separator_quick.h index 41b4d0b8..eaddfea7 100644 --- a/src/private/multisplitter/Separator_quick.h +++ b/src/private/multisplitter/Separator_quick.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KD_MULTISPLITTER_SEPARATOR_QUICK_H diff --git a/src/private/multisplitter/Separator_qwidget.cpp b/src/private/multisplitter/Separator_qwidget.cpp index ed599580..e05dc031 100644 --- a/src/private/multisplitter/Separator_qwidget.cpp +++ b/src/private/multisplitter/Separator_qwidget.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "Separator_qwidget.h" diff --git a/src/private/multisplitter/Separator_qwidget.h b/src/private/multisplitter/Separator_qwidget.h index 6989af93..048f33c1 100644 --- a/src/private/multisplitter/Separator_qwidget.h +++ b/src/private/multisplitter/Separator_qwidget.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KD_MULTISPLITTER_SEPARATORQWIDGET_P_H diff --git a/src/private/multisplitter/Widget.cpp b/src/private/multisplitter/Widget.cpp index e00f5888..2bc632ce 100644 --- a/src/private/multisplitter/Widget.cpp +++ b/src/private/multisplitter/Widget.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "Widget.h" diff --git a/src/private/multisplitter/Widget.h b/src/private/multisplitter/Widget.h index 75f21886..21b3639c 100644 --- a/src/private/multisplitter/Widget.h +++ b/src/private/multisplitter/Widget.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ ///@file diff --git a/src/private/multisplitter/Widget_quick.cpp b/src/private/multisplitter/Widget_quick.cpp index e40664be..86ec7aed 100644 --- a/src/private/multisplitter/Widget_quick.cpp +++ b/src/private/multisplitter/Widget_quick.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "Widget_quick.h" diff --git a/src/private/multisplitter/Widget_quick.h b/src/private/multisplitter/Widget_quick.h index d036780c..80413f2c 100644 --- a/src/private/multisplitter/Widget_quick.h +++ b/src/private/multisplitter/Widget_quick.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #pragma once diff --git a/src/private/multisplitter/Widget_qwidget.cpp b/src/private/multisplitter/Widget_qwidget.cpp index 6aa5fac6..6138f201 100644 --- a/src/private/multisplitter/Widget_qwidget.cpp +++ b/src/private/multisplitter/Widget_qwidget.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "Widget_qwidget.h" diff --git a/src/private/multisplitter/Widget_qwidget.h b/src/private/multisplitter/Widget_qwidget.h index 7c5f6337..fd0e60cd 100644 --- a/src/private/multisplitter/Widget_qwidget.h +++ b/src/private/multisplitter/Widget_qwidget.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #pragma once diff --git a/src/private/multisplitter/examples/CMakeLists.txt b/src/private/multisplitter/examples/CMakeLists.txt index 479be95d..3372781e 100644 --- a/src/private/multisplitter/examples/CMakeLists.txt +++ b/src/private/multisplitter/examples/CMakeLists.txt @@ -1,3 +1,14 @@ +# +# This file is part of KDDockWidgets. +# +# SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company +# Author: Sergio Martins +# +# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only +# +# Contact KDAB at for commercial licensing options. +# + if(BUILD_MULTISPLITTER_QTQUICK_FRONTEND) add_subdirectory(quick) endif() diff --git a/src/private/multisplitter/examples/quick/CMakeLists.txt b/src/private/multisplitter/examples/quick/CMakeLists.txt index 234e0f12..1cf52f1c 100644 --- a/src/private/multisplitter/examples/quick/CMakeLists.txt +++ b/src/private/multisplitter/examples/quick/CMakeLists.txt @@ -1,5 +1,15 @@ -find_package(Qt5Quick) +# +# This file is part of KDDockWidgets. +# +# SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company +# Author: Sergio Martins +# +# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only +# +# Contact KDAB at for commercial licensing options. +# +find_package(Qt5Quick) set(SRCS main.cpp controller.cpp multisplitter.cpp) qt5_add_resources(RESOURCES ${CMAKE_CURRENT_SOURCE_DIR}/resources.qrc) diff --git a/src/private/multisplitter/examples/quick/Indicator.qml b/src/private/multisplitter/examples/quick/Indicator.qml index dc1a878a..b62e748a 100644 --- a/src/private/multisplitter/examples/quick/Indicator.qml +++ b/src/private/multisplitter/examples/quick/Indicator.qml @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ import com.kdab.kddockwidgets.multisplitter 1.0; diff --git a/src/private/multisplitter/examples/quick/MyItem.qml b/src/private/multisplitter/examples/quick/MyItem.qml index c9edc3c6..cbc62c34 100644 --- a/src/private/multisplitter/examples/quick/MyItem.qml +++ b/src/private/multisplitter/examples/quick/MyItem.qml @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ import "qrc:/" diff --git a/src/private/multisplitter/examples/quick/controller.cpp b/src/private/multisplitter/examples/quick/controller.cpp index 7bd0d1de..2b739456 100644 --- a/src/private/multisplitter/examples/quick/controller.cpp +++ b/src/private/multisplitter/examples/quick/controller.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "controller.h" diff --git a/src/private/multisplitter/examples/quick/controller.h b/src/private/multisplitter/examples/quick/controller.h index 1a5f09f9..1dca62c0 100644 --- a/src/private/multisplitter/examples/quick/controller.h +++ b/src/private/multisplitter/examples/quick/controller.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef CONTROLLER_H diff --git a/src/private/multisplitter/examples/quick/main.cpp b/src/private/multisplitter/examples/quick/main.cpp index 60e57503..16d5df7d 100644 --- a/src/private/multisplitter/examples/quick/main.cpp +++ b/src/private/multisplitter/examples/quick/main.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "controller.h" diff --git a/src/private/multisplitter/examples/quick/main.qml b/src/private/multisplitter/examples/quick/main.qml index 1759d67f..0140c286 100644 --- a/src/private/multisplitter/examples/quick/main.qml +++ b/src/private/multisplitter/examples/quick/main.qml @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ import QtQuick 2.6 diff --git a/src/private/multisplitter/examples/quick/multisplitter.cpp b/src/private/multisplitter/examples/quick/multisplitter.cpp index 5ac94da5..e0517faf 100644 --- a/src/private/multisplitter/examples/quick/multisplitter.cpp +++ b/src/private/multisplitter/examples/quick/multisplitter.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "multisplitter.h" diff --git a/src/private/multisplitter/examples/quick/multisplitter.h b/src/private/multisplitter/examples/quick/multisplitter.h index 9264335a..b2eb9833 100644 --- a/src/private/multisplitter/examples/quick/multisplitter.h +++ b/src/private/multisplitter/examples/quick/multisplitter.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ diff --git a/src/private/multisplitter/multisplitter_export.h b/src/private/multisplitter/multisplitter_export.h index 265d1fb1..1d8a6360 100644 --- a/src/private/multisplitter/multisplitter_export.h +++ b/src/private/multisplitter/multisplitter_export.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KD_MULTISPLITTER_EXPORT_H diff --git a/src/private/multisplitter/qml/Separator.qml b/src/private/multisplitter/qml/Separator.qml index a12fd0b9..768c49bb 100644 --- a/src/private/multisplitter/qml/Separator.qml +++ b/src/private/multisplitter/qml/Separator.qml @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ Rectangle { diff --git a/src/private/multisplitter/tests/CMakeLists.txt b/src/private/multisplitter/tests/CMakeLists.txt index 9b74671c..30e00dbb 100644 --- a/src/private/multisplitter/tests/CMakeLists.txt +++ b/src/private/multisplitter/tests/CMakeLists.txt @@ -1,5 +1,15 @@ -find_package(Qt5Test) +# +# This file is part of KDDockWidgets. +# +# SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company +# Author: Sergio Martins +# +# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only +# +# Contact KDAB at for commercial licensing options. +# +find_package(Qt5Test) add_executable(tst_multisplitter tst_multisplitter.cpp) target_link_libraries(tst_multisplitter kddockwidgets_multisplitter Qt5::Test) set_compiler_flags(tst_multisplitter) diff --git a/src/private/multisplitter/tests/tst_multisplitter.cpp b/src/private/multisplitter/tests/tst_multisplitter.cpp index 053acab7..f484c8f9 100644 --- a/src/private/multisplitter/tests/tst_multisplitter.cpp +++ b/src/private/multisplitter/tests/tst_multisplitter.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "Item_p.h" diff --git a/src/private/quick/DockWidgetQuick.cpp b/src/private/quick/DockWidgetQuick.cpp index 5b2dd3f5..ef51e43b 100644 --- a/src/private/quick/DockWidgetQuick.cpp +++ b/src/private/quick/DockWidgetQuick.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "DockWidgetQuick.h" diff --git a/src/private/quick/DockWidgetQuick.h b/src/private/quick/DockWidgetQuick.h index 6c6d827a..ad4d81b2 100644 --- a/src/private/quick/DockWidgetQuick.h +++ b/src/private/quick/DockWidgetQuick.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/private/quick/FloatingWindowQuick.cpp b/src/private/quick/FloatingWindowQuick.cpp index a697078c..d9e74092 100644 --- a/src/private/quick/FloatingWindowQuick.cpp +++ b/src/private/quick/FloatingWindowQuick.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "FloatingWindowQuick_p.h" diff --git a/src/private/quick/FloatingWindowQuick_p.h b/src/private/quick/FloatingWindowQuick_p.h index 19a3d51a..fca489ba 100644 --- a/src/private/quick/FloatingWindowQuick_p.h +++ b/src/private/quick/FloatingWindowQuick_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KD_FLOATING_WINDOWQUICK_P_H diff --git a/src/private/quick/FrameQuick.cpp b/src/private/quick/FrameQuick.cpp index 6d8ee5e3..43cb2853 100644 --- a/src/private/quick/FrameQuick.cpp +++ b/src/private/quick/FrameQuick.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/private/quick/FrameQuick_p.h b/src/private/quick/FrameQuick_p.h index aeede693..21454705 100644 --- a/src/private/quick/FrameQuick_p.h +++ b/src/private/quick/FrameQuick_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ diff --git a/src/private/quick/LayoutSaverQuick.cpp b/src/private/quick/LayoutSaverQuick.cpp index 0fa2931b..c9019eff 100644 --- a/src/private/quick/LayoutSaverQuick.cpp +++ b/src/private/quick/LayoutSaverQuick.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "LayoutSaver.h" diff --git a/src/private/quick/MainWindowQuick.cpp b/src/private/quick/MainWindowQuick.cpp index c5519373..07c7eb1e 100644 --- a/src/private/quick/MainWindowQuick.cpp +++ b/src/private/quick/MainWindowQuick.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "MainWindowQuick_p.h" diff --git a/src/private/quick/MainWindowQuick_p.h b/src/private/quick/MainWindowQuick_p.h index 919be68e..693c4608 100644 --- a/src/private/quick/MainWindowQuick_p.h +++ b/src/private/quick/MainWindowQuick_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KD_MAIN_WINDOW_QUICK_P_H diff --git a/src/private/quick/QWidgetAdapter_quick.cpp b/src/private/quick/QWidgetAdapter_quick.cpp index 319e6be3..20457cde 100644 --- a/src/private/quick/QWidgetAdapter_quick.cpp +++ b/src/private/quick/QWidgetAdapter_quick.cpp @@ -1,24 +1,12 @@ -/* This file is part of KDDockWidgets. +/* + This file is part of KDDockWidgets. - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/private/quick/QWidgetAdapter_quick_p.h b/src/private/quick/QWidgetAdapter_quick_p.h index 5022b0c9..593773ca 100644 --- a/src/private/quick/QWidgetAdapter_quick_p.h +++ b/src/private/quick/QWidgetAdapter_quick_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/private/quick/QmlTypes.cpp b/src/private/quick/QmlTypes.cpp index ef9e5268..21822767 100644 --- a/src/private/quick/QmlTypes.cpp +++ b/src/private/quick/QmlTypes.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "QmlTypes.h" diff --git a/src/private/quick/QmlTypes.h b/src/private/quick/QmlTypes.h index f411912f..6e2e256b 100644 --- a/src/private/quick/QmlTypes.h +++ b/src/private/quick/QmlTypes.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/private/quick/TabBarQuick.cpp b/src/private/quick/TabBarQuick.cpp index 4b2c0c94..7011589c 100644 --- a/src/private/quick/TabBarQuick.cpp +++ b/src/private/quick/TabBarQuick.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/private/quick/TabBarQuick_p.h b/src/private/quick/TabBarQuick_p.h index 867f4880..a9112bf7 100644 --- a/src/private/quick/TabBarQuick_p.h +++ b/src/private/quick/TabBarQuick_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/private/quick/TitleBarQuick.cpp b/src/private/quick/TitleBarQuick.cpp index c3eef866..e2d4be03 100644 --- a/src/private/quick/TitleBarQuick.cpp +++ b/src/private/quick/TitleBarQuick.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "TitleBarQuick_p.h" diff --git a/src/private/quick/TitleBarQuick_p.h b/src/private/quick/TitleBarQuick_p.h index c08fc687..5737113f 100644 --- a/src/private/quick/TitleBarQuick_p.h +++ b/src/private/quick/TitleBarQuick_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KD_TITLEBARQUICK_P_H diff --git a/src/private/quick/qml/Frame.qml b/src/private/quick/qml/Frame.qml index 803c1868..8d851df7 100644 --- a/src/private/quick/qml/Frame.qml +++ b/src/private/quick/qml/Frame.qml @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ import QtQuick 2.9 diff --git a/src/private/quick/qml/MainWindow.qml b/src/private/quick/qml/MainWindow.qml index 18c1d38e..e03506a9 100644 --- a/src/private/quick/qml/MainWindow.qml +++ b/src/private/quick/qml/MainWindow.qml @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ import QtQuick 2.9 diff --git a/src/private/quick/qml/Separator.qml b/src/private/quick/qml/Separator.qml index 97fb091e..c8916a38 100644 --- a/src/private/quick/qml/Separator.qml +++ b/src/private/quick/qml/Separator.qml @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ import QtQuick 2.9 diff --git a/src/private/quick/qml/TitleBar.qml b/src/private/quick/qml/TitleBar.qml index 1ad047e9..8995d1df 100644 --- a/src/private/quick/qml/TitleBar.qml +++ b/src/private/quick/qml/TitleBar.qml @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ import QtQuick 2.9 diff --git a/src/private/quick/qml/TitleBarBase.qml b/src/private/quick/qml/TitleBarBase.qml index 511a9820..47273d73 100644 --- a/src/private/quick/qml/TitleBarBase.qml +++ b/src/private/quick/qml/TitleBarBase.qml @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ import QtQuick 2.9 diff --git a/src/private/widgets/DockWidget.cpp b/src/private/widgets/DockWidget.cpp index 71af2e98..d7d47abc 100644 --- a/src/private/widgets/DockWidget.cpp +++ b/src/private/widgets/DockWidget.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "DockWidget.h" diff --git a/src/private/widgets/FloatingWindowWidget.cpp b/src/private/widgets/FloatingWindowWidget.cpp index 4003f857..1c86de9c 100644 --- a/src/private/widgets/FloatingWindowWidget.cpp +++ b/src/private/widgets/FloatingWindowWidget.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "FloatingWindowWidget_p.h" diff --git a/src/private/widgets/FloatingWindowWidget_p.h b/src/private/widgets/FloatingWindowWidget_p.h index c3766abd..a01f9240 100644 --- a/src/private/widgets/FloatingWindowWidget_p.h +++ b/src/private/widgets/FloatingWindowWidget_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KD_FLOATING_WINDOWWIDGET_P_H diff --git a/src/private/widgets/FrameWidget.cpp b/src/private/widgets/FrameWidget.cpp index df3ac25c..0e74a85f 100644 --- a/src/private/widgets/FrameWidget.cpp +++ b/src/private/widgets/FrameWidget.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/private/widgets/FrameWidget_p.h b/src/private/widgets/FrameWidget_p.h index a1711569..538bc27a 100644 --- a/src/private/widgets/FrameWidget_p.h +++ b/src/private/widgets/FrameWidget_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ diff --git a/src/private/widgets/MultiSplitter.cpp b/src/private/widgets/MultiSplitter.cpp index 23f61a0a..46f23a10 100644 --- a/src/private/widgets/MultiSplitter.cpp +++ b/src/private/widgets/MultiSplitter.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/private/widgets/MultiSplitter_p.h b/src/private/widgets/MultiSplitter_p.h index 0fd50ba2..783f00f8 100644 --- a/src/private/widgets/MultiSplitter_p.h +++ b/src/private/widgets/MultiSplitter_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/private/widgets/QWidgetAdapter_widgets.cpp b/src/private/widgets/QWidgetAdapter_widgets.cpp index 38dd5aa2..9478810b 100644 --- a/src/private/widgets/QWidgetAdapter_widgets.cpp +++ b/src/private/widgets/QWidgetAdapter_widgets.cpp @@ -1,24 +1,12 @@ -/* This file is part of KDDockWidgets. +/* + This file is part of KDDockWidgets. - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/private/widgets/QWidgetAdapter_widgets_p.h b/src/private/widgets/QWidgetAdapter_widgets_p.h index e9ec90f2..bbd19a0e 100644 --- a/src/private/widgets/QWidgetAdapter_widgets_p.h +++ b/src/private/widgets/QWidgetAdapter_widgets_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/private/widgets/TabBarWidget.cpp b/src/private/widgets/TabBarWidget.cpp index 6c7c8840..7c61fe24 100644 --- a/src/private/widgets/TabBarWidget.cpp +++ b/src/private/widgets/TabBarWidget.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/private/widgets/TabBarWidget_p.h b/src/private/widgets/TabBarWidget_p.h index f87700e8..18215443 100644 --- a/src/private/widgets/TabBarWidget_p.h +++ b/src/private/widgets/TabBarWidget_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/private/widgets/TabWidgetWidget.cpp b/src/private/widgets/TabWidgetWidget.cpp index a0d4d69d..177885ae 100644 --- a/src/private/widgets/TabWidgetWidget.cpp +++ b/src/private/widgets/TabWidgetWidget.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/private/widgets/TabWidgetWidget_p.h b/src/private/widgets/TabWidgetWidget_p.h index 330c5607..630556f1 100644 --- a/src/private/widgets/TabWidgetWidget_p.h +++ b/src/private/widgets/TabWidgetWidget_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ /** diff --git a/src/private/widgets/TitleBarWidget.cpp b/src/private/widgets/TitleBarWidget.cpp index fd66f3e0..0cca8579 100644 --- a/src/private/widgets/TitleBarWidget.cpp +++ b/src/private/widgets/TitleBarWidget.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "TitleBarWidget_p.h" diff --git a/src/private/widgets/TitleBarWidget_p.h b/src/private/widgets/TitleBarWidget_p.h index 64b152b7..85f7a9b0 100644 --- a/src/private/widgets/TitleBarWidget_p.h +++ b/src/private/widgets/TitleBarWidget_p.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KD_TITLEBARWIDGET_P_H diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index e2186abd..97a6f57d 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,3 +1,14 @@ +# +# This file is part of KDDockWidgets. +# +# SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company +# Author: Sergio Martins +# +# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only +# +# Contact KDAB at for commercial licensing options. +# + if(POLICY CMP0043) cmake_policy(SET CMP0043 NEW) endif() diff --git a/tests/Testing.cpp b/tests/Testing.cpp index b3a6cf3b..4af0e1a5 100644 --- a/tests/Testing.cpp +++ b/tests/Testing.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "Testing.h" diff --git a/tests/Testing.h b/tests/Testing.h index b05fec01..d2a0fcaa 100644 --- a/tests/Testing.h +++ b/tests/Testing.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ // We don't care about performance related checks in the tests diff --git a/tests/fuzzer/CMakeLists.txt b/tests/fuzzer/CMakeLists.txt index de537d1e..7b29668e 100644 --- a/tests/fuzzer/CMakeLists.txt +++ b/tests/fuzzer/CMakeLists.txt @@ -1,3 +1,13 @@ +# +# This file is part of KDDockWidgets. +# +# SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company +# Author: Sergio Martins +# +# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only +# +# Contact KDAB at for commercial licensing options. +# add_executable(fuzzer main.cpp Fuzzer.cpp Operations.cpp ../Testing.cpp) diff --git a/tests/fuzzer/Fuzzer.cpp b/tests/fuzzer/Fuzzer.cpp index caaca9f2..db61d765 100644 --- a/tests/fuzzer/Fuzzer.cpp +++ b/tests/fuzzer/Fuzzer.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ // We don't care about performance related checks in the tests diff --git a/tests/fuzzer/Fuzzer.h b/tests/fuzzer/Fuzzer.h index 965ae23b..08d7346d 100644 --- a/tests/fuzzer/Fuzzer.h +++ b/tests/fuzzer/Fuzzer.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ // We don't care about performance related checks in the tests diff --git a/tests/fuzzer/Operations.cpp b/tests/fuzzer/Operations.cpp index d8148dc3..63bb9da1 100644 --- a/tests/fuzzer/Operations.cpp +++ b/tests/fuzzer/Operations.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ // We don't care about performance related checks in the tests diff --git a/tests/fuzzer/Operations.h b/tests/fuzzer/Operations.h index 08f4a931..3499bbbf 100644 --- a/tests/fuzzer/Operations.h +++ b/tests/fuzzer/Operations.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ // We don't care about performance related checks in the tests diff --git a/tests/fuzzer/main.cpp b/tests/fuzzer/main.cpp index fa8bbc61..bf8cbda2 100644 --- a/tests/fuzzer/main.cpp +++ b/tests/fuzzer/main.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ // We don't care about performance related checks in the tests diff --git a/tests/tests_launcher.cpp b/tests/tests_launcher.cpp index f145cec4..5476df71 100644 --- a/tests/tests_launcher.cpp +++ b/tests/tests_launcher.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include diff --git a/tests/tst_docks.cpp b/tests/tst_docks.cpp index 1c63d79e..2814801c 100644 --- a/tests/tst_docks.cpp +++ b/tests/tst_docks.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2018-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ // We don't care about performance related checks in the tests diff --git a/tests/utils.cpp b/tests/utils.cpp index c3b0251d..1f7cdb1e 100644 --- a/tests/utils.cpp +++ b/tests/utils.cpp @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #include "utils.h" diff --git a/tests/utils.h b/tests/utils.h index 8000e3cb..12fefc17 100644 --- a/tests/utils.h +++ b/tests/utils.h @@ -1,21 +1,12 @@ /* This file is part of KDDockWidgets. - Copyright (C) 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com + SPDX-FileCopyrightText: 2019-2020 Klarälvdalens Datakonsult AB, a KDAB Group company Author: Sérgio Martins - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 2 of the License, or - (at your option) any later version. + SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only - 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 . + Contact KDAB at for commercial licensing options. */ #ifndef KDDOCKWIDGETS_TESTS_UTILS_H