summaryrefslogtreecommitdiff
path: root/gtk2_ardour/about.cc
AgeCommit message (Collapse)Author
2020-04-28Revise French translation, part 7 -- #8035Robin Gareus
2020-01-01Bump (C) year: the year of ArdourRobin Gareus
2019-10-25Add gtk-pianokeyoard author to aboutRobin Gareus
2019-09-25goodbye Profile->...trxPaul Davis
2019-09-02Add vamp-pyin authors to user-visible docRobin Gareus
2019-08-03Update GPL boilerplate and (C)Robin Gareus
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-03-26Credit where credit is due.Robin Gareus
2019-01-01Bump main program's (C) yearRobin Gareus
2018-01-01Bonne année 2018Robin Gareus
2017-09-07Remove "How to Apply These Terms" part from the license.Robin Gareus
This part of the complete GPL text is aimed at developers not end-users.
2017-07-14Add johmue to authors listRobin Gareus
2017-05-29Credit where credit is dueRobin Gareus
2017-04-30Time fliesRobin Gareus
2017-03-03Add 7890 aka tom- to contributor listRobin Gareus
2017-02-13update email addressPaul Davis
2017-02-12credit where credit is duePaul Davis
2016-11-15Adding myselfOlivier Humbert
adding my name
2016-09-30Fix finding of splash file and display in About dialogTim Mayberry
2016-08-25add len ovens to the authors listPaul Davis
2016-08-22better late than neverRobin Gareus
2016-08-13add nstewart to authorsRobin Gareus
2016-07-14enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.hPaul Davis
2016-07-11add _FrnchFrgg_ to creditsRobin Gareus
2016-06-08what an oversight!Robin Gareus
2016-03-19indicate debug builds in About > Config and shorten the message to fitRobin Gareus
2016-02-18Add Pavel Potocek to authorsTim Mayberry
2016-02-13Add Julien Roger to authorsTim Mayberry
2015-12-22add Nil to authorsRobin Gareus
2015-12-06Normalize user-visible messages to use 8-bit, 16-bit, 24-bit, 32-bit and 64-bitAlexandre Prokoudine
2015-09-27add deva to authors.Robin Gareus
2015-09-20add André to authors list.Robin Gareus
2015-09-18Revert "work around bug or feature of string_compose()"Robin Gareus
This reverts commit 17baf9362641f024440b61cecc176ee9096e1418. It's no longer needed since c1d6a2f
2015-09-17work around bug or feature of string_compose()Robin Gareus
string_compose("x%1x x%2x x%3x", "A", "", "C") -> "xAx xCx xx" and not -> "xAx xx xCx"
2015-09-17Use PBD::open_uri in about dialog to open website, should fix #6463Tim Mayberry
2015-09-17fix #6588. use ardour-codename only for Ardour.Robin Gareus
2015-09-16Remove ardour_ui.h header inclusionTim Mayberry
2015-09-02fix typo in 434416cRobin Gareus
2015-09-02show compile-time cpu-arch in about - closes #6548Robin Gareus
2015-08-12add damo22 to authors (ptformat)Robin Gareus
2015-02-14add john and todd to contributor listBen Loftis
2015-01-28guess what?!Robin Gareus
2015-01-09remove cruft (old unused pre-git version files)Robin Gareus
2014-12-18expand help menu with various useful entries.Paul Davis
From Georg Kraus. Addresses #5783, and was github pull request #67. Manually applied via .diff because of merge mechanics issues
2014-12-11add Grygorii Zharun to contributor listPaul Davis
2014-11-14add Jeremy Carter to the about authors listPaul Davis
2014-09-06minimize rebuild after reconfigure:Robin Gareus
Don't add VERSIONSTRING to the c-flags of gtk2_ardour, use a dedicated file instead.
2014-06-25move utility functions into a dedicated namespaceRobin Gareus
2014-06-25Rename PBD::find_file_in_search_path to just PBD::find_fileTim Mayberry
saves a bit of typing and not necessary if you look at how it is used.
2014-01-13credit where credit is due for speaker-config and VBAP fixes inspirationRobin Gareus
2013-09-26A further change which needs to be tested on the other compilersJohn Emmas
(splitting a long string into 2 x concatenated strings)