Commit Graph

248 Commits

Author SHA1 Message Date
guinux e6dc06f106 update translations 2015-01-02 23:31:08 +01:00
guinux 0704717acf version fixes 2015-01-02 23:30:45 +01:00
guinux caaa459e7b fix #8 2015-01-02 22:29:04 +01:00
guinux a357b6173e fix an issue in parsing siglevel 2015-01-02 21:39:32 +01:00
guinux f40c8f2601 Merge branch 'master' of github.com:manjaro/pamac
Conflicts:
	src/manager_window.vala
2014-12-30 15:10:12 +01:00
guinux 430b514f37 add to possibility to change syncfirst, ignorepkg and mirrors into preferences 2014-12-30 15:04:40 +01:00
guinux 8a3fa7ccb5 fixes 2014-12-12 09:28:36 +01:00
guinux 6f417e4f33 Merge remote-tracking branch 'origin' 2014-12-03 16:02:31 +01:00
guinux 61f1bec6a5 port to pacman 4.2 2014-12-03 16:02:14 +01:00
guinux 1a1da95554 add pamac-refresh 2014-11-30 16:51:33 +01:00
Philip 6639139d3a Update Translations 2014-11-29 12:33:30 +01:00
Philip d3a3bbfae0 Update german translation 2014-11-29 12:21:44 +01:00
Philip 0b8c28668a Stable release 2.0
- update some translations
2014-11-29 11:35:33 +01:00
guinux 6024012729 fixes 2014-11-24 21:34:23 +01:00
guinux da70da90da fix a bad commit 2014-11-22 15:10:42 +01:00
guinux bd63874d2a Merge branch 'master' of github.com:manjaro/pamac
Conflicts:
	po/ar.po
	po/ast.po
	po/bg.po
	po/ca.po
	po/create_pot_file.sh
	po/cs.po
	po/da.po
	po/de.po
	po/el.po
	po/en_GB.po
	po/eo.po
	po/es.po
	po/et.po
	po/fa.po
	po/fi.po
	po/fo.po
	po/fr.po
	po/he.po
	po/hi.po
	po/hr.po
	po/hu.po
	po/id.po
	po/it.po
	po/ja.po
	po/ko.po
	po/ms.po
	po/nb.po
	po/nl.po
	po/pamac.pot
	po/pl.po
	po/pot_head
	po/pt_BR.po
	po/pt_PT.po
	po/ro.po
	po/ru.po
	po/si.po
	po/sk.po
	po/sl.po
	po/sr.po
	po/sr@latin.po
	po/sv.po
	po/tr.po
	po/uk.po
	po/update_po_files.sh
	po/uz.po
	po/vi.po
	po/zh.po
	po/zh_TW.po
	src/daemon.vala
	src/manager_window.vala
2014-11-22 12:00:18 +01:00
guinux e8c13b45bb update translations 2014-11-22 11:53:14 +01:00
Philip b8153ea474 Pamac 2.0
- complete rewrite in vala
- it now directly depends on libalpm so it is easier to maintain
- it is faster and uses less memory
- alpm bindings for vala, other people could be interested
- a DBus daemon which can perform every tasks which need root access using polkit to check authorization, it can be used by any other program.
- pamac-manager and pamac-updater as you know before but with some new design, try them !
- the progress dialog now includes a terminal, it permits to launch yaourt which is used now to build packages from AUR.
- reinstall a package
- install optional dependencies of a package
- mark a package as explicitly installed
2014-11-22 09:36:35 +01:00
guinux 8ca909659a update README and tx config 2014-11-21 15:37:57 +01:00
guinux db61ae3929 fix multiple words search in AUR 2014-11-21 15:19:46 +01:00
guinux 31c90c6419 update po files 2014-11-21 11:21:08 +01:00
guinux 8124ed4462 Merge pull request #6 from coffeeking/master
improved pamac's accessibility with screen readers
2014-11-21 10:29:43 +01:00
guinux 689c96dac7 little fixes 2014-11-21 10:35:26 +01:00
kendell clark 9fdd6eb174 changed a few instances of can_focus from false to true on some controlls, allowing screen readers to interact with them. 2014-11-21 02:06:30 -06:00
guinux bdb1c679d8 fix #5 2014-11-19 14:46:44 +01:00
guinux 93bd73a3fc improve makefiles 2014-11-17 21:56:15 +01:00
guinux ed0bacc1d3 some fixes and improvements 2014-11-16 11:31:44 +01:00
guinux 0d3b34d7c4 add right click menu with multiple selection and fixes 2014-11-08 17:50:35 +01:00
guinux 807e1040ac remove headerbars 2014-11-03 21:57:50 +01:00
guinux 0be2ab9500 fix #1 2014-11-03 21:04:44 +01:00
guinux acaf52d5ae add alpm-package mime type 2014-11-01 17:59:16 +01:00
guinux fe929692ce add translations 2014-10-30 22:00:03 +01:00
guinux ebe01e5d44 update alpm bindings and menus 2014-10-30 14:44:09 +01:00
guinux a2d248bc2d update displayed strings 2014-10-26 12:30:04 +01:00
guinux 03638f6375 fix transaction summary 2014-10-24 15:50:33 +02:00
guinux 95d3ffd071 fix actions display in terminal 2014-10-24 15:29:39 +02:00
guinux 60a34f6681 first commit 2014-10-22 18:44:02 +02:00
Mateusz Mikołajczyk df8ca4fc58 fix for situation, where the package tar filename is different from the actual package name (ie. chromium-pepper-flash != chromium-plugins.tar.gz)
Signed-off-by: Philip <philm@manjaro.org>
2014-09-23 07:45:34 +02:00
Benjamin Arbogast 5840789f4e Display a link to the Arch/AUR package page in the info area.
For installed packages the link cannot be displayed since the name of the
repository is unknown.

Signed-off-by: Philip <philm@manjaro.org>
2014-09-23 07:44:28 +02:00
Philip 7292623942 Translations
- update he, nl
- add ca-ES
2014-06-17 21:34:52 +02:00
Philip 91824f5c02 Translations
- update ast, ca, fi, id, nb, pt_BR, ro, ru, sr@latin, sv, zh_CN
- new si, sr, zh
2014-05-27 20:19:57 +02:00
Philip 09d043f98b Translations
- update da, fr, sk
2014-03-27 20:02:21 +01:00
Philip d8d8a7437f Translations
- update bg
2014-03-10 18:30:06 +01:00
Philip a744670594 Translations
- update es, it, ja, nb, nl, tr
- add: ka, ur-PK
2014-03-09 22:39:56 +01:00
Philip 2256f089a3 Translations
- first update due string changes in 0.9.8rc1
2014-03-07 08:12:04 +01:00
guinux 7b04b92144 manually merge request #1 2014-03-05 15:16:51 +01:00
guinux f888761d8a update pot 2014-03-05 15:07:53 +01:00
guinux 3750486576 add downgrade support 2014-03-05 15:00:39 +01:00
Philip 812b7c9b44 Translations
- update el, pt_PT
2014-02-20 22:11:59 +01:00
Philip 44241ca478 Translations
- update ca, hr, ru, sl, sv, vi
- add fa-IR, hr
2014-02-18 22:05:08 +01:00