~ubuntu-branches/ubuntu/vivid/kate/vivid-updates

« back to all changes in this revision

Viewing changes to addons/katesql/ui.rc

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-12-04 16:49:41 UTC
  • mfrom: (1.6.6)
  • Revision ID: package-import@ubuntu.com-20141204164941-l3qbvsly83hhlw2v
Tags: 4:14.11.97-0ubuntu1
* New upstream release
* Update build-deps and use pkg-kde v3 for Qt 5 build
* kate-data now kate5-data for co-installability

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE kpartgui>
 
3
<gui name="katesql" library="katesqlplugin" version="8">
 
4
  <MenuBar>
 
5
    <Menu name="SQL">
 
6
      <text>&amp;SQL</text>
 
7
      <Action name="connection_create"/>
 
8
      <Action name="connection_remove"/>
 
9
      <Action name="connection_edit"/>
 
10
      <Action name="connection_reconnect"/>
 
11
      <Separator/>
 
12
      <Action name="query_run"/>
 
13
      <Action name="query_stop"/>
 
14
    </Menu>
 
15
  </MenuBar>
 
16
  <ToolBar name="SQLConnectionsToolBar">
 
17
    <text>SQL Connections Toolbar</text>
 
18
    <Action name="connection_chooser"/>
 
19
    <Action name="connection_create"/>
 
20
    <Action name="connection_remove"/>
 
21
    <Action name="connection_edit"/>
 
22
    <Action name="connection_reconnect"/>
 
23
  </ToolBar>
 
24
  <ToolBar name="SQLToolBar">
 
25
    <text>SQL Toolbar</text>
 
26
    <Action name="query_run"/>
 
27
    <Action name="query_stop"/>
 
28
  </ToolBar>
 
29
  <State name="has_connection_selected">
 
30
    <enable>
 
31
      <Action name="connection_remove"/>
 
32
      <Action name="connection_edit"/>
 
33
      <Action name="connection_reconnect"/>
 
34
      <Action name="query_run"/>
 
35
      <Action name="query_stop"/>
 
36
    </enable>
 
37
  </State>
 
38
</gui>
 
39
<!-- kate: space-indent on; indent-width 4; replace-tabs on; -->