2bc69d0d00
SCons: fix error in linking executables
...
a long standing error, uncovered recently due to more stringent
checks of the linker on newer platforms, not picking up direct
dependencies of an executable transitively from the linked-to
dynamic libs (which is fine).
The error was to *overwrite* the LIBS construction variable
in the definition of the executable to link, instead of just
adding our dynamic links to the sources to be linked.
2011-07-25 00:30:06 +02:00
Ichthyostega
1b5de947b1
fix some further 32/64bit problems
...
- use the C99 qualifier for size_t ('z') in printf
- use Long Long number literals in GUI timeline ruler
2011-03-25 19:49:02 +01:00
Ichthyostega
1b50665a2b
Build/testsuite adjustments
...
- increase CPU time limit to about 2 min
- tests also depend on the startup configuration
2011-03-25 19:45:41 +01:00
436979094a
Bugfix: fallback implementation for integer div and remainder
...
this fallback allows to use our custom floordiv
for all integral types. This solves compilation problems
on 32bit, when gavl_time_t is defined to long long int
2011-03-16 03:45:08 +01:00
Stefan Kangas
827b395806
Change screenshot in the build tutorial to be smaller.
2011-03-10 01:11:57 +01:00
72b62cb265
update documentation
2011-03-09 12:04:58 +01:00
472b1f7c75
new RfC: proposed Version numbering scheme
2011-03-09 03:05:22 +01:00
fa17e2594c
corrections to the build tutorial (reported by Lars Knickrehm)
...
Signed-off-by: Ichthyostega <prg@ichthyostega.de>
2011-03-07 03:58:54 +01:00
ecb7d58a4f
Merge changes to make Lumiera installable
2011-03-07 03:31:19 +01:00
Stefan Kangas
d05cfd01a4
State the specific dependencies for the GUI in the build tutorial.
...
Remove mention of old Ubuntu release.
2011-03-07 03:05:00 +01:00
Stefan Kangas
58a6303a4c
Remove incorrect occurrences of glade being mentioned as a dependency.
2011-03-07 03:02:35 +01:00
3099fb7b11
reordering overview pages in User and Technical documentation
2011-03-04 02:48:31 +01:00
d67b5d7092
move in the meeting summary template from old website
...
Signed-off-by: Ichthyostega <prg@ichthyostega.de>
2011-03-01 03:29:22 +01:00
069ebf9415
Merge documentation improvements form new Lumiera.org website
2011-02-28 04:43:54 +01:00
7c2b0f82a2
Proc-Layer technical documentation: refer to the TiddlyWiki
2011-02-28 01:25:27 +01:00
46d89aee7f
reports & statistics page
2011-02-28 01:25:07 +01:00
1f559b883a
Fix links and backlinks in RfC documents
2011-02-27 23:13:09 +01:00
3e9744b6ef
Added Alcarinque's GUI proposal from 2008
...
my appologies that I've overlooked that
2011-02-27 23:12:29 +01:00
07804bed2c
integrate the RfC entries into the new website structure
2011-02-27 21:42:12 +01:00
3549867a07
Add a date and a historical note at the end
2011-02-22 11:15:14 +01:00
4c44b5844f
document added directive (srcdirs)
...
Signed-off-by: Ichthyostega <prg@ichthyostega.de>
2011-02-21 09:09:55 +01:00
02eec48c3b
Documentation of the new menu generating script for the website
...
Signed-off-by: Ichthyostega <prg@ichthyostega.de>
2011-02-21 08:24:58 +01:00
5487c244d6
small change to try the new menugen-auto-script
...
Signed-off-by: Ichthyostega <prg@ichthyostega.de>
2011-02-21 02:34:16 +01:00
e766adc1f2
more notes...
...
Signed-off-by: Ichthyostega <prg@ichthyostega.de>
2011-02-21 01:45:35 +01:00
ffb5b212f8
Add notes regarding the menugen script
...
Signed-off-by: Ichthyostega <prg@ichthyostega.de>
2011-02-21 01:45:35 +01:00
Stefan Kangas
d21747e512
doc: Several minor fixes and structural improvements.
2011-02-20 20:40:13 +01:00
Stefan Kangas
10766fe92a
Replace several "Warning: Website under construction" with appropriate stubs.
2011-02-20 20:24:30 +01:00
Stefan Kangas
b82aac26ce
Add one or two sentences about the user manual.
2011-02-20 20:16:28 +01:00
dca5b81710
Fix: problems whith bare $ORIGIN without relative dir
...
actually the iterator was written quite contrieved;
now doing the token replacement as a separate first
step -- makes matters way simpler
2011-02-15 00:16:50 +01:00
aef929b3d9
better install the setup.ini direcly into $ORIGIN
...
seems to be the most obvious location to install it
2011-02-14 23:54:31 +01:00
cef1ff3dcc
Fix: extract empty path relative to $ORIGIN
2011-02-14 23:54:30 +01:00
Stefan Kangas
cb1b18406e
Fix typo in doc/devel/report.txt
2011-02-14 05:00:19 +01:00
bc1c89639d
fix the plugin loading test to suit the new dir layout
...
the 'missing path' test still works, but rather
accidentally: the plugin search path retrieved from
resolving $ORIGIN is an absolute path, while this
test uses relative paths; thus the querried plugin
won't be found. In the second test, we set an
environment override, using the relative path
(which is now 'modules'). Thus the discovery works.
2011-02-13 23:45:11 +01:00
35380e7873
correct expected values for timehandling tests
...
regarding frames: we don't round, we truncate
towards the next lower integer
2011-02-13 23:12:36 +01:00
3c27147459
small fixes, comments
2011-02-13 23:11:16 +01:00
0983ba8db8
sync with Lumiera master
2011-02-13 20:32:26 +01:00
802831a8b8
Merge documentation / RfC regarding application installation
2011-02-13 20:28:53 +01:00
43558d0f01
RfC ApplicationInstall now in draft state
2011-02-13 20:20:12 +01:00
ee97654330
rfc-shellscript: mark the state transitions more clear in the comments
2011-02-13 20:02:54 +01:00
b99e8d307e
write up details for the ApplicationInstall RfC
2011-02-13 19:52:54 +01:00
Stefan Kangas
3e81ae3300
Fix one additional link in documentation.
2011-02-13 04:42:34 +01:00
Stefan Kangas
733dbfe683
Fix some links in documentation.
2011-02-13 04:42:02 +01:00
Stefan Kangas
c2305e018b
Really fix link to screenshot in documentation. (doh!)
2011-02-13 04:32:37 +01:00
Stefan Kangas
c85cf7d04e
Fix link to screenshot in documentation.
2011-02-13 04:31:13 +01:00
Stefan Kangas
afa7689e95
Minor fixes to tutorials page.
2011-02-13 00:09:08 +01:00
Stefan Kangas
5f9d3aab74
Integrate the old "Newbies Tutorials" into the documentation.
2011-02-13 00:03:10 +01:00
d1af9e3b4b
Resurrect the old description for DesignProcess
...
Obviously this needs to be adapted to the new rfc-script
2011-02-12 19:36:57 +01:00
30bc42a3f3
document icon rendering and fix a broken 16x16 icon
2011-02-07 11:36:06 +01:00
80461c9b76
SCons: try to force installation of all generated icons
...
Not sure if this works; problem is that the icons
generated from SVG are just dumped into the target
folder, but we miss to generate the respective
installation targets
2011-02-07 11:35:44 +01:00
65d28b4018
Gui: rework resource loading to make the application fully relocatable
2011-02-07 09:56:27 +01:00