Commit Graph

273 Commits

Author SHA1 Message Date
Romain Failliot dc6cc1e5f9 Modularize the Makefiles.
* It's a good practice to put the main target on top, since it's the
  first one that is called when calling just "make". That's why
  "resources", "binaries" and "gettext" were moved up in their
  Makefile's.
* Added a "clean" target for each subdirectories so that they are a bit
  more autonomous.
* Using "&&" instead of ";" when changing directory because if a
  directory name is changed, we get into an infinite loop.
2015-01-24 12:16:27 -05:00
Romain Failliot c6b29785f5 Add *.swp in .gitignore for vim files 2015-01-24 12:01:10 -05:00
guinux 4295977164 try to fix #25 2015-01-21 17:07:26 +01:00
guinux 7813d139d9 fix #26 2015-01-19 20:06:33 +01:00
Philip 54591d4bc9 Update translations 2015-01-10 11:59:20 +01:00
guinux 05eb865da8 fix trans cancel 2015-01-10 11:31:51 +01:00
Philip 448ade9b51 Update Translations 2015-01-07 18:47:54 +01:00
guinux f1bc146e9b fix #21 2015-01-07 15:09:39 +01:00
Philip 457b7b69c0 Translations: update lt 2015-01-06 10:12:32 +01:00
guinux a6109ced90 little fixes 2015-01-05 22:12:56 +01:00
guinux 0f88799bf5 fix an issue 2015-01-05 21:08:24 +01:00
guinux b14d80bf6f fix #18 2015-01-05 21:06:18 +01:00
guinux 20d3b5b991 fix transalations 2015-01-05 21:01:59 +01:00
Philip bf4161de33 Update translations 2015-01-04 10:22:06 +01:00
Philip b283605e7c Proper Header 2015-01-04 10:20:14 +01:00
Philip 5b0670b4a8 Translations: fix headers 2015-01-04 09:40:18 +01:00
Philip a5ec9ff679 Translations: updates 2015-01-04 09:38:31 +01:00
Philip c6b6681cf1 update language files 2015-01-04 09:22:02 +01:00
guinux fb0a3d5d5c fix copyright year 2015-01-03 21:59:25 +01:00
guinux cef2c7b7dc fix packages list display size 2015-01-03 21:53:35 +01:00
guinux f9fc090707 fix #11 2015-01-03 19:41:58 +01:00
guinux 5f1c96e479 improve memory management 2015-01-03 19:32:10 +01:00
guinux a85c4272e2 fix #13 2015-01-03 19:23:49 +01:00
guinux 0dc000f8f4 fix #15 2015-01-03 17:26:47 +01:00
guinux cff0edab60 fix #14 2015-01-03 14:52:26 +01:00
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