guinux
1dce4e0603
fix #135
2016-11-05 10:20:19 +01:00
guinux
70fe12c83c
improve transaction cancellation
2016-11-02 14:23:52 +01:00
guinux
1315bb265e
fix #178
2016-11-02 12:48:44 +01:00
guinux
a62fb8fb52
add clearer strings for pacache options
2016-08-26 18:10:50 +02:00
guinux
412d1f9a02
add clean cache feature in preferences (as paccache frontend)
2016-08-25 12:33:16 +02:00
guinux
6660e832f1
fix #152 , make columns sortable in updater
2016-08-25 09:48:35 +02:00
guinux
3f5fb0db1b
fix #145
2016-08-05 15:22:59 +02:00
guinux
5019f66b86
some display fixes in preferences dialog
2016-06-11 14:26:02 +02:00
guinux
393a8ec940
some cosmetics
2016-05-20 10:21:45 +02:00
guinux
bd084718ff
fix installer
2016-05-18 16:25:31 +02:00
guinux
9c3c27f64c
fix updater height
2016-05-18 09:08:34 +02:00
Philip
d741402e5b
[manager] higher default width for packages view
2016-05-18 02:57:59 +02:00
Philip
3f4c6d6833
[manager] reduce default height for packages view
2016-05-18 02:37:43 +02:00
Philip
0ca8b35a5c
[manager] higher default width for packages view
2016-05-18 02:32:48 +02:00
Philip
4c3160303d
[manager] higher default width for packages view
2016-05-18 02:27:56 +02:00
Philip
57a96b6457
[manager] reduce default width for packages view
2016-05-18 02:23:27 +02:00
guinux
92191382bc
v4.1.0-beta2
2016-05-17 19:14:25 +02:00
guinux
12db337bbb
remove no more needed files
2016-05-14 09:47:49 +02:00
guinux
6c84122795
v4.1.0-beta
2016-05-13 15:44:10 +02:00
guinux
369c7cc327
do not allow access to preferences when a transaction is running
2016-05-06 10:55:21 +02:00
guinux
24090fafce
some updater display fixes
2016-05-04 15:59:42 +02:00
guinux
13a043d520
fix search entry left margin and state column width
2016-05-04 11:30:12 +02:00
guinux
f0ac44bc4f
move button_back to headerbar
2016-04-23 20:58:46 +02:00
guinux
6046da7729
add headerbars, improve dialogs and updater
2016-04-23 17:27:01 +02:00
guinux
db85685529
some manager ui improvements
2016-04-15 18:44:13 +02:00
guinux
6b45cb945f
fix version display for aur updates
2016-04-15 12:50:35 +02:00
guinux
6dc6bda00c
fix translations
2016-04-15 12:37:50 +02:00
guinux
547c0394c3
fix installing optdep
2016-04-15 12:09:07 +02:00
guinux
b59e68459b
v4.0.0-beta
2016-04-14 18:19:20 +02:00
guinux
bb6f38b4f4
auto search when typing in search bar
2016-03-11 09:51:45 +01:00
guinux
85731c3a9f
improve finish transaction handling
2016-02-27 10:11:04 +01:00
guinux
dd71fd3ecc
now transaction functions are a library, see pamac.vapi
2016-02-26 10:37:26 +01:00
guinux
00553e5e58
v3.0.0
2016-02-02 09:28:07 +01:00
guinux
f3c6e46baf
add search in AUR by default option
2015-08-24 16:13:18 +02:00
guinux
177dc8e12a
v2.4, new preferences dialog
2015-08-20 15:18:12 +02:00
guinux
efff8a3167
some ui improvements
2015-07-29 09:49:21 +02:00
guinux
07dc17b970
fix #52
2015-06-22 18:38:15 +02:00
guinux
27b5c00c2b
fix #43 and 44
2015-04-12 16:04:30 +02:00
guinux
22af5edc77
possibility to ignore some updates in pamac-updater, do not close progress window when yaourt failed and other improvements
2015-04-11 18:00:49 +02:00
Philip
65e5756807
[gtk316] work on #44
2015-04-10 17:12:58 +02:00
Philip
d990f4857d
[gtk316] work on #44
2015-04-10 17:09:34 +02:00
Philip
9fc27f9f19
[gtk316] work on #44
2015-04-10 17:06:16 +02:00
Philip
fe03d3f123
[gtk316] work on #44
2015-04-10 16:59:35 +02:00
Philip
121d3c39a1
[gtk316] work on #44
2015-04-10 16:48:37 +02:00
guinux
eb9ace7b82
prepare v2.2
2015-03-04 15:55:36 +01:00
guinux
2502ae2033
improve updater ui
2015-02-09 17:42:17 +01:00
guinux
80d588b5e4
improve updater ui
2015-02-01 18:00:03 +01:00
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
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
guinux
cef2c7b7dc
fix packages list display size
2015-01-03 21:53:35 +01:00