Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(457)

Side by Side Diff: README.chromium

Issue 2008016: Change default values of some config. (Closed) Base URL: ssh://git@chromiumos-git/ibus.git
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | bus/ibusimpl.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Chromium OS Changes: 1 Chromium OS Changes:
2 2
3 - bus/inputcontext.c 3 - bus/inputcontext.c
4 4
5 Do not clear properties when focus_out event is raised. 5 Do not clear properties when focus_out event is raised.
6 Support per engine hotkeys.
6 7
7 - memconf/config.h 8 - memconf/config.h
8 - memconf/config.cc 9 - memconf/config.cc
9 10
10 memconf/config.cc is a modified version of gconf/config.c which doesn't use 11 memconf/config.cc is a modified version of gconf/config.c which doesn't use
11 GConf-2 nor files as its storage. Instead, it keeps user config on memory. 12 GConf-2 nor files as its storage. Instead, it keeps user config on memory.
12 13
13 Google C++ coding standard is applied to these files (except function names) to 14 Google C++ coding standard is applied to these files (except function names) to
14 make code review easy. 15 make code review easy.
15 16
16 - memconf/Makefile.am 17 - memconf/Makefile.am
17 18
18 Copied from gconf/Makefile.am. GConf-2 dependency are removed. 19 Copied from gconf/Makefile.am. GConf-2 dependency are removed.
19 20
20 - gconf/ 21 - gconf/
21 22
22 This directory is no longer used on Chromium OS. 23 This directory is no longer used on Chromium OS.
24
25 - bus/ibusimpl.c
26
27 Change next_engine/prev_engine to next_engine_in_menu/previous_engine.
28 Move hotkey filter code from bus/inputcontext.c to this file.
29 Save/load global and previous global engine name to/from config.
30 Add enable_by_default option.
31 Support per engine hotkeys.
32 Change use_sys_layout and use_global_engine to TRUE by default.
33 Remove default trigger key.
OLDNEW
« no previous file with comments | « no previous file | bus/ibusimpl.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698