File: NEWS

package info (click to toggle)
agave 0.4.1-0
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,568 kB
  • ctags: 825
  • sloc: cpp: 5,466; sh: 821; makefile: 251
file content (172 lines) | stat: -rw-r--r-- 5,924 bytes parent folder | download
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
===================
Agave 0.4.1
===================
2006-09-24

    * Moved user configuration directory from ~/.agave to ~/.local/share/agave
      to reduce home directory dotfile pollution.  Configuration files will be
      migrated automatically.
    * Added the ability to use different palette files.  4 palette files are
      shipped by default (Websafe, GNOME icon palette, Tango palette, and
      Visibone palette).  Palettes are standard Gimp Palette files (.gpl) and
      can be added by dropping a file in ~/.local/share/agave/palettes

    Bugfixes
    * Fixed an issue when compiling with g++ 4.1
    * Improve handling of removing multiple colors from the favorites list

    Build
    * Building from git now requires Intltool 0.35

    Translations
    * updated German translation (Martin Ereth)
    * Added Italian translation (Sergio Durzu)
    * Added Swedish translation (Daniel Nylander)

===================
Agave 0.4.0
===================
2006-07-17

    * Renamed application to Agave
    * Colors in favorites list can now be renamed
    * Added Catalan translation (thanks Xisco)
    * Make the rgb(...) and hsv(...) color descriptions lowercase

    Bugfixes
    * Bump gtkmm requirement to 2.8.0 (bug # 5665)
    * Display triads scheme at startup (fixed #5699)
    * Set sensitivity of 'remove' and 'clear favorites' buttons at startup

    Build
    * Added a configure switch to enable more compiler warnings (including werror)
    * Add a debug mode switch to configure.in (no optimizations)

===================
Colorscheme 0.3.91
===================
2006-04-02

    * Improved the monochromatic colorscheme algorithm to produce better results
    * The Palette is now shown by default
    * Display a tooltip when hovering over colors in the palette
    * When dragging a color, change the drag icon to a block of color
    * Make gconfmm and libgnome* dependencies optional to make it easier to
      build on windows
      - Added some basic Windows installation instructions to the README
    * When built with gconfmm support, remembers your last selected colorscheme
      type and reloads it the next time you start the application
    * New translations: Dutch (nl), German (de)
    * Minor bug fixes

===================
Colorscheme 0.3.90
===================
2006-02-17

    * Added basic drag and drop support
      - You can drop from any application that provides an application/x-color
        target (such as the Gimp color selector)
      - You can drag a color from Colorscheme to any application that accepts a
        text target (e.g. Gedit) or an application/x-color target (e.g.  the
        Gimp or the GNOME desktop background)
    * Added the ability to export your favorite colors list as a Gimp Palette
      file
    * Remembers your last viewed color and automatically loads it on startup
    * Remembers your window size between sessions
    * Added support for pasting a textual description of a color from the
      clipboard.  Supported formats include hex string style colors (e.g.
      #FFFFFF) and all named colors that are understood by Gtk
    * Add support for selecting multiple colors in the favorites list for
      removing multiple colors at once
    * Removed dependency on GnomeVFS
    * Added dependency on GConfmm

===================
Colorscheme 0.3.1
===================
11-25-05

    * fix to configure.in so it will indicate failure if boost is not found

===================
Colorscheme 0.3
===================
11-22-05

    * Added a color palette to the main window for easier color selection.
    * Favorite colors list is maintained across sessions (Adds dependency on
      gnome-vfsmm >= 2.6)
    * Internal rework for increased efficiency (adds dependency on boost
      shared_ptr)
    * Numerous bugfixes
    * Added Russian Translation (ru) thanks to Roxana Chernogolova
    * Added Spanish(Spain) Translation (es_ES) thanks to Xoan SampaiƱo
    * Added Czech Translation (cs) thanks to Zbynek Mrkvicka

===================
Colorscheme 0.2.2.2
===================
11-03-05

    * added Brazilian Portugese translation

===================
Colorscheme 0.2.2.1
===================
10-18-05

    * Increased default window size
    * Added bulgarian translation

=================
Colorscheme 0.2.2
=================
9-20-05

    * Favorites list should now display a small swatch of the color instead of
      just the hex string
    * Clicking on a color swatch automatically makes that color the selected
      color
    * Add a history feature similar to web browsers -- allows user to go back
      to the last color they selected, etc.
    * Fixes to improve building on other platforms like FreeBSD
    * Fixed problem with random color button where it would only generate a
      different color every second (fixed #2831)
    * Fixed a bunch of unit tests
    * Added keyboard shortcuts to a few more things:
      * Random Color: ctrl+R
      * Add to Favorites: ctrl+D
      * Remove selected from favorites: ctrl+X
      * History back/forward: alt+left / alt+right

=================
Colorscheme 0.2.1
=================
8-28-05

    * Added the ability to bookmark your favorite colors (only lasts until you
      quit the application at this point)
    * Added the ability to generate a random Colorscheme by simply pressing a
      button on the toolbar

=================
Colorscheme 0.2
=================
8-22-05

    * Display more information in the color swatch
    * Improve readability of text on swatches by setting it to white on dark
      colors
    * Added Toolbar with buttons for modifying the brightness and saturation of
      the colorscheme
    * Moved the Color and Scheme selectors below the color swatches
    * Added ability to copy the hex strings of each color swatch
    * Minor memory enhancements

=================
Colorscheme 0.1
=================
7-23-05

    * Initial Release