[gedit/multiviews] (107 commits) ...Add set_metadata/_va_list and get_metadata to document interface.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gedit/multiviews] (107 commits) ...Add set_metadata/_va_list and get_metadata to document interface.
- Date: Mon, 4 Jan 2010 19:52:13 +0000 (UTC)
Summary of changes:
d4ca51a... Separate stdout and stderr for external tools (*)
1ceddb0... Execute external tool in shell if no hash bang is specified (*)
493e542... Escape mnemonics in external tools menu items (*)
29ad26e... Fixed getting current word for snippets and external tools (*)
5e764a4... Basic mac OS X integration (menu, dock, bundle) (*)
be77564... Fixed OS X native vs X11 built (*)
c912b55... Use elif and fix get_locale_dir func. (*)
ac7c673... Updated Romanian translation (*)
6f113b5... Implemented file open support on OS X (*)
cb858c9... Update urls switched for OS X and windows (*)
9b79f08... Use gedit_osx_show_url on OS X for update plugin (*)
a72bbae... Show new version number in update message (*)
de2cd51... Update dnd snippets environment variables to new style (*)
0701efd... Don't use new [color]_float fields of gdk.Color (*)
f911c10... Revert per OS default font in schemas (*)
9cbdab7... AC_PROG_OBJC cannot be inside a condition (*)
a50d7e0... Added gedit/gedit-app.c to POTFILES.in (*)
49e8142... Moved snippets.lang from POTFILES.skip to POTFILES.in (*)
59e695e... Updated Spanish translation (*)
0cb60d6... Fixed action group of FileClose action (*)
b5dd402... Build fixes for cygwin. Fixes bug #601630. (*)
dec1d0d... Added Tamil translation (*)
b585a90... updated Tamil translation (*)
571a23e... Updated Slovenian translation (*)
00c32b6... Remove translatable strings from the snippets lang file. Fi (*)
7354ebc... Make sure to update accelerator state properly (*)
7f15a76... Bump python requirement to 2.5 (*)
2444313... Use ElementTree from python 2.5 (*)
c8c988f... Move FileClose to separate action group to manage it on OS (*)
6901f73... Scroll full snippet in view if possible (*)
536cb57... Fixed escaping literals for shell placeholder (*)
921d9e3... Removed indent plugin now that this is supported by gtksour (*)
df5198c... Fixed regression in restoring external tools manager window (*)
1508a28... Order hidden files after normal files (fixes bug #599949) (*)
c4521d9... Select item on cursor when right clicking in file browser v (*)
a201fcf... Fix single click behavior when item is selected for file br (*)
50da0b1... Release 2.29.2 (*)
5b118a9... Add AC_SUBST TO toolbar style variable. (*)
6bab43e... Fix refcounting error in doc.get_search_text (*)
03def96... Fix things to make work python plugins on win32. (*)
fbfc5d6... Use specific check for sigaction. (*)
2544cf2... Split set_uri into set_uri and set_content_type (*)
ac74d0e... Listen into content-type property. (*)
61d7047... Forze to guess again the content type when setting the uri. (*)
52b7430... Updated Greek translation (*)
4bb0acc... Use GFileInfo instead of several getters for the loader. (*)
ac611f9... Use GFileInfo instead of several getters for the saver. (*)
c09638a... Use GTimeVal instead of time_t. (*)
c742629... Small refactoring about getting the encoding from metadata (*)
aa31051... Minor fix. (*)
6f9d6b6... small refactoring in guess_language (*)
8966ff8... cleanup: move fieldset at the end of the struct (*)
1423dc0... improve set_content_type (*)
35b9f70... Guard against spaces in path in osx launcher script (*)
75c8fc5... Use the gio metadata system. (*)
f6418bc... Added gedit_document_(set_metadata|get_metadata) API. (*)
3da295b... Return a copy of the info if not NULL. (*)
0841034... Check for the language and the variant not just the languag (*)
91cc070... Use the gio metadata system. (*)
a14fbfa... Do not apply attributes if the internal info doesn't exists (*)
8b4e5af... Minor fix in the metadata api. (*)
ce9b016... Change the metadata API from GFileInfo to gchar *. (*)
e74cf81... Do not use specific code for win32 with the new api. (*)
92cf8ae... Make gedit-metadata-manager conditional on win32 (*)
707d025... Bump gtksourceview and pygtksourceview requirement to 2.8 (*)
c3e5785... Bump glib/gio requirement to 2.22 (*)
ffdf6ca... Release 2.29.3 (*)
41fb213... Remember if the autospell was enabled per document. Fixes b (*)
eb54f42... Updated Hungarian translation (*)
60b0a28... Updating Estonian translation (*)
07c541d... Update Simplified Chinese translation. (*)
6fe9a79... Do not ship the old libxml (*)
b0bd23b... Update Romanian translation (*)
ece7bff... Update Romanian translation (*)
389626d... Added LowGerman translation (*)
28d1bd8... Added LowGerman translation (*)
4538f67... Add some html snippets from bug 603663. (*)
b054d21... Use multiple selection for the html input type snippet (*)
802fab7... Fix style problems (*)
c067e8b... Add xslt snippets (*)
c0d7fb6... Scroll the file into view after a rename (*)
6079c29... Fix packing options for the encodings combo and misc cleanu (*)
1c09f2c... Do not persist the number of printed copies, bug 546617 (*)
43d3483... Update Czech translation. (*)
85473de... Include gedit-commands.h fixes compile warning (*)
571acab... Override OS X specific keybindings for GeditView (*)
9c5ddd7... Copy over all of gconf configuration (*)
13c8241... Improved menu integration on OS X (*)
02c8ad9... Added osx/geditdoc.icns icon (*)
6458361... Don't use the global key handler (*)
561dee2... Install special gtkrc key theme for OSX bindings (*)
a371010... Process Info.plist with configure for version (*)
36c706b... Added missing include for ige-mac-integration (*)
097ce3b... Added support for platform specific tools (*)
878df07... Bind gedit_document_get_location on python (*)
63d31f6... Remove useless variables. (*)
a169d31... The outputpanel's linking functionality was refactored (*)
5264645... Register python bindings with gio-types.defs (*)
096f053... Use get_location instead of get_uri. (*)
412ef50... Don't check words that are marked no-spell-check (*)
2027997... Improved performance of not spell-checking no-spell-check (*)
67a132a... Make sure to quote command line arguments for launcher scri (*)
434e693... Refactored linkparsing and added support for more tools (*)
ebff58d... Add externaltool linkparser for bash (*)
597b4bc... Use instead of to pass on cmd arguments (*)
1e18b37... Merge branch 'master' into multiviews
cc07b27... Add set_metadata/_va_list and get_metadata to document inte
(*) 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]