]> git.lyx.org Git - lyx.git/history - src/frontends/qt4
Encapsulate all menu related stuff inside Menu.cpp and simplify a few things.
[lyx.git] / src / frontends / qt4 /
2008-03-08 Abdelrazak YounesEncapsulate all menu related stuff inside Menu.cpp...
2008-03-08 André Pönitzshorter code..
2008-03-08 Abdelrazak Younes* Menu:
2008-03-08 Edwin Leuvenmore fixes (correct filename, and repair view file)
2008-03-08 André Pönitzcosmetics
2008-03-08 André Pönitzless string conversions as long as we stay in the frontend
2008-03-07 Edwin Leuvenfix broken dialog
2008-03-07 Richard HeckBaseClassList --> LayoutFileList
2008-03-07 André Pönitzcosmetics
2008-03-07 André Pönitzmerge MenuBackend into frontend/Menus
2008-03-06 André Pönitzstart moving MenuBackend to 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 André Pönitzmore of that...
2008-03-06 André Pönitzfrontend cosmetics
2008-03-06 Abdelrazak Younescompile fixes
2008-03-06 Richard HeckKill indexing into the list of layouts.
2008-03-06 Richard HeckSimplify the logic a bit here.
2008-03-06 André Pönitzmore of that
2008-03-05 André Pönitza few more docstring<->QString conversions
2008-03-05 Uwe StöhrGuiToolbar.cpp: compile fixes
2008-03-05 André Pönitzextend the idea of the previous patch a bit...
2008-03-05 Stefan Schimanski* preparation for the layout categories. Now the separa...
2008-03-05 Stefan Schimanski* fix wrong slot name
2008-03-05 André Pönitzmerge qlkey.h into the only .cpp file #including it
2008-03-05 André Pönitzdo what the FIXME suggested
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* 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-05 Pavel Sanda* hyperref: add check for newline chars in user input.
2008-03-04 Pavel SandaComments from Andre'.
2008-03-04 Stefan Schimanski* make lyx look a bit more like a Mac application by...
2008-03-04 Abdelrazak YounesAdd citations to Navigator.
2008-03-04 Jean-Marc Lasgouttesfix some compiler warnings
2008-03-04 Stefan Schimanski* even setModel can trigger focus events. So move also...
2008-03-04 Pavel SandaToC tree redrawing after resets.
2008-03-04 Abdelrazak YounesGuiView: Avoid unnecessary GUI updates if it was the...
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-03-04 Stefan Schimanski* cosmetic
2008-03-04 Stefan Schimanski* fix another crash due to the redraw opti-/minimizatio...
2008-03-04 Stefan Schimanski* work around for the bad memory of the treeview about...
2008-03-03 Stefan Schimanski* Hide popup asynchronously because we might be here...
2008-03-03 Stefan Schimanski* fix assert with 4.2.x when setting a null item delega...
2008-03-03 Abdelrazak Younes* GuiWorkArea::focusInEvent(): avoid unnecessary full...
2008-03-02 Jürgen Spitzmüller* WrapUI.ui:
2008-03-02 Uwe Stöhrfileformat incremented to 317:
2008-03-02 Abdelrazak YounesBug fix bis: disconnect and clearParams for GuiDialog...
2008-03-02 Abdelrazak YounesBug fix: disconnect and clearParams for GuiDialog based...
2008-03-02 Uwe StöhrGuiDocument.cpp: add linebreaks to error messages
2008-03-02 Jürgen Spitzmüller** subfig support **
2008-03-02 Abdelrazak YounesHopefully fix monolithic build.
2008-03-01 Richard HeckFix bug 4594.
2008-03-01 Richard HeckImprove handling of local layout files. There are two...
2008-02-29 Stefan Schimanski* bug fix to only do paragraph redraws, not fullscreen
2008-02-29 Abdelrazak YounesIntroduce BufferException so that we don't crash if...
2008-02-29 Richard HeckThis is the last of the commits that hopes to enforce...
2008-02-28 Richard HeckMore work towards type safety regarding TextClass's...
2008-02-28 Abdelrazak YounesGuiApplication::notify(): fine tune ErrorException...
2008-02-28 Edwin Leuvenset parent
2008-02-28 Richard Heckbaseclasslist --> BaseClassList singleton. Prep for...
2008-02-28 Stefan Schimanski* fix a memory corruption due to sligtly different...
2008-02-28 Stefan Schimanski* the longest completion does not depend on the competion.
2008-02-28 Stefan Schimanski* only remember the last selection if it didn't come...
2008-02-28 Stefan Schimanski* resorted completion options. Now by text and math.
2008-02-28 Stefan Schimanski* small indicator in the cursor to show that a completi...
2008-02-28 Stefan Schimanski* completion cursor
2008-02-28 Stefan Schimanski* cosmetic
2008-02-28 Pavel SandaFullscreen fixes (multiple windows & toolbar visibility).
2008-02-28 Enrico ForestieriFix crash on cygwin with completion in text mode.
2008-02-28 Richard HeckRemove TextClassPtr without losing the type safety...
2008-02-27 André Pönitzcosmetics
2008-02-27 Pavel SandaFullscreen mode fixes:
2008-02-27 Abdelrazak YounesAdd list of labels. If I have the time and energy the...
2008-02-27 Abdelrazak YounesGet rid of 'quitting' global variable. It is not needed...
2008-02-27 Abdelrazak YounesGuiView ctor: wrong property!
2008-02-27 Abdelrazak Younestypo
2008-02-27 Abdelrazak YounesComment out setQuitOnLastWindowClosed() call.
2008-02-27 Abdelrazak Younes* GuiView: Make use of the default settings WRT last...
2008-02-27 Abdelrazak YounesFix http://bugzilla.lyx.org/show_bug.cgi?id=4498
2008-02-27 Abdelrazak YounesGet rid of LyXFunc::closeBuffer()
2008-02-27 Abdelrazak YounesCleanup app quitting and window closing now that there...
2008-02-26 Stefan Schimanski* set the column with in the popup before showing it...
2008-02-26 Stefan Schimanski* escape hides the completion
2008-02-26 Abdelrazak Younes* GuiView::closeEvent(): adjust buffer closing WRT...
2008-02-26 Stefan Schimanski* undeflow fix for i == -1
2008-02-26 Stefan Schimanski* factored out hidePopup and hideInline
2008-02-26 Stefan Schimanski* "show popup without delay"-checkbox was missing a...
2008-02-26 Stefan Schimanski* don't show inline if the user did not want it, even...
next