~gotwig/gazette/global-service-states

« back to all changes in this revision

Viewing changes to plugins/Files/CMakeLists.txt

  • Committer: gotwig at ubuntu
  • Date: 2013-08-01 23:20:17 UTC
  • Revision ID: gotwig@ubuntu.com-20130801232017-kl9ihbcoyj9dnmia
radical new approach; service-states is meant to hold ALL states of widgets, which are essential for everyone, independent of its function
like update-interval, fonts, color. only look is implemented yet. functions will soon follow. Show these essential values the user in the plug.
Todo: Add an expander, hide button for this, as this are "advanced settings"

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
set_target_properties(files PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/plugins)
15
15
install (TARGETS files DESTINATION ${PLUGINDIR})
16
16
install (FILES files.plug DESTINATION ${PLUGINDIR})
17
 
add_schema (data/files.gschema.xml)
 
 
b'\\ No newline at end of file'