summaryrefslogtreecommitdiff
path: root/yelp.desktop.in
Commit message (Collapse)AuthorAgeFilesLines
* Add translator comments to the .desktop filePiotr Drąg2019-04-191-0/+2
| | | | | So that Damned Lies ignores icons, see https://gitlab.gnome.org/Infrastructure/damned-lies/issues/142
* Move from intltool to gettextKrzesimir Nowak2019-01-241-3/+3
| | | | | | | | | | | | This is to make a migration from autotools to meson easier. Also, intltool got obsoleted by gettext. There are minor differences in some of the translated files, but functionally it should not make any difference. But why gettext insist on reversing the alphabetic order in the appdata file (so zh_TW comes first and cs comes last) is beyond me. https://gitlab.gnome.org/GNOME/yelp/merge_requests/11
* Simplify desktop file generationKrzesimir Nowak2019-01-241-0/+12
| | | | | | | | | Desktop file was processed twice - by the configure script and by intltool. Configure was putting a yelp version to some bugzilla-related value. Bugzilla is an obsolete bug tracker in GNOME (the project has moved to GNOME gitlab), so the field is also obsolete. With dropping the fields, configure has no business in the desktop file any more.
* Added X-GNOME-Bugzilla-Version support for bug-buddy loveChristoffer Olsen2004-11-211-13/+0
|
* Add StartupNotify support.Jordi Mallach2003-07-021-0/+1
|
* add X-GNOME-BUGZILLA stuffFernando Herrera2002-12-031-0/+3
| | | | | | 2002-11-18 Fernando Herrera <fherrera@onirica.com> * yelp.desktop.in: add X-GNOME-BUGZILLA stuff
* - Fix the desktop file so that it validates correctly.Ross Burton2002-08-201-3/+3
| | | | | | | 2002-08-20 Ross Burton <ross@burtonini.com> * yelp.desktop.in: - Fix the desktop file so that it validates correctly.
* 2002-07-07 Glynn Foster <glynn.foster@sun.com>Glynn Foster2002-07-071-1/+1
| | | | * yelp.desktop.in (X-GNOME-DocPath):
* release 0.2.1Slayer of Satan2002-02-131-0/+9
| | | | | | | | | | 2002-02-13 Slayer of Satan <micke@codefactory.se> * configure.in: release 0.2.1 * reverted binary name change. Because I'm the funny kinda guy!
* Renname stuff to "gnome-help".Satan2002-02-011-9/+0
| | | | | | | | | | | | | 2002-01-31 Satan <snickell@stanford.edu> * Makefile.am: * gnome-help.desktop.in: * src/Makefile.am: * yelp.desktop.in: Renname stuff to "gnome-help". Because I'm a boring kind of guy.
* Tweak comment.Seth Nickell2002-01-291-1/+1
| | | | | | | | 2002-01-29 Seth Nickell <snickell@stanford.edu> * yelp.desktop.in: Tweak comment.
* Call it "Help".Seth Nickell2002-01-211-1/+1
| | | | | | | | 2002-01-21 Seth Nickell <snickell@stanford.edu> * yelp.desktop.in: Call it "Help".
* Install .desktop file into the proper location, and fix its CategoriesSeth Nickell2002-01-161-2/+2
| | | | | | | | | | 2002-01-16 Seth Nickell <snickell@stanford.edu> * Makefile.am: * yelp.desktop.in: Install .desktop file into the proper location, and fix its Categories field. Use the gnome-help.png icon.
* Exit when the window is closed.Richard Hult2001-12-011-0/+9
2001-12-01 Richard Hult <rhult@codefactory.se> * src/main.c (main): Exit when the window is closed. * src/*.c: Mark strings as translatable. * src/main.c (main): Init gettext. * acconfig.h: Add. * configure.in: Gettextize and intltoolize. * autogen.sh: Redirect to the installed one for gnome 2. * yelp.desktop.in: Desktop file. * Makefile.am: Add a desktop file and intltool rule for it.