1. 13 Şub, 2013 4 kayıt (commit)
    • Kohei Yoshida's avatar
      bnc#802350: Cell validation is not a special (cell) content. · 6a4edb34
      Kohei Yoshida yazdı
      Cell validation is stored as cell attributes which are stored with
      columns not with cells.  When HasSpecialContent() is true, it flags
      the *cell* not empty, which in turns causes AddTextAndValueCell to
      iterate over every single cell position for all repeated columns
      and rows.  That can very very slow when the number of repeated rows
      is very high.
      
      Since cell validation is stored with columns, skipping empty cells
      even when they have cell validation settings set won't cause any
      issues, and all cell validation settings are imported correctly even
      after this change.
      
      With the test document I have (confidential), this change alone reduces
      the load time from 30 seconds to 0.3 seconds.
      
      Change-Id: I84fa4cec50172ccd02eca1042c8fafb93d1cfc73
      6a4edb34
    • Tor Lillqvist's avatar
      Don't return from the CommunicationService.run() method · 871712ad
      Tor Lillqvist yazdı
      This fixes connecting to one computer after connecting to another failed.
      
      Change-Id: I5b13d186d32690a91e4290c81c8d2e12a0a1f2be
      871712ad
    • Tor Lillqvist's avatar
      Do display the computer name in the dialog when connection failed · 30791330
      Tor Lillqvist yazdı
      The latestInstance lifecycle and mName initialisation was borked.
      
      Change-Id: If7ef8a15fdc297e0fe6e401399a3b94dcd8d08c5
      30791330
    • Tor Lillqvist's avatar
      Add comments, logging, empty lines · 2244bb14
      Tor Lillqvist yazdı
      Change-Id: Ife81ec74b36f71782997219e36ac926ea429c297
      2244bb14
  2. 12 Şub, 2013 36 kayıt (commit)