~ubuntu-branches/ubuntu/wily/easytag/wily-proposed

« back to all changes in this revision

Viewing changes to data/pixmaps/red_lines.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 * red_lines_xpm[] = {
 
3
"20 20 2 1",
 
4
"       c None",
 
5
".      c #FF0000",
 
6
"                    ",
 
7
"                    ",
 
8
"                    ",
 
9
"  ..........        ",
 
10
"  ................  ",
 
11
"                    ",
 
12
"  ................  ",
 
13
"                    ",
 
14
"                    ",
 
15
"                    ",
 
16
"  ............      ",
 
17
"  ................  ",
 
18
"                    ",
 
19
"  ......            ",
 
20
"                    ",
 
21
"  ..............    ",
 
22
"                    ",
 
23
"  ................  ",
 
24
"                    ",
 
25
"                    "};