[gimp/soc-2009-dynamics] (238 commits) ...Merging master to current state



Summary of changes:

  472bf62... Some straightforward tool editor cleanups (*)
  344f52b... Use GtkTreeStore instead of GtkListStore in GimpContainerTr (*)
  07ecd55... Rename private->hash_table to private->item_hash (*)
  bc51e8f... Use the right area for click detection on treeview cells (*)
  b78b6f6... Set the tree view's "show-expanders" to FALSE (*)
  27b9bac... Updated Swedish translation (*)
  9888414... Updated Swedish translation (*)
  dd5f64e... Updated Swedish translation (*)
  dee2bc4... Updated Swedish translation (*)
  e4581db... Bug 589783 â?? Finnish translation typo (*)
  13954c9... Added breton translation (*)
  b58ffe5... Added breton translation (*)
  82c132b... Added breton translation (*)
  5b770ff... Added breton translation (*)
  0cbd4a8... Added breton translation (*)
  77c54dd... Added breton (*)
  621c991... Added breton (*)
  fc3e62a... Added breton (*)
  0f95e1d... Added breton (*)
  3559aeb... Added breton (*)
  ff84966... Added breton translation (*)
  6fb5d60... Added breton translation (*)
  aed2d23... Added breton translation (*)
  05446a1... Added br in LINGUAS (*)
  e7d541a... Added breton translation for tags (*)
  3c844e8... Updated breton translation (*)
  1b75956... Keep the item hash table around permanently (*)
  a5bb58c... Updated Russian translation (*)
  ae3a0a5... Updated Russian translation (*)
  062e90a... Updated Russian translation (*)
  13ec6cc... Add utility functions for adding/removing a container to/fr (*)
  b54a0fd... Replace the name_changed_handler_id GQuark by a hash of qua (*)
  eff6d4f... Cosmetic changes (*)
  3ae83c5... Fix setting a context for the unlikely case that the contai (*)
  9612603... Get rid of antique code duplication (*)
  3dd5358... Updated breton translation (*)
  4d2fa57... Updated breton translation (*)
  bd50c5a... Updated breton translation (*)
  4ae4b45... Updated breton translation (*)
  b68991d... Updated breton translation (*)
  55315a5... Updated breton translation (*)
  21dd836... Updated breton translation (*)
  1308265... Updated breton translation (*)
  9c4a2ab... Move layer mask related functions together (*)
  9cddfeb... Bug 589674 â?? "Send by Email" does not update "Filename" (*)
  6a41c87... app: Make GimpToolEditor changes cancellable (*)
  f712a31... Bug 589674 â?? "Send by Email" does not update "Filename" (*)
  2abca79... Don't touch widget->requisition in size_request() (*)
  656e30c... Looking at widget->requisition in size_allocate() is useles (*)
  1e5da39... Add basic infrastructure for trees of viewables (*)
  ee022e9... Add basic support for trees of containers in GimpContainerV (*)
  464ce84... When an item is removed, emit "removed" on all its children (*)
  ad66250... Invalidate all the item stack's previews recursively (*)
  f4f5fc5... Add utility function gimp_layer_get_container() (*)
  fd8ebda... gimp_item_is_attached(): an item is attached if its parent  (*)
  297c2f0... Add gimp_item_get_container() and gimp_item_get_index() (*)
  a3cb119... Actually assign the new get_container() impl to the vtable (*)
  88f49a5... Use gimp_item_get_index() all over the place (*)
  2f018df... Use the new item APIs for layer/channel/vectors reordering (*)
  571d26a... Add functions for getting lists of all an image's items (*)
  6e29b94... Add gimp_item_get_container_iter() (*)
  5f66faf... Should try the code before pushing... (*)
  603d344... Use gimp_item_get_container_iter() instead of the GimpImage (*)
  01c77b1... Use the new item iter API instead of the image APIs in some (*)
  227076b... Make getting items by tattoo work on trees (*)
  99ceaf9... Make getting items by name work on trees (*)
  9381358... Make setting the active layer, channel, vectors work for it (*)
  251ee3a... Move get_item_by_tattoo() and by_name() functions from Gimp (*)
  77e233f... Bug 325564 â?? Use CIE LCH instead of HSL for layer mode "C (*)
  b3e0147... Make layer selecting by actions work on the right container (*)
  d2e781f... Updated Japanese translation (*)
  6be068c... Add functions to count the items in an image (*)
  7805bd2... Use the new item counting functions where appropriate (*)
  ccc1679... Remove some old and unused GimpImage API cruft (*)
  72cfe6c... Use gimp_image_get_channels() instead of image->channels (*)
  c1c882b... Change control+tab layer cycling to work within one group (*)
  cc7e372... Bug 589665 â?? Minor mistakes in gimprc documentation (*)
  5a8c468... Regenerate gimprc (*)
  8fb779a... app: Formating (*)
  f026c52... Bug 568445 â?? Closing the Toolbox causes the program to cl (*)
  e7e5a6d... Bug 304399 â?? Color Palette Export to TXT, CSS, XML, or XH (*)
  49b7f6b... Implement adding/removing items to/from trees of items (*)
  d7fa10c... Get rid of using gimp_image_get_layer_by_index() in gimpima (*)
  3c76b27... Get rid of using gimp_container_get_vectors_by_index() in x (*)
  ec21c28... Remove gimp_image_get_layer,channel,vectors_by_index() (*)
  87d463a... Iterate over all an image's items recursively (*)
  18603ac... Bug 401754 â?? Port Hue, Saturation, Value to CIE LCH (*)
  c407597... Bring parent items to the public API in the core (*)
  2a74fc1... use a shorter description in the gimp.doap file (*)
  a3b4b59... Add infrastructure to add items to the active item's parent (*)
  3e1c13b... Support GIMP_IMAGE_ACTIVE_PARENT in the vectors import func (*)
  45529d4... Bug 590638 â?? Changing palettes from list to grid view los (*)
  a53d456... Use GIMP_IMAGE_ACTIVE_PARENT instead of a NULL parent in al (*)
  6f555cc... Make sure duplicated item groups end up at the right place (*)
  7dafae7... Add a GimpGroupLayer class (not used yet) (*)
  ad80671... Add a per-class flags that indicates that a container view' (*)
  8a57835... Show expanders in treeviews showing actual trees (*)
  ac052aa... Add items at the right place again (did not affect item tre (*)
  ea7c076... Some group layer fixes (*)
  3c0df85... Make the preview column the expander column (*)
  e8c6e3d... Expand the treeview to newly inserted items (*)
  aaab0d4... Add GimpTreeHandler, a signal connection helper for object  (*)
  00682ee... Replace the hash table of container handlers by a single Gi (*)
  57f44b8... Use GimpTreeHandler to connect to all items' "visible" and  (*)
  bf3d355... Applied changes based on official version of TinyScheme (CV (*)
  2d5792d... app: increase the timeout for temporary status-bar messages (*)
  6425f54... Use GimpTreeHandler to connect to all vectors in the image (*)
  6a64de7... Include "core/gimptreehandler.h" (*)
  86239d3... Use GimpTreeHandler to connect to all layers in the image (*)
  1b806e5... Set handler variables to NULL after disconnecting them (*)
  e2dbd56... app: add stubs for gimp_prop_language_entry_new() (*)
  bf8885f... Bug 132509 â?? Allow to choose language in text tool (*)
  5febc2e... Add functions to get the ISO 639-1 language code from GimpL (*)
  516735f... add a blurb to the GimpText:language property (*)
  57ceb04... Only add the language entry if the iso-codes package is ava (*)
  5c630f4... Change the default for the 'trust-dirty-flag' gimprc option (*)
  5e9907d... Applied changes from CVS version 1.16 of official version o (*)
  b11f689... Applied changes from CVS version 1.2 of init.scm in officia (*)
  60ddcb6... Applied changes from CVS version 1.4 of init.c in official  (*)
  101262b... Applied changes based on official version of TinyScheme (CV (*)
  644d135... Updated Spanish translation (*)
  a17ab80... Updated Spanish translation (*)
  3a6c58a... Updated Spanish translation (*)
  237f5d3... Updated breton translation (*)
  85148ea... Updated breton translation (*)
  8cda7dc... Add gimp_viewable_is_ancestor() (*)
  fe99eff... Typofix (*)
  b2c7c4f... Add infrastructure for dragging things between branches of  (*)
  b1bbbb2... Bug 542003 â?? Reset button breaks field updates on width a (*)
  e8bd830... Add action and callback for adding a group layer (works but (*)
  d059f23... Make reordering items between groups work in the core and t (*)
  d2e1f2a... Add a button to create a group layer to the layers dialog (*)
  4e9f198... Fix dropping an item into an empty group item immediately a (*)
  96d690d... Updated Spanish translation (*)
  3d848b3... Applied changes from CVS version 1.28 of scheme.c in offici (*)
  28e7c3f... Applied changes from CVS version 1.9 of official version of (*)
  9541fe0... Applied changes from CVS version 1.15 of official version o (*)
  21cebda... Applied changes based on official version of TinyScheme (CV (*)
  3db68e2... Applied changes based on official version of TinyScheme (CV (*)
  b9b05e7... app: Don't reuse the GeglProcessor (*)
  f8930a5... plug-ins: Translate win32 error messages in web-browser.c (*)
  2591d7e... app: Don't use plug-in-web-browser in About Dialog (*)
  878afb6... Update gimprc (*)
  b1e969c... app: Fix typo gimpgoruplayer (*)
  29d9a94... Bug 522483 â?? use gtk_show_uri() instead of calling firefo (*)
  6e483e9... Remove web-browser gimprc option (*)
  c3b419e... Updated Spanish translation (*)
  66a2e41... Updated Spanish translation (*)
  01e27e8... Commented call to file_pop() left in inchar() by mistake. F (*)
  7661513... Updated TinyScheme version number to 1.39. (*)
  dc53e81... Make sure items passed as "parent" are actually group items (*)
  28aa03e... Move gimp_image_raise_layer_to_top() around (*)
  d53aad9... Use gimp_image_get_layer_list() instead of layer_iter(), so (*)
  ae6828c... Add more precondition checks to vectors import functions (*)
  fc97928... Bug 569833 â?? file-jpeg-save erroneous with small quality  (*)
  71f2a9f... Use xsltproc -o instead of output redirection for AUTHORS f (*)
  2396ecb... Require libtool >= 2.2 on Microsoft Windows (*)
  f19e606... Bug 551444 â?? With Python 2.5, module extension should  (*)
  60f11e1... Bug 591017 â?? Tablet pan is not working as fast as it shou (*)
  4df574a... Use separate shortcuts for 'File->Export to' and 'File->Ove (*)
  3d0c025... app: Support obsolete data resources (*)
  6ba1cce... data: Obsolete the square brushes (*)
  9e455dd... data: Add large ~100px variants of .vbr brushes (*)
  96a6e5c... data: Obsolete all duplicate smaller .vbr variants (*)
  1dbf732... app: Add temp_buf_dump() (*)
  a5d75f0... data: Obsolete duplicate variants of smaller .gbr brushes (*)
  8414cf7... app: Change default brush to "Round Fuzzy" (*)
  3224fab... Update NEWS for 2.7.0 (*)
  1436cc4... data: Update default tags (*)
  5d590e2... po-tags: Update .gitignore (*)
  dcfa6b5... Update authors for 2.7.0 (*)
  b72e5a3... Revert "Add a button to create a group layer to the layers  (*)
  e990589... devel-docs: Refer to website for patch submitting instructi (*)
  f436ffd... Changed XMPModel to GtkTreeStore based object with one cust (*)
  dc249d4... XMP Model now emits a property-changed signal incl. a detai (*)
  98aaae7... app: Clean up internal gradient construction (*)
  966b819... app: Add "FG to BG (Hardedge)" gradient (*)
  e9f3329... Update NEWS (*)
  e247791... devel-docs: Update release-howto.txt (*)
  6b71aae... po: Update POTFILES.in (*)
  bdd20b7... Update gimprc with default brush (*)
  eb73424... devel-docs: Update 2.8 symbols (*)
  fd48104... devel-docs: Update 2.8 symbols (cont.) (*)
  74ceaab... devel-docs: Warn about using -j for 'make distcheck' (*)
  a0caa42... data: Lower brush "Round Fuzzy" spacing to 20, that looks b (*)
  b8fec53... devel-docs: Add "Index of new symbols in GIMP 2.8" (*)
  2c7e560... Make GIMP 2.7.0 development release (*)
  29be769... Bump version to 2.7.1 (*)
  ec8b2eb... Merge branch 'roman-metadata_xmp_model_custom_signals' (*)
  e032ad3... metadata: formatting (*)
  7f6d774... devel-docs: Add Index of new symbols-item to release-howto. (*)
  f0bf313... data: Obsolete flag gradients (*)
  ada56e5... plug-ins: Improve JPEG2000 error messages (*)
  322be18... remove trailing whitespace (*)
  1b8fe7b... Updated Polish translation (*)
  76155d7... Minor changes to minimize differences to official version o (*)
  48c87c2... Made nested calling thru C safer by save/restore old state. (*)
  6a3a7be... Applied changes from CVS version 1.23 of official version o (*)
  4c862bf... Applied changes from CVS version 1.24 of official version o (*)
  7ee46c4... Added scheme_register_foreign_func_list and declarations fo (*)
  70de6ab... Applied changes from CVS version 1.27 of official version o (*)
  05f2bd1... Added style-control file variables for emacs to all C files (*)
  59ea11d... Applied changes from CVS version 1.30 of official version o (*)
  e602fc8... Defined *compile-hook*. Changes based on official version o (*)
  5809ddc... Eliminated a compiler warning. (*)
  bacce39... De-tabified file. (*)
  9464d30... print: don't store image specific settings globally (*)
  d655f03... correct a comment (*)
  728b1c6... Eliminated some warnings when compiling TinyScheme. (*)
  36530dd... Add generic code for boxes of options to GimpItemTreeView (*)
  5260a53... Use the new option box API of GimpItemTreeView, remove own  (*)
  7f94f32... Pack boolean members into a bitfield to save two integers p (*)
  f7ba1d1... Add missing blank line after the vectors group of functions (*)
  fb1a672... Bug 61019 -  add a 'lock' flag per layer to protect it (*)
  a16bfe7... Fix a comment (*)
  86ad1ff... Add a "lock content" toggle that needs some more refinement (*)
  ff31975... Keep the lock buttons at the end of the options vbox (*)
  ee5b8c6... Make the appearance of the "lock content" toggle configurab (*)
  ec6600a... Refuse to edit locked drawables (*)
  7262e45... Made modifying actions insensitive when the active item is  (*)
  774850c... Add gimp_pdb_item_is_writable() which sets an error if the  (*)
  b5c3e5a... Also copy "lock_content" when duplicating an item (*)
  28061c2... Don't modify locked items from PDB wrappers (*)
  35a7052... Add actions and callbacks to toggle "lock-content" on drawa (*)
  f42f0e1... Add the "drawable-lock-content" action to the layer propert (*)
  3309c35... Fix typo: defualt -> default (spotted by Alexia) (*)
  de409ea... Fix sensitivity of the "Merge down" action (*)
  0953146... Check if there is an active layer if active_layer_only is T (*)
  e95b5d9... When cropping the active layer, error out if there is none  (*)
  d196e12... Updated italian translation (*)
  2d93091... Updated Danish translation (*)
  7b5e176... Really don't paint on locked drawables (*)
  cca194e... Don't transform the item if it was locked while using the t (*)
  b277454... Don't allow to drop stuff to locked drawables (*)
  b793146... Remove redundant call to gtk_toggle_button_set_mode() (*)
  a7efe42... Use a GtkToggleButton instead of GtkCheckButton for "Grab e (*)
  b929a7a... Don't allow to drop stuff to locked drawables (*)
  d2143b8... Merging master to current state

(*) This commit already existed in another branch; no separate mail sent



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]