[anjuta/newproject] (189 commits) ...Merge branch 'master' into newproject
- From: Sebastien Granjoux <sgranjoux src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta/newproject] (189 commits) ...Merge branch 'master' into newproject
- Date: Sat, 24 Apr 2010 09:59:19 +0000 (UTC)
Summary of changes:
78c757f... sourceview: fix massive memory leak in sourceview-cell (*)
dcb94ce... sourceview: Optimize iterator to avoid usage of GtkTextMark (*)
747a9d5... Updated Bulgarian translation (*)
b2d1af2... Updated Catalan translation (*)
cf87f6e... Updated German doc translation (*)
9de74cd... symbol-db: Fixed queries leak, eventually leading to runnin (*)
4c1be55... symbol-db: Added initial implementation of symbol-db tree m (*)
993835c... symbol-db: Added global symbols view (*)
6071830... symbol-db: Added new files and cleanup (*)
bc0c8e0... symbol-db: Added global symbols model (*)
beedc22... symbol-db: Added nodes referencing and free (*)
e920e4d... symbol-db: bgo #612516 - valgrind invalid read (*)
52ce461... symbol-db: Implemented ref management (*)
37276fe... symbol-db: Made global model to work (*)
e3f607f... symbol-db: Added symbol-db marshallers (*)
e0e7ddc... symbol-db: Start using the new globals view (*)
5fba41c... symbol-db: Added symbol icons (*)
5b54674... symbol-db: Order query by symbol name (*)
cc92709... symbol-db: Reordered funtions and fixed warnings (*)
f05b51d... symbol-db: Code cleanup (*)
a272643... symbol-db: More code cleanup (*)
c7243be... symbol-db: Changed ref counting approach, added idle loop f (*)
eef1898... Updated Swedish translation (*)
b405422... symbol-db: Fixed collapse and expand of nodes (*)
de2a9ef... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
e435da9... symbol-db: Added symbol activation to navigate to file and (*)
f499a9c... symbol-db: Fixed unbalanced ref counting (*)
405e1cd... symbol-db: Fixed column positions to align together in diff (*)
1582709... symbol-db: Order by symbol name (*)
7be89be... symbol-db: Removed dead codes (*)
79d5b32... Updated files for 2.29.92 release (*)
f3bab35... general: fixed two warnings (*)
8f04c33... libanjuta/project-manager: Renamed _get_type() methods to _ (*)
ed93369... manual: Fixed generation of gtk-doc reference to include al (*)
9fbdbb4... Add tooltip for recent projects. (*)
060a272... sourceview: bgo#567029 - underline warnings/errors using us (*)
2715174... language-support-cpp-java: Fixed some undo problems with in (*)
f8905de... language-support-cpp-java: Avoid duplication of local symbo (*)
9322fe4... build: bgo#612959 - Anjuta crashes when clicked 'Compile' (*)
965dcf4... Updated Italian translation (*)
80af879... symbol-db: bgo #612516 - valgrind invalid read (*)
1e343ee... Updated Swedish translation (*)
3b75935... Updated Traditional Chinese translation(Hong Kong and Taiwa (*)
d78abe8... Updated files for 2.29.92 release (*)
19ca3b4... general: fixed two warnings (*)
343ebaa... libanjuta/project-manager: Renamed _get_type() methods to _ (*)
39e4263... manual: Fixed generation of gtk-doc reference to include al (*)
8a2aefb... Add tooltip for recent projects. (*)
31478db... sourceview: bgo#567029 - underline warnings/errors using us (*)
0242cac... language-support-cpp-java: Fixed some undo problems with in (*)
d6d7aae... language-support-cpp-java: Avoid duplication of local symbo (*)
d723bcc... build: bgo#612959 - Anjuta crashes when clicked 'Compile' (*)
6726967... Updated Italian translation (*)
83032ef... symbol-db: Avoid cleansing an already cleansed node (*)
7a1eb00... symbol-db: Added offset and limit to file symbols search (*)
ae82540... symbol-db: Added db-connect and db-disconnect signals to en (*)
cd2dd55... symbol-db: Fixed file symbols query with limit and offset s (*)
0465cf5... symbol-db: Make file query return consistent columns as oth (*)
4eb1ab0... symbol-db: Fixed file symbolds query when offset/limit is s (*)
c527770... symbol-db: Update symbol model (*)
b799def... symbol-db: Terminate query if no db connection is present. (*)
26ae729... symbol-db: Rename global model to project model (*)
6e36eac... symbol-db: Renamed model-global to model-project (*)
ba567e3... symbol-db: Listen to db connect and disconnect. (*)
dcea42d... symbol-db: Added file symbols model (*)
a5f52a0... symbol-db: Create file symbols view also (*)
5679bca... symbol-db: Switch to new file symbols view model and widget (*)
258f093... symbol-db: Made file symbols view refresh work (*)
059168c... symbol-db: Delay children array allocation (*)
004a226... symbol-db: Fixed file path in query and order by occurance (*)
110b493... symbol-db: Connect to scan-end for update, exclude typedefs (*)
8b10687... symbol-db: Typo and comment fixes. (*)
338daec... symbol-db: Added scan-begin signal to notify engine getting (*)
dde1330... symbol-db: Added freeze and thaw for model. Listen to engin (*)
476f26d... symbol-db: Removed debug prints and refresh model on childr (*)
15707d7... symbol-db: Removed dead code. (*)
5a31e20... symbol-db: Fixed typo (*)
a6706a3... symbol-db: Cleaned code. (*)
0d20235... Update Russian translation from ЮÑ?ий Ð?озлов (*)
9f636f7... project-wizard: JS template support and require GJS 0.6 (*)
1e3972e... Updated Brazilian Portuguese translation (*)
9823876... symbol-db: Make global icons visible. (*)
51a9174... symbol-db: Fixed cols order and warnings (*)
da5ffcb... symbol-db: Show variable types and return types and tooltip (*)
cf56f6a... symbol-db: Used markup for listing and tooltips. (*)
440917b... symbol-db: Completes fixing bgo #612085. Removed obsolete f (*)
dc1d359... Merge branch 'symbol-db-model' (*)
3561e44... Updated Portuguese translation (*)
206b3ae... Updated Hungarian translation (*)
ae4997b... symbol-db: Fixed couple of warnings. (*)
64bdaf4... symbol-db: Fixes bgo #613544 - doubled items in local view (*)
c3cda44... symbol-db: Removed debug message (*)
5315f97... macro: #613118 - Please fix escaping of UTF-chars in ui fil (*)
dbe4c5f... Makefile.am missing libxml flags in some plugins (*)
264be4d... Updated Spanish translation (*)
37c56f7... Removed unexisting entries (*)
5f53375... Minor Catalan update (*)
d7ce12a... Updated Galician translation (*)
d98b91d... Updated Bulgarian translation (*)
2d36d3f... git: Free the log message for merges at the right time (*)
d1ac091... language-support-cpp-java: little improvement on debug code (*)
64b059b... symbol-db: using GNUC_INLINE instead of plain 'inline'. (*)
4aecdbb... document-manager: bgo #600083 - close documents by middle-m (*)
75739d9... Updated British English translation (*)
0b36f99... symbol-db: Use gslice where appropriate. Release memory on (*)
071aec8... symbol-db: Added some documentation (*)
0fd627b... symbol-db: More docs (*)
71e5dff... symbol-db: Fixed bgo #611834 - Symbol icons are wrong for m (*)
590a471... anjuta: Fixed bgo 500962 - Further icons (*)
b039b51... symbol-db: Fixed stupid warnings (*)
e7d9016... Updated Greek translation for anjuta (*)
d782375... Updated Danish translation (*)
729b5a8... Updated Brazilian Portuguese translation (*)
2531cca... Updated Italian translation (*)
35a6eeb... Update Czech translation by Marek Cernocky, Lucas Lommer & (*)
ed8f9dc... Post release version bump'to 2.99.0 (*)
4f89f48... symbol-db: refactoring of model naming conventions (*)
ab9d4e4... project-wizard: removed obsolete .cvsignore files. (*)
9e3b0e0... Updated Ukrainian translation (*)
c1e47a2... Fixes to Catalan translation (*)
4c6ffd4... symbol-db: bgo #614408 - convert GET_PRIV () to ->priv (*)
c1a0889... document-manager: better closing tabs on middle mouse butto (*)
7bc83a1... symbol-db: anjuta-tags: updated to ctags svn rev 754. (*)
22a2d67... symbol-db: anjuta-tags: chmod -x jscript.c (*)
e599e5a... symbol-db: Fixes bgo #614674 - view crashes on fast switchi (*)
a77b5f4... symbol-db: Fixed bgo #614393 - don't fold struct in locals (*)
866fff1... Revert "symbol-db: Fixes bgo #613544 - doubled items in loc (*)
62c6131... libanjuta: Add AnjutaTabber widget which allows to use nati (*)
8cb108c... message-view: Port message-view to use AnjutaTabber (*)
5a61836... libanjuta: fixed position calculation in AnjutaTabber (*)
a3e738b... symbol-db: port to AnjutaTabber (*)
43a4f2b... devhelp: Use AnjutaTabber (*)
cccfbd6... gtodo: Deselecting "Hide completed items" does nothing (#61 (*)
157cd1b... symbol-db: bgo #614846 enhance C++ class view (*)
7029b2f... symbol-db: Fixed bgo #614906 - New: Local view shows namesp (*)
f37f181... symbol-db: Make local view infinite depth expandable. (*)
92cfefc... symbol-db: Fixed a silly crash. (*)
6f2e882... Use $(WARN_CFLAGS) rather than -Wall (*)
0879532... symbol-db: Do not show non-local symbols in local view. (*)
5f0d358... language-support-js: small fixes in Makefile.am. (*)
3c3fcd1... symbol-db: bgo #614936 - compile error with cfiles under js (*)
152bc3d... symbol-db: bgo #614932 - void function cannot return value (*)
abf8db1... symbol-db: bgo #614933 - build fail with sun cc because zer (*)
e9a8994... language-support-cpp-java: libstdc++ is not available on So (*)
1970dea... symbol-db: Show only top levels in level 0 nodes. (*)
9142380... symbol-db: Limit namespaces found in the file only. (*)
923c20d... symbol-db: Added direct sql execution functions in SymbolDB (*)
e3fb1c4... symbol-db: Use proper SQL selects to get recursive tree of (*)
468d0da... symbol-db: Implement has-child and remove idle ensure-child (*)
b303f38... symbol-db: Implement has-child in sql queries (*)
2265112... symbol-db: Make queries a bit faster (*)
4a9160b... symbol-db: Removed unused column (*)
05bc09e... symbol-db: Save couple of string copies (*)
f9d779a... symbol-db: Don't show non-scope kinds in global view (*)
ececd7d... symbol-db: Fixes bgo #614906 - Local view shows namespaces (*)
91cb6c2... symbol-db: Fixes row collapse (*)
f3c26dd... symbol-db: Removed debug message (*)
fff2607... symbol-db: Fixed some warnings (*)
76dee46... various: Added 5px padding between window title and AnjutaT (*)
a12c37f... symbol-db: Fixed an infinite recursion bug with keyboard ro (*)
c8c2aa9... symbol-db: Use symbol name instead of symbol id to remeber (*)
7314cea... libanjuta: avoid deprecated gtk macros in anjuta-tabber.c (*)
56ed292... symbol-db: Bug 613962 - symbol-db views need alphabetical o (*)
c27fc91... document-manager: bgo #586689 - close all but this (*)
e4c839e... Updated Galician translations (*)
e309ed4... Updated Spanish translation (*)
60f0e4c... subversion: Plug some leaks in the log command (*)
1f6c283... subversion: Destroy the command poll when commands are dest (*)
3d606cd... subversion: Don't leak the log entry message (*)
69ac877... libanjuta: #615718 - anjuta-command crash call on set_erro (*)
d5ece0a... language-support-cpp-java: bgo#615596 - . -> completions d (*)
1770384... libanjuta/app: Add interface to maximize/unmaximize widgets (*)
f1fe843... document-manager: bgo#550027 - Open a source tab in full w (*)
813843f... message-view: Moved buttons into tab header (*)
6d1b8cf... js: bgo#615341 - Use correct LDFLAGS for the JS plugins (*)
d278bfb... Make properties dialog more general
337b114... symbol-db: using text instead of varchar on tables.sql (*)
c37788e... symbol-db: bgo #615428 - New column 'is_container' required (*)
f500340... symbol-db: db version upgraded to 300. (*)
e7de26d... symbol-db, language-support-js: bgo #616435 - make distclea (*)
3e6fd56... symbol-db: renamed js_parser to js-parser (*)
5e75e35... js-parser: renamed directory (*)
88c45eb... Updated Catalan (Valencian) translation (*)
2c729c2... Hide and/or disable unused menu item
a534df6... symbol-db: some minor typo on js-parser (*)
beca89c... dir-project: bgo #616503 consider Vala files as sources (*)
8ee9599... anjuta-tags: correctly report return types for vala (*)
0e8390b... Fix some critical warnings
e2574d1... Merge branch 'master' into newproject
(*) 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]