hildon
17 years agoFixing the symlink issue.
Michael Dominic Kostrzewa [Wed, 14 Mar 2007 12:52:52 +0000 (12:52 +0000)]
Fixing the symlink issue.

17 years agoUpdating.
Michael Dominic Kostrzewa [Tue, 13 Mar 2007 15:00:32 +0000 (15:00 +0000)]
Updating.

17 years ago* src/hildon-banner.c: Use TYPE_HINT_NOTIFICATION instead of TYPE_HINT_MESSAGE.
Xan Lopez [Tue, 13 Mar 2007 13:39:51 +0000 (13:39 +0000)]
* src/hildon-banner.c: Use TYPE_HINT_NOTIFICATION instead of TYPE_HINT_MESSAGE.

17 years agoFixing the hildon dash.
Michael Dominic Kostrzewa [Tue, 13 Mar 2007 12:43:45 +0000 (12:43 +0000)]
Fixing the hildon dash.

17 years agoUpdating changelog.
Michael Dominic Kostrzewa [Tue, 13 Mar 2007 12:34:07 +0000 (12:34 +0000)]
Updating changelog.

17 years ago* src/hildon-helper.c: Remove guard for NULL message in _set_insensitive_message...
Xan Lopez [Fri, 9 Mar 2007 14:08:49 +0000 (14:08 +0000)]
* src/hildon-helper.c: Remove guard for NULL message in _set_insensitive_message. Passing NULL is accepted with the semantics of removing any previous message.

17 years agoFixing a double free in _set_insenstive_message. Fixes NB#52928.
Michael Dominic Kostrzewa [Fri, 9 Mar 2007 14:00:03 +0000 (14:00 +0000)]
Fixing a double free in _set_insenstive_message. Fixes NB#52928.

17 years agoCorrecting the color button popup API as suggested by Tommi to follow the GtkComboBox...
Michael Dominic Kostrzewa [Thu, 8 Mar 2007 14:21:48 +0000 (14:21 +0000)]
Correcting the color button popup API as suggested by Tommi to follow the GtkComboBox popup API. The property name is now 'popup-shown' and the force-function is _popdown.

17 years agoFixing the 'engineering english' translation and adding it back to the build system...
Michael Dominic Kostrzewa [Thu, 8 Mar 2007 14:13:27 +0000 (14:13 +0000)]
Fixing the 'engineering english' translation and adding it back to the build system. Prolly needs some more updates in the future when we resync the 'real' translation package names.

17 years agoAdding a property 'is-popped' and some functions to pop-up the color selection dialog...
Michael Dominic Kostrzewa [Thu, 8 Mar 2007 11:20:57 +0000 (11:20 +0000)]
Adding a property 'is-popped' and some functions to pop-up the color selection dialog. Adding an example that pops-up the dialog from another thread.

17 years agoA few more consolidation corrections.
Michael Dominic Kostrzewa [Wed, 7 Mar 2007 08:50:03 +0000 (08:50 +0000)]
A few more consolidation corrections.

17 years agoRenaming gtk-timeout-update to gtk-timeout-repeat.
Michael Dominic Kostrzewa [Wed, 7 Mar 2007 08:36:59 +0000 (08:36 +0000)]
Renaming gtk-timeout-update to gtk-timeout-repeat.

17 years agoHildonTimePicker - Do not pull the timeout settings in the init function. Do it when...
Michael Dominic Kostrzewa [Wed, 7 Mar 2007 08:23:37 +0000 (08:23 +0000)]
HildonTimePicker - Do not pull the timeout settings in the init function. Do it when needed.

17 years agoNew intermediate release.
Michael Dominic Kostrzewa [Mon, 5 Mar 2007 10:08:30 +0000 (10:08 +0000)]
New intermediate release.

17 years agoAdding an example to check scrolled window theming. Adding hildon_caption_set_label_m...
Michael Dominic Kostrzewa [Fri, 2 Mar 2007 15:00:42 +0000 (15:00 +0000)]
Adding an example to check scrolled window theming. Adding hildon_caption_set_label_markup to set markup on the caption. Fixes NB#51736.

17 years agoSmall fix, check for NULL before comparing strings.
Michael Dominic Kostrzewa [Thu, 1 Mar 2007 12:09:53 +0000 (12:09 +0000)]
Small fix, check for NULL before comparing strings.

17 years agoIn infobanner, do not set the text on the label if it's exactly same as the existing...
Michael Dominic Kostrzewa [Thu, 1 Mar 2007 12:04:14 +0000 (12:04 +0000)]
In infobanner, do not set the text on the label if it's exactly same as the existing text. Fixes some wrapping problems. Fixes NB#50496.

17 years agoWhen the window name is empty, don't put extra dash there. Fixes NB#47989.
Michael Dominic Kostrzewa [Wed, 28 Feb 2007 14:12:05 +0000 (14:12 +0000)]
When the window name is empty, don't put extra dash there. Fixes NB#47989.

17 years agoAdding number editor example. Free the list used to detach menus. Fixes the MB#1065.
Michael Dominic Kostrzewa [Wed, 28 Feb 2007 12:25:38 +0000 (12:25 +0000)]
Adding number editor example. Free the list used to detach menus. Fixes the MB#1065.

17 years agoRemoving all the duplicated and deprecated input-mode enums. They're now defined...
Michael Dominic Kostrzewa [Mon, 19 Feb 2007 13:12:13 +0000 (13:12 +0000)]
Removing all the duplicated and deprecated input-mode enums. They're now defined in gtkenums.h.

17 years agoAdding the hildon_code_dialog_set_input_sensitive function requested by Santtu Lakkal...
Michael Dominic Kostrzewa [Fri, 16 Feb 2007 14:11:04 +0000 (14:11 +0000)]
Adding the hildon_code_dialog_set_input_sensitive function requested by Santtu Lakkala to enable/disable the input on the code dialog.

17 years agoAdding Lucas patch to enable settable timeout on the banners and settable icon.
Michael Dominic Kostrzewa [Fri, 16 Feb 2007 11:57:04 +0000 (11:57 +0000)]
Adding Lucas patch to enable settable timeout on the banners and settable icon.

17 years agoDoc fixes.
Michael Dominic Kostrzewa [Thu, 15 Feb 2007 13:34:57 +0000 (13:34 +0000)]
Doc fixes.

17 years agoFixing the tests a little. Fixing some mem problems in the time editor.
Michael Dominic Kostrzewa [Thu, 15 Feb 2007 12:37:20 +0000 (12:37 +0000)]
Fixing the tests a little. Fixing some mem problems in the time editor.

17 years agoBumping the ver number.
Michael Dominic Kostrzewa [Wed, 14 Feb 2007 10:29:05 +0000 (10:29 +0000)]
Bumping the ver number.

17 years agoAdding an example test program to check icon-lookup functionality. Doc updates.
Michael Dominic Kostrzewa [Wed, 14 Feb 2007 09:04:26 +0000 (09:04 +0000)]
Adding an example test program to check icon-lookup functionality. Doc updates.

17 years agoAdding a patch by Santtu Lakkala that add an 'input' signal to the code dialog that...
Michael Dominic Kostrzewa [Tue, 13 Feb 2007 09:00:34 +0000 (09:00 +0000)]
Adding a patch by Santtu Lakkala that add an 'input' signal to the code dialog that is fired each time the user presses any of the dialog input buttons.

17 years agoAdding some title setting to check the program/window naming.
Michael Dominic Kostrzewa [Mon, 12 Feb 2007 11:39:53 +0000 (11:39 +0000)]
Adding some title setting to check the program/window naming.

17 years agoAdding the widgets-gallery chapter. Works now.
Michael Dominic Kostrzewa [Mon, 12 Feb 2007 09:57:17 +0000 (09:57 +0000)]
Adding the widgets-gallery chapter. Works now.

17 years agoBumping the ver.
Michael Dominic Kostrzewa [Fri, 9 Feb 2007 14:51:56 +0000 (14:51 +0000)]
Bumping the ver.

17 years agoAdding screenshots of widgets generated by shooter. Startup of the hildon widgets...
Michael Dominic Kostrzewa [Fri, 9 Feb 2007 14:47:24 +0000 (14:47 +0000)]
Adding screenshots of widgets generated by shooter. Startup of the hildon widgets gallery. Show the contents of the lock code dialog box vbox during creation.

17 years agoAdding a toolbar example. Making the add/remove toolbar documentation in HildonWindow...
Michael Dominic Kostrzewa [Fri, 9 Feb 2007 09:37:08 +0000 (09:37 +0000)]
Adding a toolbar example. Making the add/remove toolbar documentation in HildonWindow a bit more verbose about the visibility and memory management.

17 years agoAdding an exmaple for HildonVVolumeBar.
Michael Dominic Kostrzewa [Thu, 8 Feb 2007 13:26:52 +0000 (13:26 +0000)]
Adding an exmaple for HildonVVolumeBar.

17 years agoAdding a common menu example and a window menu example. Fixing the problem with menu...
Michael Dominic Kostrzewa [Thu, 8 Feb 2007 12:55:14 +0000 (12:55 +0000)]
Adding a common menu example and a window menu example. Fixing the problem with menu refcounting in HildonWindow. Adding some documentation to HIldonProgram.

17 years agoTrap the X error in HildonWindow instead of aborting.
Michael Dominic Kostrzewa [Wed, 7 Feb 2007 12:15:24 +0000 (12:15 +0000)]
Trap the X error in HildonWindow instead of aborting.

17 years agoPrefixing the number editor enums with HILDON_NUMBER_EDITOR_ERROR_.
Michael Dominic Kostrzewa [Wed, 7 Feb 2007 11:52:35 +0000 (11:52 +0000)]
Prefixing the number editor enums with HILDON_NUMBER_EDITOR_ERROR_.

17 years agoSmall documentation fixes for the color widgets.
Michael Dominic Kostrzewa [Wed, 7 Feb 2007 11:35:26 +0000 (11:35 +0000)]
Small documentation fixes for the color widgets.

17 years agoAdding examples for password dialogs. Doc fix. Do not show the username as a hidden...
Michael Dominic Kostrzewa [Tue, 6 Feb 2007 14:15:16 +0000 (14:15 +0000)]
Adding examples for password dialogs. Doc fix. Do not show the username as a hidden field.

17 years agoAdding a HACKING file with some basic rules of styling and code formatting.
Michael Dominic Kostrzewa [Tue, 6 Feb 2007 10:17:33 +0000 (10:17 +0000)]
Adding a HACKING file with some basic rules of styling and code formatting.

17 years agoUpdating documentation of the HildonColorButton and correcting some formatting glitch...
Michael Dominic Kostrzewa [Tue, 6 Feb 2007 10:02:09 +0000 (10:02 +0000)]
Updating documentation of the HildonColorButton and correcting some formatting glitches in the hildon-helper functions.

17 years ago2007-02-06 Xan Lopez <xan.lopez@nokia.com>
Xan Lopez [Tue, 6 Feb 2007 08:28:22 +0000 (08:28 +0000)]
2007-02-06 Xan Lopez <xan.lopez@nokia.com>

* src/hildon-helper.c:
        * src/hildon-helper.h:

        Fix the insensitive message function to copy the string in the widget,
        as it might not valid anymore when the banner needs to be displayed.

        Also add a version with printf-like string formatting.

17 years agoCorrecting the example for insensitive press to use HildonWindow. For strange reasons...
Michael Dominic Kostrzewa [Tue, 6 Feb 2007 08:23:03 +0000 (08:23 +0000)]
Correcting the example for insensitive press to use HildonWindow. For strange reasons doesn't work with Dialogs.

17 years agoExample for the insensitive message setting. Insensitive implementation by Xan Lopez.
Michael Dominic Kostrzewa [Mon, 5 Feb 2007 15:16:54 +0000 (15:16 +0000)]
Example for the insensitive message setting. Insensitive implementation by Xan Lopez.

17 years agoFixing the controlbar to behave as if minimal-bars-visible (old 2.6 mod) was equal...
Michael Dominic Kostrzewa [Mon, 5 Feb 2007 15:03:42 +0000 (15:03 +0000)]
Fixing the controlbar to behave as if minimal-bars-visible (old 2.6 mod) was equal 1. Fixing the problem with two information banners being spawned one after another.

17 years agoFixing documentation for the find toolbar.
Michael Dominic Kostrzewa [Sun, 4 Feb 2007 17:38:52 +0000 (17:38 +0000)]
Fixing documentation for the find toolbar.

17 years ago[0.9.9-3 release]
Michael Dominic Kostrzewa [Fri, 2 Feb 2007 15:36:54 +0000 (15:36 +0000)]
[0.9.9-3 release]

17 years agoIcon sizes fixture.
Michael Dominic Kostrzewa [Fri, 2 Feb 2007 15:33:37 +0000 (15:33 +0000)]
Icon sizes fixture.

17 years agoAdding the hildon_helper_set_insensitive_message function. Implementation not done...
Michael Dominic Kostrzewa [Thu, 1 Feb 2007 12:41:03 +0000 (12:41 +0000)]
Adding the hildon_helper_set_insensitive_message function. Implementation not done yet.

17 years agoFixed the check for which property changed in _notify. Removed unused static function...
Michael Dominic Kostrzewa [Thu, 1 Feb 2007 12:15:20 +0000 (12:15 +0000)]
Fixed the check for which property changed in _notify. Removed unused static function. Fixes: MB#962

17 years agoSmall adjustments to directory layout. A new example for time editor.
Michael Dominic Kostrzewa [Thu, 1 Feb 2007 09:34:00 +0000 (09:34 +0000)]
Small adjustments to directory layout. A new example for time editor.

17 years agoAdding checkbutton to the caption examples to see how things are looking. Xan's fix...
Michael Dominic Kostrzewa [Wed, 31 Jan 2007 15:41:00 +0000 (15:41 +0000)]
Adding checkbutton to the caption examples to see how things are looking. Xan's fix for caption and checkbutton.

17 years agoFixing documentation in HildonColorChooser and HildonColorChooserDialog.
Michael Dominic Kostrzewa [Wed, 31 Jan 2007 14:28:11 +0000 (14:28 +0000)]
Fixing documentation in HildonColorChooser and HildonColorChooserDialog.

17 years agoSecond release.
Michael Dominic Kostrzewa [Wed, 31 Jan 2007 12:25:54 +0000 (12:25 +0000)]
Second release.

17 years agoXan's fixes for new gtk compilation.
Michael Dominic Kostrzewa [Wed, 31 Jan 2007 09:14:26 +0000 (09:14 +0000)]
Xan's fixes for new gtk compilation.

17 years agoMore documentation fixes.
Michael Dominic Kostrzewa [Mon, 29 Jan 2007 13:09:57 +0000 (13:09 +0000)]
More documentation fixes.

17 years agoMoving the sgml documentation to code.
Michael Dominic Kostrzewa [Mon, 29 Jan 2007 12:23:48 +0000 (12:23 +0000)]
Moving the sgml documentation to code.

17 years agoMoving the sgml documentation to code.
Michael Dominic Kostrzewa [Mon, 29 Jan 2007 11:48:08 +0000 (11:48 +0000)]
Moving the sgml documentation to code.

17 years agoBig documentation fix mess continued.
Michael Dominic Kostrzewa [Thu, 25 Jan 2007 14:25:13 +0000 (14:25 +0000)]
Big documentation fix mess continued.

17 years agoBig documentation fix mess.
Michael Dominic Kostrzewa [Thu, 25 Jan 2007 12:50:53 +0000 (12:50 +0000)]
Big documentation fix mess.

17 years agoCleaning up the documentation.
Michael Dominic Kostrzewa [Thu, 25 Jan 2007 11:08:02 +0000 (11:08 +0000)]
Cleaning up the documentation.

17 years agoCleaning up the documentation.
Michael Dominic Kostrzewa [Wed, 24 Jan 2007 15:41:35 +0000 (15:41 +0000)]
Cleaning up the documentation.

17 years agoCleaning up the documentation.
Michael Dominic Kostrzewa [Wed, 24 Jan 2007 15:10:42 +0000 (15:10 +0000)]
Cleaning up the documentation.

17 years agoRemoving accidentaly left function prototypes. Fixing documentation for HildonFindToo...
Michael Dominic Kostrzewa [Tue, 23 Jan 2007 13:59:19 +0000 (13:59 +0000)]
Removing accidentaly left function prototypes. Fixing documentation for HildonFindToolbar. Fixing documentation for HildonFontSelectionDialog.

17 years agoFixing the documentation for HildonTimeEditor. Removing the year limitations. Fixing...
Michael Dominic Kostrzewa [Tue, 23 Jan 2007 13:30:33 +0000 (13:30 +0000)]
Fixing the documentation for HildonTimeEditor. Removing the year limitations. Fixing the defines documentation.

17 years agoFixing documentation for HildonBanner. Fixing documentation for HildonCaption. Fixing...
Michael Dominic Kostrzewa [Tue, 23 Jan 2007 13:18:53 +0000 (13:18 +0000)]
Fixing documentation for HildonBanner. Fixing documentation for HildonCaption. Fixing documentation for HildonCodeDialog. Fixing docuemtnation for HildonControlbar.

17 years agoFixing documentation. Removing the n-lines helper function.
Michael Dominic Kostrzewa [Tue, 23 Jan 2007 12:57:13 +0000 (12:57 +0000)]
Fixing documentation. Removing the n-lines helper function.

17 years agoAdding some clean stuff for tests/. Removing old out crap.
Michael Dominic Kostrzewa [Tue, 23 Jan 2007 10:24:19 +0000 (10:24 +0000)]
Adding some clean stuff for tests/. Removing old out crap.

17 years agoUpdating the copyright headers.
Michael Dominic Kostrzewa [Tue, 23 Jan 2007 10:07:58 +0000 (10:07 +0000)]
Updating the copyright headers.

17 years agoUpdating deps, making hildon0 a hildon1. Fixing a dash expansion problem.
Michael Dominic Kostrzewa [Mon, 22 Jan 2007 08:55:38 +0000 (08:55 +0000)]
Updating deps, making hildon0 a hildon1. Fixing a dash expansion problem.

17 years agoAdjusting package name to libhildon. Auto sh-libs generation.
Michael Dominic Kostrzewa [Mon, 22 Jan 2007 08:29:53 +0000 (08:29 +0000)]
Adjusting package name to libhildon. Auto sh-libs generation.

17 years agoFor the time being changing the tranlslation package from PACKAGE (hildon) to hildon...
Michael Dominic Kostrzewa [Fri, 19 Jan 2007 12:09:08 +0000 (12:09 +0000)]
For the time being changing the tranlslation package from PACKAGE (hildon) to hildon-libs to force/get the old translations.

17 years agoAdding some missing bugfixes from pre-consolidation from another branch. Adding the...
Michael Dominic Kostrzewa [Fri, 19 Jan 2007 11:32:22 +0000 (11:32 +0000)]
Adding some missing bugfixes from pre-consolidation from another branch. Adding the missing finger event recognition helper. Fixing the test suite.

17 years agoIntroducing the hildon-helper and moving some -defines functions there.
Michael Dominic Kostrzewa [Thu, 18 Jan 2007 15:32:03 +0000 (15:32 +0000)]
Introducing the hildon-helper and moving some -defines functions there.

17 years agoCleaning up the hildon-input-mode-hint.
Michael Dominic Kostrzewa [Thu, 18 Jan 2007 14:39:23 +0000 (14:39 +0000)]
Cleaning up the hildon-input-mode-hint.

17 years agoCleaning up hildon-defines.
Michael Dominic Kostrzewa [Thu, 18 Jan 2007 14:35:20 +0000 (14:35 +0000)]
Cleaning up hildon-defines.

17 years agoAdding the proper HAVE_CONFIG where needed.
Michael Dominic Kostrzewa [Thu, 18 Jan 2007 10:06:52 +0000 (10:06 +0000)]
Adding the proper HAVE_CONFIG where needed.

17 years agoMoving "composite widget" to private since essentially it's just a handy private...
Michael Dominic Kostrzewa [Thu, 18 Jan 2007 09:33:10 +0000 (09:33 +0000)]
Moving "composite widget" to private since essentially it's just a handy private function. Removing the composite test case, since it's external/not exported anymore.

17 years agoAdding missing debian changelog. Modyfying hildon-banner to allow creation with null...
Michael Dominic Kostrzewa [Thu, 18 Jan 2007 09:00:49 +0000 (09:00 +0000)]
Adding missing debian changelog. Modyfying hildon-banner to allow creation with null window. Fixing the unit tests.

17 years agoUpdating debian stuff.
Michael Dominic Kostrzewa [Thu, 18 Jan 2007 08:33:12 +0000 (08:33 +0000)]
Updating debian stuff.

17 years agoAdding login dialog example.
Michael Dominic Kostrzewa [Wed, 17 Jan 2007 15:11:47 +0000 (15:11 +0000)]
Adding login dialog example.

17 years agoMoving the examples out of the directory.
Michael Dominic Kostrzewa [Wed, 17 Jan 2007 15:01:08 +0000 (15:01 +0000)]
Moving the examples out of the directory.

17 years agoChanging from hildon-widgets.h to hildon.h. Fixing the examples license header. Fixin...
Michael Dominic Kostrzewa [Wed, 17 Jan 2007 14:31:01 +0000 (14:31 +0000)]
Changing from hildon-widgets.h to hildon.h. Fixing the examples license header. Fixing the noinst headers.

17 years agoUpgrading the license headers, moving package name to "hildon" etc.
Michael Dominic Kostrzewa [Wed, 17 Jan 2007 13:50:35 +0000 (13:50 +0000)]
Upgrading the license headers, moving package name to "hildon" etc.

17 years agoAdding the color button and color chooser examples. Fixing the color-returning functi...
Michael Dominic Kostrzewa [Wed, 17 Jan 2007 11:25:47 +0000 (11:25 +0000)]
Adding the color button and color chooser examples. Fixing the color-returning functions. Adjusting to new color-returning functions. Adding the tests for color button and color chooser.

17 years agoAdding the test suite.
Michael Dominic Kostrzewa [Mon, 15 Jan 2007 16:11:13 +0000 (16:11 +0000)]
Adding the test suite.

17 years agoAdding a hildon-time-picker example.
Michael Dominic Kostrzewa [Mon, 15 Jan 2007 12:29:55 +0000 (12:29 +0000)]
Adding a hildon-time-picker example.

17 years agoAdding the --with-examples and --with-asserts configure options (defaulting to no...
Michael Dominic Kostrzewa [Thu, 11 Jan 2007 10:41:27 +0000 (10:41 +0000)]
Adding the --with-examples and --with-asserts configure options (defaulting to no ; no respectively).

17 years agoAdding example for hildon note. Fixing buggy code in hildon-note new object creation.
Michael Dominic Kostrzewa [Wed, 10 Jan 2007 15:52:54 +0000 (15:52 +0000)]
Adding example for hildon note. Fixing buggy code in hildon-note new object creation.

17 years agoAdding an example for the HildonControlBar. Fixing some refactoring bugs. Gtk 2.10...
Michael Dominic Kostrzewa [Wed, 10 Jan 2007 13:37:54 +0000 (13:37 +0000)]
Adding an example for the HildonControlBar. Fixing some refactoring bugs. Gtk 2.10 fixes.

17 years agoCleaning up the enum name.
Michael Dominic Kostrzewa [Mon, 8 Jan 2007 14:28:52 +0000 (14:28 +0000)]
Cleaning up the enum name.

17 years agoCleaning up the HildonWizardDialog.
Michael Dominic Kostrzewa [Mon, 8 Jan 2007 10:39:29 +0000 (10:39 +0000)]
Cleaning up the HildonWizardDialog.

17 years agoCleaning up the HildonSetPasswordDialog.
Michael Dominic Kostrzewa [Sun, 7 Jan 2007 20:08:50 +0000 (20:08 +0000)]
Cleaning up the HildonSetPasswordDialog.

17 years agoCleaning up the HildonGetPasswordDialog.
Michael Dominic Kostrzewa [Sun, 7 Jan 2007 18:23:44 +0000 (18:23 +0000)]
Cleaning up the HildonGetPasswordDialog.

17 years agoCleaning up the HildonFontSelectionDialog.
Michael Dominic Kostrzewa [Fri, 5 Jan 2007 14:55:56 +0000 (14:55 +0000)]
Cleaning up the HildonFontSelectionDialog.

17 years agoCleaning up the HildonNamePassword dialog and renaming it to HildonLoginDialog.
Michael Dominic Kostrzewa [Fri, 5 Jan 2007 12:08:57 +0000 (12:08 +0000)]
Cleaning up the HildonNamePassword dialog and renaming it to HildonLoginDialog.

17 years agoIntroducing static protos for HildonBanner, removing the macrofied GType init, full...
Michael Dominic Kostrzewa [Fri, 5 Jan 2007 09:46:03 +0000 (09:46 +0000)]
Introducing static protos for HildonBanner, removing the macrofied GType init, full the parent_class with proper value.

17 years agoCleaning up the HildonBanner.
Michael Dominic Kostrzewa [Fri, 5 Jan 2007 09:23:49 +0000 (09:23 +0000)]
Cleaning up the HildonBanner.

17 years agoCleaning up the HildonNote.
Michael Dominic Kostrzewa [Thu, 4 Jan 2007 12:07:28 +0000 (12:07 +0000)]
Cleaning up the HildonNote.

17 years agoCleaning up the date editor.
Michael Dominic Kostrzewa [Thu, 4 Jan 2007 09:58:41 +0000 (09:58 +0000)]
Cleaning up the date editor.

17 years agoRemoving hildon-private.h. Cleaning up the time editor.
Michael Dominic Kostrzewa [Wed, 3 Jan 2007 21:55:04 +0000 (21:55 +0000)]
Removing hildon-private.h. Cleaning up the time editor.