|
|
639aff0fa5
|
(cont) analyzing the problem of output designation
|
2010-06-25 04:43:06 +02:00 |
|
|
|
cffbdd72e5
|
collecting some observations regarding management of output designations
|
2010-06-22 03:54:26 +02:00 |
|
|
|
a85d885104
|
Fix RegExp causing MObjectRef_test to fail randomly
...by matching an LUID in the previous line.
Thanks to Cehteh for spotting this
|
2010-06-21 03:47:18 +02:00 |
|
|
|
562e571624
|
Purge Track-Asset from codebase (Ticket #581)
From now on EntryID<mobject::session::Track> will play this role
|
2010-06-21 03:43:25 +02:00 |
|
|
|
b7353c6368
|
indentation
|
2010-06-20 05:23:08 +02:00 |
|
|
|
1089b339d0
|
code up querying for specific track, as used in the StructFactory
|
2010-06-20 05:19:47 +02:00 |
|
|
|
edbb2410a0
|
factor out a new session API sub-module for the global query functions
|
2010-06-20 04:30:42 +02:00 |
|
|
|
daba3f2a09
|
fix some namespace doxygen descriptions
|
2010-06-20 01:53:21 +02:00 |
|
|
|
5e104b633a
|
querying for specific objects (automatically pick target type)
|
2010-06-19 08:47:28 +02:00 |
|
|
|
7c4d57b408
|
spec for various ways to query
|
2010-06-19 08:46:25 +02:00 |
|
|
|
c1cb5320e0
|
factor the specific query into separate header
|
2010-06-19 05:37:39 +02:00 |
|
|
|
c80b1894e6
|
Clean up design of ScopeQuery, throw out Iterator mixin (closes #641)
|
2010-06-19 05:20:34 +02:00 |
|
|
|
4f6fa69f2b
|
investigate the design problems (issuing scope exploartion queries)
|
2010-06-19 03:36:46 +02:00 |
|
|
|
8f0dd93308
|
try to reorganise confusing API arrangement. leads to discovering Bug #641
|
2010-06-18 03:12:59 +02:00 |
|
|
|
fab1c699ea
|
draft test to verify behaviour
but doesn't work; somehow the filterfunciton of the baseclass
gets installed
|
2010-06-16 06:45:38 +02:00 |
|
|
|
a8dcd9f494
|
idea how to implement searching for objects with specific properties
|
2010-06-16 05:56:44 +02:00 |
|
|
|
a1f3ad835b
|
investigating the problem of finding an object with given conditions
|
2010-06-15 05:24:05 +02:00 |
|
|
|
c6c7214826
|
try to break the design deadlock with sequence / track creation
|
2010-06-14 02:08:45 +02:00 |
|
|
|
fc3e43bb19
|
re-reading my design and plannings from March, identiyfying next steps to take
|
2010-06-13 03:34:12 +02:00 |
|
|
|
e574fdf702
|
fix a regression regarding struct-asset naming scheme
|
2010-06-13 00:31:41 +02:00 |
|
|
|
68aefe5074
|
implement a simple singleton holder for NIL/default objects
|
2010-06-12 19:45:01 +02:00 |
|
|
|
a6621703af
|
SCons: improve dependency handling for the testsuite
|
2010-06-12 19:44:38 +02:00 |
|
|
|
560612d467
|
check out how to use the GDB Python pretty-printers
Yes, it works with GDB 7.1 from Debian/Squeeze
|
2010-06-03 04:37:22 +02:00 |
|
|
|
b998935d6f
|
fix linking problem with the asset::Struct naming scheme
|
2010-06-03 04:37:22 +02:00 |
|
|
|
1f988e17cd
|
unfinished code commented out
|
2010-06-03 04:37:22 +02:00 |
|
|
|
0f6c2e84d2
|
test-driven brainstorming: TypedID usage
|
2010-06-03 04:37:22 +02:00 |
|
|
|
ea861a8c74
|
update UML to reflect improved Asset/MObject design
|
2010-06-03 04:37:21 +02:00 |
|
|
|
3bb8d87141
|
corrections and updates to older pages (object creation)
|
2010-06-03 04:37:21 +02:00 |
|
|
|
1698680315
|
planning TypedID (registration service)
|
2010-06-03 04:37:21 +02:00 |
|
|
|
a78845507a
|
cleanup
|
2010-06-03 04:37:20 +02:00 |
|
|
|
e61eb01942
|
experimental fix for #307
|
2010-06-03 04:37:20 +02:00 |
|
|
|
debba6f769
|
Fix PlacementIndex corruption while deleting recursively
|
2010-06-03 04:37:20 +02:00 |
|
|
|
82d8d26308
|
extend the map iterator adapter to work on STL ranges
|
2010-06-03 04:37:20 +02:00 |
|
|
|
939270063e
|
helper: take snapshot of a given Lumiera or STL iterator
|
2010-06-03 04:37:20 +02:00 |
|
|
|
81f87ba852
|
similar low-level iterator adapter for multimap value groups
|
2010-06-03 04:37:20 +02:00 |
|
|
|
c5e4725dcb
|
implement another wrapper to filter duplicates
|
2010-06-03 04:37:19 +02:00 |
|
|
|
a87889cbad
|
implement convenience helper to pick key/value from a map iterator
|
2010-06-03 04:37:19 +02:00 |
|
|
|
73a2aea50c
|
draft a low-level adapter to get all keys/vals of a stl::map
intention is just to use a thin wrapper, without
abstracting the implementation type (as IterSource does)
|
2010-06-03 04:37:19 +02:00 |
|
|
|
fc44e522e0
|
improve PlacementIndex self-verification
|
2010-06-03 04:37:19 +02:00 |
|
|
|
57a9b1a270
|
Iterator adapter to ennumerate all values to a multimap key (closes #492)
|
2010-06-03 04:37:19 +02:00 |
|
|
|
c9bf26d8c4
|
EntryID finished and passes unit test
|
2010-06-03 04:37:19 +02:00 |
|
|
|
c691213003
|
EntryID: fix symbol generation and improve ordering
|
2010-06-03 04:37:19 +02:00 |
|
|
|
b21db07aff
|
implement generic object attach-to-model and purge
|
2010-06-03 04:37:18 +02:00 |
|
|
|
c43040985c
|
more stubbing and compilation fixes
|
2010-06-03 04:37:18 +02:00 |
|
|
|
8a2515c0b0
|
stubbing and compilation fixes
|
2010-06-03 04:37:18 +02:00 |
|
|
|
474b1af82a
|
add catch-all defaults for asset::struct naming
|
2010-06-03 04:37:18 +02:00 |
|
|
|
e4f015d622
|
WIP remaining parts of the EntryID implementation, untested
|
2010-06-03 04:37:18 +02:00 |
|
|
|
07146ad373
|
WIP parts of the EntryID implementation, refactor struct asset name generation
|
2010-06-03 04:37:18 +02:00 |
|
|
|
2131488afb
|
test-driven brainstorming: simplified asset-like ID
|
2010-06-03 04:37:17 +02:00 |
|
|
|
39355713fd
|
cleanup
|
2010-06-03 04:37:17 +02:00 |
|