From b9e0e8a464bb9612130a3f6301d7d51932418f01 Mon Sep 17 00:00:00 2001 From: itdominator <1itdominator@gmail.com> Date: Mon, 22 Nov 2021 16:24:44 -0600 Subject: [PATCH] Added context menu, updated events --- .../new/pyfm/resources/#Main_Window.glade# | 596 ------------ .../PyFM/new/pyfm/resources/Main_Window.glade | 677 +++++++++++++- .../new/pyfm/resources/appchooserdlg.glade | 331 +++++++ .../new/pyfm/resources/file_properties.glade | 858 ++++++++++++++++++ .../PyFM/new/pyfm/resources/pyfm-64x64.png | Bin 0 -> 16172 bytes .../PyFM/new/pyfm/signal_classes/Signals.py | 57 +- .../pyfm/signal_classes/mixins/TabMixin.py | 119 --- .../mixins/WidgetFileActionMixin.py | 156 ++++ .../pyfm/signal_classes/mixins/WindowMixin.py | 32 +- .../pyfm/signal_classes/mixins/__init__.py | 1 + 10 files changed, 2049 insertions(+), 778 deletions(-) delete mode 100644 src/versions/pyfm-0.0.1/PyFM/new/pyfm/resources/#Main_Window.glade# create mode 100644 src/versions/pyfm-0.0.1/PyFM/new/pyfm/resources/appchooserdlg.glade create mode 100644 src/versions/pyfm-0.0.1/PyFM/new/pyfm/resources/file_properties.glade create mode 100644 src/versions/pyfm-0.0.1/PyFM/new/pyfm/resources/pyfm-64x64.png create mode 100644 src/versions/pyfm-0.0.1/PyFM/new/pyfm/signal_classes/mixins/WidgetFileActionMixin.py diff --git a/src/versions/pyfm-0.0.1/PyFM/new/pyfm/resources/#Main_Window.glade# b/src/versions/pyfm-0.0.1/PyFM/new/pyfm/resources/#Main_Window.glade# deleted file mode 100644 index 0a41cde..0000000 --- a/src/versions/pyfm-0.0.1/PyFM/new/pyfm/resources/#Main_Window.glade# +++ /dev/null @@ -1,596 +0,0 @@ - - - - - - True - False - gtk-apply - 3 - - - True - False - gtk-apply - 3 - - - True - False - gtk-apply - 3 - - - True - False - gtk-apply - 3 - - - 800 - 600 - False - center - 1670 - 830 - pyfm.png - center - - - - - True - False - vertical - top - - - True - False - - - True - False - - - True - False - _File - True - - - True - False - - - gtk-new - True - False - True - True - - - - - gtk-open - True - False - True - True - - - - - gtk-save - True - False - True - True - - - - - gtk-save-as - True - False - True - True - - - - - True - False - - - - - gtk-quit - True - False - True - True - - - - - - - - - True - False - _Edit - True - - - True - False - - - gtk-cut - True - False - True - True - - - - - gtk-copy - True - False - True - True - - - - - - gtk-paste - True - False - True - True - - - - - gtk-delete - True - False - True - True - - - - - - - - - True - False - _View - True - - - - - True - False - _Help - True - - - True - False - - - gtk-about - True - False - True - True - - - - - - - - - True - True - 0 - - - - - True - False - 5 - start - - - tggl_notebook_1 - True - True - True - tggl_notebook_1_img - True - - - - True - True - 0 - - - - - tggl_notebook_2 - True - True - True - tggl_notebook_2_img - True - - - - True - True - 1 - - - - - tggl_notebook_3 - True - True - True - tggl_notebook_3_img - True - - - - True - True - 2 - - - - - tggl_notebook_4 - True - True - True - tggl_notebook_4_img - True - - - - True - True - 3 - - - - - False - True - 1 - - - - - - True - False - False - False - False - False - - - True - True - 2 - - - - - False - True - 0 - - - - - True - False - - - gtk-home - go_home - True - True - True - True - True - - - - False - True - 0 - - - - - gtk-refresh - refresh_view - True - True - True - True - True - - - - False - True - 1 - - - - - gtk-go-up - go_up - True - True - True - True - True - - - - False - True - 2 - - - - - path_entry - True - True - True - Path... - - - - True - True - 3 - - - - - gtk-add - create_tab - True - True - True - True - True - - - - False - True - 4 - - - - - False - True - 1 - - - - - True - True - True - True - vertical - True - - - True - True - 5 - True - True - True - - - notebook1 - True - True - True - 5 - 5 - 5 - 5 - False - True - - - - True - True - 6 - - - - - - - - - - - - - - - - - - - - True - True - - - - - notebook2 - True - True - 5 - 5 - 5 - 5 - False - True - - - - - - - - - - - - - - - - - - - - - - True - True - - - - - True - True - - - - - True - True - 5 - True - True - True - - - notebook3 - True - True - 5 - 5 - 5 - 5 - False - True - - - - - - - - - - - - - - - - - - - - - - True - True - - - - - notebook4 - True - True - 5 - 5 - 5 - False - True - - - - - - - - - - - - - - - - - - - - - - True - True - - - - - True - True - - - - - True - True - 2 - - - - - - diff --git a/src/versions/pyfm-0.0.1/PyFM/new/pyfm/resources/Main_Window.glade b/src/versions/pyfm-0.0.1/PyFM/new/pyfm/resources/Main_Window.glade index 17d0a5e..f6df595 100644 --- a/src/versions/pyfm-0.0.1/PyFM/new/pyfm/resources/Main_Window.glade +++ b/src/versions/pyfm-0.0.1/PyFM/new/pyfm/resources/Main_Window.glade @@ -2,6 +2,641 @@ + + False + 5 + center-on-parent + pyfm.png + dialog + PyFM + 0.0.1 + Copyright (C) 2021 GPL2 + by ITDominator + https://code.itdominator.com/itdominator/PyFM + PyFM - Copyright (C) 2021 ITDominator GPL2 + + + 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. + + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". + +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. + + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. + +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. + + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: + + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. + + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) + +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. + +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. + +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of this License. + + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: + + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, + + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) + +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. + +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. + + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. + + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. + + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. + +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. + +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. + +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. + + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. + + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + + NO WARRANTY + + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. + + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + <one line to give the program's name and a brief idea of what it does.> + Copyright (C) <year> <name of author> + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + <signature of Ty Coon>, 1 April 1989 + Ty Coon, President of Vice + +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. + + Lead Developer: + ITDominator <1itdominator@gmail.com> + + +PyFM is developed on Atom, git, and using Python 3+ with Gtk GObject introspection. + + translator-credits + pyfm-64x64.png + True + custom + + + False + + + False + + + False + False + 0 + + + + + + + False + mouse + splashscreen + south + + + + False + vertical + 2 + + + False + end + + + + + + + + + False + False + 0 + + + + + 500 + True + False + vertical + + + True + False + vertical + + + gtk-delete + delete + True + True + True + Delete... + True + True + + + + False + True + 4 + + + + + gtk-cut + cut + True + True + True + Cut... + True + True + + + + False + True + 0 + + + + + gtk-copy + copy + True + True + True + Copy... + True + True + + + + False + True + 1 + + + + + Trash + trash + True + True + True + Move to Trash... + trashImage + True + + + + False + True + end + 3 + + + + + gtk-paste + paste + True + True + True + Paste... + 20 + True + True + + + + False + True + 4 + + + + + False + True + 0 + + + + + 500 + 26 + True + True + 20 + gtk-edit + New File/Dir Name... + + + False + True + 1 + + + + + True + False + vertical + + + True + False + + + True + False + 15 + Folder + + + + + + True + True + 0 + + + + + True + False + 15 + File + + + + + + True + True + 1 + + + + + False + True + 0 + + + + + True + True + File/Folder + True + + + False + True + 1 + + + + + Create + create + True + True + True + Create File/Folder... + createImage + True + + + + False + True + 2 + + + + + False + True + 2 + + + + + False + True + 1 + + + + + + + True + False + gtk-new + True False @@ -79,24 +714,6 @@ True - - - gtk-save - True - False - True - True - - - - - gtk-save-as - True - False - True - True - - True @@ -110,6 +727,7 @@ False True True + @@ -129,52 +747,51 @@ gtk-cut + cut True False True True + gtk-copy + copy True False True True - + gtk-paste + paste True False True True + gtk-delete + delete True False True True + - - - True - False - _View - True - - True @@ -192,6 +809,7 @@ False True True + @@ -589,4 +1207,9 @@ + + True + False + icons/trash.png + diff --git a/src/versions/pyfm-0.0.1/PyFM/new/pyfm/resources/appchooserdlg.glade b/src/versions/pyfm-0.0.1/PyFM/new/pyfm/resources/appchooserdlg.glade new file mode 100644 index 0000000..8d596cb --- /dev/null +++ b/src/versions/pyfm-0.0.1/PyFM/new/pyfm/resources/appchooserdlg.glade @@ -0,0 +1,331 @@ + + + + + + False + 6 + Choose Application + 420 + dialog + + + True + False + 12 + + + True + False + end + + + gtk-cancel + True + True + True + False + True + + + True + True + 0 + + + + + gtk-ok + True + True + True + True + False + True + + + True + True + 1 + + + + + False + False + end + 0 + + + + + True + False + 4 + 4 + Please choose an application or enter a command: + True + 0 + + + False + False + 1 + 1 + + + + + True + False + 6 + + + True + False + 4 + 0 + File Type: + 0 + + + False + False + 0 + + + + + True + False + True + + + False + False + 2 + + + + + False + True + 2 + 3 + + + + + True + True + + + + True + True + in + + + True + True + True + False + + + + + + + + + + True + False + _Associated Apps + True + + + False + + + + + True + True + in + + + True + True + False + + + + + + + + 1 + + + + + True + False + A_ll Apps + True + + + 1 + False + + + + + False + True + 4 + + + + + True + False + 4 + 12 + + + True + False + _Command: + True + cmdline + + + False + False + 0 + + + + + True + True + True + + + True + True + 1 + + + + + True + True + False + + + + True + False + 0 + 0 + + + True + False + 2 + + + True + False + gtk-open + + + False + False + 0 + + + + + True + False + _Browse + True + + + False + False + 1 + + + + + + + + + False + False + 2 + + + + + False + True + 5 + + + + + True + False + 6 + + + Opened in Terminal + False + True + False + True + True + + + False + False + 0 + + + + + _Set as default application for this file type + True + True + False + True + True + + + False + False + 1 + + + + + False + True + 6 + + + + + + cancelbutton + okbutton + + + diff --git a/src/versions/pyfm-0.0.1/PyFM/new/pyfm/resources/file_properties.glade b/src/versions/pyfm-0.0.1/PyFM/new/pyfm/resources/file_properties.glade new file mode 100644 index 0000000..aa8e891 --- /dev/null +++ b/src/versions/pyfm-0.0.1/PyFM/new/pyfm/resources/file_properties.glade @@ -0,0 +1,858 @@ + + + + + + False + 6 + File Properties + center-on-parent + 360 + dialog + center + + + + True + False + 12 + + + True + False + end + + + gtk-cancel + True + True + True + False + True + + + + True + True + 0 + + + + + gtk-ok + True + True + True + False + True + + + + True + True + 1 + + + + + False + False + end + 0 + + + + + True + True + 6 + + + True + False + 6 + 6 + 12 + + + True + False + 4 + 9 + 2 + 12 + 6 + + + True + False + <b>File _Name:</b> + True + True + file_name + 0 + + + GTK_FILL + + + + + + True + True + + + 1 + 2 + + + + + + True + False + <b>_Location:</b> + True + True + location + 0 + + + 1 + 2 + GTK_FILL + + + + + + True + True + + + 1 + 2 + 1 + 2 + GTK_FILL + + + + + + False + <b>Link _Target:</b> + True + True + target + 0 + + + 2 + 3 + GTK_FILL + + + + + + True + + + 1 + 2 + 2 + 3 + GTK_FILL + + + + + + True + False + <b>Type:</b> + True + True + 0 + 0 + + + 3 + 4 + GTK_FILL + GTK_FILL + + + + + True + True + True + end + 0 + 0 + + + 1 + 2 + 3 + 4 + GTK_FILL + + + + + + True + False + <b>Opens _With:</b> + True + True + open_with + 0 + + + 4 + 5 + GTK_FILL + + + + + + True + False + + + 1 + 2 + 4 + 5 + GTK_FILL + GTK_FILL + + + + + True + False + <b>Total Size:</b> + True + True + 0 + + + 5 + 6 + GTK_FILL + + + + + + True + True + True + 0 + + + 1 + 2 + 5 + 6 + GTK_FILL + + + + + + True + False + <b>Size On Disk:</b> + True + True + 0 + + + 6 + 7 + GTK_FILL + + + + + + True + True + True + 0 + + + 1 + 2 + 6 + 7 + GTK_FILL + + + + + + True + False + <b>Count:</b> + True + True + 0 + + + 7 + 8 + GTK_FILL + + + + + + True + True + True + 0 + + + 1 + 2 + 7 + 8 + GTK_FILL + + + + + + True + False + <b>_Modified:</b> + True + True + mtime + 0 + + + 8 + 9 + GTK_FILL + + + + + + True + True + + + 1 + 2 + 8 + 9 + GTK_FILL + + + + + + True + False + <b>_Accessed:</b> + True + True + atime + 0 + + + 9 + 10 + GTK_FILL + + + + + + True + True + + + 1 + 2 + 9 + 10 + GTK_FILL + + + + + + + + + + True + False + _Info + True + + + False + + + + + True + False + 6 + 6 + 12 + + + True + False + 6 + + + True + False + 2 + 2 + 2 + 12 + 6 + + + True + False + <b>_Owner:</b> + True + True + owner + 0 + + + GTK_FILL + + + + + + True + False + <b>_Group:</b> + True + True + group + 0 + + + 1 + 2 + GTK_FILL + + + + + + True + True + + + 1 + 2 + + + + + + True + True + + + 1 + 2 + 1 + 2 + + + + + + False + False + 0 + + + + + True + False + + + False + False + 1 + + + + + True + False + 4 + 3 + 6 + 12 + 6 + + + True + False + <b>Owner:</b> + True + True + 0 + + + GTK_FILL + + + + + + True + False + <b>Group:</b> + True + True + 0 + + + 1 + 2 + GTK_FILL + + + + + + True + False + <b>Other:</b> + True + True + 0 + + + 2 + 3 + GTK_FILL + + + + + + Read + True + True + False + 2 + True + True + + + 1 + 2 + GTK_FILL + + + + + + Read + True + True + False + 2 + True + True + + + 1 + 2 + 1 + 2 + GTK_FILL + + + + + + Read + True + True + False + 2 + True + True + + + 1 + 2 + 2 + 3 + GTK_FILL + + + + + + Write + True + True + False + 2 + True + True + + + 2 + 3 + GTK_FILL + + + + + + Write + True + True + False + 2 + True + True + + + 2 + 3 + 1 + 2 + GTK_FILL + + + + + + Write + True + True + False + 2 + True + True + + + 2 + 3 + 2 + 3 + GTK_FILL + + + + + + Execute + True + True + False + 2 + True + True + + + 3 + 4 + GTK_FILL + + + + + + Execute + True + True + False + 2 + True + True + + + 3 + 4 + 1 + 2 + GTK_FILL + + + + + + Execute + True + True + False + 2 + True + True + + + 3 + 4 + 2 + 3 + GTK_FILL + + + + + + Set UID + True + True + False + 2 + True + True + + + 5 + 6 + GTK_FILL + + + + + + Set GID + True + True + False + 2 + True + True + + + 5 + 6 + 1 + 2 + GTK_FILL + + + + + + Sticky + True + True + False + 2 + True + True + + + 5 + 6 + 2 + 3 + GTK_FILL + + + + + + True + False + + + 4 + 5 + 3 + GTK_FILL + GTK_FILL + + + + + False + True + 2 + + + + + True + False + + + False + False + 3 + + + + + Recursive (apply changes to folders and their contents) + True + True + False + True + + + False + True + 4 + + + + + + + 1 + + + + + True + False + _Permissions + True + + + 1 + False + + + + + False + True + 2 + + + + + + cancel_button + ok_button + + + diff --git a/src/versions/pyfm-0.0.1/PyFM/new/pyfm/resources/pyfm-64x64.png b/src/versions/pyfm-0.0.1/PyFM/new/pyfm/resources/pyfm-64x64.png new file mode 100644 index 0000000000000000000000000000000000000000..1a403ae3ca0be18c3661898bdcd9bfb5dfd2b80a GIT binary patch literal 16172 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 literal 0 HcmV?d00001 diff --git a/src/versions/pyfm-0.0.1/PyFM/new/pyfm/signal_classes/Signals.py b/src/versions/pyfm-0.0.1/PyFM/new/pyfm/signal_classes/Signals.py index 2336c26..fa7034b 100644 --- a/src/versions/pyfm-0.0.1/PyFM/new/pyfm/signal_classes/Signals.py +++ b/src/versions/pyfm-0.0.1/PyFM/new/pyfm/signal_classes/Signals.py @@ -20,7 +20,7 @@ def threaded(fn): return wrapper -class Signals(PaneMixin, WindowMixin): +class Signals(WidgetFileActionMixin, PaneMixin, WindowMixin): def __init__(self, settings): self.settings = settings self.builder = self.settings.builder @@ -87,6 +87,30 @@ class Signals(PaneMixin, WindowMixin): self.load_store(view, store) + def do_action_from_menu_controls(self, imagemenuitem, eventbutton): + action = imagemenuitem.get_name() + self.ctrlDown = True + self.hide_context_menu() + + if action == "create": + self.create_file() + if action == "cut": + self.to_copy_files.clear() + self.cut_files() + if action == "copy": + self.to_cut_files.clear() + self.copy_files() + if action == "paste": + self.paste_files() + if action == "delete": + # self.delete_files() + self.trash_files() + if action == "trash": + self.trash_files() + + self.ctrlDown = False + + def global_key_press_controller(self, eve, user_data): keyname = Gdk.keyval_name(user_data.keyval).lower() if "control" in keyname or "alt" in keyname or "shift" in keyname: @@ -110,13 +134,13 @@ class Signals(PaneMixin, WindowMixin): if "shift" in keyname: self.shiftDown = False if "alt" in keyname: - self.altDown = False + self.altDown = False if (self.ctrlDown and keyname == "slash") or keyname == "home": self.builder.get_object("go_home").released() if self.ctrlDown and keyname == "r": self.builder.get_object("refresh_view").released() - if (self.ctrlDown and keyname == "up") or (self.ctrlDown and keyname == "up"): + if (self.ctrlDown and keyname == "up") or (self.ctrlDown and keyname == "u"): self.builder.get_object("go_up").released() if self.ctrlDown and keyname == "l": self.builder.get_object("path_entry").grab_focus() @@ -124,7 +148,6 @@ class Signals(PaneMixin, WindowMixin): self.builder.get_object("create_tab").released() if self.ctrlDown and keyname == "w": self.keyboard_close_tab() - if self.ctrlDown and keyname == "h": self.show_hide_hidden_files() if self.ctrlDown and keyname == "c": @@ -136,15 +159,18 @@ class Signals(PaneMixin, WindowMixin): if self.ctrlDown and keyname == "v": self.paste_files() + if self.ctrlDown and keyname == "o": + pass + + if keyname == "delete": + self.trash_files() + if keyname == "f4": wid, tid = self.window_controller.get_active_data() view = self.get_fm_window(wid).get_view_by_id(tid) dir = view.get_current_directory() self.execute("terminator", dir) - if keyname == "delete": - self.trash_files() - def execute(self, option, start_dir=os.getenv("HOME")): DEVNULL = open(os.devnull, 'w') @@ -152,6 +178,23 @@ class Signals(PaneMixin, WindowMixin): subprocess.Popen(command, cwd=start_dir, start_new_session=True, stdout=DEVNULL, stderr=DEVNULL) + def show_about_page(self, widget, eve): + about_page = self.builder.get_object("about_page") + response = about_page.run() + if response == -4: + self.hide_about_page() + + def hide_about_page(self, widget=None, eve=None): + about_page = self.builder.get_object("about_page").hide() + + + def show_context_menu(self, widget=None, eve=None): + self.builder.get_object("context_menu").run() + + def hide_context_menu(self, widget=None, eve=None): + self.builder.get_object("context_menu").hide() + + def generate_windows(self, data = None): if data: for j, value in enumerate(data): diff --git a/src/versions/pyfm-0.0.1/PyFM/new/pyfm/signal_classes/mixins/TabMixin.py b/src/versions/pyfm-0.0.1/PyFM/new/pyfm/signal_classes/mixins/TabMixin.py index 2b768fa..2eccfa2 100644 --- a/src/versions/pyfm-0.0.1/PyFM/new/pyfm/signal_classes/mixins/TabMixin.py +++ b/src/versions/pyfm-0.0.1/PyFM/new/pyfm/signal_classes/mixins/TabMixin.py @@ -1,8 +1,6 @@ # Python imports # Lib imports -from gi.repository import GObject, Gio - # Application imports from . import WidgetMixin @@ -35,39 +33,7 @@ class TabMixin(WidgetMixin): self.set_window_title() self.set_file_watcher(view) - def set_file_watcher(self, view): - if view.get_dir_watcher(): - watcher = view.get_dir_watcher() - watcher.cancel() - if debug: - print(f"Watcher Is Cancelled: {watcher.is_cancelled()}") - dir_watcher = Gio.File.new_for_path(view.get_current_directory()) \ - .monitor_directory(Gio.FileMonitorFlags.WATCH_MOVES, - Gio.Cancellable() - ) - - wid = view.get_wid() - tid = view.get_tab_id() - dir_watcher.connect("changed", self.dir_watch_updates, (f"{wid}|{tid}",)) - view.set_dir_watcher(dir_watcher) - - def dir_watch_updates(self, file_monitor, file, other_file=None, eve_type=None, data=None): - if eve_type == Gio.FileMonitorEvent.CREATED or \ - eve_type == Gio.FileMonitorEvent.DELETED or \ - eve_type == Gio.FileMonitorEvent.RENAMED or \ - eve_type == Gio.FileMonitorEvent.MOVED_IN or \ - eve_type == Gio.FileMonitorEvent.MOVED_OUT: - wid, tid = data[0].split("|") - notebook = self.builder.get_object(f"window_{wid}") - view = self.get_fm_window(wid).get_view_by_id(tid) - iconview = self.builder.get_object(f"{wid}|{tid}|iconview") - store = iconview.get_model() - _store, tab_label = self.get_store_and_label_from_notebook(notebook, f"{wid}|{tid}") - - view.load_directory() - self.load_store(view, store) - tab_label.set_label(view.get_end_of_path()) def close_tab(self, button, eve=None): @@ -154,88 +120,3 @@ class TabMixin(WidgetMixin): view.hide_hidden = not view.hide_hidden view.load_directory() self.builder.get_object("refresh_view").released() - - - def create_file(self): - pass - - def update_file(self): - nFile = widget.get_text().strip() - if data and data.keyval == 65293: # Enter key event - view.update_file(nFile) - elif data == None: # Save button 'event' - view.update_file(nFile) - - def menu_bar_copy(self, widget, eve): - self.copy_file() - - def copy_files(self): - wid, tid = self.window_controller.get_active_data() - iconview = self.builder.get_object(f"{wid}|{tid}|iconview") - store = iconview.get_model() - uris = self.format_to_uris(store, wid, tid, self.selected_files) - self.to_copy_files = uris - - def cut_files(self): - wid, tid = self.window_controller.get_active_data() - iconview = self.builder.get_object(f"{wid}|{tid}|iconview") - store = iconview.get_model() - uris = self.format_to_uris(store, wid, tid, self.selected_files) - self.to_cut_files = uris - - def paste_files(self): - wid, tid = self.window_controller.get_active_data() - view = self.get_fm_window(wid).get_view_by_id(tid) - to_path = f"{view.get_current_directory()}" - - if len(self.to_copy_files) > 0: - self.handle_file(self.to_copy_files, "copy", to_path) - else: - self.handle_file(self.to_cut_files, "move", to_path) - - - def move_file(self, view, fFile, tFile): - self.handle_file([fFile], "move", tFile) - - def delete_files(self): - pass - - def trash_files(self): - wid, tid = self.window_controller.get_active_data() - view = self.get_fm_window(wid).get_view_by_id(tid) - iconview = self.builder.get_object(f"{wid}|{tid}|iconview") - store = iconview.get_model() - uris = self.format_to_uris(store, wid, tid, self.selected_files) - self.handle_file(uris, "trash") - - - # NOTE: Gio moves files by generating the target file path with name in it - # We can't just give a base target directory and run with it. - # Also, the display name is UTF-8 safe and meant for displaying in GUIs - def handle_file(self, paths, action, base_dir=None): - paths = self.preprocess_paths(paths) - target = None - - for path in paths: - try: - f = Gio.File.new_for_uri(path) - if base_dir: - info = f.query_info("standard::display-name", 0, cancellable=None) - _target = f"file://{base_dir}/{info.get_display_name()}" - target = Gio.File.new_for_uri(_target) - - if action == "trash": - f.trash(cancellable=None) - if action == "copy": - f.copy(target, flags=Gio.FileCopyFlags.OVERWRITE, cancellable=None) - if action == "move": - f.move(target, flags=Gio.FileCopyFlags.OVERWRITE, cancellable=None) - except GObject.GError as e: - raise OSError(e.message) - - def preprocess_paths(self, paths): - if not isinstance(paths, list): - paths = [paths] - # Convert items such as pathlib paths to strings - paths = [path.__fspath__() if hasattr(path, "__fspath__") else path for path in paths] - return paths diff --git a/src/versions/pyfm-0.0.1/PyFM/new/pyfm/signal_classes/mixins/WidgetFileActionMixin.py b/src/versions/pyfm-0.0.1/PyFM/new/pyfm/signal_classes/mixins/WidgetFileActionMixin.py new file mode 100644 index 0000000..79fb617 --- /dev/null +++ b/src/versions/pyfm-0.0.1/PyFM/new/pyfm/signal_classes/mixins/WidgetFileActionMixin.py @@ -0,0 +1,156 @@ +# Python imports + +# Lib imports +from gi.repository import GObject, Gio + +# Application imports + + + +class WidgetFileActionMixin: + def set_file_watcher(self, view): + if view.get_dir_watcher(): + watcher = view.get_dir_watcher() + watcher.cancel() + if debug: + print(f"Watcher Is Cancelled: {watcher.is_cancelled()}") + + dir_watcher = Gio.File.new_for_path(view.get_current_directory()) \ + .monitor_directory(Gio.FileMonitorFlags.WATCH_MOVES, + Gio.Cancellable() + ) + + wid = view.get_wid() + tid = view.get_tab_id() + dir_watcher.connect("changed", self.dir_watch_updates, (f"{wid}|{tid}",)) + view.set_dir_watcher(dir_watcher) + + def dir_watch_updates(self, file_monitor, file, other_file=None, eve_type=None, data=None): + if eve_type == Gio.FileMonitorEvent.CREATED or \ + eve_type == Gio.FileMonitorEvent.DELETED or \ + eve_type == Gio.FileMonitorEvent.RENAMED or \ + eve_type == Gio.FileMonitorEvent.MOVED_IN or \ + eve_type == Gio.FileMonitorEvent.MOVED_OUT: + wid, tid = data[0].split("|") + notebook = self.builder.get_object(f"window_{wid}") + view = self.get_fm_window(wid).get_view_by_id(tid) + iconview = self.builder.get_object(f"{wid}|{tid}|iconview") + store = iconview.get_model() + _store, tab_label = self.get_store_and_label_from_notebook(notebook, f"{wid}|{tid}") + + view.load_directory() + self.load_store(view, store) + tab_label.set_label(view.get_end_of_path()) + + def create_file(self): + file_name = self.builder.get_object("context_menu_fname").get_text().strip() + type = self.builder.get_object("context_menu_type_toggle").get_state() + + wid, tid = self.window_controller.get_active_data() + view = self.get_fm_window(wid).get_view_by_id(tid) + target = f"{view.get_current_directory()}" + + if file_name != "": + file_name = "file://" + target + "/" + file_name + if type == True: # Create File + self.handle_file([file_name], "create_file", target) + else: # Create Folder + self.handle_file([file_name], "create_dir") + + def update_file(self): + pass + + def menu_bar_copy(self, widget, eve): + self.copy_file() + + def copy_files(self): + wid, tid = self.window_controller.get_active_data() + iconview = self.builder.get_object(f"{wid}|{tid}|iconview") + store = iconview.get_model() + uris = self.format_to_uris(store, wid, tid, self.selected_files) + self.to_copy_files = uris + + def cut_files(self): + wid, tid = self.window_controller.get_active_data() + iconview = self.builder.get_object(f"{wid}|{tid}|iconview") + store = iconview.get_model() + uris = self.format_to_uris(store, wid, tid, self.selected_files) + self.to_cut_files = uris + + def paste_files(self): + wid, tid = self.window_controller.get_active_data() + view = self.get_fm_window(wid).get_view_by_id(tid) + target = f"{view.get_current_directory()}" + + if len(self.to_copy_files) > 0: + self.handle_file(self.to_copy_files, "copy", target) + elif len(self.to_cut_files) > 0: + self.handle_file(self.to_cut_files, "move", target) + + + def move_file(self, view, files, target): + self.handle_file([files], "move", target) + + def delete_files(self): + wid, tid = self.window_controller.get_active_data() + iconview = self.builder.get_object(f"{wid}|{tid}|iconview") + view = self.get_fm_window(wid).get_view_by_id(tid) + store = iconview.get_model() + uris = self.format_to_uris(store, wid, tid, self.selected_files) + self.handle_file(uris, "delete") + + def trash_files(self): + wid, tid = self.window_controller.get_active_data() + iconview = self.builder.get_object(f"{wid}|{tid}|iconview") + view = self.get_fm_window(wid).get_view_by_id(tid) + store = iconview.get_model() + uris = self.format_to_uris(store, wid, tid, self.selected_files) + self.handle_file(uris, "trash") + + + # NOTE: Gio moves files by generating the target file path with name in it + # We can't just give a base target directory and run with it. + # Also, the display name is UTF-8 safe and meant for displaying in GUIs + def handle_file(self, paths, action, base_dir=None): + paths = self.preprocess_paths(paths) + target = None + + for path in paths: + try: + f = Gio.File.new_for_uri(path) + + if action == "create_file": + f.create(Gio.FileCreateFlags.NONE, cancellable=None) + break + if action == "create_dir": + f.make_directory(cancellable=None) + break + + + if base_dir: + info = f.query_info("standard::display-name", 0, cancellable=None) + _target = f"file://{base_dir}/{info.get_display_name()}" + target = Gio.File.new_for_uri(_target) + + # See if dragging to same directory then break + if action != "trash" and action != "delete" and \ + (f.get_parent().get_path() == target.get_parent().get_path()): + break + + if action == "delete": + f.delete(cancellable=None) + if action == "trash": + f.trash(cancellable=None) + if action == "copy": + f.copy(target, flags=Gio.FileCopyFlags.OVERWRITE, cancellable=None) + if action == "move": + f.move(target, flags=Gio.FileCopyFlags.OVERWRITE, cancellable=None) + except GObject.GError as e: + raise OSError(e.message) + + def preprocess_paths(self, paths): + if not isinstance(paths, list): + paths = [paths] + # Convert items such as pathlib paths to strings + paths = [path.__fspath__() if hasattr(path, "__fspath__") else path for path in paths] + return paths diff --git a/src/versions/pyfm-0.0.1/PyFM/new/pyfm/signal_classes/mixins/WindowMixin.py b/src/versions/pyfm-0.0.1/PyFM/new/pyfm/signal_classes/mixins/WindowMixin.py index 49c9d97..caee4ef 100644 --- a/src/versions/pyfm-0.0.1/PyFM/new/pyfm/signal_classes/mixins/WindowMixin.py +++ b/src/versions/pyfm-0.0.1/PyFM/new/pyfm/signal_classes/mixins/WindowMixin.py @@ -51,40 +51,14 @@ class WindowMixin(TabMixin): try: wid, tid = iconview.get_name().split("|") self.window_controller.set_active_data(wid, tid) + self.set_path_text(wid, tid) + self.set_window_title() if eve.type == Gdk.EventType.BUTTON_RELEASE and eve.button == 1: # l-click - self.set_path_text(wid, tid) - self.set_window_title() - if self.single_click_open: # FIXME: need to find a way to pass the model index self.grid_icon_double_left_click(iconview) elif eve.type == Gdk.EventType.BUTTON_RELEASE and eve.button == 3: # r-click - pass - # input = self.builder.get_object("filenameInput") - # controls = self.builder.get_object("iconControlsWindow") - # iconsButtonBox = self.builder.get_object("iconsButtonBox") - # menuButtonBox = self.builder.get_object("menuButtonBox") - # - # - # if len(self.selectedFiles) == 1: - # parts = self.selectedFiles[0].split("/") - # input.set_text(parts[len(parts) - 1]) - # input.show() - # iconsButtonBox.show() - # menuButtonBox.hide() - # controls.show() - # elif len(self.selectedFiles) > 1: - # input.set_text("") - # input.hide() - # menuButtonBox.hide() - # iconsButtonBox.show() - # controls.show() - # else: - # input.set_text("") - # input.show() - # menuButtonBox.show() - # iconsButtonBox.hide() - # controls.show() + self.show_context_menu() except Exception as e: print(repr(e)) diff --git a/src/versions/pyfm-0.0.1/PyFM/new/pyfm/signal_classes/mixins/__init__.py b/src/versions/pyfm-0.0.1/PyFM/new/pyfm/signal_classes/mixins/__init__.py index 1f74fca..cd23f8d 100644 --- a/src/versions/pyfm-0.0.1/PyFM/new/pyfm/signal_classes/mixins/__init__.py +++ b/src/versions/pyfm-0.0.1/PyFM/new/pyfm/signal_classes/mixins/__init__.py @@ -2,3 +2,4 @@ from .PaneMixin import PaneMixin from .WidgetMixin import WidgetMixin from .TabMixin import TabMixin from .WindowMixin import WindowMixin +from .WidgetFileActionMixin import WidgetFileActionMixin