summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2008-10-03Good riddance.David Robillard12-344/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1602 a436a847-0d15-0410-975c-d299462d15a1
2008-10-03Support building locally against header-only libraries in autowaf.David Robillard12-14/+12
Remove CONFIG_H_PATH define and replace with just "config.h" (define messed up dependency tracking). git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1600 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Factor out avoid-repeated-checks thing to autowaf. Saves lines in wscripts....David Robillard1-24/+13
Use SLV2_VERSION instead of PACKAGE_VERSION in slv2 code to play nice with others. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1598 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Depend on Jack 109 and the ever presence of Jack MIDI.David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1597 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Fix JACK detection.David Robillard1-2/+3
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1595 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Use libjack by default unless --jack-dbus is passed (D-Bus present doesn't ↵David Robillard1-8/+8
mean Jack D-Bus is...). git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1593 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Build against local libraries with uselib_local instead of CFLAGS kludges.David Robillard1-1/+1
Fix parallel building (because waf knows about lib dependencies now). git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1587 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Factor out header printing...David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1583 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Factor more things into autowaf.David Robillard1-2/+3
Only call autowaf functions once no matter how many sub-projects call them (global counter, barf). Print pretty summary for everything with options, in order so you can see which project caused which check. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1581 a436a847-0d15-0410-975c-d299462d15a1
2008-10-02Add option system to autowaf (place for consistent global options e.g. prefix).David Robillard1-18/+9
Factor out message pretty printing from Patchage and add status printing to autowaf. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1577 a436a847-0d15-0410-975c-d299462d15a1
2008-10-01Fix building against libjack when built as a child with --no-jack-dbus.David Robillard1-2/+4
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1570 a436a847-0d15-0410-975c-d299462d15a1
2008-10-01Integrate patchage into build system.David Robillard7-151/+204
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1569 a436a847-0d15-0410-975c-d299462d15a1
2008-09-30Wafify ingen.David Robillard1-0/+132
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1548 a436a847-0d15-0410-975c-d299462d15a1
2008-09-30Add Nedko to authors file.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1540 a436a847-0d15-0410-975c-d299462d15a1
2008-09-27Fix compilation with Jack Dbus.David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1517 a436a847-0d15-0410-975c-d299462d15a1
2008-09-09Update icon cache when installing debian package.David Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1489 a436a847-0d15-0410-975c-d299462d15a1
2008-09-09Bump version.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1488 a436a847-0d15-0410-975c-d299462d15a1
2008-09-09Remove supposedly invalid category from desktop file.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1487 a436a847-0d15-0410-975c-d299462d15a1
2008-09-09Add ChangeLog.David Robillard1-0/+14
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1485 a436a847-0d15-0410-975c-d299462d15a1
2008-09-09Reorganize repository to allow tagging.David Robillard0-0/+0
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@1482 a436a847-0d15-0410-975c-d299462d15a1
2008-09-07Clean up glade widget names.David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/lad/patchage@1478 a436a847-0d15-0410-975c-d299462d15a1
2008-09-07Separate PortRef (now PortID) from PatchageEvent.David Robillard13-70/+106
git-svn-id: http://svn.drobilla.net/lad/patchage@1477 a436a847-0d15-0410-975c-d299462d15a1
2008-09-07Hide projects list when LASH is not available.David Robillard1-1/+3
git-svn-id: http://svn.drobilla.net/lad/patchage@1476 a436a847-0d15-0410-975c-d299462d15a1
2008-09-07Move debian -> debian-sid.David Robillard10-3/+9
git-svn-id: http://svn.drobilla.net/lad/patchage@1473 a436a847-0d15-0410-975c-d299462d15a1
2008-08-22Fix initial state of (View->Projects) menu item.David Robillard1-0/+3
Deactivate and desensitize (View->Projects) menu item when LASH D-BUS support isn't present. git-svn-id: http://svn.drobilla.net/lad/patchage@1463 a436a847-0d15-0410-975c-d299462d15a1
2008-08-22Lash D-Bus support and projects list from LADI Patchage, with ↵David Robillard28-741/+2703
improvements/cleanup/sanification/etc. Remove liblash stuff (meh, what the hell... here's to new beginnings). Enable/disable/hide/etc patchage widgets better based on available (compiled in) functionality. git-svn-id: http://svn.drobilla.net/lad/patchage@1462 a436a847-0d15-0410-975c-d299462d15a1
2008-08-02Format split/location code from Nedko for consistency.David Robillard2-48/+40
Make coordinates valid over all possible values (including -1). git-svn-id: http://svn.drobilla.net/lad/patchage@1318 a436a847-0d15-0410-975c-d299462d15a1
2008-08-02Apply module split restoration patch from Nedko.David Robillard3-56/+117
git-svn-id: http://svn.drobilla.net/lad/patchage@1317 a436a847-0d15-0410-975c-d299462d15a1
2008-07-10Fix patchage/raul building without jack.David Robillard5-12/+51
git-svn-id: http://svn.drobilla.net/lad/patchage@1291 a436a847-0d15-0410-975c-d299462d15a1
2008-07-10Fix compilation on (some installations of) gcc 4.3.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/patchage@1290 a436a847-0d15-0410-975c-d299462d15a1
2008-07-07Add missing debian directory.David Robillard8-0/+167
git-svn-id: http://svn.drobilla.net/lad/patchage@1286 a436a847-0d15-0410-975c-d299462d15a1
2008-07-06Debian packaging.David Robillard3-7/+16
FlowCanvas 0.5.0. Raul 0.5.0. Patchage 0.4.1. git-svn-id: http://svn.drobilla.net/lad/patchage@1283 a436a847-0d15-0410-975c-d299462d15a1
2008-06-10Fix handling of clients with duplex alsa ports and jack ports (force split).David Robillard1-9/+25
Fixes ticket #140. git-svn-id: http://svn.drobilla.net/lad/patchage@1267 a436a847-0d15-0410-975c-d299462d15a1
2008-06-09Cleanup/shrink code.David Robillard1-235/+175
git-svn-id: http://svn.drobilla.net/lad/patchage@1260 a436a847-0d15-0410-975c-d299462d15a1
2008-06-09Fix creation of new ports on split modules (fixes ticket #144).David Robillard1-9/+23
git-svn-id: http://svn.drobilla.net/lad/patchage@1257 a436a847-0d15-0410-975c-d299462d15a1
2008-06-09Code formatting cleanups.David Robillard1-15/+16
git-svn-id: http://svn.drobilla.net/lad/patchage@1256 a436a847-0d15-0410-975c-d299462d15a1
2008-06-09Fix unresized modules when first connecting to Alsa Sequencer.David Robillard1-1/+13
git-svn-id: http://svn.drobilla.net/lad/patchage@1243 a436a847-0d15-0410-975c-d299462d15a1
2008-06-09Scroll canvas with arrow keys.David Robillard4-4/+22
git-svn-id: http://svn.drobilla.net/lad/patchage@1242 a436a847-0d15-0410-975c-d299462d15a1
2008-05-14Add flag to force disable assembly (some people get compile errors for ↵David Robillard1-1/+1
unknown reasons). git-svn-id: http://svn.drobilla.net/lad/patchage@1205 a436a847-0d15-0410-975c-d299462d15a1
2008-05-01Apply Jack D-Bus improvements from nedko.David Robillard2-24/+203
git-svn-id: http://svn.drobilla.net/lad/patchage@1192 a436a847-0d15-0410-975c-d299462d15a1
2008-05-01GCC 4.3 fixes.David Robillard2-5/+5
git-svn-id: http://svn.drobilla.net/lad/patchage@1191 a436a847-0d15-0410-975c-d299462d15a1
2008-05-01Bump gtkmm version dependency in configure to match reality.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/patchage@1188 a436a847-0d15-0410-975c-d299462d15a1
2008-05-01Fix Version fields in other .desktop files.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/lad/patchage@1187 a436a847-0d15-0410-975c-d299462d15a1
2008-03-19Fix building w/o Alsa.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/patchage@1173 a436a847-0d15-0410-975c-d299462d15a1
2008-03-16Yet more Patchage D-Bus fixes.David Robillard4-15/+18
git-svn-id: http://svn.drobilla.net/lad/patchage@1172 a436a847-0d15-0410-975c-d299462d15a1
2008-03-16Fix configure.ac oops.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/lad/patchage@1171 a436a847-0d15-0410-975c-d299462d15a1
2008-03-16Fix Jack D-Bus stuff.David Robillard4-12/+9
git-svn-id: http://svn.drobilla.net/lad/patchage@1170 a436a847-0d15-0410-975c-d299462d15a1
2008-03-16--enable-dbus => --enable-jack-dbusDavid Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/lad/patchage@1169 a436a847-0d15-0410-975c-d299462d15a1
2008-03-16Fix inclusion guards.David Robillard14-43/+42
git-svn-id: http://svn.drobilla.net/lad/patchage@1168 a436a847-0d15-0410-975c-d299462d15a1
2008-03-16Add Jack D-Bus driver (from Nedko).David Robillard12-36/+1347
git-svn-id: http://svn.drobilla.net/lad/patchage@1167 a436a847-0d15-0410-975c-d299462d15a1