[anjuta] (137 commits) ...project-manager: Fix a crash when displaying properties dialog due to Gtk+3



Summary of changes:

  6716d85... Add new IAnjutaProject interface and replace autotools and  (*)
  ac43c05... Merge branch 'master' into newproject (*)
  6ed8524... Improve AnjutaToken object and update all parsers (*)
  503f335... Add missing file (*)
  dfdc221... Open a directory as a project (*)
  3532c11... Add a sources.list file containing patterns to recognize so (*)
  bdf09fc... Improve the import project plugin to allow choosing the pro (*)
  4f4daa3... Merge branch 'master' into newproject (*)
  e395fa2... am: Read _DATA targets (*)
  4c9e253... Start implementing properties dialog (read only for the mom (*)
  a461a5b... Handle project node properties in a more general way (*)
  d635077... Add options for group and target (not loaded nor saved curr (*)
  616b29f... am: Improve project propeties (*)
  9929838... Display some target properties (*)
  044b707... Read target and group properties (*)
  107270b... Fix target types and install directory (*)
  b37667d... Read and display list properties (*)
  d3faa49... Implement project property write (*)
  7546f80... Add tests for project manager autotools backend using autot (*)
  5bd25d6... Support include file in Makefile.am (*)
  89a5756... Remove debugging message (*)
  17df2c7... Merge branch 'master' into newproject (*)
  a083766... am: Remove criticals warnings on property dialog (*)
  4aa9c2d... Use same base type for every AnjutaProjectNode types (*)
  45091c4... pm: Display package and module in project tree view (*)
  844f912... Add dialog for adding packages and modules (*)
  793b634... Improve dialog for adding packages and add missing file (*)
  59b43e2... Move interface with ianjuta_project interface in a single o (*)
  4431f7b... Move GbfProjectModel in ProjectManagerProject object (*)
  c5fe38d... Emit a signal when a project is loaded. (*)
  6a97528... Load project in a worker thread (*)
  a0aea10... Create a new IAnjutaProject interface (*)
  ea0de6e... Restore expanded shortcuts with the new interface (*)
  547c664... Start keeping node pointer in tree data (*)
  226e1d2... Load package header in the project manager (*)
  a3c79b9... Update dir-project for new (temporary) IAnjutaProject inter (*)
  c38d199... Update make project to use new (temporary) IAnjutaProject i (*)
  270cdc9... Update make check to use new IAnjutaProject interface (*)
  a9d9f41... Change IAnjutaProject interface for properties (*)
  200ba55... Change implementations of node properties (*)
  60faa38... Merge target and node type (*)
  75d32aa... Remove gbf_ prefix on project manager files (*)
  a1ae6af... Move property dialog in the project manager plugin (*)
  d278bfb... Make properties dialog more general (*)
  2c729c2... Hide and/or disable unused menu item (*)
  0e8390b... Fix some critical warnings (*)
  e2574d1... Merge branch 'master' into newproject (*)
  c273528... Fix a crash when selected item in project pane (*)
  68d9b89... Fix issue with change on target types (*)
  1493a5a... Add a new signal in project manager interface to make it wo (*)
  f7d3bd5... Reload directory with dir project backend (*)
  26b2964... Fix projectparser test, add group, add target and add sourc (*)
  6b0a806... Change IAnjutaProject interface, reload should work now (*)
  689aabd... Implement add group for dir project (not completly working  (*)
  ff8f272... Fix a crash on autotool project (having node with a NULL fi (*)
  dc719fb... Fix loading of proxy nodes (*)
  8d6c680... Implement remove group for dir project backend (*)
  907a17d... Implement add and remove source for dir project (*)
  78550a3... move all dialogs in dialogs.c (*)
  f31b99f... Fix projectparser test program after last changes (*)
  3275816... Update am parser from the makefile parser and fix regressio (*)
  57d867f... Implement variable support for autotools backend (*)
  250de2a... project-manager: Fix few bugs due to recent changes (*)
  6f892a5... pm: Fix project manager to work with am backend (*)
  e348d92... pm: Allow to modify project property from the GUI (*)
  2cedb9f... Merge branch 'master' into newproject (*)
  a74afae... symbol-db: Add missing declaration in previous commit (*)
  6f19450... Update auto test (*)
  a4d0420... Implement add source (automatic refresh doesn't work) (*)
  439c9b4... pm: Fix refresh of node including shortcut (*)
  ef2702e... pm: Avoid duplicate shortcuts (*)
  57aa784... am: Take in account all possible changes (*)
  26a61ca... pm: Update project view when reloading the project (*)
  71b3928... Merge branch 'master' into newproject (*)
  1b63505... pm: Use GError boxed type in GLib, add missing marshal (*)
  c473ade... pm: Use URI for saving shortcuts (*)
  ca17d9f... am: Fix a bug when loading target properties (*)
  399b66c... am: Fix regression test (*)
  162bc90... Merge branch 'master' into newproject (*)
  08b1660... pm: Change header to help introspection scanner (*)
  7522475... pm: Temporary AnjutaProjectNode object to check bindings (*)
  624129f... Add properties in test gobject node (*)
  d1a85ae... Remove test functions (*)
  c7e2701... am: Update checks (*)
  d443881... am: Use new interface for adding a source in checks (*)
  0370d1f... Use new interface for adding target in check program (*)
  9870e9e... Use new interface for adding group in check program (*)
  4aad7ae... Remove old IAnjutaProject interface functions (*)
  50f4eda... pm: Implement project node with GObject, quite fragile at t (*)
  f0d2fc6... Fix a crash with GObject node and proxy (*)
  ad0cf44... am: Add missing files (*)
  fb49910... Ref and unref GObject correctly using floating reference (*)
  c0590dc... Fix a crash when changing a property (*)
  f53a214... Use a standard Glist to keep project node properties (*)
  4dc3e6d... Implement new IAnjutaProject interface without free_node fu (*)
  1794551... ianjuta_project_node_set_property returns a IAnjutaProjectP (*)
  a855d7c... am: Fix adding and removing targets in most common case (*)
  11f96df... Fix uncommon case when adding target (*)
  b78050d... Fix adding target at the end of the file and add more check (*)
  9130344... Move creating and destruction of group token in am_writer.c (*)
  93a3698... Move creating and destruction of source token in am_writer. (*)
  d590a07... Improve variable, Fix regression test (*)
  d050640... Improve source test and fix when _SOURCES variable is alrea (*)
  4a0ca8a... Implement removing of group and add corresponding tests (*)
  fe42ff5... List properties in a general way, add a property test (not  (*)
  935fe60... Add a new type of properties for list (not complete) (*)
  ee78776... Keep more tokens in target data, replace AmpTargetPropertyB (*)
  d477063... Strip space when reading properties, fix anjuta test (*)
  21742c6... Add read only flags to project property (*)
  e95f0f2... Check for vala flags, accept directory in target names, fix (*)
  2059db0... am: Implement read and write of flags properties (*)
  ba75736... Remove some debug messages (*)
  2dd08a3... Implement new IAnjutaProject interface (with signals and wi (*)
  047eba7... libanjuta: Add introspection annotation for IAnjutaProject  (*)
  1a97b70... libanjuta: Add boxed type for AnjutaProjectProperty and Anj (*)
  13f141f... Rename IAnjutaProject signals (*)
  6073c77... Avoid using g_object_force_floating (*)
  7a0175c... am: Fix a crash for module nodes (*)
  a7c3a0c... pm: Implement adding and removing module node (*)
  e5cd122... pm: Implement adding and removing package (*)
  24affb2... dir-project: port to the new IAnjutaProject interface (usin (*)
  18e0b49... Merge commit 'ANJUTA_BEFORE_GTK_3_0' into newproject (*)
  bf7e77d... libanjuta: Remove some dead code in anjuta-project (*)
  84d2c4a... am:Fix configure name in autotools test (*)
  b491763... am: Use threads again in autotools project plugin (*)
  9d11708... am: Fix autotools autotest after merging master branch and  (*)
  a39f004... libanjuta, am, pm: Fix lots of warnings (*)
  cdff7a1... am, pm: Remove dead code and useless debugging messages (*)
  f35966d... project-manager: do not clear tree view when reloading a pr (*)
  8208b42... am: Fix creating and deleting group with Anjuta interface (*)
  ebe54f3... pm: Fix a bug when displaying new target dialog (*)
  b253937... pm: Fix adding and removing packages (*)
  5cbd986... pm: Fix updating target properties (*)
  bed225e... am: Fix removing and adding modules (*)
  5fb31c3... Merge branch 'master' into newproject (*)
  12fcdcc... Port newproject branch to Gtk+-3.0 (*)
  d8fa732... project-manager: Fix a crash when displaying properties dia (*)

(*) 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]