]> git.lyx.org Git - lyx.git/history - src/frontends/qt3
minimal effort implementation of:
[lyx.git] / src / frontends / qt3 /
2006-08-24 Georg Baumclean up Abdel's cleanup
2006-08-23 Michael Schmittdrop linuxdoc support (part 3)
2006-08-16 Georg Baumautotools support for including moc files
2006-08-16 Bo PengAdd #include "xxx_moc.cpp" to xxx.C files, and stop...
2006-08-16 Abdelrazak YounesThis commit should hopefully fix all scrolling issues...
2006-08-15 Abdelrazak YounesThis commit transfers most of the LyXView use from...
2006-08-13 Lars Gullik BjønnesMerge the unicode branch into trunk.
2006-08-10 Edwin Leuvenremove accelerator keys (Alt+) from designer files...
2006-08-04 Bo PengAdd more controls to the view-source dialog.
2006-07-30 Bo PengAdd rc.geometry_height, geometry_width, geometry_xysave...
2006-07-30 Georg BaumFix redraw problems in qt3 and gtk
2006-07-27 Bo Pengload files from lyx_main.C instead of lyx_gui.C, do...
2006-07-13 Abdelrazak YounesGUI API Cleanup step 3: merge with "younes" branch.
2006-07-10 Michael Schmitt * gtk/lyx_gui.C:
2006-07-10 Abdelrazak Younesdelete Painter::fillPolygon() and associated frontend...
2006-07-10 Georg BaumSplit clipboard and X selection
2006-07-09 Lars Gullik BjønnesLet Meta be an alias for Alt
2006-07-09 Lars Gullik BjønnesFix some WorkArea fallouts
2006-07-08 Lars Gullik BjønnesExtracted from r14281
2006-07-08 Lars Gullik BjønnesExtracted from 14281
2006-07-08 Georg BaumMove more methods from WorkArea to Clipboard in qt3...
2006-07-08 Georg Baum * src/frontends/gtk/GuiImplementation.C: include config.h
2006-07-08 Michael Schmitt remove xforms relicts
2006-07-06 Lars Gullik BjønnesRemove quite a few compiler warnings:
2006-07-05 Georg BaumReduce calls of ::exit()
2006-07-03 Lars Gullik BjønnesExtracted from r14281 from the younes branch.
2006-07-03 Georg Baummerge booktabs branch
2006-07-01 Jürgen Spitzmüller* ui/QPrefUIModule.ui: fix layout.
2006-06-30 Lars Gullik Bjønnesdelete some emits that I missed, add comments about...
2006-06-30 Lars Gullik BjønnesDo not use the qt "keyword" emit. Make qt not emit...
2006-06-27 Jean-Marc LasgouttesPatch from Martin Vermeer for bug 2218.
2006-06-27 Jean-Marc Lasgouttes Renaming:
2006-06-26 Peter KümmelPass width = 0 and height = 0 as unsigned int to indica...
2006-06-26 Abdelrazak YounesGUI API Cleanup step 2: merge of the "younes" branch.
2006-06-23 Peter Kümmel * frontends/qt3/QtView.C: use QRect ctor, coding style
2006-06-22 Georg Baum * readd accidentally removed code (rev 14143)
2006-06-21 Peter Kümmelfix: qt3/qt4 save/restore of the window geometry and...
2006-06-20 Abdelrazak Younes* [qt3, xforms, gtk]/GuiImplementation::newWorkArea...
2006-06-20 Abdelrazak YounesThis is the merging of the GUI API cleanup branch that...
2006-06-19 Jürgen SpitzmüllerThe Grand Font Selection Redesign:
2006-06-18 Peter Kümmelrestore (14087) save/load geometry logic of qt3
2006-06-16 Jean-Marc Lasgouttesuse our own font width cache with Qt/Mac
2006-06-15 Peter Kümmeldon't break the geometry option
2006-06-14 Georg Baum * src/frontends/qt3/lyx_gui.C: compile fix
2006-06-14 Peter Kümmelload and restore correct windows postion
2006-06-14 Peter Kümmelload and restore correct windows postion
2006-06-13 Peter Kümmelcoding style and readability corrections
2006-06-13 Peter KümmelQt3/Qt4:
2006-06-07 Georg BaumFix crash on exit (bug 2549) by correct usage of QAppli...
2006-06-03 Martin Vermeer Add support for framed.sty
2006-06-03 Georg Baum * src/frontends/qt3/lyx_gui.C
2006-06-02 Abdelrazak YounesThis patch removes qscreen.[Ch] and simplify the cursor...
2006-05-30 Jean-Marc Lasgouttes* src/frontends/*/lyx_gui.C:
2006-05-29 Bo PengMove window width/height/posx/posy from frontends to...
2006-05-25 Abdelrazak Younesqt3/qfont_loader.h: added comment about pointer reference.
2006-05-20 Georg Baum * src/format.[Ch]
2006-05-20 Jean-Marc Lasgouttes* src/frontends/qt3/qfontloader.C (initFontPath, ~FontL...
2006-05-10 Lars Gullik BjønnesRemove the now superseeded SConscript files, and some...
2006-05-09 Bo PengMake scons work on mingw/windows, from Bo Peng (ben...
2006-05-08 Michael Schmittfix LFUN enum values (some of them were broken by r13801)
2006-05-07 Bo Pengscons-based build system, by Bo Peng (ben.bob@gmail...
2006-05-07 Georg BaumImplement GUI for fixed size math delimiters (by Enrico...
2006-05-05 André Pönitzrename LFUN enum values according to their command...
2006-05-02 Georg Baum * src/frontends/qt3/moc/Makefile.am: Remove extra...
2006-05-01 Georg BaumConvert ui files to qt3 format:
2006-04-28 Martin Vermeer Change capitalization for outline (DOWN -> Down etc.)
2006-04-25 Bo PengAdd lyxrc.use_lastfilepos and load_session to the prefe...
2006-04-24 Lars Gullik Bjønnes* Rename src/frontends/qt2 to src/frontends/qt3,