]> git.lyx.org Git - lyx.git/history - src/frontends/qt4/GuiTabular.cpp
Fix handling of the add branch textfield in GuiBranches
[lyx.git] / src / frontends / qt4 / GuiTabular.cpp
2011-12-19 Georg BaumEnsure that head/foot cannot be unset as long is the...
2011-06-20 Richard HeckCosmetic improvements to tabular dialog.
2011-02-16 Vincent van RavesteijnFix bug #7308: Table settings dialog broken.
2011-02-04 Edwin Leuvenattempt at consistency in widget naming in tabular...
2011-02-04 Edwin Leuvenforgot to initialize the tabular width length validator
2011-02-04 Edwin Leuvenupdate tabular width fields in dialog correctly
2011-02-03 Edwin Leuvensupport for tabular*
2010-12-10 Uwe StöhrGuiTabular.cpp: typo
2010-12-09 Pavel SandaDefault decimal point mask is not translatable string
2010-12-04 Abdelrazak YounesFix #7021: the problem was that activating the border...
2010-11-29 Uwe StöhrGuiTabular.cpp: fix #3517
2010-11-20 Uwe StöhrInsetTabular.cpp: correct alignment for multirows:
2010-11-08 Uwe StöhrGuiTabular.cpp: workaround fix for #7022
2010-11-07 Uwe StöhrGuiTabular: support for multirow offset; fileformat...
2010-11-07 Uwe StöhrGuiTabular.cpp:
2010-11-03 Uwe StöhrGuiTabular.cpp: add comments
2010-11-02 Abdelrazak YounesTable dialog: Fix enabling/disabling of first header...
2010-11-01 Uwe StöhrGuiTabular.cpp: fix #7006: the caption checkbox was...
2010-11-01 Uwe StöhrGuiTabular.cpp: add a comment
2010-11-01 Abdelrazak YounesFix bug #6997
2010-10-31 Uwe StöhrGuiTabular.cpp: apply immediately for all edit fields...
2010-10-30 Uwe StöhrGuiTabular.cpp: display width and alignment for multiro...
2010-10-30 Uwe StöhrInsetTabular.cpp; remove SET_SPECIAL_MULTIROW because...
2010-10-30 Uwe StöhrGuiTabular.cpp: fix #7001
2010-10-30 Jürgen Spitzmüller* GuiTabular.cpp:
2010-10-29 Uwe StöhrInsetTabular: implement some SET/UNSET functions as...
2010-10-29 Uwe StöhrGuiTabular.cpp: table caption inside table is only...
2010-10-29 Uwe StöhrGuiTabular.cpp: fix #6585
2010-10-20 Uwe StöhrGuiTabular.cpp: fix #6957
2010-08-25 Jürgen Spitzmüllerfix cutnpaste error.
2010-08-25 Jürgen Spitzmüller* GuiTabular.{cpp,h}:
2010-08-25 Uwe StöhrGuiTabular.cpp: fix another FIXME
2010-08-25 Uwe StöhrGuiTabular.cpp: fix #6859 and a FIXME
2010-08-14 Jürgen Spitzmüller* GuiTabular.cpp:
2010-06-05 Edwin Leuvenadd support for decimal alignment in tables
2010-03-06 Abdelrazak YounesTry to restore longtable dialog to a semi functional...
2010-02-19 Abdelrazak YounesFix cell width initial fill-in.
2010-02-19 Abdelrazak Younesr33506: better fix for table borders.
2010-02-19 Abdelrazak YounesReally fix table borders toggling.
2010-02-19 Abdelrazak YounesTabular dialog: fix border setting/unsetting bug.
2010-02-18 Abdelrazak Younes* InsetTabular cleanup:
2010-02-11 Abdelrazak YounesGuiTabular despaghettization: pass out tabular_ instead...
2010-02-11 Uwe Stöhrsupport for multirows in tables:
2010-02-09 Abdelrazak YounesTransfer LyXfunc code to GuiApplication::dispatch(...
2010-01-29 Jürgen Spitzmüllerrevert unintended commit parts.
2010-01-29 Jürgen Spitzmüller* fix spelling in comments to please John.
2009-11-08 Abdelrazak YounesUniformize Inset construction (passing Buffer * everywh...
2009-09-05 Abdelrazak Younes* GuiView: get rid of Buffer() and documentBuffer(...
2009-07-16 Vincent van RavesteijnFix bug #6070: Width unit cannot be set in tabular...
2009-07-13 Uwe Stöhrupdate author settings for the files I recently notably...
2009-07-11 Uwe StöhrTabularUi: follow our naming convention
2009-07-11 Uwe Stöhr- GuiTabular.cpp: longtables cannot have a vertical...
2009-07-11 Uwe Stöhr- support for longtable alignment, fileformat change
2009-07-11 Uwe StöhrGuiTabular.cpp: revert r30422 as discussed o the list
2009-07-09 Uwe StöhrGuiTabular.cpp: fix #6057
2009-07-07 Uwe StöhrGuiTabular.cpp: correct a comment
2009-05-17 Vincent van RavesteijnFix a few enable/disable problems for longtables:
2009-05-17 Enrico ForestieriCorrect typo (his -> this).
2009-05-17 Jürgen Spitzmüllerformatting.
2009-02-12 Uwe StöhrGuiTabular.cpp, InsetTabular.cpp: fix http://bugzilla...
2009-02-10 Uwe StöhrGuiTabular, InsetTabular: fix http://bugzilla.lyx.org...
2009-02-09 Vincent van RavesteijnAdd a comment for r28404.
2009-02-09 Uwe StöhrGuiTabular.cpp: a whitespace fix
2009-02-08 Vincent van RavesteijnPrevent assertion when closing LyX with GuiTabular...
2009-02-06 Jean-Marc LasgouttesMove the half baked code that guesses whether to defaul...
2008-11-17 Vincent van RavesteijnFix some small Tabular UI glitches
2008-11-14 André Pönitzmore latin1..utf8 schanges. all of src/* should be...
2008-11-14 André Pönitzthrid attempt at changing the naming pattern of the...
2008-09-29 Abdelrazak YounesDialogs: discourage non const access to buffer() and...
2008-05-04 Edwin Leuvenfix: http://bugzilla.lyx.org/show_bug.cgi?id=4688
2008-04-21 Abdelrazak YounesTabular de-spaghettization, step 2: move functions...
2008-04-21 Abdelrazak YounesTabular de-spaghettization, step 1.
2008-03-27 André Pönitzremove remaining MailInsets.
2008-03-18 Edwin LeuvenFree line setting in tabulars. FILE FORMAT CHANGE.
2008-02-17 Abdelrazak Younesheader cleanup
2008-02-17 Abdelrazak YounesFactorize closeEvent() for GuiDialog based dialogs.
2008-02-05 Abdelrazak YounesFactorize out the way window titles are handled.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-23 Abdelrazak YounesTransfer some more dialog related code from core to...
2007-10-13 Abdelrazak YounesMove Inset::Code to InsetCode.h
2007-10-09 André Pönitzfinally merge Dialog and Controller
2007-10-09 André Pönitzmove Controller inheritance further up the tree
2007-10-06 André Pönitznext one
2007-09-27 Abdelrazak YounesAdd session support to some more dialogs.
2007-09-11 André Pönitzshuffle stuff around
2007-09-11 André Pönitzcosmetics
2007-09-11 André Pönitzless functions
2007-09-10 André Pönitzshuffle some frontend stuff around. merge controller...
2007-09-05 André Pönitzthe fun begins....
2007-09-04 Edwin Leuvenlil' cleanup
2007-09-04 Edwin Leuvenrenaming of some methods that hurt the eyes + removal of:
2007-09-03 André Pönitzmerge ButtonController and its view (Qt2BC in this...
2007-09-02 André Pönitzall CheckedWidgets are line edits...
2007-09-02 André Pönitzsimplify ButtonPolicy machinery
2007-08-31 André PönitzMerge QController into individual dialogs. Also various...
2007-08-31 André Pönitzmove our stuff off the Q* namespace