Package Release Info

fcitx-4.2.9.6-bp150.1.4

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

fcitx
fcitx-branding-openSUSE
fcitx-devel
fcitx-gtk2
fcitx-gtk3
fcitx-pinyin
fcitx-pinyin-tools
fcitx-qt4
fcitx-quwei
fcitx-skin-classic
fcitx-skin-dark
fcitx-skin-new-air
fcitx-table
fcitx-table-cn-bingchan
fcitx-table-cn-cangjie
fcitx-table-cn-dianbao
fcitx-table-cn-erbi
fcitx-table-cn-wanfeng
fcitx-table-cn-wubi
fcitx-table-cn-wubi-pinyin
fcitx-table-cn-ziran
fcitx-table-tools
libfcitx-4_2_9
typelib-1_0-Fcitx-1_0

Change Logs

* Thu Mar 29 2018 i@marguerite.su
- update 4.2.9.6
  * [ipcportal] close connection first
  * [gtk] workaround libreoffice surrounding text issue
  * decrease the length of clipboard limit to 256 bytes
  * [gtk] use symbolic color name to lookup selected color
- change fcitx-gtk2 and fcitx-qt4 from Requires to Recommends
- add fcitx-cmake-3.1.patch, downgrade cmake requirement to 3.1
  again for Leap
* Tue Feb 27 2018 dimstar@opensuse.org
- Add pkgconfig(xkbfile) BuildRequires: in the past, this used to
  be pulled in by libqt4, but since our own code depends on it, and
  not Qt4, it is our own duty to request our build dependencies.
- Package COPYING is %license, not as %doc.
* Sat Nov 11 2017 i@marguerite.su
- update 4.2.9.5
  * [qt] remove quickphrase editor, moved to qt5
  * [misc] forget to remove the add_directory for quickphrase editor
  * fcitx-configtool.desktop: Remove MimeType entry
  * [frontend] add a compatibility layer for ofd.portal.Fcitx
  * [gtk] run clang-format on gtk libraries
  * [gclinet] remove a undefined function
  * set display for fcitx and harden dbus frontend with sender verification
  * extend dbus module to be able to accept external dbus connection
  * [ipcportal] fix signal sending in portal
  * [qt] delay the recheck on availability, but does do the recheck
  * [portal] put ipc portal in queue
  * [qt] do the real unwatch
  * [misc] make more optional disabled option for easier flatpak
  * [table] make sure we don't download table data if we disable table
- changes in 4.2.9.4
  * [gtk, kimpanel] add relative coordinate support
  * [kimpanel] check null before use ic
  * [kimpanel] correctly reset relative spot state
  * [notificationitem] Reply event method call
- changes in 4.2.9.3
  * [core] Make sure when RealEnd is called, instance->destroy == true
- changes in 4.2.9.2
  * [notificationitem] avoid unnecessary xembed tray icon fallback
  * [classicui] give tray icon a default size
  * [qt] fix inconsistency when handling qstring and ucs4 string
  * [classicui] Watch for dockWindow visual property change
  * [qt] fromUcs4 expect a nul terminated string by default, give it a size
  * [core] Expose internal show input speed function
  * logging should not include the build path(boo#951602)
  * autostart desktop file should not be shown(boo#968486)
  * [qt] replace QPointer with raw pointer in icdata
  * [notificationitem] display layout under unity
  * [diagnose] Print info about dbus name owner
  * Include emoji short codes ("emoji alpha codes")
  * [notificationitem] Fix a bug in plugin entry
  * [core] Add a new hook to watch ui status changed
  * [xim] handle reset ic
  * [utils] Improve process name detection on *BSD
  * [quickphrase] use some different character, original one looks bad under noto
  * [misc] use RTLD_NODELETE for all dlopen
  * Call sem_post() only on valid semaphore
  * [unicode] Update Unicode 9.0 descriptions
  * [classicui] Check XShape version before using it
  * [remote] exit the loop after trying 20 times
  * Require bash in fcitx-cmake-helper.sh
  * [xim] fix a memset
  * [pinyin] fix missing files
  * [dbus] fix a wrong dbus destruct order that my cause deadlock on exit
  * [xkb] handle some corner case for any evil third party that override layout
  * [xkb, xkbdbus] add support for our gnome-shell kimpanel dbus helper
  * [xkb] fix circular deps between xkb and xkbdbus
  * [gclient] try to eliminate a warning for configtool
  * [misc] enforce c99 for compiler
  * [core] call backtrace() ahead to let it finish init()
  * [misc] remove a dup define
  * [unicode] enable prev/next key and enter to choose for unicode
  * [gtk] fix wrong gobject add weak pointer
  * [misc] use unsigned int instead for portability
  * Remove deprecated api in enchant so we can also support 2.1.0.
  * Fix bashism/use correct shebang
- drop fcitx-autostart-desktop-no-display.patch, upstreamed
- drop fcitx-use-basename-for-log.patch, upstreamed
- drop boo954623.patch, upstreamed
* Fri Apr 21 2017 fvogt@suse.com
- Clean up .spec file:
  * Remove KDE4 parts (install custom systray icon)
  * Remove checks for obsolete distro versions
* Sun Nov 13 2016 toddrme2178@gmail.com
- Fix language code for fcitx-table-cn-wubi and
  fcitx-table-cn-wubi-pinyin: zh-cn --> zh_CN
* Tue Aug 09 2016 i@marguerite.su
- fix Leap 42.2 build
  * fcitx switched to DBus mechanism to select systray icon
    which made it impossible to customize systray icon in
    fcitx's themes. When the KDE default keyboard icon was
    used, it was ugly-looking and invisible on small screens.
    So we appended icons to openSUSE default Plasma themes
  * in Leap 42.2 and Tumbleweed, our KDE team decided not to
    provide any customization of the themes from kdebase4-openSUSE
    package, so the customizations of systray icons are useless
    in those systems.
* Fri Mar 04 2016 i@marguerite.su
- backport a upstream fix:
  * boo#954623: fcitx prevents dropbox system tray
    loading in KDE Plasma 5
  * commit#c73761 : avoid unnecessary xembed tray
    icon fallback, try harder to avoid touch tray
    protocol related code when notification is
    available or kimpanel is available.
  * add patch boo954623.patch, delete next update
* Sun Feb 28 2016 tiwai@suse.de
- Add NoDisplay=true in autostart desktop file so that it won't be
  shown (boo#968486):
  fcitx-autostart-desktop-no-display.patch
* Thu Feb 11 2016 i@marguerite.su
- Due to changes in kdebase4-openSUSE in Tumbleweed
  %{_kde4_appsdir}/desktoptheme/{openSUSE,openSUSElight}
  are no longer available. Actually those icon tweaks
  are not needed too.
* Tue Dec 22 2015 i@marguerite.su
- update version 4.2.9.1
  * support QPlatformInputContext::locale()
  * correctly set input window position on scaled gtk3 application
  * support unicode 8.0 in unicode module
  * qt input context is not recreated correctly when fcitx restarts
- drop patch: fcitx-4.2.8.5-fix-bashisms.patch, upstreamed
* Mon Nov 30 2015 swyear@gmail.com
- Remove # fix desktop file script in fcitx.spec:
  Upstream fixed.
* Thu Oct 22 2015 tiwai@suse.de
- Fix logging not to include the build path (boo#951602):
  fcitx-use-basename-for-log.patch
* Thu Oct 22 2015 tiwai@suse.de
- Several fixes and cleanup for starting fcitx on GNOME on Leap
  (boo#947576,boo#942816)
  * Remove the superfluous manual dbus-launch from xim script
  * Use xdg autostart for GNOME, KDE, LXDE and XFCE;
    fcitx-autostart script is also modified to check $INPUT_METHOD:
    fcitx-autostart-check-INPUT_METHOD.patch
  * Delay start of fcitx daemon a bit, too
* Fri Oct 02 2015 i@marguerite.su
- drop xinput-fcitx, which is not used by openSUSE
- simplify xim.d-fcitx again
  * do not define shell functions for success/failure, because
    previous x11-tools change has been reverted, we can use
    bash again.
  * do not detect existence for fcitx itself, because this
    scriptlet is installed with fcitx.
  * drop usage of GTK3_IM_MODULE/QT4_IM_MODULE, the former
    doesn't exist while the later is covered by QT_IM_MODULE
* Thu Oct 01 2015 tiwai@suse.de
- Add missing post/postun macro calls for updating desktops and
  icons (boo#947842)
- Remove superfluous ldconfig calls from the main package
  post/postun
* Thu Oct 01 2015 hillwood@linuxfans.org
- Use lua 5.2+, fix build in openSUSE_Factory
* Mon Aug 10 2015 i@marguerite.su
- fix boo#941052: /etc/X11/xim is broken: input methods
  (Fcitx, IBus and etc) do not start at all
- fix bashism in xim.d-fcitx
  * "return 0" can only be used in function or sourcing,
    so define functions
  * "type -p" command is not available in sh builtins,
    change to "-x"
  * other minor stuff
* Sat May 30 2015 Led <ledest@gmail.com>
- fix BuildRequires
* Sat May 30 2015 i@marguerite.su
- update version 4.2.9
  * [qt,core]use xkbcommon for compose
  * [qt,keyboard]use xkbcommon better by checking return value
  * [qt, core] adjust xkb context log level
  * [qt,core] adjust init order to ensure set log level works
  * [unicode] fix decimal unicode search
  * [qt] fix compose when fcitx is not running
  * [gtk] use xkbcommon also for gtk im context
  * [gtk] reset xkb compose state when context reset
  * [gtk, gclient] make connection and xkb context/table of
    fcitxclient shared
  * [gclient] fix some gtk-doc comment
  * [qt] disable qt lib by option
  * [core] fix invalid global imname
- clean specfile, drop fedora support
* Thu Apr 02 2015 i@marguerite.su
- update version 4.2.8.6
  * add kf5 kcm support