- Feb 07, 2007
-
-
Rene Brun authored
-Remove obsolete code git-svn-id: http://root.cern.ch/svn/root/trunk@17739 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 04, 2007
-
-
Rene Brun authored
-Move enum EColorType to Rtypes.h -Move enum EMarkerStyle to TAttMarker -Move enum ELineStyle to TAttLine -Replace all references to Htypes.h or Gtypes.h by Rtypes.h git-svn-id: http://root.cern.ch/svn/root/trunk@17680 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 29, 2007
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@17551 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 26, 2007
-
-
Rene Brun authored
TQtSymbolCodec.h: ================ - remove the compilation warning TGQt.cxx, TGQt.h ================ - Two new methods: SetFileName GetNewFileName to generate the file names for the simple animations - Add QTDIR to include path and lib path to build the Qt-based applications via ACliC - Fix to take in account the pixmap file name may be followed by the sumbol "+NN" TQtWidget.cxx: ============= - Remove the CPP flags that introduced the redundant ROOT version dependency. - Fix to take in account the pixmap file name may be followed by the symbol "+NN" LinkDef.h: =========== Add two ROOT C++ function (to be ROOT Slots): QConnectCint QConnectTerminate and the new class TQtRootSlot to the ROOT dictionary TQtMarker: ========= - Copy ctor and operator=() have been introduced QtWidget.h, TQtTimer.h, TQtClientWidget.h TQtClientFilter.h, TQMimeTypes.h ===================================================================== - Clean up. Remove the redundant CPP flags TQtApplication.h ================ Clean up. The dummy copy ctor and operator=() have been introduced New TQtRootSlot class: ====================== (see: TQtRootSlot.h, TQtRootSlot.cxx) The new class TQtRootSlot to connect the Qt signals with the arbitrary ROOT slots. git-svn-id: http://root.cern.ch/svn/root/trunk@17523 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 13, 2006
-
-
Rene Brun authored
"An extra protection against an erroneous "Gui.Prompt" value" the use case was reported via http://root.cern.ch/phpBB2/viewtopic.php?p=17124#17124 ) git-svn-id: http://root.cern.ch/svn/root/trunk@17206 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 12, 2006
-
-
Rene Brun authored
This is to make Qt compiled against of the newest version of the �winnt� git-svn-id: http://root.cern.ch/svn/root/trunk@17198 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
There's a missing `#include <cassert>' in the Qt code. CVe: ---------------------------------------------------------------------- git-svn-id: http://root.cern.ch/svn/root/trunk@17190 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 10, 2006
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16742 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 07, 2006
-
-
Ilka Antcheva authored
- fix a bug discovered with valgrind git-svn-id: http://root.cern.ch/svn/root/trunk@16699 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 30, 2006
-
-
Ilka Antcheva authored
The Qt plug-in does not respect installs when the ROOT sources have been configured with the `--prefix' option. The problem is in `qt/src/TGQt.cxx'. I've attached a patch that fixes the problem. git-svn-id: http://root.cern.ch/svn/root/trunk@16651 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 04, 2006
-
-
Ilka Antcheva authored
- new rule to distinguish Qt4 "qmake" vs Qt3 qmake git-svn-id: http://root.cern.ch/svn/root/trunk@16430 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
- new method for painting the QPixmap object in the currently selected TPad / TCanvas TGQt::CopyPixmap(const QPixmap &p, Int_t px1, Int_t py1) git-svn-id: http://root.cern.ch/svn/root/trunk@16429 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 30, 2006
-
-
Ilka Antcheva authored
- fix a resize widget bug for Win32 git-svn-id: http://root.cern.ch/svn/root/trunk@16168 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
- new static methods to get the QWidget pointer for TCanvas git-svn-id: http://root.cern.ch/svn/root/trunk@16167 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
- fix the color "sex" rgb:bgr for Win32 git-svn-id: http://root.cern.ch/svn/root/trunk@16166 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
- remove the redundant assert git-svn-id: http://root.cern.ch/svn/root/trunk@16165 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
- add the Qt 4 version the Qt-layer can be compiled against of git-svn-id: http://root.cern.ch/svn/root/trunk@16164 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 24, 2006
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@16111 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 15, 2006
-
-
Ilka Antcheva authored
menu hot keys if NumLock is ON git-svn-id: http://root.cern.ch/svn/root/trunk@16003 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 05, 2006
-
-
Rene Brun authored
- re-implement TGQt::TVirtualX::GrabKey method via Qt QAccel class to make ROOT GUI keyboard navigation work properly. git-svn-id: http://root.cern.ch/svn/root/trunk@15695 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 28, 2006
-
-
Ilka Antcheva authored
- moved the QApplication::processEvents calling sequence from TGQt::EventPending to TGQt::NextEvent method. It should "reduce" the probability of the "dead lock" for the Qt-based multi-threaded ROOT applications. The problem was popped up under recent ROOT just by chance. It might have been seen under either ROOT versions. The TGQt::EventsPending() method was written to facilitate the Win32 multi-thread Win32 GUI layer. Since Qt-version on all platforms uses the single threaded GUI the method in question can be reshaped. I have done that. git-svn-id: http://root.cern.ch/svn/root/trunk@15590 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 27, 2006
-
-
Ilka Antcheva authored
qt/inc/rootlibs.pr - bug fix (better check the Qt-layer presence) TGQt.h - added the static TGQt::iwid() method to the RootCint dictionary TQtApplication.cxx, - removed the redundant header file git-svn-id: http://root.cern.ch/svn/root/trunk@15567 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 30, 2006
-
-
Ilka Antcheva authored
TGQt.cxx,GQtGUI.cxx, TGQt.h: - protection: SetDynamicPath caused SegFault on Win32 - Add "const" to some methods as needed - Activate setCompositionMode for Qt 4.1.2 - Add Getter/Setter for the alpha channel with Qt 4.1.2 TQtClientGuard.cxx: - Compilation warning with Qt 4.1.2 TQtBrsuh: - Add "const" to some methods as needed git-svn-id: http://root.cern.ch/svn/root/trunk@15222 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 10, 2006
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14985 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 08, 2006
-
-
Ilka Antcheva authored
Qt 4.1.2 adjustment in: TQtWidget.cxx - replace the deprecated by Qt4 "bitBlt" method with QPainter::drawPixmap GQt.cxx.cxx - comment out "QPainter::setCompositionMode" to avoid the Qt4 run-time warning for time being. QtGUI.cxx: - Qt4 corrections accidentally missed in the previous merge TQtClientWidget.cxx, TQtClientWidget.h: - Move class ctor to the implementation code git-svn-id: http://root.cern.ch/svn/root/trunk@14950 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 03, 2006
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14906 27541ba8-7e3a-0410-8455-c3a389f83636
-
Ilka Antcheva authored
TQtEmitter.h - fixed the missing forward declaration TQtApplication - Change TQtApplication signature to avoid crash under Qt 4.1.2 rootlibs.pri - Rename the QtRoot DLL name to avoid the clash with Qt 4.1 TGQt.cxx - Extra protection against of crash under Qt 4.1 TQtWidget - Add the default "cint/include" library path git-svn-id: http://root.cern.ch/svn/root/trunk@14901 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 14, 2006
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14701 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 12, 2006
-
-
Philippe Canal authored
only if explicitly requested (gmake qtcint) and created it in $ROOTSYS/lib git-svn-id: http://root.cern.ch/svn/root/trunk@14680 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 07, 2006
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14586 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 03, 2006
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14536 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 01, 2006
-
-
Philippe Canal authored
I removed: 1. Obsolete Qt classes 2. Class to back Qt/Embedded "QWS" 3. Nestcape plugiin classes "QNT" 4. Qt templated container. One should use ROOT container instead. To test thing you try the simple example (with Qt-layer "on" of course) root [0] .L $ROOTSYS/cint/include/qtcint.dll root [1] cout << QFileDialog::getOpenFileName() << endl; This should popup the Qt "Open File Dialog" and print out the file name one may have selected. git-svn-id: http://root.cern.ch/svn/root/trunk@14521 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 29, 2006
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14475 27541ba8-7e3a-0410-8455-c3a389f83636
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14470 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 27, 2006
-
-
Ilka Antcheva authored
- Automatically add "$QTDIR/include" for ACLiC (thanks Kerry) git-svn-id: http://root.cern.ch/svn/root/trunk@14421 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 24, 2006
-
-
Ilka Antcheva authored
- removed redundand classes: TQtApplicationThread.h, TQtRootThread.h, TQtTermInputHandler.h, TQtThread.h, TQtThreadStub.h, TRootMainThread.h, TQtApplicationThread.cxx, TQtRootThread.cxx, TQtTermInputHandler.cxx, TQtThread.cxx, GQtGUIThread.cxx - removed from the rest Qt code the statements related to the classes above - added TQtLockGuard.h, TQtEmitter.h - removed all WiN32 redundant dependencies - added Qt4 CPP compilation flag for future transition to Qt4 TQtWidget - for "pure" Qt GUI application disable ROOT prompt, ROOT terminal input handler and CTRL-C signal handler "by default". To get the ROOT interactive command mode back the statement: "Gui.Prompt true" should be present in the .rootrc file to enable the standard ROOT command mode option git-svn-id: http://root.cern.ch/svn/root/trunk@14410 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 18, 2006
-
-
Fons Rademakers authored
Dictionary G__%.o: G__%.cxx rules now in main Makefile instead of Module.mk's => changes in Module.mk. First Module.mk's included, then Makefile.precomp - we need ALLHDRS defined Split $(PCHEXTRAOBJ) and $(PCHFILE) rules - fixes clash with make -j2 Define CINTCXXFLAGS:= - otherwise they will contain PCHCXXFLAGS via their definition as a copy of CXXFLAGS. MSVC: prevent LNK4206 linker warning (-Yl...) git-svn-id: http://root.cern.ch/svn/root/trunk@14301 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 18, 2006
-
-
Philippe Canal authored
I used it for three new targets cint/include/pthread.dll cint/include/qtcint.dll and (just for the example) cint/include/stdfunc.dll git-svn-id: http://root.cern.ch/svn/root/trunk@14057 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 20, 2006
-
-
Rene Brun authored
Several changes in the Module.mk to run rootcint with the option gccxml. git-svn-id: http://root.cern.ch/svn/root/trunk@13881 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 19, 2006
-
-
Ilka Antcheva authored
- Add documentation. - Add QT_VERSION 4 CPP flag (no test has been performed against Qt4 yet). - Remove the redundant code. - Add the enforcement of the Qt-ROOT layer for Qt-applications to eliminate the need to adjust ".rootrc" and eventually crash. If user started the Qt-application then Gui.Backend "native" must be treated as "qt". (thanks CMS feedback ) git-svn-id: http://root.cern.ch/svn/root/trunk@13866 27541ba8-7e3a-0410-8455-c3a389f83636
-