Graphical package manager for pacman based on pamac 5.x.x
Go to file
Romain Failliot 749a4e9bf6 Small improvements on the manager window UI.
* Set width only for the closest component instead of the whole window.
* Increase rows height of packages_treeview from 20 to 22 so that we can
  see the tails of the 'j's and 'g's (there must be a better way than forcing
  the height, but I didn't find it).
* Increase a little the columns width, based on the average text
  displayed in them.
* Set 'Name' column expandable, meaning that when you resize the window,
  it will be this column that will take the width difference, which is
  probably what the users want to do 95% of the time.
* Set the window expandable. This doesn't change anything, but offers a
  better display in Glade.
2015-01-28 20:25:36 -05:00
.tx update README and tx config 2014-11-21 15:37:57 +01:00
data fix #18 2015-01-05 21:06:18 +01:00
examples fixes 2014-11-24 21:34:23 +01:00
po Modularize the Makefiles. 2015-01-24 12:16:27 -05:00
resources Small improvements on the manager window UI. 2015-01-28 20:25:36 -05:00
src some code improvements 2015-01-28 16:40:05 +01:00
util fix #15 2015-01-03 17:26:47 +01:00
vapi fix #15 2015-01-03 17:26:47 +01:00
.gitignore Add *.swp in .gitignore for vim files 2015-01-24 12:01:10 -05:00
AUTHORS first commit 2014-10-22 18:44:02 +02:00
COPYING first commit 2014-10-22 18:44:02 +02:00
Makefile Modularize the Makefiles. 2015-01-24 12:16:27 -05:00
README update README and tx config 2014-11-21 15:37:57 +01:00
TODO first commit 2014-10-22 18:44:02 +02:00

README

A DBus daemon and Gtk3 frontend for libalpm written in Vala

Features:
- Alpm bindings for Vala
- a DBus daemon to perform every tasks with root access using polkit to check authorizations
- a Gtk3 Package Manager
- a Gtk3 Updates Manager
- a Tray icon with configurable periodic refresh and updates notifications
- a complete AUR support:
	* multiple words search capability
	* Enable/Disable check updates from AUR
	* Build and update your AUR packages in a integrated terminal using yaourt