Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-29 | A 1.0.0 release notes. | Michael Dominic Kostrzewa | |
2007-03-29 | Changing the license headers and all the licesing stuff to LGPL version 2 OR ↵ | Michael Dominic Kostrzewa | |
LATER. | |||
2007-03-29 | Adding the HildonCalendar based on Gtk Calendar. This effectively changes ↵ | Michael Dominic Kostrzewa | |
the license to LGPL version 2 OR LATER. Fixing some timeout issues and input-mode issues (deprecated properties). Example to test the new HildonCalendar. | |||
2007-03-27 | Adding a hildon_helper_set_thumb_scrollbar function to enable/disable a ↵ | Michael Dominic Kostrzewa | |
thumb scrollbar on a GtkScrolledWindow. Adding an example that demoes the thumb scrollbar functionality. | |||
2007-03-26 | Actually take the libtool versioning into account. | Michael Dominic Kostrzewa | |
2007-03-21 | changelog update for previous commit | Tommi Komulainen | |
2007-03-20 | Force link creation and do not complain if failed. | Michael Dominic Kostrzewa | |
2007-03-13 | * src/hildon-banner.c: Use TYPE_HINT_NOTIFICATION instead of TYPE_HINT_MESSAGE. | Xan Lopez | |
2007-03-09 | * src/hildon-helper.c: Remove guard for NULL message in ↵ | Xan Lopez | |
_set_insensitive_message. Passing NULL is accepted with the semantics of removing any previous message. | |||
2007-03-09 | Fixing a double free in _set_insenstive_message. Fixes NB#52928. | Michael Dominic Kostrzewa | |
2007-03-08 | Correcting the color button popup API as suggested by Tommi to follow the ↵ | Michael Dominic Kostrzewa | |
GtkComboBox popup API. The property name is now 'popup-shown' and the force-function is _popdown. | |||
2007-03-08 | Fixing the 'engineering english' translation and adding it back to the build ↵ | Michael Dominic Kostrzewa | |
system. Prolly needs some more updates in the future when we resync the 'real' translation package names. | |||
2007-03-08 | Adding a property 'is-popped' and some functions to pop-up the color ↵ | Michael Dominic Kostrzewa | |
selection dialog. Adding an example that pops-up the dialog from another thread. | |||
2007-03-07 | A few more consolidation corrections. | Michael Dominic Kostrzewa | |
2007-03-07 | Renaming gtk-timeout-update to gtk-timeout-repeat. | Michael Dominic Kostrzewa | |
2007-03-07 | HildonTimePicker - Do not pull the timeout settings in the init function. Do ↵ | Michael Dominic Kostrzewa | |
it when needed. | |||
2007-03-02 | Adding an example to check scrolled window theming. Adding ↵ | Michael Dominic Kostrzewa | |
hildon_caption_set_label_markup to set markup on the caption. Fixes NB#51736. | |||
2007-03-01 | Small fix, check for NULL before comparing strings. | Michael Dominic Kostrzewa | |
2007-03-01 | In infobanner, do not set the text on the label if it's exactly same as the ↵ | Michael Dominic Kostrzewa | |
existing text. Fixes some wrapping problems. Fixes NB#50496. | |||
2007-02-28 | When the window name is empty, don't put extra dash there. Fixes NB#47989. | Michael Dominic Kostrzewa | |
2007-02-28 | Adding number editor example. Free the list used to detach menus. Fixes the ↵ | Michael Dominic Kostrzewa | |
MB#1065. | |||
2007-02-19 | Removing all the duplicated and deprecated input-mode enums. They're now ↵ | Michael Dominic Kostrzewa | |
defined in gtkenums.h. | |||
2007-02-16 | Adding the hildon_code_dialog_set_input_sensitive function requested by ↵ | Michael Dominic Kostrzewa | |
Santtu Lakkala to enable/disable the input on the code dialog. | |||
2007-02-16 | Adding Lucas patch to enable settable timeout on the banners and settable icon. | Michael Dominic Kostrzewa | |
2007-02-15 | Doc fixes. | Michael Dominic Kostrzewa | |
2007-02-15 | Fixing the tests a little. Fixing some mem problems in the time editor. | Michael Dominic Kostrzewa | |
2007-02-14 | Adding an example test program to check icon-lookup functionality. Doc updates. | Michael Dominic Kostrzewa | |
2007-02-13 | Adding a patch by Santtu Lakkala that add an 'input' signal to the code ↵ | Michael Dominic Kostrzewa | |
dialog that is fired each time the user presses any of the dialog input buttons. | |||
2007-02-12 | Adding some title setting to check the program/window naming. | Michael Dominic Kostrzewa | |
2007-02-12 | Adding the widgets-gallery chapter. Works now. | Michael Dominic Kostrzewa | |
2007-02-09 | Adding screenshots of widgets generated by shooter. Startup of the hildon ↵ | Michael Dominic Kostrzewa | |
widgets gallery. Show the contents of the lock code dialog box vbox during creation. | |||
2007-02-09 | Adding a toolbar example. Making the add/remove toolbar documentation in ↵ | Michael Dominic Kostrzewa | |
HildonWindow a bit more verbose about the visibility and memory management. | |||
2007-02-08 | Adding an exmaple for HildonVVolumeBar. | Michael Dominic Kostrzewa | |
2007-02-08 | Adding a common menu example and a window menu example. Fixing the problem ↵ | Michael Dominic Kostrzewa | |
with menu refcounting in HildonWindow. Adding some documentation to HIldonProgram. | |||
2007-02-07 | Trap the X error in HildonWindow instead of aborting. | Michael Dominic Kostrzewa | |
2007-02-07 | Prefixing the number editor enums with HILDON_NUMBER_EDITOR_ERROR_. | Michael Dominic Kostrzewa | |
2007-02-07 | Small documentation fixes for the color widgets. | Michael Dominic Kostrzewa | |
2007-02-06 | Adding examples for password dialogs. Doc fix. Do not show the username as a ↵ | Michael Dominic Kostrzewa | |
hidden field. | |||
2007-02-06 | Adding a HACKING file with some basic rules of styling and code formatting. | Michael Dominic Kostrzewa | |
2007-02-06 | Updating documentation of the HildonColorButton and correcting some ↵ | Michael Dominic Kostrzewa | |
formatting glitches in the hildon-helper functions. | |||
2007-02-06 | 2007-02-06 Xan Lopez <xan.lopez@nokia.com> | Xan Lopez | |
* 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. | |||
2007-02-06 | Correcting the example for insensitive press to use HildonWindow. For ↵ | Michael Dominic Kostrzewa | |
strange reasons doesn't work with Dialogs. | |||
2007-02-05 | Example for the insensitive message setting. Insensitive implementation by ↵ | Michael Dominic Kostrzewa | |
Xan Lopez. | |||
2007-02-05 | Fixing the controlbar to behave as if minimal-bars-visible (old 2.6 mod) was ↵ | Michael Dominic Kostrzewa | |
equal 1. Fixing the problem with two information banners being spawned one after another. | |||
2007-02-04 | Fixing documentation for the find toolbar. | Michael Dominic Kostrzewa | |
2007-02-02 | Icon sizes fixture. | Michael Dominic Kostrzewa | |
2007-02-01 | Adding the hildon_helper_set_insensitive_message function. Implementation ↵ | Michael Dominic Kostrzewa | |
not done yet. | |||
2007-02-01 | Fixed the check for which property changed in _notify. Removed unused static ↵ | Michael Dominic Kostrzewa | |
function. Fixes: MB#962 | |||
2007-02-01 | Small adjustments to directory layout. A new example for time editor. | Michael Dominic Kostrzewa | |
2007-01-31 | Adding checkbutton to the caption examples to see how things are looking. ↵ | Michael Dominic Kostrzewa | |
Xan's fix for caption and checkbutton. |