summaryrefslogtreecommitdiff
path: root/doc/Changelog
blob: 2a79415ad5eee0f157751d96b647175ddf4b1d99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
0.8.5:
- added an uncaught exception dialog
- i18n
- new threading model for the emerge process
- minor enhancements
- added splash screen
- added notifies
- added listener / launch gksu/kdesu by ourselves
- now showing differences between "installed" and "enabled" useflags
- improved terminal

0.8.1:
- bugfixes

0.8.0:
- removed Qt-Frontend
- added "shutdown" plugin
- added "resume-loop" plugin
- changed plugin-structures
- added ability of pausing the emerge process
- nicier log output
- log viewers
- changed design / added link
- improved search

0.7.5:
- new icon by p4r4d0x
- sync command now accepts "&&"
- added ebuild-viewer
- use optparse to parse cmdline options
- better config-handling
- changed Qt-Terminal colors
- Qt-Terminal is now able to handle the wget-bar correctly
- added a window showing the updatable packages

0.7.4.2:
- bugfix in PortageSystem

0.7.4.1:
- added name of overlay the package comes from
- filtering "--ask" from EMERGE_DEFAULT_OPTS
- show reason for a package being masked as a tooltip
- added settings: gtk: console font
- show emerge progress in window title
- work with PyQt-4.2

0.7.3:
- fixed bugs
- QtTerminal now uses events instead of signals (faster)
- ability to show packages by installation status

0.7.1:
- moved syntax-highlighting plugin for gtk to another package
(portatosourceview)
- added confirmation dialogs for quitting while the emerge queue is not empty
- added icon and desktop-files
- added systray
- added "noroot"-plugin, allowing emerges if not root

0.7.0:
- showed difference between unmasked and masked but unmasked by yourself
- added Qt-Frontend

0.6.1:
- first plugin support
- collapsed USE_EXPAND-variables
- plugin for etc-proposals

0.6.0:
- general support for different backend systems
- removed asterisks as "installed" sign - using an image now
- added ebuild window
- added usetips
- allowed copying out of the console
- added accelerators

0.5.2:
- removed gentoolkit-dependency
- added support for portage-2.1.2
- added console-status
- working slots (for update_world)
- enhanced "--newuse"
- added some stock-images
- added ability to kill the running emerge process

0.5.1:
- new config parser and new config-layout
- added sync-command option
- added a "Save-Flags"-Menu-Item

0.5.0:
- rewritten GTK-Frontend using Glade
- made the wrapper more powerful

0.4.6:
- made it possible to build other frontends than GTK
- implemented --newuse

0.4.5:
- bug fixing (again ;D)
- added "oneshot"
- redesign
- added "update world" - ability (w/o newuse)
- handled installed packages which are not in portage anymore
- allowed to reload portage

0.4.0:
- smashed bugs
- made testing and masking working (I hope)
- allowed to unmask a whole queue
- allowed to disable/enable debug-output

0.3.4:
- removed several minor and less minor bugs
- added preference window
- some speedup work (e.g. do not redraw the whole list if something is
updated)

0.3.3:
- removed bug which always apended a package to the emerge-queue - and never
to the unmerge-queue
- implemented an internal package-db
- used new calls to portage for receiving all packages

0.3.2:
- restructured program files
- changed font in terminal 
- added new dialog warning when we cannot emerge a masked program
- using debug() instead of print
- fixing small bugs

0.3.1:
- added AboutWindow
- make the menu work