Skip to content

Commit 61b428f

Browse files
committed
Remove/update obsolete references, variables, documentation
RevBy: Jan Arne Petersen
1 parent 3fc3807 commit 61b428f

File tree

6 files changed

+4
-20
lines changed

6 files changed

+4
-20
lines changed

README

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ http://wiki.maliit.org/Plugins
1212

1313
Installing
1414

15-
Qt 4.7 must be installed to build the Maliit framework. At a terminal, run:
15+
Qt5 must be installed to build the Maliit framework. At a terminal, run:
1616

1717
qmake
1818
make
@@ -30,7 +30,7 @@ export GTK_IM_MODULE=Maliit
3030

3131
Start the server:
3232

33-
maliit-server -software -bypass-wm-hint
33+
maliit-server
3434

3535
Note that a compositing window manager and a D-Bus session bus are required to
3636
use Maliit.

config.pri

-10
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,12 @@
11
MALIIT_VERSION = $$system(cat $$PWD/VERSION)
22

3-
MALIIT_INTERFACE_VERSION = 1.0
4-
MALIIT_PLUGINS_INTERFACE_VERSION = 1.0
5-
MALIIT_PLUGINS_QUICK_INTERFACE_VERSION = 0.80
6-
MALIIT_FRAMEWORK_INTERFACE_VERSION = 0.80
7-
MALIIT_CONNECTION_INTERFACE_VERSION = 0.80
8-
MALIIT_SERVER_INTERFACE_VERSION = 0.80
93
MALIIT_ABI_VERSION = $$MALIIT_VERSION
104

115
# For libmaliit
126
MALIIT_LIB = maliit
137
MALIIT_SETTINGS_LIB = maliit-settings
148
MALIIT_HEADER = maliit
159
MALIIT_FRAMEWORK_HEADER = maliit/framework
16-
# For libmaliit-glib
17-
MALIIT_CONNECTION_GLIB_LIB = maliit-connection-glib
18-
MALIIT_GLIB_LIB = maliit-glib
1910

2011
include(defines.pri)
2112

@@ -199,7 +190,6 @@ defineTest(outputFile) {
199190
MALIIT_CONNECTION_LIB \
200191
MALIIT_SERVER_HEADER \
201192
MALIIT_ABI_VERSION_MAJOR \
202-
MALIIT_GLIB_LIB \
203193

204194
command = "sed"
205195
for(var, variables) {

connection/.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
org.maliit.server.service
22
minputmethodserver.service
3-
mdbusglibicconnectionserviceglue.h
4-
mdbusglibinputcontextadaptorglue.h
5-
maliit-connection.pc
63
minputmethodcontext1interface_adaptor.cpp
74
minputmethodcontext1interface_adaptor.h
85
minputmethodcontext1interface_interface.cpp

maliit-framework.pro

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ include(./config.pri)
1414
\\n\\t enable-dbus-activation : Enable dbus activation support for maliit-server \
1515
\\n\\t notests : Do not build tests \
1616
\\n\\t nodoc : Do not build documentation\
17-
\\n\\t disable-gtk-cache-update : Do not update GTK2/3 input method caches (used for packaging) \
1817
\\n\\t local-install : Install everything underneath PREFIX, nothing to system directories reported by GTK+, Qt, DBus etc. \
1918
\\n\\t wayland : Compile with support for wayland \
2019
\\nInfluential environment variables: \

src/mimserveroptions.cpp

+1-3
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ namespace {
5050
{ "-qdebug", false },
5151
{ "-software", false },
5252
{ "-qws", false },
53-
{ "-sync", false },
54-
// Next parameter is used by Harmattan and we should silently ingore it
55-
{ "-remote-theme", false }
53+
{ "-sync", false }
5654
};
5755

5856
const char * programName = "meego-im-uiserver";

tests/ut_mimserveroptions/ut_mimserveroptions.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ namespace {
4242
"-graphicssystem", "GRAPHICSSYSTEM",
4343
"-testability", "TESTABILITY", "-qdevel", "-reverse",
4444
"-stylesheet", "-widgetcount", "-qdebug",
45-
"-software", "-remote-theme" } };
45+
"-software" } };
4646

4747
bool operator==(const MImServerCommonOptions &x,
4848
const MImServerCommonOptions &y)

0 commit comments

Comments
 (0)