f427e38c31
Bump (C) year: the year of Ardour
2020-01-01 13:47:22 +01:00
6272678a90
Add gtk-pianokeyoard author to about
2019-10-25 21:24:25 +02:00
468731c14b
goodbye Profile->...trx
2019-09-25 13:02:31 -06:00
013da25ba5
Add vamp-pyin authors to user-visible doc
2019-09-02 03:13:13 +02:00
4050ca5633
Update GPL boilerplate and (C)
...
Copyright-holder and year information is extracted from git log.
git history begins in 2005. So (C) from 1998..2005 is lost. Also some
(C) assignment of commits where the committer didn't use --author.
2019-08-03 15:53:15 +02:00
952577b480
Credit where credit is due.
2019-03-26 21:05:52 +01:00
9f347f2d7d
Bump main program's (C) year
2019-01-01 16:19:40 +01:00
a954dca11f
Bonne année 2018
2018-01-01 02:11:32 +01:00
40edbb9519
Remove "How to Apply These Terms" part from the license.
...
This part of the complete GPL text is aimed at developers not end-users.
2017-09-07 05:59:53 +02:00
46501da220
Add johmue to authors list
2017-07-14 20:01:45 +02:00
da021ef08f
Credit where credit is due
2017-05-29 23:48:17 +02:00
0bb0dbad68
Time flies
2017-04-30 01:22:25 +02:00
645441d093
Add 7890 aka tom- to contributor list
2017-03-03 20:07:26 +01:00
0f7ccb8adb
update email address
2017-02-13 22:10:18 +01:00
4022b86be0
credit where credit is due
2017-02-12 11:59:53 +01:00
Olivier Humbert
c5f176ad48
Adding myself
...
adding my name
2016-11-15 03:15:10 +01:00
2637aaee23
Fix finding of splash file and display in About dialog
2016-09-30 22:37:00 +10:00
cb13882aa3
add len ovens to the authors list
2016-08-25 13:42:38 -04:00
27f347a5de
better late than never
2016-08-22 16:29:57 +02:00
23d1d1f55b
add nstewart to authors
2016-08-13 16:12:12 +02:00
cf52d6e4b4
enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
2016-07-14 14:45:23 -04:00
10d11e0544
add _FrnchFrgg_ to credits
2016-07-11 18:57:04 +02:00
8d5409f5dc
what an oversight!
2016-06-08 15:39:04 +02:00
93cfcd5abf
indicate debug builds in About > Config and shorten the message to fit
2016-03-19 17:33:54 +01:00
801a7ea7c4
Add Pavel Potocek to authors
2016-02-18 10:52:35 +10:00
255fbe7b55
Add Julien Roger to authors
2016-02-13 12:56:52 +10:00
17c4a36a1a
add Nil to authors
2015-12-22 04:55:32 +01:00
10b715d1ff
Normalize user-visible messages to use 8-bit, 16-bit, 24-bit, 32-bit and 64-bit
2015-12-06 01:00:20 +01:00
2e6b455b19
add deva to authors.
2015-09-27 16:13:37 +02:00
86c93292d4
add André to authors list.
2015-09-20 22:30:43 +02:00
b753704c3e
Revert "work around bug or feature of string_compose()"
...
This reverts commit 17baf93626
.
It's no longer needed since c1d6a2f
2015-09-18 00:04:42 +02:00
17baf93626
work around bug or feature of string_compose()
...
string_compose("x%1x x%2x x%3x", "A", "", "C")
-> "xAx xCx xx"
and not
-> "xAx xx xCx"
2015-09-17 20:51:11 +02:00
6829d1593f
Use PBD::open_uri in about dialog to open website, should fix #6463
2015-09-17 11:55:22 +10:00
23a384f8ae
fix #6588 . use ardour-codename only for Ardour.
2015-09-17 00:40:58 +02:00
38bae2996a
Remove ardour_ui.h header inclusion
2015-09-16 16:55:17 -04:00
2e96b62a1e
fix typo in 434416c
2015-09-02 16:03:44 +02:00
434416c31f
show compile-time cpu-arch in about - closes #6548
2015-09-02 15:08:20 +02:00
68442f9d81
add damo22 to authors (ptformat)
2015-08-12 21:14:16 +02:00
ef99814f7a
add john and todd to contributor list
2015-02-14 07:52:36 -06:00
6b360950ce
guess what?!
2015-01-28 23:50:07 +01:00
0367aa5825
remove cruft (old unused pre-git version files)
2015-01-09 06:11:57 +01:00
0d771999ac
expand help menu with various useful entries.
...
From Georg Kraus. Addresses #5783 , and was github pull request #67 . Manually applied via .diff because of merge mechanics issues
2014-12-18 11:09:10 -05:00
f1fd7feec6
add Grygorii Zharun to contributor list
2014-12-11 09:04:38 -05:00
497f0389d0
add Jeremy Carter to the about authors list
2014-11-14 17:16:06 -05:00
eb8ae5053f
minimize rebuild after reconfigure:
...
Don't add VERSIONSTRING to the c-flags of
gtk2_ardour, use a dedicated file instead.
2014-09-06 21:18:08 +02:00
a3c378cf62
move utility functions into a dedicated namespace
2014-06-25 21:47:54 +02:00
cd12698b9c
Rename PBD::find_file_in_search_path to just PBD::find_file
...
saves a bit of typing and not necessary if you look at how it is used.
2014-06-25 12:40:10 -04:00
5d8e392892
credit where credit is due for speaker-config and VBAP fixes inspiration
2014-01-13 09:38:24 -05:00
4f4a53e870
A further change which needs to be tested on the other compilers
...
(splitting a long string into 2 x concatenated strings)
2013-09-26 11:01:15 +01:00
8ddd12a60d
Rename SearchPath class Searchpath
...
Windows headers define SearchPath which means we have to undefine it
where necessary. This is a pain and can be tricksy, so I feel renaming
the class slightly is the easiest solution.
2013-09-06 14:31:11 +10:00