]> git.lyx.org Git - features.git/history - src/frontends/qt4/GuiToolbar.cpp
more latin1..utf8 schanges. all of src/* should be utf8 now
[features.git] / src / frontends / qt4 / GuiToolbar.cpp
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-10-31 Jean-Marc Lasgouttesfix crash when filtering layout combox with non-ascii...
2008-09-21 Abdelrazak YounesReset the geometry and ui settings whenever a change...
2008-09-13 Abdelrazak YounesParagraph::inInset() shall not be used if the owner...
2008-08-15 Jean-Marc LasgouttesFix crash when the Gui Name of a toolbar is not plain...
2008-08-01 Richard HeckChange the "empty layout" to the "plain layout", to...
2008-07-24 Jürgen Spitzmüller* GuiToolbar.cpp:
2008-07-16 Jürgen Spitzmüller* GuiToolbar.cpp (updateContents):
2008-07-16 Richard HeckReinstate the commented out check, now that I've figure...
2008-07-16 Richard HeckClean up the unknown layout stuff some more. Please...
2008-07-16 Richard HeckFix for bug 5053. There are still some serious problems...
2008-07-11 Bo PengImprove the local layout feature by better handling...
2008-07-10 Richard HeckRename empty layout stuff to plain layout stuff.
2008-06-24 Jean-Marc Lasgouttessuppress warning
2008-06-19 Abdelrazak YounesSome more fixes to icon size and session settings.
2008-06-19 Abdelrazak Younesfix http://bugzilla.lyx.org/show_bug.cgi?id=4957
2008-06-05 Abdelrazak YounesMac compil fixes.
2008-06-05 Abdelrazak YounesProvide a generic way to retrieve icons from the frontend.
2008-05-28 Abdelrazak YounesGuiToolbar::fill(): only once.
2008-05-28 Abdelrazak Younesstartup optimisation: delay toolbar filling until it...
2008-05-27 Abdelrazak YounesRe-engineer the toolbar support code:
2008-05-25 Abdelrazak Younesa bunch of toolbar related renaming.
2008-05-09 Stefan Schimanski* compare locale aware
2008-04-30 Jean-Marc Lasgouttesrename assert.h to lassert.h
2008-04-20 André Pönitzcosmetics
2008-04-10 André Pönitzinfrastructure for 'graceful asserts'
2008-04-08 Jürgen Spitzmüller* GuiToolbar.cpp (sorted_ong_map):
2008-04-08 Edwin Leuvenresuscitate Vert.png as vert2.png
2008-03-24 Richard HeckMinor cleanup.
2008-03-17 Jean-Marc Lasgouttesuse consistent ifdefs for the mac
2008-03-17 Richard HeckCosmetics.
2008-03-14 Stefan Schimanski* only for Mac
2008-03-14 Stefan Schimanski* copy icon size to new GuiView from the last GuiView
2008-03-14 Stefan Schimanski* remove the need of an active GuiView
2008-03-13 Jean-Marc Lasgouttestwo uninitialized variables uncovered by valgrind,...
2008-03-12 Stefan Schimanski* recover the status bar by only showing the layout...
2008-03-11 Stefan Schimanski* use base color for layout list background. Qt docs...
2008-03-10 Stefan Schimanski* simplified layout list a lot by subclassing QItemDele...
2008-03-10 Stefan Schimanski* remove style, left from debugging
2008-03-10 Stefan Schimanski* patch by Pavel to make the layout list look like...
2008-03-10 Stefan Schimanski* use small font for the header metrics
2008-03-10 Stefan Schimanski* compile fix
2008-03-10 Stefan Schimanski* reduce spacing in layout list
2008-03-10 Stefan Schimanski* center RTF text vertically correctly in layout list
2008-03-10 Stefan Schimanski* draw full line for empty categories
2008-03-10 Stefan Schimanski * center the line in the layout category headers...
2008-03-08 André Pönitzless string conversions as long as we stay in the frontend
2008-03-06 Richard HeckChange the interface to a paragraph's layout. We still...
2008-03-06 Richard HeckChanges LayoutList from a vector<LayoutPtr> to a vector...
2008-03-06 Richard HeckKill indexing into the list of layouts.
2008-03-06 Richard HeckSimplify the logic a bit here.
2008-03-05 Uwe StöhrGuiToolbar.cpp: compile fixes
2008-03-05 Stefan Schimanski* preparation for the layout categories. Now the separa...
2008-03-05 Stefan Schimanski* cosmetic
2008-03-05 Stefan Schimanski* is.at is const, is[] is a deep non-const copy
2008-03-05 Stefan Schimanski* clear filter when showing popup of layout list
2008-03-05 Stefan Schimanski* cosmetic
2008-03-05 Stefan Schimanski* adjust layout list size to contents
2008-03-05 Stefan Schimanski* cosmetic
2008-03-05 Stefan Schimanski* even when sorted alphabetically keep the separation...
2008-03-05 Stefan Schimanski* draw the separator as a menu separator
2008-03-05 Stefan Schimanski* let the cleanlook style show the check mark. It norma...
2008-03-05 Stefan Schimanski* Leave page size at it is to avoid strange layout...
2008-03-05 Stefan Schimanski* rich text item delegate to draw the layout filter...
2008-03-04 Stefan Schimanski* sorting depends on translated string, i.e. column...
2008-03-04 Stefan Schimanski* fix sorting of layout names
2008-03-04 Stefan Schimanski* cosmetic
2008-03-04 Stefan Schimanski* custom keyboard search/filter which shows only those...
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-24 Richard HeckImprove comment.
2008-02-24 Richard HeckAndre's s/getTextClass/textClass/ cleanup.
2008-02-24 Richard HeckRevert 23154.
2008-02-23 André Pönitzmostly s/Paragraph::layout(...)/Paragraph::setLayout...
2008-02-23 André PönitzReplace the text class shared ptr by good old index...
2008-02-18 Abdelrazak Younesheader cleanup
2008-02-12 Richard HeckFix bug 4037 and related problems. The patch has been...
2008-02-07 Abdelrazak Younes* GuiLayoutBox: fix initial readonly disabled state...
2008-02-03 Richard HeckSome comments about a better way to do things.
2008-01-19 Pavel SandaCorrect toolbar environment sorting for other locales.
2008-01-19 Pavel SandaEnvironment toolbar is not updated after selection...
2008-01-17 Abdelrazak Younesadd some const.
2008-01-17 Abdelrazak YounesDelay IconPalette construction.
2008-01-17 Abdelrazak Younesstring optimizations.
2008-01-17 Abdelrazak YounesIntroduce class MenuButton in order to delay the math...
2008-01-16 Edwin Leuvendon't update parent and make sure the icon sizes on...
2008-01-16 Edwin Leuveninitialize iconpalettes only when the user asks for...
2008-01-16 Abdelrazak YounesIntroduce class PaletteButton in order to delay the...
2007-12-25 Abdelrazak YounesFix graphics file name. It is textrm_O.png, not textrm_...
2007-12-12 André Pönitzcosmetics
2007-12-12 Abdelrazak Younesgetting rid of superfluous lyx::support:: statements.
2007-12-12 Abdelrazak Younesgetting rid of superfluous std:: statements.
2007-12-12 Abdelrazak Younes'using namespace std' instead of 'using std::xxx'
2007-11-29 André PönitzMove debug.{cpp,h}, Messages.{cpp,h} and gettext.{cpp...
2007-11-26 Abdelrazak YounesPlease JMarc: Make sure we always pass through LyXFunc...
2007-11-20 Abdelrazak YounesFix initial disabling of the layout combo.
2007-11-20 Abdelrazak Younes- Cleanup and simplify the layout list GUI handling.
2007-11-15 André Pönitzreduce line noise
2007-11-10 Pavel SandaFix bug 2739: Option for alphabetical sorting of enviro...
2007-11-07 Abdelrazak YounesIntroducing TextClassPtr.h to minimize header dependencies.
next