Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* tests/Makefile.am: Include top_srcdir to make possible to build
tests in a different builddir.
* tests/*.c: Include <hildon/hildon-*.h> to allow building tests
on a different builddir.
|
|
* tests/Makefile.am: Add check for HildonPickerButton.
* tests/check-hildon-picker-button.c (fx_setup), (fx_teardown),
(START_TEST), (create_hildon_picker_button_suite): Add three simple
checks for the HildonPickerButton.
* tests/check_test.c (configure_tests): Add the test suite.
* tests/test_suites.h: likewise.
|
|
* tests/Makefile.am: Add missing test_suites.h and check_utils.h
to the SOURCES.
|
|
Patch by Sven Herzberg (sven@imendio.com)
* configure.ac: Add missing AM_PROG_CC_C_0
* tests/Makefile.am: Use an appropriate variable name instead of TESTS.
See NB#101420 (Update unit tests and fix make check)
|
|
compilation command. This way we can avoid using the define in the documentation compilation.
* configure.ac: Defined EXTRA_CFLAGS.
* examples/Makefile.am:
* src/Makefile.am:
* tests/Makefile.am: Included EXTRA_CFLAGS in the compilation.
|
|
* src/Makefile.am:
* tests/Makefile.am:
Remove spurious whitespaces.
|
|
* configure.ac: Added an AM_CONDITIONAL in order to use in the
Makefile.am, that way we can choose not to compile some examples
and tests of the deprecated widgets.
* examples/Makefile.am: Divided the sources in deprecated and
non-deprecated.
* src/Makefile.am: Added undef statement of the deprecated
symbol to the enums file generation process.
* src/hildon-color-chooser-dialog.c
* src/hildon-color-chooser-dialog.h
* src/hildon-color-button.c
* src/hildon-color-button.h
* src/hildon-color-chooser.c
* src/hildon-color-chooser.h
* src/hildon-controlbar.c
* src/hildon-controlbar.h
* src/hildon-date-editor.c
* src/hildon-date-editor.h
* src/hildon-hvolumebar.c
* src/hildon-hvolumebar.h
* src/hildon-private.c
* src/hildon-private.h
* src/hildon-range-editor.c
* src/hildon-range-editor.h
* src/hildon-seekbar.c
* src/hildon-seekbar.h
* src/hildon-time-editor.c
* src/hildon-time-editor.h
* src/hildon-time-picker.c
* src/hildon-time-picker.h
* src/hildon-volumebar.c
* src/hildon-volumebar.h
* src/hildon-vvolumebar.c
* src/hildon-vvolumebar.h
* src/hildon-bread-crumb-trail.h
* src/hildon-bread-crumb-trail.c
* src/hildon-calendar-popup.c
* src/hildon-calendar-popup.h
* src/hildon-weekday-picker.c:
* src/hildon-weekday-picker.h:
* src/hildon-bread-crumb-widget.c:
* src/hildon-bread-crumb-widget.h:
* src/hildon-bread-crumb.c:
* src/hildon-bread-crumb.h:
* src/hildon-calendar.c:
* src/hildon-calendar.h:
* src/hildon-caption.c:
* src/hildon-code-dialog.c:
* src/hildon-code-dialog.h:
* src/hildon-font-selection-dialog.c:
* src/hildon-font-selection-dialog.h:
* src/hildon-get-password-dialog.c:
* src/hildon-get-password-dialog.h:
* src/hildon-login-dialog.c:
* src/hildon-login-dialog.h:
* src/hildon-number-editor.c:
* src/hildon-number-editor.h:
* src/hildon-set-password-dialog.c:
* src/hildon-set-password-dialog.h:
* src/hildon-sort-dialog.c:
* src/hildon-sort-dialog.h: This is the list of deprecated
widgets.
* src/hildon-touch-selector.c:
* src/hildon-window.c: Added undef statement to avoid compilation
warnings
* tests/Makefile.am: Divided the sources in deprecated and
non-deprecated.
* tests/check_test.c,
(configure_tests): Marked the deprecated code that was adding
suites with deprecated tests.
|
|
|
|
|
|
private function. Removing the composite test case, since it's external/not exported anymore.
|
|
|
|
color-returning functions. Adjusting to new color-returning functions. Adding the tests for color button and color chooser.
|
|
|