mirror of
https://github.com/mii443/mozc.git
synced 2025-08-22 16:15:46 +00:00
Stop relying on Google Code URLs.
Due to the shutdown of Google Code, continuing relying on its URLs no longer makes sense. BUG= TEST= REF_BUG= REF_CL=106033260
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
This file contains the list of contributors to Mozc project.
|
This file contains the list of contributors to Mozc project.
|
||||||
Each line is in the form of "FULLNAME (ACCOUNTNAME on code.google.com)".
|
Each line is in the form of "FULLNAME (ACCOUNTNAME on GitHub)".
|
||||||
|
|
||||||
----
|
----
|
||||||
IRIE Shinsuke (irieshinsuke)
|
IRIE Shinsuke (iRi-E)
|
||||||
Yoshimasa Niwa (yoshi.niw)
|
Yoshimasa Niwa (niw)
|
||||||
|
@ -34,8 +34,8 @@ This file contains strings, which are untranslatable and differ from the OSS
|
|||||||
version.
|
version.
|
||||||
-->
|
-->
|
||||||
<resources>
|
<resources>
|
||||||
<string name="pref_about_terms_of_service_url">http://code.google.com/p/mozc/</string>
|
<string name="pref_about_terms_of_service_url">https://github.com/google/mozc</string>
|
||||||
<string name="pref_about_privacy_policy_url">http://code.google.com/p/mozc/</string>
|
<string name="pref_about_privacy_policy_url">https://github.com/google/mozc</string>
|
||||||
<!--
|
<!--
|
||||||
MiniBrowser can access only the url which matches below pattern.
|
MiniBrowser can access only the url which matches below pattern.
|
||||||
This restriction is introduced in order not to show unexpected website in "EULA" activity.
|
This restriction is introduced in order not to show unexpected website in "EULA" activity.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# This file is generated by using emoji4unicode r207
|
# This file is generated by using emoji4unicode r207
|
||||||
# (http://code.google.com/p/emoji4unicode), and then manually edited.
|
# (https://github.com/googlei18n/emoji4unicode), and then manually edited.
|
||||||
# The data format is tab separated fields as follows:
|
# The data format is tab separated fields as follows:
|
||||||
# 1) unicode code point
|
# 1) unicode code point
|
||||||
# 2) actual data (in utf-8)
|
# 2) actual data (in utf-8)
|
||||||
|
|
@ -309,7 +309,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
<div class="product">
|
<div class="product">
|
||||||
<span class="title">Guava</span>
|
<span class="title">Guava</span>
|
||||||
<span class="homepage">
|
<span class="homepage">
|
||||||
<a href="https://code.google.com/p/guava-libraries/">homepage</a></span>
|
<a href="https://github.com/google/guava">homepage</a></span>
|
||||||
<div class="licence">
|
<div class="licence">
|
||||||
<h3>Guava is licensed as follows:</h3>
|
<h3>Guava is licensed as follows:</h3>
|
||||||
<pre>
|
<pre>
|
||||||
@ -698,7 +698,7 @@ license you like.
|
|||||||
<div class="product">
|
<div class="product">
|
||||||
<span class="title">Native Client SDK</span>
|
<span class="title">Native Client SDK</span>
|
||||||
<span class="homepage">
|
<span class="homepage">
|
||||||
<a href="http://code.google.com/p/nativeclient-sdk/">homepage</a></span>
|
<a href="https://developer.chrome.com/native-client">homepage</a></span>
|
||||||
<div class="licence">
|
<div class="licence">
|
||||||
<h3>Native Client SDK is licensed as follows:</h3>
|
<h3>Native Client SDK is licensed as follows:</h3>
|
||||||
<pre>
|
<pre>
|
||||||
|
@ -309,7 +309,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||||||
<div class="product">
|
<div class="product">
|
||||||
<span class="title">Guava</span>
|
<span class="title">Guava</span>
|
||||||
<span class="homepage">
|
<span class="homepage">
|
||||||
<a href="https://code.google.com/p/guava-libraries/">ホームページ</a></span>
|
<a href="https://github.com/google/guava">ホームページ</a></span>
|
||||||
<div class="licence">
|
<div class="licence">
|
||||||
<h3>Guava のライセンス:</h3>
|
<h3>Guava のライセンス:</h3>
|
||||||
<pre>
|
<pre>
|
||||||
@ -698,7 +698,7 @@ license you like.
|
|||||||
<div class="product">
|
<div class="product">
|
||||||
<span class="title">Native Client SDK</span>
|
<span class="title">Native Client SDK</span>
|
||||||
<span class="homepage">
|
<span class="homepage">
|
||||||
<a href="http://code.google.com/p/nativeclient-sdk/">ホームページ</a></span>
|
<a href="https://developer.chrome.com/native-client">ホームページ</a></span>
|
||||||
<div class="licence">
|
<div class="licence">
|
||||||
<h3>Native Client SDK のライセンス:</h3>
|
<h3>Native Client SDK のライセンス:</h3>
|
||||||
<pre>
|
<pre>
|
||||||
|
@ -505,7 +505,7 @@ KeyBindingEditor::KeyBindingEditor(QWidget *parent, QWidget *trigger_parent)
|
|||||||
: QDialog(parent), trigger_parent_(trigger_parent) {
|
: QDialog(parent), trigger_parent_(trigger_parent) {
|
||||||
setupUi(this);
|
setupUi(this);
|
||||||
#ifdef OS_LINUX
|
#ifdef OS_LINUX
|
||||||
// Workaround for the issue http://code.google.com/p/mozc/issues/detail?id=9
|
// Workaround for the issue https://github.com/google/mozc/issues/9
|
||||||
// Seems that even after clicking the button for the keybinding dialog,
|
// Seems that even after clicking the button for the keybinding dialog,
|
||||||
// the edit is not raised. This might be a bug of setFocusProxy.
|
// the edit is not raised. This might be a bug of setFocusProxy.
|
||||||
setWindowFlags(Qt::WindowSystemMenuHint | Qt::Tool |
|
setWindowFlags(Qt::WindowSystemMenuHint | Qt::Tool |
|
||||||
|
@ -226,9 +226,7 @@
|
|||||||
# This option is only for Linux.
|
# This option is only for Linux.
|
||||||
# You should not set this flag if you want to use "dlopen" to
|
# You should not set this flag if you want to use "dlopen" to
|
||||||
# load Mozc's modules. See
|
# load Mozc's modules. See
|
||||||
# - http://code.google.com/p/mozc/issues/detail?id=14
|
# - https://github.com/google/mozc/issues/14
|
||||||
# - http://code.google.com/p/protobuf/issues/detail?id=128
|
|
||||||
# - http://code.google.com/p/protobuf/issues/detail?id=370
|
|
||||||
# for the background information.
|
# for the background information.
|
||||||
'use_libprotobuf%': 0,
|
'use_libprotobuf%': 0,
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
MAJOR=2
|
MAJOR=2
|
||||||
MINOR=17
|
MINOR=17
|
||||||
BUILD=2311
|
BUILD=2312
|
||||||
REVISION=102
|
REVISION=102
|
||||||
# NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
|
# NACL_DICTIONARY_VERSION is the target version of the system dictionary to be
|
||||||
# downloaded by NaCl Mozc.
|
# downloaded by NaCl Mozc.
|
||||||
|
@ -77,7 +77,7 @@ class DictionaryPredictor : public PredictorInterface {
|
|||||||
protected:
|
protected:
|
||||||
// Protected members for unittesting
|
// Protected members for unittesting
|
||||||
// For use util method accessing private members, made them protected.
|
// For use util method accessing private members, made them protected.
|
||||||
// http://code.google.com/p/googletest/wiki/FAQ
|
// https://github.com/google/googletest/blob/master/googletest/docs/FAQ.md
|
||||||
enum PredictionType {
|
enum PredictionType {
|
||||||
// don't need to show any suggestions.
|
// don't need to show any suggestions.
|
||||||
NO_PREDICTION = 0,
|
NO_PREDICTION = 0,
|
||||||
|
@ -52,7 +52,7 @@ IBUS_COMPONENT_PROPS = {
|
|||||||
'version': '0.0.0.0',
|
'version': '0.0.0.0',
|
||||||
'author': 'Google Inc.',
|
'author': 'Google Inc.',
|
||||||
'license': 'New BSD',
|
'license': 'New BSD',
|
||||||
'homepage': 'http://code.google.com/p/mozc/',
|
'homepage': 'https://github.com/google/mozc',
|
||||||
'textdomain': 'ibus-mozc',
|
'textdomain': 'ibus-mozc',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -498,7 +498,7 @@ bool KeyTranslator::IsKanaAvailable(guint keyval,
|
|||||||
// When a Japanese keyboard is in use, the yen-sign key and the backslash
|
// When a Japanese keyboard is in use, the yen-sign key and the backslash
|
||||||
// key generate the same |keyval|. In this case, we have to check |keycode|
|
// key generate the same |keyval|. In this case, we have to check |keycode|
|
||||||
// to return an appropriate string. See the following IBus issue for
|
// to return an appropriate string. See the following IBus issue for
|
||||||
// details: http://code.google.com/p/ibus/issues/detail?id=52
|
// details: https://github.com/ibus/ibus/issues/73
|
||||||
if (keyval == '\\' && layout_is_jp) {
|
if (keyval == '\\' && layout_is_jp) {
|
||||||
if (keycode == IBUS_bar) {
|
if (keycode == IBUS_bar) {
|
||||||
*out = "\xe3\x83\xbc"; // "ー"
|
*out = "\xe3\x83\xbc"; // "ー"
|
||||||
|
@ -196,7 +196,6 @@ bool GetSurroundingText(IBusEngine *engine,
|
|||||||
guint cursor_pos = 0;
|
guint cursor_pos = 0;
|
||||||
guint anchor_pos = 0;
|
guint anchor_pos = 0;
|
||||||
// DO NOT call g_object_unref against this.
|
// DO NOT call g_object_unref against this.
|
||||||
// http://ibus.googlecode.com/svn/docs/ibus-1.4/IBusText.html
|
|
||||||
// http://developer.gnome.org/gobject/stable/gobject-The-Base-Object-Type.html#gobject-The-Base-Object-Type.description
|
// http://developer.gnome.org/gobject/stable/gobject-The-Base-Object-Type.html#gobject-The-Base-Object-Type.description
|
||||||
IBusText *text = NULL;
|
IBusText *text = NULL;
|
||||||
ibus_engine_get_surrounding_text(engine, &text, &cursor_pos,
|
ibus_engine_get_surrounding_text(engine, &text, &cursor_pos,
|
||||||
@ -339,7 +338,7 @@ void MozcEngine::FocusOut(IBusEngine *engine) {
|
|||||||
// simply resetting the current session in case there is a non-empty
|
// simply resetting the current session in case there is a non-empty
|
||||||
// preedit text. Note that |RevertSession| is supposed to do nothing when
|
// preedit text. Note that |RevertSession| is supposed to do nothing when
|
||||||
// there is no preedit text.
|
// there is no preedit text.
|
||||||
// See https://code.google.com/p/mozc/issues/detail?id=255 for details.
|
// See https://github.com/google/mozc/issues/255 for details.
|
||||||
RevertSession(engine);
|
RevertSession(engine);
|
||||||
SyncData(false);
|
SyncData(false);
|
||||||
}
|
}
|
||||||
|
@ -76,7 +76,7 @@ bool GetDisabled(IBusEngine *engine) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Some users expect that Mozc is turned off by default on IBus 1.5.0 and later.
|
// Some users expect that Mozc is turned off by default on IBus 1.5.0 and later.
|
||||||
// https://code.google.com/p/mozc/issues/detail?id=201
|
// https://github.com/google/mozc/issues/201
|
||||||
// On IBus 1.4.x, IBus expects that an IME should always be turned on and
|
// On IBus 1.4.x, IBus expects that an IME should always be turned on and
|
||||||
// IME on/off keys are handled by IBus itself rather than each IME.
|
// IME on/off keys are handled by IBus itself rather than each IME.
|
||||||
#if IBUS_CHECK_VERSION(1, 5, 0)
|
#if IBUS_CHECK_VERSION(1, 5, 0)
|
||||||
|
@ -127,7 +127,7 @@ const GUID kTipFunctionProvider = {
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
const char kHelpUrl[] = "http://code.google.com/p/mozc/";
|
const char kHelpUrl[] = "https://github.com/google/mozc";
|
||||||
const char kLogFileName[] = "Mozc_tsf_ui.log";
|
const char kLogFileName[] = "Mozc_tsf_ui.log";
|
||||||
const wchar_t kTaskWindowClassName[] = L"Mozc Immersive Task Message Window";
|
const wchar_t kTaskWindowClassName[] = L"Mozc Immersive Task Message Window";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user