pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/elementary



Module name:    wip
Committed by:   roelants
Date:           Sun Dec 30 20:00:56 UTC 2012

Modified Files:
        wip/elementary: Makefile PLIST buildlink3.mk distinfo
Added Files:
        wip/elementary/patches: patch-configure.ac

Log Message:
Update elementary to 1.7.4 + steal maintainership.

Changes since Elementary 1.7.3:

Fixes:
   * Fix the naviframe title_set problem that caused the title visible status 
reset
   * Make sure data is not NULL in elm_interface_scrollable.
   * Correctly handle failure case in _x11_notify_handler_image.
   * Fix missuse of EINA_INLIST_FOREACH in elm_transit.c.
   * Now, dummy object is always smart member of naviframe.
   * Fix the popup that returned invalid action buttons.
   * Fix the naviframe to not have crash even if user deletes the naviframe in 
the transition finished cb.
   * Fix Don't elm_transit image animation use the image preloading to avoid 
image flickering.
   * Fix the image to show the image right now if the image preloading is 
disabled.
   * Fix small memory leak in elm_map error path
   * Fix memory leak in _item_tag_remove of elm_entry.

Changes since Elementary 1.7.2:

Fixes:
   * Fix the naviframe to clear the text parts when it's item is deleted.
   * Fix the mapbuf to update it's content correcltly evenif they go outside of 
the buffer.
   * Fix the naviframe to resize it's items which are inserted.
   * Fix layout when content_set or text_set is executed with NULL part name.
   * Fix the naviframe to send signal emits one time for content show/hide, 
text show/hide.
   * Fix case where tooltips could go offscreen unnecessarily
   * Fix possible divide by zero in els_scroller animator.
   * Fix uninitialized data path in elm_flip, elm_gesture_layer, 
elm_interface_scrollable, els_scroller.
   * Fix possible segv in elm_quicklaunch infrastructure.
   * Fix elm_conform buffer to always terminate with at least one '\0'.
   * Fix forgotten break in elm_map that would have thrown error when the 
action was properly
   taken in fact.
   * Fix the mapbuf to show it's content properly, If the content doesn't
   have resized, it wouldn't be showed up.
   * Safer call to mkstemp in elm_cnp.
   * Simplify test in elm_entry_text_set.
   * Fix wheel scroll direction with shift.
   * Fix focus problem in multibuttonentry. Entry can get focus only when 
multibuttonentry is focused.

Changes since Elementary 1.7.1:

Fixes:
   * Fix promote and demote in genlist when the object isn't yet fully builded
   * Fix the elm_flip to accept proxy object.
   * Fix wrong parameter for thumbnail error in elm_icon.
   * Fix missing event selected in elm_index (elm_index_item_selected_set)
   * Fix update the min size hint on elm_label after a text set
   * Fix flip widget who show the two face at same time
   * Fix the naviframe to delete contents which are preserved_on set if the 
naviframe is deleted.
   * Fix the naviframe to clear the title contents when it's item is deleted.
   * Fix the naviframe to clear the text parts when it's item is deleted.

Changes since Elementary 1.7.0:

Fixes:
   * Now elm_datetime_field_limit_set() can set year limits wihtout problems.
   * Fix re-order animation when iot doesn't end correctly.
   * Fix popup to apply the same style to the notify sub-widget.
   * Fix Ctxpopup direction if unknown priority used
   * Fix diskselector when bounce off and round enabled.
   * Fix bubble info field set.
   * Escape theme filename correctly.
   * Fix diskselector selection of middle item.
   * Fix copy&paste error in elm_flip.
   * Fix possible invalid memory access in elm_access.
   * Fix diskselector bug with more than 4 items.
   * Fix a bug in elm_panel. Content should be a sub-object of elm_panel.
   * Fix conform widget to be part of focus chain.
   * Fix genlist reorder mode item not being resized on genlist resize.
   * Fixed gengrid wrong_calc_job parameter.
   * Fix elm_transit image animation that last few frames are skipped.
   * FIx elm_transit to accept proxy object.

Changes since Elementary 1.0.0:

Additions:
   * Focus can be moved in all directions by elm_widget_focus_go function.
   * Reload theme when it change on disk.
   * Fileselector: Add a wheel spinner that show/spin while EIO is working
   * Add elm_map_overlays_get & elm_map_overlay_visible_get functions.
   * Toolbar: Add elm_toolbar_standard_priority_set/get APIs.
   * Add elm_object_scroll_hold/freeze_get.
   * Add ELM_CALENDAR_LAST_DAY_OF_MONTH enum type
   * Add elm_progressbar_format_function_set API function
   * Add elm_map_overlay_del_cb_set API function
   * Add "changed" signal to the progressbar widgets
   * Use Edje to enable accessibility on TEXTBLOCK.
   * Initialize Emotion when necessary.
   * Elm_Win_Trap and elm_win_trap_set() to allow e17 integration.
   * elm_flip_go_to()
   * On focus loss, Elm_Spinner properly hide Elm_Entry and display label 
properly.

Fixes:
   * Genlist : fixed genlist expandable effect bug when we expand/contract 
items with many children very quickly.
   * Genlist : realize move items during tree effect only when the item is not 
in the queue.
   * Add missing files in the tarball.
   * Fileselector : honor the folder_only option when using EIO
   * Segment Selector : do not abuse user object item data.
   * Image: fixed elm_image_orient_set/get.
   * QuickLaunch: reset main loop after fork.

Improvements:
   * Allocate once and reuse Evas_Map.
   * Allow freeze/thaw on Elm_Layout and reduce number of object update.
   * Defer Elm_Calendar generation until really needed.
   * Defer Elm_Slider update until really needed.


To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/elementary/patches/patch-configure.ac
cvs -z3 rdiff -u -r1.2 -r1.3 wip/elementary/PLIST wip/elementary/distinfo
cvs -z3 rdiff -u -r1.5 -r1.6 wip/elementary/buildlink3.mk
cvs -z3 rdiff -u -r1.6 -r1.7 wip/elementary/Makefile

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/elementary/patches/patch-configure.ac?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/elementary/PLIST?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/elementary/distinfo?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/elementary/buildlink3.mk?r1=1.5&r2=1.6
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/elementary/Makefile?r1=1.6&r2=1.7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index