aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.2
AgeCommit message (Collapse)Author
2007-03-29A 1.0.0 release notes.Michael Dominic Kostrzewa
2007-03-29Changing the license headers and all the licesing stuff to LGPL version 2 OR ↵Michael Dominic Kostrzewa
LATER.
2007-03-29Adding 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-27Adding 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-26Actually take the libtool versioning into account.Michael Dominic Kostrzewa
2007-03-21changelog update for previous commitTommi Komulainen
2007-03-20Force 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-09Fixing a double free in _set_insenstive_message. Fixes NB#52928.Michael Dominic Kostrzewa
2007-03-08Correcting 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-08Fixing 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-08Adding 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-07A few more consolidation corrections.Michael Dominic Kostrzewa
2007-03-07Renaming gtk-timeout-update to gtk-timeout-repeat.Michael Dominic Kostrzewa
2007-03-07HildonTimePicker - Do not pull the timeout settings in the init function. Do ↵Michael Dominic Kostrzewa
it when needed.
2007-03-02Adding 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-01Small fix, check for NULL before comparing strings.Michael Dominic Kostrzewa
2007-03-01In 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-28When the window name is empty, don't put extra dash there. Fixes NB#47989.Michael Dominic Kostrzewa
2007-02-28Adding number editor example. Free the list used to detach menus. Fixes the ↵Michael Dominic Kostrzewa
MB#1065.
2007-02-19Removing all the duplicated and deprecated input-mode enums. They're now ↵Michael Dominic Kostrzewa
defined in gtkenums.h.
2007-02-16Adding 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-16Adding Lucas patch to enable settable timeout on the banners and settable icon.Michael Dominic Kostrzewa
2007-02-15Doc fixes.Michael Dominic Kostrzewa
2007-02-15Fixing the tests a little. Fixing some mem problems in the time editor.Michael Dominic Kostrzewa
2007-02-14Adding an example test program to check icon-lookup functionality. Doc updates.Michael Dominic Kostrzewa
2007-02-13Adding 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-12Adding some title setting to check the program/window naming.Michael Dominic Kostrzewa
2007-02-12Adding the widgets-gallery chapter. Works now.Michael Dominic Kostrzewa
2007-02-09Adding 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-09Adding 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-08Adding an exmaple for HildonVVolumeBar.Michael Dominic Kostrzewa
2007-02-08Adding 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-07Trap the X error in HildonWindow instead of aborting.Michael Dominic Kostrzewa
2007-02-07Prefixing the number editor enums with HILDON_NUMBER_EDITOR_ERROR_.Michael Dominic Kostrzewa
2007-02-07Small documentation fixes for the color widgets.Michael Dominic Kostrzewa
2007-02-06Adding examples for password dialogs. Doc fix. Do not show the username as a ↵Michael Dominic Kostrzewa
hidden field.
2007-02-06Adding a HACKING file with some basic rules of styling and code formatting.Michael Dominic Kostrzewa
2007-02-06Updating documentation of the HildonColorButton and correcting some ↵Michael Dominic Kostrzewa
formatting glitches in the hildon-helper functions.
2007-02-062007-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-06Correcting the example for insensitive press to use HildonWindow. For ↵Michael Dominic Kostrzewa
strange reasons doesn't work with Dialogs.
2007-02-05Example for the insensitive message setting. Insensitive implementation by ↵Michael Dominic Kostrzewa
Xan Lopez.
2007-02-05Fixing 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-04Fixing documentation for the find toolbar.Michael Dominic Kostrzewa
2007-02-02Icon sizes fixture.Michael Dominic Kostrzewa
2007-02-01Adding the hildon_helper_set_insensitive_message function. Implementation ↵Michael Dominic Kostrzewa
not done yet.
2007-02-01Fixed the check for which property changed in _notify. Removed unused static ↵Michael Dominic Kostrzewa
function. Fixes: MB#962
2007-02-01Small adjustments to directory layout. A new example for time editor.Michael Dominic Kostrzewa
2007-01-31Adding checkbutton to the caption examples to see how things are looking. ↵Michael Dominic Kostrzewa
Xan's fix for caption and checkbutton.