summaryrefslogtreecommitdiff
path: root/gtk2_ardour/about.cc
AgeCommit message (Collapse)Author
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)
2013-09-06Rename SearchPath class SearchpathTim Mayberry
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-07-11undef SearchPath where needed as it is defined via windows.hPaul Davis
2013-07-11Remove non-portable and unnused header includesPaul Davis
2013-06-06fix about window close buttonRobin Gareus
2013-05-16Update about.ccRobin Gloster
2013-04-08Fix name spellingJulien de Kozak
2013-04-08add julien dekozak to the authors listPaul Davis
2013-03-18Set the revision mechanism independent from the VCS nameJulien de Kozak
2013-03-13NOOP - pre videotimline cleanupRobin Gareus
2013-01-26bump copyright msg year rangePaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@14002 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-09-12add email address for Rui-huai ZhangPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13184 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-09-12add chinese translation from Rui-huai ZhangPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@13183 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-06-26Some spelling mistake fixes from Debian.Carl Hetherington
git-svn-id: svn://localhost/ardour2/branches/3.0@12936 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-06-26add rodrigo to the authors listPaul Davis
git-svn-id: svn://localhost/ardour2/branches/3.0@12935 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-06-23Use std::string instead of PBD::sys::path in pbd/search_path.h, ↵Tim Mayberry
pbd/file_utils.h and ardour/session_dir.h git-svn-id: svn://localhost/ardour2/branches/3.0@12829 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-24Remove over 500 unnecessary includes (including 54 of session.h).David Robillard
It's slightly possible that this causes trivial build failures on different configurations, but otherwise shouldn't cause any problems (i.e. no actual changes other than include/naming/namespace stuff). I deliberately avoided removing libardour-config.h since this can mysteriously break things, though a few of those do seem to be unnecessary. This commit only targets includes of ardour/*.h. There is also a very large number of unnecessary includes of stuff in gtk2_ardour; tackling that should also give a big improvement in build time when things are modified. git-svn-id: svn://localhost/ardour2/branches/3.0@12420 d708f5d6-7413-0410-9779-e7cbd77b26cf