diff options
-rw-r--r-- | LICENSE | 339 | ||||
-rw-r--r-- | Makefile | 40 | ||||
-rwxr-xr-x | accesories.py | 50 | ||||
-rwxr-xr-x | desktop/sisyphus.desktop | 7 | ||||
-rw-r--r-- | desktop/sisyphus.png | bin | 0 -> 74727 bytes | |||
-rwxr-xr-x | development.py | 50 | ||||
-rwxr-xr-x | everything.py | 50 | ||||
-rwxr-xr-x | games.py | 50 | ||||
-rwxr-xr-x | graphics.py | 50 | ||||
-rw-r--r-- | icon/category_accessories.png | bin | 0 -> 10321 bytes | |||
-rw-r--r-- | icon/category_all.png | bin | 0 -> 5384 bytes | |||
-rw-r--r-- | icon/category_development.png | bin | 0 -> 6675 bytes | |||
-rw-r--r-- | icon/category_games.png | bin | 0 -> 3165 bytes | |||
-rw-r--r-- | icon/category_graphics.png | bin | 0 -> 31803 bytes | |||
-rw-r--r-- | icon/category_internet.png | bin | 0 -> 7535 bytes | |||
-rw-r--r-- | icon/category_local.png | bin | 0 -> 37033 bytes | |||
-rw-r--r-- | icon/category_multimedia.png | bin | 0 -> 5276 bytes | |||
-rw-r--r-- | icon/category_office.png | bin | 0 -> 5638 bytes | |||
-rw-r--r-- | icon/category_system.png | bin | 0 -> 9621 bytes | |||
-rw-r--r-- | icon/package_install.png | bin | 0 -> 498 bytes | |||
-rw-r--r-- | icon/package_search.png | bin | 0 -> 2959 bytes | |||
-rw-r--r-- | icon/package_uninstall.png | bin | 0 -> 250 bytes | |||
-rw-r--r-- | icon/remove_orphans.png | bin | 0 -> 354 bytes | |||
-rw-r--r-- | icon/system_upgrade.png | bin | 0 -> 1089 bytes | |||
-rw-r--r-- | icon/window_close.png | bin | 0 -> 971 bytes | |||
-rw-r--r-- | icon/window_icon.png | bin | 0 -> 2691 bytes | |||
-rwxr-xr-x | internet.py | 50 | ||||
-rwxr-xr-x | local.py | 50 | ||||
-rwxr-xr-x | multimedia.py | 50 | ||||
-rwxr-xr-x | office.py | 50 | ||||
-rw-r--r-- | org.redcorelinux.sisyphus.policy | 22 | ||||
-rwxr-xr-x | sisyphus | 12 | ||||
-rwxr-xr-x | sisyphus-pkexec | 2 | ||||
-rwxr-xr-x | sisyphus.py | 106 | ||||
-rwxr-xr-x | system.py | 50 | ||||
-rw-r--r-- | ui/accesories.ui | 217 | ||||
-rw-r--r-- | ui/development.ui | 217 | ||||
-rw-r--r-- | ui/everything.ui | 217 | ||||
-rw-r--r-- | ui/games.ui | 217 | ||||
-rw-r--r-- | ui/graphics.ui | 217 | ||||
-rw-r--r-- | ui/internet.ui | 217 | ||||
-rw-r--r-- | ui/local.ui | 217 | ||||
-rw-r--r-- | ui/multimedia.ui | 217 | ||||
-rw-r--r-- | ui/office.ui | 217 | ||||
-rw-r--r-- | ui/sisyphus.ui | 517 | ||||
-rw-r--r-- | ui/system.ui | 217 |
46 files changed, 3715 insertions, 0 deletions
@@ -0,0 +1,339 @@ + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 + + Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/> + 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. + + vasile + Copyright (C) 2016 Rogentos Group + + 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. diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..fbcd684 --- /dev/null +++ b/Makefile @@ -0,0 +1,40 @@ +SUBDIRS = +DESTDIR = +UBINDIR ?= /usr/bin +DESKTOPDIR ?= /usr/share/applications +PIXMAPDIR ?= /usr/share/pixmaps +SISYPHUSDATADIR ?= /usr/share/sisyphus +POLKITDIR ?= /usr/share/polkit-1/actions + +all: + for d in $(SUBDIRS); do $(MAKE) -C $$d; done + +clean: + for d in $(SUBDIRS); do $(MAKE) -C $$d clean; done + +install: + for d in $(SUBDIRS); do $(MAKE) -C $$d install; done + + install -d $(DESTDIR)$(UBINDIR) + install -m 0755 sisyphus $(DESTDIR)$(UBINDIR)/ + install -m 0755 sisyphus-pkexec $(DESTDIR)$(UBINDIR)/ + install -d $(DESTDIR)$(SISYPHUSDATADIR) + install -d $(DESTDIR)$(SISYPHUSDATADIR)/icon + install -d $(DESTDIR)$(SISYPHUSDATADIR)/ui + install -m 0755 *.py $(DESTDIR)$(SISYPHUSDATADIR)/ + install -m 0755 icon/* $(DESTDIR)$(SISYPHUSDATADIR)/icon/ + install -m 0755 ui/* $(DESTDIR)$(SISYPHUSDATADIR)/ui/ + install -d $(DESTDIR)$(DESKTOPDIR) + install -m 0755 desktop/sisyphus.desktop $(DESTDIR)$(DESKTOPDIR)/ + install -d $(DESTDIR)$(PIXMAPDIR) + install -m 0644 desktop/sisyphus.png $(DESTDIR)$(PIXMAPDIR) + install -d $(DESTDIR)$(POLKITDIR) + install -m 0644 org.redcorelinux.sisyphus.policy $(DESTDIR)$(POLKITDIR)/ + +uninstall: + rm -rf $(DESTDIR)$(UBINDIR)/sisyphus + rm -rf $(DESTDIR)$(UBINDIR)/sisyphus-pkexec + rm -rf $(DESTDIR)$(DESKTOPDIR)/sisyphus.desktop + rm -rf $(DESTDIR)$(PIXMAPDIR)/sisyphus.png + rm -rf $(DESTDIR)$(POLKITDIR)/org.redcorelinux.sisyphus.policy + rm -rf $(DESTDIR)$(SISYPHUSDATADIR) diff --git a/accesories.py b/accesories.py new file mode 100755 index 0000000..70bebba --- /dev/null +++ b/accesories.py @@ -0,0 +1,50 @@ +#!/usr/bin/python3 +import sys, subprocess, sqlite3 +from PyQt5 import QtCore, QtGui, QtWidgets, uic + +class Accesories(QtWidgets.QMainWindow): + def __init__(self): + super(Accesories, self).__init__() + uic.loadUi('ui/accesories.ui', self) + self.centerOnScreen() + self.show() + self.load_packages() + + self.package_install.clicked.connect(self.install_package) + self.package_uninstall.clicked.connect(self.uninstall_package) + self.orphans_remove.clicked.connect(self.remove_orphans) + self.category_exit.clicked.connect(self.exit_category) + + def centerOnScreen(self): + resolution = QtWidgets.QDesktopWidget().screenGeometry() + self.move((resolution.width() / 2) - (self.frameSize().width() / 2), + (resolution.height() / 2) - (self.frameSize().height() / 2)) + + def install_package(self): + pkgname = self.table_accesories.item(self.table_accesories.currentRow(), 1).text() + subprocess.Popen(['xterm', '-e', 'epkg', 'autoinstall'] + pkgname.split()) + + def uninstall_package(self): + pkgname = self.table_accesories.item(self.table_accesories.currentRow(), 1).text() + subprocess.Popen(['xterm', '-e', 'epkg', 'autoremove'] + pkgname.split()) + + def remove_orphans(self): + subprocess.Popen(['xterm', '-e', 'epkg', 'autoclean']) + + def exit_category(self): + self.close() + + def load_packages(self): + with sqlite3.connect('/var/lib/epkg/db/epkg.db') as db: + cursor=db.cursor() + cursor.execute('''SELECT * from remote_packages''') + rows = cursor.fetchall() + + for row in rows: + inx = rows.index(row) + self.table_accesories.insertRow(inx) + self.table_accesories.setItem(inx, 0, QtWidgets.QTableWidgetItem(row[0])) + self.table_accesories.setItem(inx, 1, QtWidgets.QTableWidgetItem(row[1])) + self.table_accesories.setItem(inx, 2, QtWidgets.QTableWidgetItem(row[2])) + self.table_accesories.setItem(inx, 3, QtWidgets.QTableWidgetItem(row[3])) + self.table_accesories.setItem(inx, 4, QtWidgets.QTableWidgetItem(row[4])) diff --git a/desktop/sisyphus.desktop b/desktop/sisyphus.desktop new file mode 100755 index 0000000..9e9796d --- /dev/null +++ b/desktop/sisyphus.desktop @@ -0,0 +1,7 @@ +[Desktop Entry] +Name=Sisyphus +Type=Application +Comment=Epkg Graphical User Interface +Exec=sisyphus-pkexec +Icon=sisyphus +Categories=System; diff --git a/desktop/sisyphus.png b/desktop/sisyphus.png Binary files differnew file mode 100644 index 0000000..d36d93b --- /dev/null +++ b/desktop/sisyphus.png diff --git a/development.py b/development.py new file mode 100755 index 0000000..50bdafe --- /dev/null +++ b/development.py @@ -0,0 +1,50 @@ +#!/usr/bin/python3 +import sys, subprocess, sqlite3 +from PyQt5 import QtCore, QtGui, QtWidgets, uic + +class Development(QtWidgets.QMainWindow): + def __init__(self): + super(Development, self).__init__() + uic.loadUi('ui/development.ui', self) + self.centerOnScreen() + self.show() + self.load_packages() + + self.package_install.clicked.connect(self.install_package) + self.package_uninstall.clicked.connect(self.uninstall_package) + self.orphans_remove.clicked.connect(self.remove_orphans) + self.category_exit.clicked.connect(self.exit_category) + + def centerOnScreen(self): + resolution = QtWidgets.QDesktopWidget().screenGeometry() + self.move((resolution.width() / 2) - (self.frameSize().width() / 2), + (resolution.height() / 2) - (self.frameSize().height() / 2)) + + def install_package(self): + pkgname = self.table_development.item(self.table_development.currentRow(), 1).text() + subprocess.Popen(['xterm', '-e', 'epkg', 'autoinstall'] + pkgname.split()) + + def uninstall_package(self): + pkgname = self.table_development.item(self.table_development.currentRow(), 1).text() + subprocess.Popen(['xterm', '-e', 'epkg', 'autoremove'] + pkgname.split()) + + def remove_orphans(self): + subprocess.Popen(['xterm', '-e', 'epkg', 'autoremove']) + + def exit_category(self): + self.close() + + def load_packages(self): + with sqlite3.connect('/var/lib/epkg/db/epkg.db') as db: + cursor=db.cursor() + cursor.execute('''SELECT * from remote_packages''') + rows = cursor.fetchall() + + for row in rows: + inx = rows.index(row) + self.table_development.insertRow(inx) + self.table_development.setItem(inx, 0, QtWidgets.QTableWidgetItem(row[0])) + self.table_development.setItem(inx, 1, QtWidgets.QTableWidgetItem(row[1])) + self.table_development.setItem(inx, 2, QtWidgets.QTableWidgetItem(row[2])) + self.table_development.setItem(inx, 3, QtWidgets.QTableWidgetItem(row[3])) + self.table_development.setItem(inx, 4, QtWidgets.QTableWidgetItem(row[4])) diff --git a/everything.py b/everything.py new file mode 100755 index 0000000..2e55955 --- /dev/null +++ b/everything.py @@ -0,0 +1,50 @@ +#!/usr/bin/python3 +import sys, subprocess, sqlite3 +from PyQt5 import QtCore, QtGui, QtWidgets, uic + +class Everything(QtWidgets.QMainWindow): + def __init__(self): + super(Everything, self).__init__() + uic.loadUi('ui/everything.ui', self) + self.centerOnScreen() + self.show() + self.load_packages() + + self.package_install.clicked.connect(self.install_package) + self.package_uninstall.clicked.connect(self.uninstall_package) + self.orphans_remove.clicked.connect(self.remove_orphans) + self.category_exit.clicked.connect(self.exit_category) + + def centerOnScreen(self): + resolution = QtWidgets.QDesktopWidget().screenGeometry() + self.move((resolution.width() / 2) - (self.frameSize().width() / 2), + (resolution.height() / 2) - (self.frameSize().height() / 2)) + + def install_package(self): + pkgname = self.table_everything.item(self.table_everything.currentRow(), 1).text() + subprocess.Popen(['xterm', '-e', 'epkg', 'autoinstall'] + pkgname.split()) + + def uninstall_package(self): + pkgname = self.table_everything.item(self.table_everything.currentRow(), 1).text() + subprocess.Popen(['xterm', '-e', 'epkg', 'autoremove'] + pkgname.split()) + + def remove_orphans(self): + subprocess.Popen(['xterm', '-e', 'epkg', 'autoclean']) + + def exit_category(self): + self.close() + + def load_packages(self): + with sqlite3.connect('/var/lib/epkg/db/epkg.db') as db: + cursor=db.cursor() + cursor.execute('''SELECT * from remote_packages''') + rows = cursor.fetchall() + + for row in rows: + inx = rows.index(row) + self.table_everything.insertRow(inx) + self.table_everything.setItem(inx, 0, QtWidgets.QTableWidgetItem(row[0])) + self.table_everything.setItem(inx, 1, QtWidgets.QTableWidgetItem(row[1])) + self.table_everything.setItem(inx, 2, QtWidgets.QTableWidgetItem(row[2])) + self.table_everything.setItem(inx, 3, QtWidgets.QTableWidgetItem(row[3])) + self.table_everything.setItem(inx, 4, QtWidgets.QTableWidgetItem(row[4])) diff --git a/games.py b/games.py new file mode 100755 index 0000000..74aca91 --- /dev/null +++ b/games.py @@ -0,0 +1,50 @@ +#!/usr/bin/python3 +import sys, subprocess, sqlite3 +from PyQt5 import QtCore, QtGui, QtWidgets, uic + +class Games(QtWidgets.QMainWindow): + def __init__(self): + super(Games, self).__init__() + uic.loadUi('ui/games.ui', self) + self.centerOnScreen() + self.show() + self.load_packages() + + self.package_install.clicked.connect(self.install_package) + self.package_uninstall.clicked.connect(self.uninstall_package) + self.orphans_remove.clicked.connect(self.remove_orphans) + self.category_exit.clicked.connect(self.exit_category) + + def centerOnScreen(self): + resolution = QtWidgets.QDesktopWidget().screenGeometry() + self.move((resolution.width() / 2) - (self.frameSize().width() / 2), + (resolution.height() / 2) - (self.frameSize().height() / 2)) + + def install_package(self): + pkgname = self.table_games.item(self.table_games.currentRow(), 1).text() + subprocess.Popen(['xterm', '-e', 'epkg', 'autoinstall'] + pkgname.split()) + + def uninstall_package(self): + pkgname = self.table_games.item(self.table_games.currentRow(), 1).text() + subprocess.Popen(['xterm', '-e', 'epkg', 'autoremove'] + pkgname.split()) + + def remove_orphans(self): + subprocess.Popen(['xterm', '-e', 'epkg', 'autoclean']) + + def exit_category(self): + self.close() + + def load_packages(self): + with sqlite3.connect('/var/lib/epkg/db/epkg.db') as db: + cursor=db.cursor() + cursor.execute('''SELECT * from remote_packages''') + rows = cursor.fetchall() + + for row in rows: + inx = rows.index(row) + self.table_games.insertRow(inx) + self.table_games.setItem(inx, 0, QtWidgets.QTableWidgetItem(row[0])) + self.table_games.setItem(inx, 1, QtWidgets.QTableWidgetItem(row[1])) + self.table_games.setItem(inx, 2, QtWidgets.QTableWidgetItem(row[2])) + self.table_games.setItem(inx, 3, QtWidgets.QTableWidgetItem(row[3])) + self.table_games.setItem(inx, 4, QtWidgets.QTableWidgetItem(row[4])) diff --git a/graphics.py b/graphics.py new file mode 100755 index 0000000..36c6ab9 --- /dev/null +++ b/graphics.py @@ -0,0 +1,50 @@ +#!/usr/bin/python3 +import sys, subprocess, sqlite3 +from PyQt5 import QtCore, QtGui, QtWidgets, uic + +class Graphics(QtWidgets.QMainWindow): + def __init__(self): + super(Graphics, self).__init__() + uic.loadUi('ui/graphics.ui', self) + self.centerOnScreen() + self.show() + self.load_packages() + + self.package_install.clicked.connect(self.install_package) + self.package_uninstall.clicked.connect(self.uninstall_package) + self.orphans_remove.clicked.connect(self.remove_orphans) + self.category_exit.clicked.connect(self.exit_category) + + def centerOnScreen(self): + resolution = QtWidgets.QDesktopWidget().screenGeometry() + self.move((resolution.width() / 2) - (self.frameSize().width() / 2), + (resolution.height() / 2) - (self.frameSize().height() / 2)) + + def install_package(self): + pkgname = self.table_graphics.item(self.table_graphics.currentRow(), 1).text() + subprocess.Popen(['xterm', '-e', 'epkg', 'autoinstall'] + pkgname.split()) + + def uninstall_package(self): + pkgname = self.table_graphics.item(self.table_graphics.currentRow(), 1).text() + subprocess.Popen(['xterm', '-e', 'epkg', 'autoremove'] + pkgname.split()) + + def remove_orphans(self): + subprocess.Popen(['xterm', '-e', 'epkg', 'autoclean']) + + def exit_category(self): + self.close() + + def load_packages(self): + with sqlite3.connect('/var/lib/epkg/db/epkg.db') as db: + cursor=db.cursor() + cursor.execute('''SELECT * from remote_packages''') + rows = cursor.fetchall() + + for row in rows: + inx = rows.index(row) + self.table_graphics.insertRow(inx) + self.table_graphics.setItem(inx, 0, QtWidgets.QTableWidgetItem(row[0])) + self.table_graphics.setItem(inx, 1, QtWidgets.QTableWidgetItem(row[1])) + self.table_graphics.setItem(inx, 2, QtWidgets.QTableWidgetItem(row[2])) + self.table_graphics.setItem(inx, 3, QtWidgets.QTableWidgetItem(row[3])) + self.table_graphics.setItem(inx, 4, QtWidgets.QTableWidgetItem(row[4])) diff --git a/icon/category_accessories.png b/icon/category_accessories.png Binary files differnew file mode 100644 index 0000000..becbfc9 --- /dev/null +++ b/icon/category_accessories.png diff --git a/icon/category_all.png b/icon/category_all.png Binary files differnew file mode 100644 index 0000000..561d218 --- /dev/null +++ b/icon/category_all.png diff --git a/icon/category_development.png b/icon/category_development.png Binary files differnew file mode 100644 index 0000000..b2c160e --- /dev/null +++ b/icon/category_development.png diff --git a/icon/category_games.png b/icon/category_games.png Binary files differnew file mode 100644 index 0000000..b128490 --- /dev/null +++ b/icon/category_games.png diff --git a/icon/category_graphics.png b/icon/category_graphics.png Binary files differnew file mode 100644 index 0000000..63c7c5e --- /dev/null +++ b/icon/category_graphics.png diff --git a/icon/category_internet.png b/icon/category_internet.png Binary files differnew file mode 100644 index 0000000..9f630cd --- /dev/null +++ b/icon/category_internet.png diff --git a/icon/category_local.png b/icon/category_local.png Binary files differnew file mode 100644 index 0000000..e33dfe2 --- /dev/null +++ b/icon/category_local.png diff --git a/icon/category_multimedia.png b/icon/category_multimedia.png Binary files differnew file mode 100644 index 0000000..e6414e6 --- /dev/null +++ b/icon/category_multimedia.png diff --git a/icon/category_office.png b/icon/category_office.png Binary files differnew file mode 100644 index 0000000..78af8a4 --- /dev/null +++ b/icon/category_office.png diff --git a/icon/category_system.png b/icon/category_system.png Binary files differnew file mode 100644 index 0000000..2a360bd --- /dev/null +++ b/icon/category_system.png diff --git a/icon/package_install.png b/icon/package_install.png Binary files differnew file mode 100644 index 0000000..736cddf --- /dev/null +++ b/icon/package_install.png diff --git a/icon/package_search.png b/icon/package_search.png Binary files differnew file mode 100644 index 0000000..5f50a53 --- /dev/null +++ b/icon/package_search.png diff --git a/icon/package_uninstall.png b/icon/package_uninstall.png Binary files differnew file mode 100644 index 0000000..187ce04 --- /dev/null +++ b/icon/package_uninstall.png diff --git a/icon/remove_orphans.png b/icon/remove_orphans.png Binary files differnew file mode 100644 index 0000000..b165bf7 --- /dev/null +++ b/icon/remove_orphans.png diff --git a/icon/system_upgrade.png b/icon/system_upgrade.png Binary files differnew file mode 100644 index 0000000..4443cb7 --- /dev/null +++ b/icon/system_upgrade.png diff --git a/icon/window_close.png b/icon/window_close.png Binary files differnew file mode 100644 index 0000000..35dbf35 --- /dev/null +++ b/icon/window_close.png diff --git a/icon/window_icon.png b/icon/window_icon.png Binary files differnew file mode 100644 index 0000000..da169ba --- /dev/null +++ b/icon/window_icon.png diff --git a/internet.py b/internet.py new file mode 100755 index 0000000..9eeedeb --- /dev/null +++ b/internet.py @@ -0,0 +1,50 @@ +#!/usr/bin/python3 +import sys, subprocess, sqlite3 +from PyQt5 import QtCore, QtGui, QtWidgets, uic + +class Internet(QtWidgets.QMainWindow): + def __init__(self): + super(Internet, self).__init__() + uic.loadUi('ui/internet.ui', self) + self.centerOnScreen() + self.show() + self.load_packages() + + self.package_install.clicked.connect(self.install_package) + self.package_uninstall.clicked.connect(self.uninstall_package) + self.orphans_remove.clicked.connect(self.remove_orphans) + self.category_exit.clicked.connect(self.exit_category) + + def centerOnScreen(self): + resolution = QtWidgets.QDesktopWidget().screenGeometry() + self.move((resolution.width() / 2) - (self.frameSize().width() / 2), + (resolution.height() / 2) - (self.frameSize().height() / 2)) + + def install_package(self): + pkgname = self.table_internet.item(self.table_internet.currentRow(), 1).text() + subprocess.Popen(['xterm', '-e', 'epkg', 'autoinstall'] + pkgname.split()) + + def uninstall_package(self): + pkgname = self.table_internet.item(self.table_internet.currentRow(), 1).text() + subprocess.Popen(['xterm', '-e', 'epkg', 'autoremove'] + pkgname.split()) + + def remove_orphans(self): + subprocess.Popen(['xterm', '-e', 'epkg', 'autoclean']) + + def exit_category(self): + self.close() + + def load_packages(self): + with sqlite3.connect('/var/lib/epkg/db/epkg.db') as db: + cursor=db.cursor() + cursor.execute('''SELECT * from remote_packages''') + rows = cursor.fetchall() + + for row in rows: + inx = rows.index(row) + self.table_internet.insertRow(inx) + self.table_internet.setItem(inx, 0, QtWidgets.QTableWidgetItem(row[0])) + self.table_internet.setItem(inx, 1, QtWidgets.QTableWidgetItem(row[1])) + self.table_internet.setItem(inx, 2, QtWidgets.QTableWidgetItem(row[2])) + self.table_internet.setItem(inx, 3, QtWidgets.QTableWidgetItem(row[3])) + self.table_internet.setItem(inx, 4, QtWidgets.QTableWidgetItem(row[4])) diff --git a/local.py b/local.py new file mode 100755 index 0000000..aa32a8d --- /dev/null +++ b/local.py @@ -0,0 +1,50 @@ +#!/usr/bin/python3 +import sys, subprocess, sqlite3 +from PyQt5 import QtCore, QtGui, QtWidgets, uic + +class Local(QtWidgets.QMainWindow): + def __init__(self): + super(Local, self).__init__() + uic.loadUi('ui/local.ui', self) + self.centerOnScreen() + self.show() + self.load_packages() + + self.package_install.clicked.connect(self.install_package) + self.package_uninstall.clicked.connect(self.uninstall_package) + self.orphans_remove.clicked.connect(self.remove_orphans) + self.category_exit.clicked.connect(self.exit_category) + + def centerOnScreen(self): + resolution = QtWidgets.QDesktopWidget().screenGeometry() + self.move((resolution.width() / 2) - (self.frameSize().width() / 2), + (resolution.height() / 2) - (self.frameSize().height() / 2)) + + def install_package(self): + pkgname = self.table_local.item(self.table_local.currentRow(), 1).text() + subprocess.Popen(['xterm', '-e', 'epkg', 'autoinstall'] + pkgname.split()) + + def uninstall_package(self): + pkgname = self.table_local.item(self.table_local.currentRow(), 1).text() + subprocess.Popen(['xterm', '-e', 'epkg', 'autoremove'] + pkgname.split()) + + def remove_orphans(self): + subprocess.Popen(['xterm', '-e', 'epkg', 'autoclean']) + + def exit_category(self): + self.close() + + def load_packages(self): + with sqlite3.connect('/var/lib/epkg/db/epkg.db') as db: + cursor=db.cursor() + cursor.execute('''SELECT * from local_packages''') + rows = cursor.fetchall() + + for row in rows: + inx = rows.index(row) + self.table_local.insertRow(inx) + self.table_local.setItem(inx, 0, QtWidgets.QTableWidgetItem(row[0])) + self.table_local.setItem(inx, 1, QtWidgets.QTableWidgetItem(row[1])) + self.table_local.setItem(inx, 2, QtWidgets.QTableWidgetItem(row[2])) + self.table_local.setItem(inx, 3, QtWidgets.QTableWidgetItem(row[3])) + self.table_local.setItem(inx, 4, QtWidgets.QTableWidgetItem(row[4])) diff --git a/multimedia.py b/multimedia.py new file mode 100755 index 0000000..1f273ae --- /dev/null +++ b/multimedia.py @@ -0,0 +1,50 @@ +#!/usr/bin/python3 +import sys, subprocess, sqlite3 +from PyQt5 import QtCore, QtGui, QtWidgets, uic + +class Multimedia(QtWidgets.QMainWindow): + def __init__(self): + super(Multimedia, self).__init__() + uic.loadUi('ui/multimedia.ui', self) + self.centerOnScreen() + self.show() + self.load_packages() + + self.package_install.clicked.connect(self.install_package) + self.package_uninstall.clicked.connect(self.uninstall_package) + self.orphans_remove.clicked.connect(self.remove_orphans) + self.category_exit.clicked.connect(self.exit_category) + + def centerOnScreen(self): + resolution = QtWidgets.QDesktopWidget().screenGeometry() + self.move((resolution.width() / 2) - (self.frameSize().width() / 2), + (resolution.height() / 2) - (self.frameSize().height() / 2)) + + def install_package(self): + pkgname = self.table_multimedia.item(self.table_multimedia.currentRow(), 1).text() + subprocess.Popen(['xterm', '-e', 'epkg', 'autoinstall'] + pkgname.split()) + + def uninstall_package(self): + pkgname = self.table_multimedia.item(self.table_multimedia.currentRow(), 1).text() + subprocess.Popen(['xterm', '-e', 'epkg', 'autoremove'] + pkgname.split()) + + def remove_orphans(self): + subprocess.Popen(['xterm', '-e', 'epkg', 'autoclean']) + + def exit_category(self): + self.close() + + def load_packages(self): + with sqlite3.connect('/var/lib/epkg/db/epkg.db') as db: + cursor=db.cursor() + cursor.execute('''SELECT * from remote_packages''') + rows = cursor.fetchall() + + for row in rows: + inx = rows.index(row) + self.table_multimedia.insertRow(inx) + self.table_multimedia.setItem(inx, 0, QtWidgets.QTableWidgetItem(row[0])) + self.table_multimedia.setItem(inx, 1, QtWidgets.QTableWidgetItem(row[1])) + self.table_multimedia.setItem(inx, 2, QtWidgets.QTableWidgetItem(row[2])) + self.table_multimedia.setItem(inx, 3, QtWidgets.QTableWidgetItem(row[3])) + self.table_multimedia.setItem(inx, 4, QtWidgets.QTableWidgetItem(row[4])) diff --git a/office.py b/office.py new file mode 100755 index 0000000..ca6c23b --- /dev/null +++ b/office.py @@ -0,0 +1,50 @@ +#!/usr/bin/python3 +import sys, subprocess, sqlite3 +from PyQt5 import QtCore, QtGui, QtWidgets, uic + +class Office(QtWidgets.QMainWindow): + def __init__(self): + super(Office, self).__init__() + uic.loadUi('ui/office.ui', self) + self.centerOnScreen() + self.show() + self.load_packages() + + self.package_install.clicked.connect(self.install_package) + self.package_uninstall.clicked.connect(self.uninstall_package) + self.orphans_remove.clicked.connect(self.remove_orphans) + self.category_exit.clicked.connect(self.exit_category) + + def centerOnScreen(self): + resolution = QtWidgets.QDesktopWidget().screenGeometry() + self.move((resolution.width() / 2) - (self.frameSize().width() / 2), + (resolution.height() / 2) - (self.frameSize().height() / 2)) + + def install_package(self): + pkgname = self.table_office.item(self.table_office.currentRow(), 1).text() + subprocess.Popen(['xterm', '-e', 'epkg', 'autoinstall'] + pkgname.split()) + + def uninstall_package(self): + pkgname = self.table_office.item(self.table_office.currentRow(), 1).text() + subprocess.Popen(['xterm', '-e', 'epkg', 'autoremove'] + pkgname.split()) + + def remove_orphans(self): + subprocess.Popen(['xterm', '-e', 'epkg', 'autoclean']) + + def exit_category(self): + self.close() + + def load_packages(self): + with sqlite3.connect('/var/lib/epkg/db/epkg.db') as db: + cursor=db.cursor() + cursor.execute('''SELECT * from remote_packages''') + rows = cursor.fetchall() + + for row in rows: + inx = rows.index(row) + self.table_office.insertRow(inx) + self.table_office.setItem(inx, 0, QtWidgets.QTableWidgetItem(row[0])) + self.table_office.setItem(inx, 1, QtWidgets.QTableWidgetItem(row[1])) + self.table_office.setItem(inx, 2, QtWidgets.QTableWidgetItem(row[2])) + self.table_office.setItem(inx, 3, QtWidgets.QTableWidgetItem(row[3])) + self.table_office.setItem(inx, 4, QtWidgets.QTableWidgetItem(row[4])) diff --git a/org.redcorelinux.sisyphus.policy b/org.redcorelinux.sisyphus.policy new file mode 100644 index 0000000..b99bd6d --- /dev/null +++ b/org.redcorelinux.sisyphus.policy @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE policyconfig PUBLIC +"-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN" +"http://www.freedesktop.org/standards/PolicyKit/1/policyconfig.dtd"> +<policyconfig> + + <vendor>Redcore Linux</vendor> + <vendor_url>http://redcorelinux.org</vendor_url> + + <action id="org.redcorelinux.sisyphus.pkexec.run"> + <description>Run Sisyphus</description> + <message>Authentication is required to run Sisyphus</message> + <icon_name>redcore-logo</icon_name> + <defaults> + <allow_any>no</allow_any> + <allow_inactive>no</allow_inactive> + <allow_active>auth_admin</allow_active> + </defaults> + <annotate key="org.freedesktop.policykit.exec.path">/usr/bin/sisyphus</annotate> + <annotate key="org.freedesktop.policykit.exec.allow_gui">true</annotate> + </action> +</policyconfig> diff --git a/sisyphus b/sisyphus new file mode 100755 index 0000000..a1ae20c --- /dev/null +++ b/sisyphus @@ -0,0 +1,12 @@ +#!/usr/bin/env bash + +# Sisyphus is a simple GUI for epkg, the portage wrapper +# Main Author : Ghiunhan Mamut @ Redcore Linux Project + +main() { + pushd /usr/share/sisyphus + python3 sisyphus.py + popd +} + +main diff --git a/sisyphus-pkexec b/sisyphus-pkexec new file mode 100755 index 0000000..a78d185 --- /dev/null +++ b/sisyphus-pkexec @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +pkexec /usr/bin/sisyphus diff --git a/sisyphus.py b/sisyphus.py new file mode 100755 index 0000000..b3b0f1f --- /dev/null +++ b/sisyphus.py @@ -0,0 +1,106 @@ +#!/usr/bin/python3 +import sys, subprocess +from PyQt5 import QtCore, QtGui, QtWidgets, uic + +from accesories import Accesories +from development import Development +from games import Games +from graphics import Graphics +from internet import Internet +from multimedia import Multimedia +from office import Office +from system import System +from local import Local +from everything import Everything + +class Sisyphus(QtWidgets.QMainWindow): + def __init__(self): + super(Sisyphus, self).__init__() + uic.loadUi('ui/sisyphus.ui', self) + self.centerOnScreen() + self.show() + + self.package_search.clicked.connect(self.search_package) + self.package_install.clicked.connect(self.install_package) + self.package_uninstall.clicked.connect(self.uninstall_package) + self.system_upgrade.clicked.connect(self.upgrade_system) + self.orphans_remove.clicked.connect(self.remove_orphans) + + self.category_accesories.clicked.connect(self.accesories_category) + self.category_development.clicked.connect(self.development_category) + self.category_games.clicked.connect(self.games_category) + self.category_graphics.clicked.connect(self.graphics_category) + self.category_internet.clicked.connect(self.internet_category) + self.category_multimedia.clicked.connect(self.multimedia_category) + self.category_office.clicked.connect(self.office_category) + self.category_system.clicked.connect(self.system_category) + self.category_local.clicked.connect(self.local_category) + self.category_everything.clicked.connect(self.everything_category) + + def centerOnScreen (self): + resolution = QtWidgets.QDesktopWidget().screenGeometry() + self.move((resolution.width() / 2) - (self.frameSize().width() / 2), + (resolution.height() / 2) - (self.frameSize().height() / 2)) + + def search_package(self): + pkgname = self.input.text() + subprocess.Popen(['xterm', '-hold', '-e', 'epkg', 'search'] + pkgname.split()) + + def install_package(self): + pkgname = self.input.text() + subprocess.Popen(['xterm', '-e', 'epkg', 'autoinstall'] + pkgname.split()) + + def uninstall_package(self): + pkgname = self.input.text() + subprocess.Popen(['xterm', '-e', 'epkg', 'autoremove'] + pkgname.split()) + + def upgrade_system(self): + subprocess.Popen(['xterm', '-e', 'epkg', 'autoupgrade']) + + def remove_orphans(self): + subprocess.Popen(['xterm', '-e', 'epkg', 'autoclean']) + + def accesories_category(self): + self.window = Accesories() + self.window.show() + + def development_category(self): + self.window = Development() + self.window.show() + + def games_category(self): + self.window = Games() + self.window.show() + + def graphics_category(self): + self.window = Graphics() + self.window.show() + + def internet_category(self): + self.window = Internet() + self.window.show() + + def multimedia_category(self): + self.window = Multimedia() + self.window.show() + + def office_category(self): + self.window = Office() + self.window.show() + + def system_category(self): + self.window = System() + self.window.show() + + def local_category(self): + self.window = Local() + self.window.show() + + def everything_category(self): + self.window = Everything() + self.window.show() + +if __name__ == '__main__': + app = QtWidgets.QApplication(sys.argv) + window = Sisyphus() + sys.exit(app.exec_()) diff --git a/system.py b/system.py new file mode 100755 index 0000000..628446a --- /dev/null +++ b/system.py @@ -0,0 +1,50 @@ +#!/usr/bin/python3 +import sys, subprocess, sqlite3 +from PyQt5 import QtCore, QtGui, QtWidgets, uic + +class System(QtWidgets.QMainWindow): + def __init__(self): + super(System, self).__init__() + uic.loadUi('ui/system.ui', self) + self.centerOnScreen() + self.show() + self.load_packages() + + self.package_install.clicked.connect(self.install_package) + self.package_uninstall.clicked.connect(self.uninstall_package) + self.orphans_remove.clicked.connect(self.remove_orphans) + self.category_exit.clicked.connect(self.exit_category) + + def centerOnScreen(self): + resolution = QtWidgets.QDesktopWidget().screenGeometry() + self.move((resolution.width() / 2) - (self.frameSize().width() / 2), + (resolution.height() / 2) - (self.frameSize().height() / 2)) + + def install_package(self): + pkgname = self.table_system.item(self.table_system.currentRow(), 1).text() + subprocess.Popen(['xterm', '-e', 'epkg', 'autoinstall'] + pkgname.split()) + + def uninstall_package(self): + pkgname = self.table_system.item(self.table_system.currentRow(), 1).text() + subprocess.Popen(['xterm', '-e', 'epkg', 'autoremove'] + pkgname.split()) + + def remove_orphans(self): + subprocess.Popen(['xterm', '-e', 'epkg', 'autoclean']) + + def exit_category(self): + self.close() + + def load_packages(self): + with sqlite3.connect('/var/lib/epkg/db/epkg.db') as db: + cursor=db.cursor() + cursor.execute('''SELECT * from remote_packages''') + rows = cursor.fetchall() + + for row in rows: + inx = rows.index(row) + self.table_system.insertRow(inx) + self.table_system.setItem(inx, 0, QtWidgets.QTableWidgetItem(row[0])) + self.table_system.setItem(inx, 1, QtWidgets.QTableWidgetItem(row[1])) + self.table_system.setItem(inx, 2, QtWidgets.QTableWidgetItem(row[2])) + self.table_system.setItem(inx, 3, QtWidgets.QTableWidgetItem(row[3])) + self.table_system.setItem(inx, 4, QtWidgets.QTableWidgetItem(row[4])) diff --git a/ui/accesories.ui b/ui/accesories.ui new file mode 100644 index 0000000..a19ba51 --- /dev/null +++ b/ui/accesories.ui @@ -0,0 +1,217 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>Accesories</class> + <widget class="QWidget" name="Accesories"> + <property name="windowModality"> + <enum>Qt::ApplicationModal</enum> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>1000</width> + <height>600</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="maximumSize"> + <size> + <width>1000</width> + <height>600</height> + </size> + </property> + <property name="windowTitle"> + <string>Sisyphus : Category Accesories</string> + </property> + <property name="windowIcon"> + <iconset> + <normaloff>../icon/category_accessories.png</normaloff>../icon/category_accessories.png</iconset> + </property> + <widget class="QTableWidget" name="table_accesories"> + <property name="geometry"> + <rect> + <x>25</x> + <y>25</y> + <width>950</width> + <height>475</height> + </rect> + </property> + <property name="maximumSize"> + <size> + <width>950</width> + <height>500</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::Panel</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Raised</enum> + </property> + <property name="sizeAdjustPolicy"> + <enum>QAbstractScrollArea::AdjustToContents</enum> + </property> + <property name="editTriggers"> + <set>QAbstractItemView::NoEditTriggers</set> + </property> + <property name="dragDropOverwriteMode"> + <bool>false</bool> + </property> + <property name="selectionMode"> + <enum>QAbstractItemView::SingleSelection</enum> + </property> + <property name="selectionBehavior"> + <enum>QAbstractItemView::SelectRows</enum> + </property> + <attribute name="horizontalHeaderCascadingSectionResizes"> + <bool>true</bool> + </attribute> + <attribute name="horizontalHeaderStretchLastSection"> + <bool>true</bool> + </attribute> + <attribute name="verticalHeaderVisible"> + <bool>false</bool> + </attribute> + <column> + <property name="text"> + <string>Category</string> + </property> + </column> + <column> + <property name="text"> + <string>Name</string> + </property> + </column> + <column> + <property name="text"> + <string>Version</string> + </property> + </column> + <column> + <property name="text"> + <string>Slot</string> + </property> + </column> + <column> + <property name="text"> + <string>Description</string> + </property> + </column> + </widget> + <widget class="QPushButton" name="package_uninstall"> + <property name="geometry"> + <rect> + <x>275</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Uninstall package</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/package_uninstall.png</normaloff>../icon/package_uninstall.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="orphans_remove"> + <property name="geometry"> + <rect> + <x>525</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Remove orphan packages</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/remove_orphans.png</normaloff>../icon/remove_orphans.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="category_exit"> + <property name="geometry"> + <rect> + <x>775</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Close window</p></body></html></string> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/window_close.png</normaloff>../icon/window_close.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="package_install"> + <property name="geometry"> + <rect> + <x>25</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Install package</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/package_install.png</normaloff>../icon/package_install.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + </widget> + <tabstops> + <tabstop>table_accesories</tabstop> + <tabstop>package_install</tabstop> + <tabstop>package_uninstall</tabstop> + <tabstop>orphans_remove</tabstop> + <tabstop>category_exit</tabstop> + </tabstops> + <resources/> + <connections/> +</ui> diff --git a/ui/development.ui b/ui/development.ui new file mode 100644 index 0000000..ff3f5a2 --- /dev/null +++ b/ui/development.ui @@ -0,0 +1,217 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>Development</class> + <widget class="QWidget" name="Development"> + <property name="windowModality"> + <enum>Qt::ApplicationModal</enum> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>1000</width> + <height>600</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="maximumSize"> + <size> + <width>1000</width> + <height>600</height> + </size> + </property> + <property name="windowTitle"> + <string>Sisyphus : Category Development</string> + </property> + <property name="windowIcon"> + <iconset> + <normaloff>../icon/category_development.png</normaloff>../icon/category_development.png</iconset> + </property> + <widget class="QTableWidget" name="table_development"> + <property name="geometry"> + <rect> + <x>25</x> + <y>25</y> + <width>950</width> + <height>475</height> + </rect> + </property> + <property name="maximumSize"> + <size> + <width>950</width> + <height>500</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::Panel</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Raised</enum> + </property> + <property name="sizeAdjustPolicy"> + <enum>QAbstractScrollArea::AdjustToContents</enum> + </property> + <property name="editTriggers"> + <set>QAbstractItemView::NoEditTriggers</set> + </property> + <property name="dragDropOverwriteMode"> + <bool>false</bool> + </property> + <property name="selectionMode"> + <enum>QAbstractItemView::SingleSelection</enum> + </property> + <property name="selectionBehavior"> + <enum>QAbstractItemView::SelectRows</enum> + </property> + <attribute name="horizontalHeaderCascadingSectionResizes"> + <bool>true</bool> + </attribute> + <attribute name="horizontalHeaderStretchLastSection"> + <bool>true</bool> + </attribute> + <attribute name="verticalHeaderVisible"> + <bool>false</bool> + </attribute> + <column> + <property name="text"> + <string>Category</string> + </property> + </column> + <column> + <property name="text"> + <string>Name</string> + </property> + </column> + <column> + <property name="text"> + <string>Version</string> + </property> + </column> + <column> + <property name="text"> + <string>Slot</string> + </property> + </column> + <column> + <property name="text"> + <string>Description</string> + </property> + </column> + </widget> + <widget class="QPushButton" name="package_uninstall"> + <property name="geometry"> + <rect> + <x>275</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Uninstall package</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/package_uninstall.png</normaloff>../icon/package_uninstall.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="orphans_remove"> + <property name="geometry"> + <rect> + <x>525</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Remove orphan packages</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/remove_orphans.png</normaloff>../icon/remove_orphans.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="category_exit"> + <property name="geometry"> + <rect> + <x>775</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Close window</p></body></html></string> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/window_close.png</normaloff>../icon/window_close.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="package_install"> + <property name="geometry"> + <rect> + <x>25</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Install package</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/package_install.png</normaloff>../icon/package_install.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + </widget> + <tabstops> + <tabstop>table_development</tabstop> + <tabstop>package_install</tabstop> + <tabstop>package_uninstall</tabstop> + <tabstop>orphans_remove</tabstop> + <tabstop>category_exit</tabstop> + </tabstops> + <resources/> + <connections/> +</ui> diff --git a/ui/everything.ui b/ui/everything.ui new file mode 100644 index 0000000..51293cb --- /dev/null +++ b/ui/everything.ui @@ -0,0 +1,217 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>Everything</class> + <widget class="QWidget" name="Everything"> + <property name="windowModality"> + <enum>Qt::ApplicationModal</enum> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>1000</width> + <height>600</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="maximumSize"> + <size> + <width>1000</width> + <height>600</height> + </size> + </property> + <property name="windowTitle"> + <string>Sisyphus : All Packages</string> + </property> + <property name="windowIcon"> + <iconset> + <normaloff>../icon/category_all.png</normaloff>../icon/category_all.png</iconset> + </property> + <widget class="QTableWidget" name="table_everything"> + <property name="geometry"> + <rect> + <x>25</x> + <y>25</y> + <width>950</width> + <height>475</height> + </rect> + </property> + <property name="maximumSize"> + <size> + <width>950</width> + <height>500</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::Panel</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Raised</enum> + </property> + <property name="sizeAdjustPolicy"> + <enum>QAbstractScrollArea::AdjustToContents</enum> + </property> + <property name="editTriggers"> + <set>QAbstractItemView::NoEditTriggers</set> + </property> + <property name="dragDropOverwriteMode"> + <bool>false</bool> + </property> + <property name="selectionMode"> + <enum>QAbstractItemView::SingleSelection</enum> + </property> + <property name="selectionBehavior"> + <enum>QAbstractItemView::SelectRows</enum> + </property> + <attribute name="horizontalHeaderCascadingSectionResizes"> + <bool>true</bool> + </attribute> + <attribute name="horizontalHeaderStretchLastSection"> + <bool>true</bool> + </attribute> + <attribute name="verticalHeaderVisible"> + <bool>false</bool> + </attribute> + <column> + <property name="text"> + <string>Category</string> + </property> + </column> + <column> + <property name="text"> + <string>Name</string> + </property> + </column> + <column> + <property name="text"> + <string>Version</string> + </property> + </column> + <column> + <property name="text"> + <string>Slot</string> + </property> + </column> + <column> + <property name="text"> + <string>Description</string> + </property> + </column> + </widget> + <widget class="QPushButton" name="package_uninstall"> + <property name="geometry"> + <rect> + <x>275</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Uninstall package</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/package_uninstall.png</normaloff>../icon/package_uninstall.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="orphans_remove"> + <property name="geometry"> + <rect> + <x>525</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Remove orphan packages</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/remove_orphans.png</normaloff>../icon/remove_orphans.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="category_exit"> + <property name="geometry"> + <rect> + <x>775</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Close window</p></body></html></string> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/window_close.png</normaloff>../icon/window_close.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="package_install"> + <property name="geometry"> + <rect> + <x>25</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Install package</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/package_install.png</normaloff>../icon/package_install.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + </widget> + <tabstops> + <tabstop>table_everything</tabstop> + <tabstop>package_install</tabstop> + <tabstop>package_uninstall</tabstop> + <tabstop>orphans_remove</tabstop> + <tabstop>category_exit</tabstop> + </tabstops> + <resources/> + <connections/> +</ui> diff --git a/ui/games.ui b/ui/games.ui new file mode 100644 index 0000000..af92628 --- /dev/null +++ b/ui/games.ui @@ -0,0 +1,217 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>Games</class> + <widget class="QWidget" name="Games"> + <property name="windowModality"> + <enum>Qt::ApplicationModal</enum> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>1000</width> + <height>600</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="maximumSize"> + <size> + <width>1000</width> + <height>600</height> + </size> + </property> + <property name="windowTitle"> + <string>Sisyphus : Category Games</string> + </property> + <property name="windowIcon"> + <iconset> + <normaloff>../icon/category_games.png</normaloff>../icon/category_games.png</iconset> + </property> + <widget class="QTableWidget" name="table_games"> + <property name="geometry"> + <rect> + <x>25</x> + <y>25</y> + <width>950</width> + <height>475</height> + </rect> + </property> + <property name="maximumSize"> + <size> + <width>950</width> + <height>500</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::Panel</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Raised</enum> + </property> + <property name="sizeAdjustPolicy"> + <enum>QAbstractScrollArea::AdjustToContents</enum> + </property> + <property name="editTriggers"> + <set>QAbstractItemView::NoEditTriggers</set> + </property> + <property name="dragDropOverwriteMode"> + <bool>false</bool> + </property> + <property name="selectionMode"> + <enum>QAbstractItemView::SingleSelection</enum> + </property> + <property name="selectionBehavior"> + <enum>QAbstractItemView::SelectRows</enum> + </property> + <attribute name="horizontalHeaderCascadingSectionResizes"> + <bool>true</bool> + </attribute> + <attribute name="horizontalHeaderStretchLastSection"> + <bool>true</bool> + </attribute> + <attribute name="verticalHeaderVisible"> + <bool>false</bool> + </attribute> + <column> + <property name="text"> + <string>Category</string> + </property> + </column> + <column> + <property name="text"> + <string>Name</string> + </property> + </column> + <column> + <property name="text"> + <string>Version</string> + </property> + </column> + <column> + <property name="text"> + <string>Slot</string> + </property> + </column> + <column> + <property name="text"> + <string>Description</string> + </property> + </column> + </widget> + <widget class="QPushButton" name="package_uninstall"> + <property name="geometry"> + <rect> + <x>275</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Uninstall package</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/package_uninstall.png</normaloff>../icon/package_uninstall.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="orphans_remove"> + <property name="geometry"> + <rect> + <x>525</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Remove orphan packages</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/remove_orphans.png</normaloff>../icon/remove_orphans.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="category_exit"> + <property name="geometry"> + <rect> + <x>775</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Close window</p></body></html></string> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/window_close.png</normaloff>../icon/window_close.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="package_install"> + <property name="geometry"> + <rect> + <x>25</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Install package</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/package_install.png</normaloff>../icon/package_install.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + </widget> + <tabstops> + <tabstop>table_games</tabstop> + <tabstop>package_install</tabstop> + <tabstop>package_uninstall</tabstop> + <tabstop>orphans_remove</tabstop> + <tabstop>category_exit</tabstop> + </tabstops> + <resources/> + <connections/> +</ui> diff --git a/ui/graphics.ui b/ui/graphics.ui new file mode 100644 index 0000000..12939ff --- /dev/null +++ b/ui/graphics.ui @@ -0,0 +1,217 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>Graphics</class> + <widget class="QWidget" name="Graphics"> + <property name="windowModality"> + <enum>Qt::ApplicationModal</enum> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>1000</width> + <height>600</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="maximumSize"> + <size> + <width>1000</width> + <height>600</height> + </size> + </property> + <property name="windowTitle"> + <string>Sisyphus : Category Graphics</string> + </property> + <property name="windowIcon"> + <iconset> + <normaloff>../icon/category_graphics.png</normaloff>../icon/category_graphics.png</iconset> + </property> + <widget class="QTableWidget" name="table_graphics"> + <property name="geometry"> + <rect> + <x>25</x> + <y>25</y> + <width>950</width> + <height>475</height> + </rect> + </property> + <property name="maximumSize"> + <size> + <width>950</width> + <height>500</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::Panel</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Raised</enum> + </property> + <property name="sizeAdjustPolicy"> + <enum>QAbstractScrollArea::AdjustToContents</enum> + </property> + <property name="editTriggers"> + <set>QAbstractItemView::NoEditTriggers</set> + </property> + <property name="dragDropOverwriteMode"> + <bool>false</bool> + </property> + <property name="selectionMode"> + <enum>QAbstractItemView::SingleSelection</enum> + </property> + <property name="selectionBehavior"> + <enum>QAbstractItemView::SelectRows</enum> + </property> + <attribute name="horizontalHeaderCascadingSectionResizes"> + <bool>true</bool> + </attribute> + <attribute name="horizontalHeaderStretchLastSection"> + <bool>true</bool> + </attribute> + <attribute name="verticalHeaderVisible"> + <bool>false</bool> + </attribute> + <column> + <property name="text"> + <string>Category</string> + </property> + </column> + <column> + <property name="text"> + <string>Name</string> + </property> + </column> + <column> + <property name="text"> + <string>Version</string> + </property> + </column> + <column> + <property name="text"> + <string>Slot</string> + </property> + </column> + <column> + <property name="text"> + <string>Description</string> + </property> + </column> + </widget> + <widget class="QPushButton" name="package_uninstall"> + <property name="geometry"> + <rect> + <x>275</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Uninstall package</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/package_uninstall.png</normaloff>../icon/package_uninstall.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="orphans_remove"> + <property name="geometry"> + <rect> + <x>525</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Remove orphan packages</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/remove_orphans.png</normaloff>../icon/remove_orphans.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="category_exit"> + <property name="geometry"> + <rect> + <x>775</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Close window</p></body></html></string> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/window_close.png</normaloff>../icon/window_close.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="package_install"> + <property name="geometry"> + <rect> + <x>25</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Install package</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/package_install.png</normaloff>../icon/package_install.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + </widget> + <tabstops> + <tabstop>table_graphics</tabstop> + <tabstop>package_install</tabstop> + <tabstop>package_uninstall</tabstop> + <tabstop>orphans_remove</tabstop> + <tabstop>category_exit</tabstop> + </tabstops> + <resources/> + <connections/> +</ui> diff --git a/ui/internet.ui b/ui/internet.ui new file mode 100644 index 0000000..a5a974a --- /dev/null +++ b/ui/internet.ui @@ -0,0 +1,217 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>Internet</class> + <widget class="QWidget" name="Internet"> + <property name="windowModality"> + <enum>Qt::ApplicationModal</enum> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>1000</width> + <height>600</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="maximumSize"> + <size> + <width>1000</width> + <height>600</height> + </size> + </property> + <property name="windowTitle"> + <string>Sisyphus : Category Internet</string> + </property> + <property name="windowIcon"> + <iconset> + <normaloff>../icon/category_internet.png</normaloff>../icon/category_internet.png</iconset> + </property> + <widget class="QTableWidget" name="table_internet"> + <property name="geometry"> + <rect> + <x>25</x> + <y>25</y> + <width>950</width> + <height>475</height> + </rect> + </property> + <property name="maximumSize"> + <size> + <width>950</width> + <height>500</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::Panel</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Raised</enum> + </property> + <property name="sizeAdjustPolicy"> + <enum>QAbstractScrollArea::AdjustToContents</enum> + </property> + <property name="editTriggers"> + <set>QAbstractItemView::NoEditTriggers</set> + </property> + <property name="dragDropOverwriteMode"> + <bool>false</bool> + </property> + <property name="selectionMode"> + <enum>QAbstractItemView::SingleSelection</enum> + </property> + <property name="selectionBehavior"> + <enum>QAbstractItemView::SelectRows</enum> + </property> + <attribute name="horizontalHeaderCascadingSectionResizes"> + <bool>true</bool> + </attribute> + <attribute name="horizontalHeaderStretchLastSection"> + <bool>true</bool> + </attribute> + <attribute name="verticalHeaderVisible"> + <bool>false</bool> + </attribute> + <column> + <property name="text"> + <string>Category</string> + </property> + </column> + <column> + <property name="text"> + <string>Name</string> + </property> + </column> + <column> + <property name="text"> + <string>Version</string> + </property> + </column> + <column> + <property name="text"> + <string>Slot</string> + </property> + </column> + <column> + <property name="text"> + <string>Description</string> + </property> + </column> + </widget> + <widget class="QPushButton" name="package_uninstall"> + <property name="geometry"> + <rect> + <x>275</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Uninstall package</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/package_uninstall.png</normaloff>../icon/package_uninstall.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="orphans_remove"> + <property name="geometry"> + <rect> + <x>525</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Remove orphan packages</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/remove_orphans.png</normaloff>../icon/remove_orphans.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="category_exit"> + <property name="geometry"> + <rect> + <x>775</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Close window</p></body></html></string> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/window_close.png</normaloff>../icon/window_close.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="package_install"> + <property name="geometry"> + <rect> + <x>25</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Install package</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/package_install.png</normaloff>../icon/package_install.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + </widget> + <tabstops> + <tabstop>table_internet</tabstop> + <tabstop>package_install</tabstop> + <tabstop>package_uninstall</tabstop> + <tabstop>orphans_remove</tabstop> + <tabstop>category_exit</tabstop> + </tabstops> + <resources/> + <connections/> +</ui> diff --git a/ui/local.ui b/ui/local.ui new file mode 100644 index 0000000..46cd6f9 --- /dev/null +++ b/ui/local.ui @@ -0,0 +1,217 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>Local</class> + <widget class="QWidget" name="Local"> + <property name="windowModality"> + <enum>Qt::ApplicationModal</enum> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>1000</width> + <height>600</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="maximumSize"> + <size> + <width>1000</width> + <height>600</height> + </size> + </property> + <property name="windowTitle"> + <string>Sisyphus : Local Packages</string> + </property> + <property name="windowIcon"> + <iconset> + <normaloff>../icon/category_local.png</normaloff>../icon/category_local.png</iconset> + </property> + <widget class="QTableWidget" name="table_local"> + <property name="geometry"> + <rect> + <x>25</x> + <y>25</y> + <width>950</width> + <height>475</height> + </rect> + </property> + <property name="maximumSize"> + <size> + <width>950</width> + <height>500</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::Panel</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Raised</enum> + </property> + <property name="sizeAdjustPolicy"> + <enum>QAbstractScrollArea::AdjustToContents</enum> + </property> + <property name="editTriggers"> + <set>QAbstractItemView::NoEditTriggers</set> + </property> + <property name="dragDropOverwriteMode"> + <bool>false</bool> + </property> + <property name="selectionMode"> + <enum>QAbstractItemView::SingleSelection</enum> + </property> + <property name="selectionBehavior"> + <enum>QAbstractItemView::SelectRows</enum> + </property> + <attribute name="horizontalHeaderCascadingSectionResizes"> + <bool>true</bool> + </attribute> + <attribute name="horizontalHeaderStretchLastSection"> + <bool>true</bool> + </attribute> + <attribute name="verticalHeaderVisible"> + <bool>false</bool> + </attribute> + <column> + <property name="text"> + <string>Category</string> + </property> + </column> + <column> + <property name="text"> + <string>Name</string> + </property> + </column> + <column> + <property name="text"> + <string>Version</string> + </property> + </column> + <column> + <property name="text"> + <string>Slot</string> + </property> + </column> + <column> + <property name="text"> + <string>Description</string> + </property> + </column> + </widget> + <widget class="QPushButton" name="package_uninstall"> + <property name="geometry"> + <rect> + <x>275</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Uninstall package</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/package_uninstall.png</normaloff>../icon/package_uninstall.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="orphans_remove"> + <property name="geometry"> + <rect> + <x>525</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Remove orphan packages</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/remove_orphans.png</normaloff>../icon/remove_orphans.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="category_exit"> + <property name="geometry"> + <rect> + <x>775</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Close window</p></body></html></string> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/window_close.png</normaloff>../icon/window_close.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="package_install"> + <property name="geometry"> + <rect> + <x>25</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Install package</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/package_install.png</normaloff>../icon/package_install.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + </widget> + <tabstops> + <tabstop>table_local</tabstop> + <tabstop>package_install</tabstop> + <tabstop>package_uninstall</tabstop> + <tabstop>orphans_remove</tabstop> + <tabstop>category_exit</tabstop> + </tabstops> + <resources/> + <connections/> +</ui> diff --git a/ui/multimedia.ui b/ui/multimedia.ui new file mode 100644 index 0000000..4836035 --- /dev/null +++ b/ui/multimedia.ui @@ -0,0 +1,217 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>Multimedia</class> + <widget class="QWidget" name="Multimedia"> + <property name="windowModality"> + <enum>Qt::ApplicationModal</enum> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>1000</width> + <height>600</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="maximumSize"> + <size> + <width>1000</width> + <height>600</height> + </size> + </property> + <property name="windowTitle"> + <string>Sisyphus : Category Multimedia</string> + </property> + <property name="windowIcon"> + <iconset> + <normaloff>../icon/category_multimedia.png</normaloff>../icon/category_multimedia.png</iconset> + </property> + <widget class="QTableWidget" name="table_multimedia"> + <property name="geometry"> + <rect> + <x>25</x> + <y>25</y> + <width>950</width> + <height>475</height> + </rect> + </property> + <property name="maximumSize"> + <size> + <width>950</width> + <height>500</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::Panel</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Raised</enum> + </property> + <property name="sizeAdjustPolicy"> + <enum>QAbstractScrollArea::AdjustToContents</enum> + </property> + <property name="editTriggers"> + <set>QAbstractItemView::NoEditTriggers</set> + </property> + <property name="dragDropOverwriteMode"> + <bool>false</bool> + </property> + <property name="selectionMode"> + <enum>QAbstractItemView::SingleSelection</enum> + </property> + <property name="selectionBehavior"> + <enum>QAbstractItemView::SelectRows</enum> + </property> + <attribute name="horizontalHeaderCascadingSectionResizes"> + <bool>true</bool> + </attribute> + <attribute name="horizontalHeaderStretchLastSection"> + <bool>true</bool> + </attribute> + <attribute name="verticalHeaderVisible"> + <bool>false</bool> + </attribute> + <column> + <property name="text"> + <string>Category</string> + </property> + </column> + <column> + <property name="text"> + <string>Name</string> + </property> + </column> + <column> + <property name="text"> + <string>Version</string> + </property> + </column> + <column> + <property name="text"> + <string>Slot</string> + </property> + </column> + <column> + <property name="text"> + <string>Description</string> + </property> + </column> + </widget> + <widget class="QPushButton" name="package_uninstall"> + <property name="geometry"> + <rect> + <x>275</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Uninstall package</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/package_uninstall.png</normaloff>../icon/package_uninstall.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="orphans_remove"> + <property name="geometry"> + <rect> + <x>525</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Remove orphan packages</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/remove_orphans.png</normaloff>../icon/remove_orphans.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="category_exit"> + <property name="geometry"> + <rect> + <x>775</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Close window</p></body></html></string> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/window_close.png</normaloff>../icon/window_close.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="package_install"> + <property name="geometry"> + <rect> + <x>25</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Install package</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/package_install.png</normaloff>../icon/package_install.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + </widget> + <tabstops> + <tabstop>table_multimedia</tabstop> + <tabstop>package_install</tabstop> + <tabstop>package_uninstall</tabstop> + <tabstop>orphans_remove</tabstop> + <tabstop>category_exit</tabstop> + </tabstops> + <resources/> + <connections/> +</ui> diff --git a/ui/office.ui b/ui/office.ui new file mode 100644 index 0000000..12af707 --- /dev/null +++ b/ui/office.ui @@ -0,0 +1,217 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>Office</class> + <widget class="QWidget" name="Office"> + <property name="windowModality"> + <enum>Qt::ApplicationModal</enum> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>1000</width> + <height>600</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="maximumSize"> + <size> + <width>1000</width> + <height>600</height> + </size> + </property> + <property name="windowTitle"> + <string>Sisyphus : Category Office</string> + </property> + <property name="windowIcon"> + <iconset> + <normaloff>../icon/category_office.png</normaloff>../icon/category_office.png</iconset> + </property> + <widget class="QTableWidget" name="table_office"> + <property name="geometry"> + <rect> + <x>25</x> + <y>25</y> + <width>950</width> + <height>475</height> + </rect> + </property> + <property name="maximumSize"> + <size> + <width>950</width> + <height>500</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::Panel</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Raised</enum> + </property> + <property name="sizeAdjustPolicy"> + <enum>QAbstractScrollArea::AdjustToContents</enum> + </property> + <property name="editTriggers"> + <set>QAbstractItemView::NoEditTriggers</set> + </property> + <property name="dragDropOverwriteMode"> + <bool>false</bool> + </property> + <property name="selectionMode"> + <enum>QAbstractItemView::SingleSelection</enum> + </property> + <property name="selectionBehavior"> + <enum>QAbstractItemView::SelectRows</enum> + </property> + <attribute name="horizontalHeaderCascadingSectionResizes"> + <bool>true</bool> + </attribute> + <attribute name="horizontalHeaderStretchLastSection"> + <bool>true</bool> + </attribute> + <attribute name="verticalHeaderVisible"> + <bool>false</bool> + </attribute> + <column> + <property name="text"> + <string>Category</string> + </property> + </column> + <column> + <property name="text"> + <string>Name</string> + </property> + </column> + <column> + <property name="text"> + <string>Version</string> + </property> + </column> + <column> + <property name="text"> + <string>Slot</string> + </property> + </column> + <column> + <property name="text"> + <string>Description</string> + </property> + </column> + </widget> + <widget class="QPushButton" name="package_uninstall"> + <property name="geometry"> + <rect> + <x>275</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Uninstall package</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/package_uninstall.png</normaloff>../icon/package_uninstall.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="orphans_remove"> + <property name="geometry"> + <rect> + <x>525</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Remove orphan packages</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/remove_orphans.png</normaloff>../icon/remove_orphans.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="category_exit"> + <property name="geometry"> + <rect> + <x>775</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Close window</p></body></html></string> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/window_close.png</normaloff>../icon/window_close.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="package_install"> + <property name="geometry"> + <rect> + <x>25</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Install package</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/package_install.png</normaloff>../icon/package_install.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + </widget> + <tabstops> + <tabstop>table_office</tabstop> + <tabstop>package_install</tabstop> + <tabstop>package_uninstall</tabstop> + <tabstop>orphans_remove</tabstop> + <tabstop>category_exit</tabstop> + </tabstops> + <resources/> + <connections/> +</ui> diff --git a/ui/sisyphus.ui b/ui/sisyphus.ui new file mode 100644 index 0000000..d850343 --- /dev/null +++ b/ui/sisyphus.ui @@ -0,0 +1,517 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>MainWindow</class> + <widget class="QMainWindow" name="MainWindow"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>1000</width> + <height>600</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="maximumSize"> + <size> + <width>1000</width> + <height>600</height> + </size> + </property> + <property name="windowTitle"> + <string>Sisyphus : Epkg Graphical User Interface</string> + </property> + <property name="windowIcon"> + <iconset> + <normaloff>../icon/window_icon.png</normaloff>../icon/window_icon.png</iconset> + </property> + <property name="layoutDirection"> + <enum>Qt::LeftToRight</enum> + </property> + <property name="autoFillBackground"> + <bool>true</bool> + </property> + <widget class="QWidget" name="sisyphus"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <widget class="QFrame" name="manage"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>1000</width> + <height>200</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="layoutDirection"> + <enum>Qt::LeftToRight</enum> + </property> + <property name="autoFillBackground"> + <bool>true</bool> + </property> + <property name="frameShape"> + <enum>QFrame::NoFrame</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Plain</enum> + </property> + <widget class="QLineEdit" name="input"> + <property name="geometry"> + <rect> + <x>100</x> + <y>30</y> + <width>800</width> + <height>40</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Enter package name you want to Search/Install/Uninstall</p></body></html></string> + </property> + <property name="text"> + <string>Enter package name...</string> + </property> + <property name="frame"> + <bool>true</bool> + </property> + <property name="alignment"> + <set>Qt::AlignJustify|Qt::AlignVCenter</set> + </property> + <property name="clearButtonEnabled"> + <bool>true</bool> + </property> + </widget> + <widget class="QPushButton" name="package_install"> + <property name="geometry"> + <rect> + <x>215</x> + <y>105</y> + <width>190</width> + <height>40</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Install package(s)</p></body></html></string> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/package_install.png</normaloff>../icon/package_install.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="package_search"> + <property name="geometry"> + <rect> + <x>25</x> + <y>105</y> + <width>190</width> + <height>40</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Search package(s)</p></body></html></string> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/package_search.png</normaloff>../icon/package_search.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="package_uninstall"> + <property name="geometry"> + <rect> + <x>405</x> + <y>105</y> + <width>190</width> + <height>40</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Uninstall package(s)</p></body></html></string> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/package_uninstall.png</normaloff>../icon/package_uninstall.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="system_upgrade"> + <property name="geometry"> + <rect> + <x>595</x> + <y>105</y> + <width>190</width> + <height>40</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Upgrade system</p></body></html></string> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/system_upgrade.png</normaloff>../icon/system_upgrade.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="orphans_remove"> + <property name="geometry"> + <rect> + <x>785</x> + <y>105</y> + <width>190</width> + <height>40</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Remove orphan packages</p></body></html></string> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/remove_orphans.png</normaloff>../icon/remove_orphans.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + </widget> + <widget class="QFrame" name="browse"> + <property name="geometry"> + <rect> + <x>0</x> + <y>200</y> + <width>1000</width> + <height>400</height> + </rect> + </property> + <property name="frameShape"> + <enum>QFrame::NoFrame</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Plain</enum> + </property> + <widget class="QPushButton" name="category_accesories"> + <property name="geometry"> + <rect> + <x>25</x> + <y>20</y> + <width>150</width> + <height>150</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Browse Accesories Category</p></body></html></string> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/category_accessories.png</normaloff>../icon/category_accessories.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>64</width> + <height>64</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="category_games"> + <property name="geometry"> + <rect> + <x>425</x> + <y>20</y> + <width>150</width> + <height>150</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Browse Games Category</p></body></html></string> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/category_games.png</normaloff>../icon/category_games.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>64</width> + <height>64</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="category_graphics"> + <property name="geometry"> + <rect> + <x>625</x> + <y>20</y> + <width>150</width> + <height>150</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Browse Graphics Category</p></body></html></string> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/category_graphics.png</normaloff>../icon/category_graphics.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>64</width> + <height>64</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="category_internet"> + <property name="geometry"> + <rect> + <x>825</x> + <y>20</y> + <width>150</width> + <height>150</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Browse Internet Category</p></body></html></string> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/category_internet.png</normaloff>../icon/category_internet.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>64</width> + <height>64</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="category_multimedia"> + <property name="geometry"> + <rect> + <x>25</x> + <y>215</y> + <width>150</width> + <height>150</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Browse Multimedia Category</p></body></html></string> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/category_multimedia.png</normaloff>../icon/category_multimedia.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>64</width> + <height>64</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="category_office"> + <property name="geometry"> + <rect> + <x>225</x> + <y>215</y> + <width>150</width> + <height>150</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Browse Office Category</p></body></html></string> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/category_office.png</normaloff>../icon/category_office.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>64</width> + <height>64</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="category_system"> + <property name="geometry"> + <rect> + <x>425</x> + <y>215</y> + <width>150</width> + <height>150</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Browse System Category</p></body></html></string> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/category_system.png</normaloff>../icon/category_system.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>64</width> + <height>64</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="category_development"> + <property name="geometry"> + <rect> + <x>225</x> + <y>20</y> + <width>150</width> + <height>150</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Browse Development Category</p></body></html></string> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/category_development.png</normaloff>../icon/category_development.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>64</width> + <height>64</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="category_everything"> + <property name="geometry"> + <rect> + <x>825</x> + <y>215</y> + <width>150</width> + <height>150</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Browse All Packages</p></body></html></string> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/category_all.png</normaloff>../icon/category_all.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>64</width> + <height>64</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="category_local"> + <property name="geometry"> + <rect> + <x>625</x> + <y>215</y> + <width>150</width> + <height>150</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Browse Installed Packages</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/category_local.png</normaloff>../icon/category_local.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>64</width> + <height>64</height> + </size> + </property> + </widget> + </widget> + </widget> + </widget> + <tabstops> + <tabstop>input</tabstop> + <tabstop>package_search</tabstop> + <tabstop>package_install</tabstop> + <tabstop>package_uninstall</tabstop> + <tabstop>system_upgrade</tabstop> + <tabstop>orphans_remove</tabstop> + <tabstop>category_accesories</tabstop> + <tabstop>category_games</tabstop> + <tabstop>category_graphics</tabstop> + <tabstop>category_internet</tabstop> + <tabstop>category_multimedia</tabstop> + <tabstop>category_office</tabstop> + <tabstop>category_system</tabstop> + </tabstops> + <resources/> + <connections/> +</ui> diff --git a/ui/system.ui b/ui/system.ui new file mode 100644 index 0000000..d916689 --- /dev/null +++ b/ui/system.ui @@ -0,0 +1,217 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>System</class> + <widget class="QWidget" name="System"> + <property name="windowModality"> + <enum>Qt::ApplicationModal</enum> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>1000</width> + <height>600</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="maximumSize"> + <size> + <width>1000</width> + <height>600</height> + </size> + </property> + <property name="windowTitle"> + <string>Sisyphus : Category System</string> + </property> + <property name="windowIcon"> + <iconset> + <normaloff>../icon/category_system.png</normaloff>../icon/category_system.png</iconset> + </property> + <widget class="QTableWidget" name="table_system"> + <property name="geometry"> + <rect> + <x>25</x> + <y>25</y> + <width>950</width> + <height>475</height> + </rect> + </property> + <property name="maximumSize"> + <size> + <width>950</width> + <height>500</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::Panel</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Raised</enum> + </property> + <property name="sizeAdjustPolicy"> + <enum>QAbstractScrollArea::AdjustToContents</enum> + </property> + <property name="editTriggers"> + <set>QAbstractItemView::NoEditTriggers</set> + </property> + <property name="dragDropOverwriteMode"> + <bool>false</bool> + </property> + <property name="selectionMode"> + <enum>QAbstractItemView::SingleSelection</enum> + </property> + <property name="selectionBehavior"> + <enum>QAbstractItemView::SelectRows</enum> + </property> + <attribute name="horizontalHeaderCascadingSectionResizes"> + <bool>true</bool> + </attribute> + <attribute name="horizontalHeaderStretchLastSection"> + <bool>true</bool> + </attribute> + <attribute name="verticalHeaderVisible"> + <bool>false</bool> + </attribute> + <column> + <property name="text"> + <string>Category</string> + </property> + </column> + <column> + <property name="text"> + <string>Name</string> + </property> + </column> + <column> + <property name="text"> + <string>Version</string> + </property> + </column> + <column> + <property name="text"> + <string>Slot</string> + </property> + </column> + <column> + <property name="text"> + <string>Description</string> + </property> + </column> + </widget> + <widget class="QPushButton" name="package_uninstall"> + <property name="geometry"> + <rect> + <x>275</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Uninstall package</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/package_uninstall.png</normaloff>../icon/package_uninstall.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="orphans_remove"> + <property name="geometry"> + <rect> + <x>525</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Remove orphan packages</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/remove_orphans.png</normaloff>../icon/remove_orphans.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="category_exit"> + <property name="geometry"> + <rect> + <x>775</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Close window</p></body></html></string> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/window_close.png</normaloff>../icon/window_close.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + <widget class="QPushButton" name="package_install"> + <property name="geometry"> + <rect> + <x>25</x> + <y>530</y> + <width>200</width> + <height>40</height> + </rect> + </property> + <property name="toolTip"> + <string><html><head/><body><p align="center">Install package</p></body></html></string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset> + <normaloff>../icon/package_install.png</normaloff>../icon/package_install.png</iconset> + </property> + <property name="iconSize"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> + </widget> + </widget> + <tabstops> + <tabstop>table_system</tabstop> + <tabstop>package_install</tabstop> + <tabstop>package_uninstall</tabstop> + <tabstop>orphans_remove</tabstop> + <tabstop>category_exit</tabstop> + </tabstops> + <resources/> + <connections/> +</ui> |