1. 14 Şub, 2013 12 kayıt (commit)
    • Tor Lillqvist's avatar
      Add this single-line file · c30e94a9
      Tor Lillqvist yazdı
      Change-Id: Ie7158a6bc09c9f6a276799c22eef560aa5570a11
      c30e94a9
    • Andras Timar's avatar
      Updated core · cbc96131
      Andras Timar yazdı
      Project: help  ee22530d05859a866bb47700dbeeeed885e0c94e
      cbc96131
    • Tor Lillqvist's avatar
      Start on Bluetooth code for the Impress Remote for OS X · 100ac087
      Tor Lillqvist yazdı
      Work in progress. It sets up the SDP service record and registers it,
      and that seems to work. Does not do anything with it yet.
      
      I wonder if the current approach to use the standard SerialPort
      service class will work for Macs, as they by default have one
      SerialPort service running, "Bluetooth-PDA-Sync", whatever that
      is.
      
      There is no code in the Android app to handle the case of there being
      several Serial Port services on the computer it wants to connect to,
      so what happens then when there are two will be interesting to see.
      
      (I can't find in the Android API any way to enumerate services that
      use the same service class. If there was, the app could choose the
      correct one based on its name.)
      
      So probably we should pretty soon switch to using a dedicated service
      class UUID instead of using the standard serial port one. As we
      already have the app out in the wild it will probably have to be
      modified to look for both Serial Port and our own service then? Sigh.
      
      Change-Id: I1bee6403642e9b8953b5a8fa8fb5fe6a9dc76a09
      100ac087
    • Caolán McNamara's avatar
      move macro security dialog to xmlsecurity · 28482771
      Caolán McNamara yazdı
      split out security page and adapt code
      
      Change-Id: I51dbd48b2ff4f65f6806fac70bda27ee15d4e176
      28482771
    • Caolán McNamara's avatar
      add a custom wrap prop to radiobuttons/checkboxes · 431f0b0d
      Caolán McNamara yazdı
      Change-Id: Idccf3eceb8e9c8a42027dc837eb6d5b405fece67
      431f0b0d
    • Caolán McNamara's avatar
      make compilable on RHEL-6 · 97f04c8e
      Caolán McNamara yazdı
      Change-Id: I5d0e2c23af1972c84e999ad458ae47703d94e9e0
      97f04c8e
    • Caolán McNamara's avatar
      Updated core · cb4b27a7
      Caolán McNamara yazdı
      Project: help  f7693017b6f2faa411a75a1827b2dcbcd8c9ca17
      cb4b27a7
    • Julien Nabet's avatar
      MODKEY_BigOrtho is never defined · 4fb73c54
      Julien Nabet yazdı
      Change-Id: Ifd7c7f634860ced0021bf6c6b99d1e0ea0615a7c
      Reviewed-on: https://gerrit.libreoffice.org/2126Reviewed-by: 's avatarTor Lillqvist <tml@iki.fi>
      Tested-by: 's avatarTor Lillqvist <tml@iki.fi>
      4fb73c54
    • Matúš Kukan's avatar
      Get Labels.xcu out of configuration data. · d1f7124c
      Matúš Kukan yazdı
      Modify the file format, install separately into share/labels,
      and parse it using xmlreader when needed.
      Saves time on startup and reduces pointless configurarion size.
      d1f7124c
    • Tor Lillqvist's avatar
      i18nisolang1 is not a module;) · 8cefe14f
      Tor Lillqvist yazdı
      Change-Id: I3e239258e9f5d20c57a46f8c70b0558dfb7813ff
      8cefe14f
    • Andras Timar's avatar
      Updated core · 528467cc
      Andras Timar yazdı
      Project: help  0142ad19adb30534ba07908356f9139f0257c808
      528467cc
    • Tor Lillqvist's avatar
      Build DESKTOP stuff for BUILD only if HOST is of type DESKTOP · f9890873
      Tor Lillqvist yazdı
      The helplinker library has grown a dependency on the svt and tl libraries. But
      the helpcompiler module is needed to be built for the BUILD platform only if
      the HOST platform's BUILD_TYPE includes DESKTOP (or only if its BUILD_TYPE
      includes HELP?).
      
      We used to build helpcompiler and some other things for the BUILD platform
      depending on whether the BUILD platform's BUILD_TYPE included DESKTOP.
      
      Also, codemaker should surely be built for BUILD unconditionally, ant xmlhelp
      presumably not at all.
      
      Change-Id: I3df995ce6b92da4ce9eb35115cf3e8560e06f292
      f9890873
  2. 13 Şub, 2013 28 kayıt (commit)