[haiku-commits] r35511 - haiku/trunk/src/data/beos_mime/application

  • From: superstippi@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Wed, 17 Feb 2010 19:26:14 +0100 (CET)

Author: stippi
Date: 2010-02-17 19:26:14 +0100 (Wed, 17 Feb 2010)
New Revision: 35511
Changeset: http://dev.haiku-os.org/changeset/35511/haiku
Ticket: http://dev.haiku-os.org/ticket/1612

Modified:
   haiku/trunk/src/data/beos_mime/application/x-vnd.be-query
   haiku/trunk/src/data/beos_mime/application/x-vnd.be-querytemplate
Log:
Patch by Humdinger: Make the formular attribute of Queries and Query templates
editable in Tracker. Thanks! Fixed #1612.


Modified: haiku/trunk/src/data/beos_mime/application/x-vnd.be-query
===================================================================
--- haiku/trunk/src/data/beos_mime/application/x-vnd.be-query   2010-02-17 
16:36:40 UTC (rev 35510)
+++ haiku/trunk/src/data/beos_mime/application/x-vnd.be-query   2010-02-17 
18:26:14 UTC (rev 35511)
@@ -32,3 +32,14 @@
        $"0107201C200A070108201C200A080109201C200A000100201E240A0C0100201C"
        $"20"
 };
+
+resource(7, "META:ATTR_INFO") message(233) {
+       "attr:name" = "_trk/qrystr",
+       "attr:public_name" = "Formula",
+       "attr:type" = 'CSTR',
+       "attr:viewable" = true,
+       "attr:editable" = true,
+       "attr:width" = 200,
+       "attr:alignment" = 0,
+       "type" = "application/x-vnd.Be-query"
+};

Modified: haiku/trunk/src/data/beos_mime/application/x-vnd.be-querytemplate
===================================================================
--- haiku/trunk/src/data/beos_mime/application/x-vnd.be-querytemplate   
2010-02-17 16:36:40 UTC (rev 35510)
+++ haiku/trunk/src/data/beos_mime/application/x-vnd.be-querytemplate   
2010-02-17 18:26:14 UTC (rev 35511)
@@ -34,3 +34,14 @@
        $"0A010B201C200A0B010C201C200A0C010D201C200A10010E201E240A0F010E20"
        $"1C20"
 };
+
+resource(6, "META:ATTR_INFO") message(233) {
+       "attr:name" = "_trk/qrystr",
+       "attr:public_name" = "Formula",
+       "attr:type" = 'CSTR',
+       "attr:viewable" = true,
+       "attr:editable" = true,
+       "attr:width" = 200,
+       "attr:alignment" = 0,
+       "type" = "application/x-vnd.Be-query"
+};


Other related posts:

  • » [haiku-commits] r35511 - haiku/trunk/src/data/beos_mime/application - superstippi