Bug 184

Summary: GtkConfigStore do not support ConfigureDefault
Product: ns-3 Reporter: Mathieu Lacage <mathieu.lacage>
Component: helpersAssignee: Faker Moatamri <faker.moatamri>
Status: RESOLVED FIXED    
Severity: critical CC: faker.moatamri, mathieu.lacage, ns-bugs, tomh
Priority: P2    
Version: pre-release   
Hardware: All   
OS: All   
Attachments: Patch to enable ConfigureDefaults in GtkConfigureStore
Add ConfigureDefaults functionality

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.