Bug 184 - GtkConfigStore do not support ConfigureDefault
GtkConfigStore do not support ConfigureDefault
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: helpers
pre-release
All All
: P2 critical
Assigned To: Faker Moatamri
:
: 476 (view as bug list)
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-05-25 10:10 EDT by Mathieu Lacage
Modified: 2010-02-22 03:49 EST (History)
4 users (show)

See Also:


Attachments
Patch to enable ConfigureDefaults in GtkConfigureStore (64.65 KB, patch)
2010-02-08 10:21 EST, Faker Moatamri
Details | Diff
Add ConfigureDefaults functionality (72.11 KB, patch)
2010-02-16 09:44 EST, Faker Moatamri
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Lacage 2008-05-25 10:10:02 EDT
They should provide a second public method named ConfigureDefault invoked _before_ doing the topology setup to allow the user to configure the "default" values.

What need to be decided is whether we dump all values (default + instance) in the same config file or if we allow the user to specify two different config files.
Comment 1 Mathieu Lacage 2009-07-02 09:25:49 EDT
This bug is now really about making GtkConfigStore do what ConfigStore already does and provide a GUI for the 'default' + 'global' values.
Comment 2 Tom Henderson 2009-11-24 00:12:45 EST
*** Bug 476 has been marked as a duplicate of this bug. ***
Comment 3 Faker Moatamri 2010-02-08 10:21:20 EST
Created attachment 756 [details]
Patch to enable ConfigureDefaults in GtkConfigureStore

Also refactored the code and enhanced coding style.
Comment 4 Faker Moatamri 2010-02-16 09:44:07 EST
Created attachment 764 [details]
Add ConfigureDefaults functionality

Refactored the code, added comments, fixing coding style and adding the GTK ConfigureDefaults functionality
Comment 5 Josh Pelkey 2010-02-21 16:03:09 EST
Wasn't a fix for this committed in changeset 73ea01eb5674?  Please close if this is fixed.