~noskcaj/ubuntu/wily/easytag/merge

« back to all changes in this revision

Viewing changes to pixmaps/grab.xpm

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-10-11 17:07:47 UTC
  • mfrom: (8.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20131011170747-v6ziegvge268gd67
* Team upload.
* New upstream release (Closes: #701114):
  - Port to and require the most recent GTK+ 2 release (2.24)
  - Allow experimental compilation against GTK+ 3
  - Many memory leaks fixed
  - Remove the upstream Debian and RPM packaging
  - Do not install the ChangeLog
  - FLAC, configure, sign comparison warning and GBase64 fixes
  - New icons
  - Small fixes to allow compilation under mingw
  - Fix overlaid text in scanner legend
  - SIGCHLD handling fix
  - Move configuration files to XDG firectories
  - Configuration file, remove all text, disc number column and
    compiler warning fixes
  - Switch to TagLib for MP4 tag editing and drop libmp4v2 support
  - Fix album artist entry focus chain order
  - Remove Changes tab in about dialog
  - Tidy and internationalize the desktop file
  - Fix many spelling errors and typos
  - Several translation updates
  - Rewrite build system
  - Use intltool for internationalization
  - Drop dependency on libtool
  - Fix segfault when pressing "Apply" in "Load filenames from
    TXT" dialog,
  - Fix predefined genres displayed under legacy systems.
  - Update Polish translation
  - .desktop cleanup
  - Add a new option to trim spaces when renaming files patch
  - Make easytag compile against newest version of libmp4v2
  - File save performance improvement
  - Fix out of bound array access
  - Add Lithuanian translation
* Drop patches applied upstream:
  - desktop.patch
  - taglib.patch
  - fix_segfault_loading_tags_from_txt.patch.patch
  - fix-rm-out-of-bound.patch
* Cherry-pick patch from upstream git to prevent FTBFS due to
  mixed declarations and code in WavPack support
* Depend on intltool >= 0.50.0.
* Use dh --with foo syntax in debian/rules.
* Install NEWS and ChangeLog as upstream changelogs.
* Fix watch file.
* Update Homepage field, the project has moved to gnome.org.
* Convert VCS fields to canonical form.
* Remove obsolete DM-Upload-Allowed: yes field.
* Bump Standards.
* Set compression to xz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* XPM */
2
 
static char * grab_xpm[] = {
3
 
"20 20 41 1",
4
 
"       c None",
5
 
".      c #212121",
6
 
"+      c #EAD4CB",
7
 
"@      c #E3C5BA",
8
 
"#      c #DBB4A4",
9
 
"$      c #EEDED7",
10
 
"%      c #FAF7F5",
11
 
"&      c #F2E5E1",
12
 
"*      c #D2AC99",
13
 
"=      c #000000",
14
 
"-      c #8D9E7C",
15
 
";      c #CDD9C2",
16
 
">      c #DEE6D7",
17
 
",      c #DAE2D1",
18
 
"'      c #9BAD89",
19
 
")      c #B79382",
20
 
"!      c #707D63",
21
 
"~      c #B4C6A2",
22
 
"{      c #ACC098",
23
 
"]      c #636E57",
24
 
"^      c #AB8A7A",
25
 
"/      c #E4E9DD",
26
 
"(      c #657158",
27
 
"_      c #C49F8D",
28
 
":      c #C3D1B5",
29
 
"<      c #808F70",
30
 
"[      c #4C5442",
31
 
"}      c #58634E",
32
 
"|      c #E6EBE0",
33
 
"1      c #D4DDC9",
34
 
"2      c #CAD7BE",
35
 
"3      c #90A17F",
36
 
"4      c #5F6A53",
37
 
"5      c #535C49",
38
 
"6      c #E9EDE4",
39
 
"7      c #616D56",
40
 
"8      c #A8BC95",
41
 
"9      c #7C8B6E",
42
 
"0      c #4C5443",
43
 
"a      c #B6C2AA",
44
 
"b      c #5E6953",
45
 
"                    ",
46
 
"                    ",
47
 
"                    ",
48
 
"            ...     ",
49
 
"          ..+@#..   ",
50
 
"          .$%&@*.   ",
51
 
"      =======+#**.  ",
52
 
"      =-;>,'=###).  ",
53
 
"       =!~{]=##*^.  ",
54
 
"     ==/;{(]=#*_.   ",
55
 
"   ==/;:{<[}=))..   ",
56
 
"  =|12{{34=5=..     ",
57
 
"   =6{{{7= ==       ",
58
 
"    =>890=          ",
59
 
"     =a]=           ",
60
 
"      =b=           ",
61
 
"       =            ",
62
 
"                    ",
63
 
"                    ",
64
 
"                    "};