Re: [PATCH 16/17] Remove unused strings from ui files

2014-12-24 Thread Joakim Bygdell
widget class=QLineEdit name=filterInternalList diff --git a/qt-ui/tableview.ui b/qt-ui/tableview.ui index 7386723..dce3fb7 100644 --- a/qt-ui/tableview.ui +++ b/qt-ui/tableview.ui @@ -10,12 +10,6 @@ height300/height /rect /property - property name=windowTitle -

Re: [PATCH 16/17] Remove unused strings from ui files

2014-12-24 Thread Anton Lundin
On 24 December, 2014 - Joakim Bygdell wrote: widget class=QLineEdit name=filterInternalList diff --git a/qt-ui/tableview.ui b/qt-ui/tableview.ui index 7386723..dce3fb7 100644 --- a/qt-ui/tableview.ui +++ b/qt-ui/tableview.ui @@ -10,12 +10,6 @@ height300/height /rect

Re: [PATCH 16/17] Remove unused strings from ui files

2014-12-24 Thread Dirk Hohndel
On Wed, Dec 24, 2014 at 01:38:34PM +0100, Anton Lundin wrote: Its the title property who have bin serving as some sort of spacer, i guess. We should fix so the add + button takes the approperiate space. Meanwhile you can: diff --git a/qt-ui/tableview.ui b/qt-ui/tableview.ui index

Re: [PATCH 16/17] Remove unused strings from ui files

2014-12-24 Thread Anton Lundin
On 24 December, 2014 - Dirk Hohndel wrote: On Wed, Dec 24, 2014 at 01:38:34PM +0100, Anton Lundin wrote: Its the title property who have bin serving as some sort of spacer, i guess. We should fix so the add + button takes the approperiate space. Meanwhile you can: diff --git

Re: [PATCH 16/17] Remove unused strings from ui files

2014-12-24 Thread Dirk Hohndel
On December 24, 2014 9:16:45 AM Anton Lundin gla...@acc.umu.se wrote: On 24 December, 2014 - Dirk Hohndel wrote: On Wed, Dec 24, 2014 at 01:38:34PM +0100, Anton Lundin wrote: Its the title property who have bin serving as some sort of spacer, i guess. We should fix so the add + button

[PATCH 16/17] Remove unused strings from ui files

2014-12-17 Thread Anton Lundin
This removes unused strings from ui files. These showed up for translation and are quite meaningless to translate. Signed-off-by: Anton Lundin gla...@acc.umu.se --- qt-ui/listfilter.ui | 6 +- qt-ui/tableview.ui | 6 -- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git