Commit graph

18 commits

Author SHA1 Message Date
Jens Georg
01f8831f3b make install doesn't respect --prefix: Closes #6001
Also fixed was code to detect location of installed .desktop file.
2013-05-08 11:00:58 -07:00
Jim Nelson
15ed404279 Produce Valadoc for the Engine: Closes #4346
"make valadoc" will now produce valadoc/ in the top-level directory.
Still a lot of work to do to clean this up, as some names need to be
fixed for better heirarchy and others should be made private to prevent
leakage.  And, of course, more classes, namespaces, and methods need
to be properly documented.
2013-04-25 20:03:42 -07:00
Charles Lindsay
dd3fe43a16 Validate desktop file when building; fix #6571 2013-04-15 18:32:35 -07:00
Charles Lindsay
910e1c3d0b Update copyright headers; fix #6195
Also removing the erroneous space that had crept in at the end of the
line in most of our header comments.
2013-04-12 12:32:39 -07:00
Martin Olsson
bac8d5f9d3 Fix some source comment spelling errors; fix #6681 2013-04-10 14:44:58 -07:00
Jim Nelson
d5203365e9 Update .desktop files with translations: Closes #5933 2012-10-09 15:52:22 -07:00
Jim Nelson
811d7a4ff9 Translation improvements: Closes #5911, Closes #5914
Better instructions for translates to receive credit in the About
dialog (#5911) and includes strings in the Preferences dialog in
the .pot file.  Also removes unneeded Translations.cmake file
(Gettext.cmake has all that we need) and fixes a problem in a late
release update for generating the POT file.
2012-10-03 19:11:51 -07:00
Jim Nelson
41f1649302 Compile and install .po files: Closes #5767
However, this does not install the files in a local locale/ directory,
meaning that Geary must be run from the install directory to test
translations.
2012-10-01 14:40:09 -07:00
Jim Nelson
0da99f7804 Added translations to po/ file
Also added initial infrastructure to support them.  More work ahead.
2012-10-01 13:41:59 -07:00
Jim Nelson
47c535db3e Add .desktop file and Glade strings to .pot file: Closes #5463 2012-08-29 18:33:51 -07:00
Jim Nelson
920f7a5cb4 Generate .pot file: Closes #5462
./configure will autodetect xgettext, and if available, "make pot_file"
will generate the po/geary.pot.

This does *not* include intltool support, so the .pot file only
contains strings from the source files.
2012-08-29 15:30:06 -07:00
Matthew Pirocchi
b77839bfe3 Revert "Build incrementally using fast-vapis: Closes #5572, #5117."
This reverts commit 97f504c23a.

Conflicts:

	cmake/ValaPrecompile.cmake
2012-08-16 17:55:11 -07:00
Thomas Moschny
bb3fc2209b VALA_EXECUTABLE not used in ValaPrecompile.cmake: Closes #5667 2012-08-16 11:52:08 -07:00
Matthew Pirocchi
97f504c23a Build incrementally using fast-vapis: Closes #5572, #5117.
See examples in cmake/ValaPrecompile comments for details. The first
time you build after this patch, re-run ./configure before building.
2012-08-13 11:28:30 -07:00
Didier Roche
5a455dbe30 Build support broken when "+" in path name: Closes #5609 2012-08-04 11:37:19 +01:00
Mario Sanchez Prada
01a0c91a6f CMake Vala version check macro incorrect
Good catch by Mario Sanchez Prada.
2012-07-30 16:34:15 +02:00
Matthew Pirocchi
41e2c65f47 Interim fix for incremental compilation: Improves (but does not fix) #5117. 2012-07-20 11:21:24 -07:00
Eric Gregory
9e3bab47f0 Closes #4982 Closes #4964 Switched to CMake, added an installer/uninstaller 2012-04-23 18:54:26 -07:00