Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Descriptions for plugins #363

Merged
merged 2 commits into from
Jan 11, 2017
Merged

Descriptions for plugins #363

merged 2 commits into from
Jan 11, 2017

Conversation

eile
Copy link
Contributor

@eile eile commented Jan 10, 2017

No description provided.

@eile eile force-pushed the master branch 4 times, most recently from 9a0cd3a to d0d3610 Compare January 10, 2017 13:48
@eile
Copy link
Contributor Author

eile commented Jan 10, 2017

crossref Eyescale/Lunchbox#294

@@ -59,6 +60,7 @@ int main( const int argc, char** argv )
{
if( std::string( "--help" ) == argv[i] )
{
livre::DataSource::loadPlugins(); // needed to complete --volume
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hide in Client::getHelp(). Or leave it, as it will conflict with my upcoming changes

@@ -20,64 +20,33 @@

#include <livre/core/defines.h>
#include <livre/core/configuration/Configuration.h>
#include <lunchbox/term.h>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing .gitsubprojects bump then

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing +1 in Eyescale/Lunchbox#294

@@ -47,6 +47,8 @@ class DataSource
/** Load all plugin DSOs. */
LIVRECORE_API static void loadPlugins();

static std::string getDescriptions();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doxygen?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

renderSettings.setID( servus::make_uint128( "eq::RenderSettings" ));
cameraSettings.setID( servus::make_uint128( "eq::CameraSettings" ));
volumeSettings.setID( servus::make_uint128( "eq::VolumeSettings" ));
frameSettings.setID( servus::make_uint128( "livre::FrameSettings" ));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing rebase?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

eile pushed a commit to eile/Livre that referenced this pull request Jan 10, 2017
Copy link
Contributor

@tribal-tec tribal-tec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changelog: Remove config file support, new help printing with current terminal size layout

eile pushed a commit to eile/Livre that referenced this pull request Jan 11, 2017
eile pushed a commit to eile/Livre that referenced this pull request Jan 11, 2017
@eile
Copy link
Contributor Author

eile commented Jan 11, 2017

Changelog done

@eile
Copy link
Contributor Author

eile commented Jan 11, 2017

Retest this please

@eile eile removed their assignment Jan 11, 2017
@eile eile merged commit 8984669 into BlueBrain:master Jan 11, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants