Welcome to mirror list, hosted at ThFree Co, Russian Federation.

todo.html « docs - gitlab.com/Remmina/remminadoc.gitlab.io.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6d72fee5a3892becf786b9d912bef1603f5fa826 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Remmina - The GTK+ Remote Desktop Client: Todo List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
  $(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectlogo"><img alt="Logo" src="org.remmina.Remmina.png"/></td>
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">Remmina - The GTK+ Remote Desktop Client
   &#160;<span id="projectnumber">v1.4.2</span>
   </div>
   <div id="projectbrief">Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistent user interface. Currently RDP, VNC, NX, XDMCP and SSH are supported.</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
  <div id="nav-tree">
    <div id="nav-tree-contents">
      <div id="nav-sync" class="sync"></div>
    </div>
  </div>
  <div id="splitbar" style="-moz-user-select:none;" 
       class="ui-resizable-handle">
  </div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('todo.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

<div class="header">
  <div class="headertitle">
<div class="title">Todo List </div>  </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><dl class="reflist">
<dt><a class="anchor" id="_todo000017"></a>Global <a class="el" href="vnc__plugin_8c.html#ab96ef9227ecef94018f2729f72e7651e">N_</a>  ("Unable to connect to VNC server")</dt>
<dd>We only store the last message at this moment. </dd>
<dt><a class="anchor" id="_todo000001"></a>Global <a class="el" href="rcw_8c.html#acb1b2ab629603837e08f8d8de542316d">rcw_hostkey_func</a>  (RemminaProtocolWidget *gp, guint keyval, gboolean release)</dt>
<dd>Add callback for hostname transparent overlay #832  </dd>
<dt><a class="anchor" id="_todo000003"></a>Global <a class="el" href="remmina__avahi_8h.html#a1ec851b22607dd1171ecdd5cca735b71">remmina_avahi_start</a>  (RemminaAvahi *ga)</dt>
<dd>Customize the default domain here  </dd>
<dt><a class="anchor" id="_todo000004"></a>Global <a class="el" href="remmina__exec_8h.html#a424cabdcff647797061e7482049d62a7">remmina_exec_command</a>  (RemminaCommandType command, const gchar *data)</dt>
<dd>This should be a G_OPTION_ARG_FILENAME_ARRAY (^aay) so that we can implement multi profile connection: <a href="https://gitlab.com/Remmina/Remmina/issues/915">https://gitlab.com/Remmina/Remmina/issues/915</a>  </dd>
<dt><a class="anchor" id="_todo000005"></a>Global <a class="el" href="remmina__file_8h.html#a96abbfdc183d1e82fdffd6445d611ffe">remmina_file_get_datetime</a>  (RemminaFile *remminafile)</dt>
<dd>This should be moved to <a class="el" href="remmina__utils_8c.html">remmina_utils.c</a>  </dd>
<dt><a class="anchor" id="_todo000007"></a>Global <a class="el" href="remmina__file__manager_8c.html#a4d6280ce5d9e70ceb43dd24639d843d3">remmina_file_manager_do_copy</a>  (const char *src_path, const char *dst_path)</dt>
<dd>remmina_pref_file_do_copy and remmina_file_manager_do_copy to remmina_files_copy  </dd>
<dt><a class="anchor" id="_todo000006"></a>Global <a class="el" href="remmina__file_8h.html#a3d19095f74e9b7c92d74f11bd5a39a8c">remmina_file_touch</a>  (RemminaFile *remminafile)</dt>
<dd>This should be moved to <a class="el" href="remmina__utils_8c.html">remmina_utils.c</a>  </dd>
<dt><a class="anchor" id="_todo000008"></a>Global <a class="el" href="remmina__main_8c.html#afefc1b651e1c546e949dbe6df72b0300">remmina_main_init</a>  (void)</dt>
<dd>Set entry_quick_connect_server as default search entry. Weirdly. This does not work yet.  </dd>
<dt><a class="anchor" id="_todo000002"></a>Global <a class="el" href="remmina_8c.html#aeb286fc5bd52ab5382ab8cb495dc2914">remmina_on_command_line</a>  (GApplication *app, GApplicationCommandLine *cmdline)</dt>
<dd>This should be a G_OPTION_ARG_FILENAME_ARRAY (^aay) so that we can implement multi profile connection: <a href="https://gitlab.com/Remmina/Remmina/issues/915">https://gitlab.com/Remmina/Remmina/issues/915</a>  </dd>
<dt><a class="anchor" id="_todo000012"></a>Global <a class="el" href="remmina__ssh__plugin_8c.html#ac5670df701b44384b5acd61aeac016dc">remmina_plugin_ssh_call_feature</a>  (RemminaProtocolWidget *gp, const RemminaProtocolFeature *feature)</dt>
<dd>start the direct tunnel here  </dd>
<dt><a class="anchor" id="_todo000011"></a>Global <a class="el" href="remmina__ssh__plugin_8h.html#a3290489a1ff9e51fbc013424fbfc8505">remmina_plugin_ssh_vte_select_all</a>  (GtkMenuItem *menuitem, gpointer vte)</dt>
<dd>we should add the vte_terminal_unselect_all as well  </dd>
<dt><a class="anchor" id="_todo000009"></a>Global <a class="el" href="remmina__pref_8c.html#a7829d615a6c5b8a6f6c759043fb2ac81">remmina_pref_file_do_copy</a>  (const char *src_path, const char *dst_path)</dt>
<dd>remmina_pref_file_do_copy and remmina_file_manager_do_copy to remmina_files_copy  </dd>
<dt><a class="anchor" id="_todo000014"></a>Global <a class="el" href="remmina__stats_8c.html#a1dff2b06d5acefc9bd2f25508ab45328">remmina_profiles_get_data</a>  (RemminaFile *remminafile, gpointer user_data)</dt>
<dd>Move this in a separate file.  </dd>
<dt><a class="anchor" id="_todo000016"></a>Global <a class="el" href="rdp__plugin_8c.html#a910327fd7b1f969868a746aeb5578d30">remmina_rdp_get_screenshot</a>  (RemminaProtocolWidget *gp, RemminaPluginScreenshotData *rpsd)</dt>
<dd>we should lock FreeRDP subthread to update rfi-&gt;primary_buffer, rfi-&gt;gdi and w/h, from here to memcpy, but… how ?  </dd>
<dt><a class="anchor" id="_todo000015"></a>Global <a class="el" href="rdp__plugin_8c.html#ab05af9675485e3192847e1936d131d31">remmina_rdp_set_printers</a>  (void *user_data, unsigned flags, cups_dest_t *dest)</dt>
<dd>Ask CUPS mailing list for help. </dd>
<dt><a class="anchor" id="_todo000010"></a>Global <a class="el" href="remmina__ssh_8h.html#aad84c6609cb431d48121ae5e0902441b">remmina_ssh_auth</a>  (RemminaSSH *ssh, const gchar *password, RemminaProtocolWidget *gp, RemminaFile *remminafile)</dt>
<dd>Here we should call gint method; method = ssh_userauth_list(ssh-&gt;session, NULL); </dd>
<dt><a class="anchor" id="_todo000013"></a>Global <a class="el" href="remmina__stats_8c.html#a43133d5e00f481d315ef0d58cb52e70a">remmina_stats_get_os_info</a>  ()</dt>
<dd>Add other means to identify a release name/description to cover as much OS as possible, like /etc/issue </dd>
</dl>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="footer">Generated by
    <a href="http://www.doxygen.org/index.html">
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
  </ul>
</div>
</body>
</html>