This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- configure.ac.org | |
+++ configure.ac | |
@@ -1259,7 +1259,7 @@ | |
@<:@default=yes@:>@]), | |
enable_kde4_applet=$enableval, | |
enable_kde4_applet=yes) | |
-case "$enable_kde_applet" in | |
+case "$enable_kde4_applet" in | |
no) | |
use_applet_kde4="no" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: microblogs/twitter/twittersearch.cpp | |
=================================================================== | |
--- microblogs/twitter/twittersearch.cpp (revision 1056359) | |
+++ microblogs/twitter/twittersearch.cpp (working copy) | |
@@ -36,11 +36,13 @@ | |
TwitterSearch::TwitterSearch(QObject* parent): TwitterApiSearch(parent) | |
{ | |
kDebug(); | |
- mSearchCode[CustomSearch] = QString(); | |
- mSearchCode[ToUser] = "to:"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/qt4/candwin/uim-candwin-qt4.pro.in | |
+++ b/qt4/candwin/uim-candwin-qt4.pro.in | |
@@ -22,5 +22,5 @@ | |
TARGET = uim-candwin-qt4 | |
-target.path += @DESTDIR@@exec_prefix@/libexec | |
+target.path += @DESTDIR@@libexecdir@ | |
INSTALLS += target |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: qt4/toolbar/common-uimstateindicator.cpp | |
=================================================================== | |
--- qt4/toolbar/common-uimstateindicator.cpp (revision 6126) | |
+++ qt4/toolbar/common-uimstateindicator.cpp (working copy) | |
@@ -129,7 +129,9 @@ | |
return; | |
QHelperPopupMenu *popupMenu = 0; | |
+#ifdef PLASMA_APPLET_UIM | |
int prevCount = m_layout->count(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Subject: [PATCH] Use the Oxygen style in the Qt4 toolbar | |
--- | |
configure.ac | 13 +++++++++++-- | |
qt4/toolbar/common-quimhelpertoolbar.cpp | 10 +++++----- | |
2 files changed, 16 insertions(+), 7 deletions(-) | |
diff --git a/configure.ac b/configure.ac | |
index d2b0e2f..e2effba 100644 | |
--- a/configure.ac |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Subject: [PATCH 01/26] don't use TRUE and FALSE macros | |
--- | |
qt4/candwin/qt4.cpp | 2 +- | |
qt4/immodule/quiminputcontext.cpp | 14 +++++++------- | |
qt4/immodule/subwindow.cpp | 2 +- | |
3 files changed, 9 insertions(+), 9 deletions(-) | |
diff --git a/qt4/candwin/qt4.cpp b/qt4/candwin/qt4.cpp | |
index d69af9a..f51b6fa 100644 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Subject: [PATCH 11/26] don't include headers in the Qt3 style | |
--- | |
qt4/candwin/qt4.cpp | 18 +++++++++--------- | |
qt4/candwin/qt4.h | 6 +++--- | |
qt4/edittest/main.cpp | 12 ++++++------ | |
qt4/immodule/candidatewindow.cpp | 12 ++++++------ | |
qt4/immodule/candidatewindow.h | 10 +++++----- | |
qt4/immodule/debug.h | 2 +- | |
qt4/immodule/plugin.cpp | 10 +++++----- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Subject: [PATCH 21/26] make the scope of variables narrower | |
--- | |
qt4/immodule/candidatewindow.cpp | 6 +++--- | |
qt4/immodule/qtextutil.cpp | 24 +++++++++++------------- | |
qt4/immodule/quiminputcontext_compose.cpp | 14 ++++++-------- | |
3 files changed, 20 insertions(+), 24 deletions(-) | |
diff --git a/qt4/immodule/candidatewindow.cpp b/qt4/immodule/candidatewindow.cpp | |
index 70380ae..9d4b84d 100644 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 1999-2010 Gentoo Foundation | |
# Distributed under the terms of the GNU General Public License v2 | |
# $Header: | |
inherit eutils | |
DESCRIPTION="scim-uim is an input module for Smart Common Input Method (SCIM) which uses uim as backend" | |
HOMEPAGE="http://www.scim-im.org/" | |
SRC_URI="mirror://sourceforge/scim/${P}.tar.gz" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(require "japanese.scm") | |
(filter (lambda(lst) | |
(and (= (length (car lst)) 2) | |
(= (length (caar lst)) 2) | |
(string=? (cadar lst) "w") | |
(string=? (caaar lst) "w") | |
(string=? (cadaar lst) "w"))) | |
ja-rk-rule) |
OlderNewer