My favorites | Sign in
Project Home Downloads Wiki Issues Source
Details: Show all Hide all

Older

  • Dec 31, 2011
    r455 (Fix compilation against the new API. Still no functionality.) committed by diegoi...@gmail.com   -   Fix compilation against the new API. Still no functionality.
    Fix compilation against the new API. Still no functionality.
  • Dec 21, 2011
    r454 (New API Now the syntax highlighter is much more an abstract...) committed by diegoi...@gmail.com   -   New API Now the syntax highlighter is much more an abstract interface. The logic is done in the demo implementations. TODO: - lost the bracket matching - qate needs to be ported
    New API Now the syntax highlighter is much more an abstract interface. The logic is done in the demo implementations. TODO: - lost the bracket matching - qate needs to be ported
  • Dec 21, 2011
    r453 (Updated GUI) committed by diegoi...@gmail.com   -   Updated GUI
    Updated GUI
  • Nov 18, 2011
    r452 (Demo6 - hook up our widget with Qate) committed by diegoi...@gmail.com   -   Demo6 - hook up our widget with Qate
    Demo6 - hook up our widget with Qate
  • Oct 16, 2011
    r451 (Preparing for more complexy syntax highlitghters. Things are...) committed by diegoi...@gmail.com   -   Preparing for more complexy syntax highlitghters. Things are much more abstract now.
    Preparing for more complexy syntax highlitghters. Things are much more abstract now.
  • Oct 16, 2011
    r450 (Make the variable names more easy to read ) committed by diegoi...@gmail.com   -   Make the variable names more easy to read
    Make the variable names more easy to read
  • Oct 13, 2011
    r449 (Preparing for supporting Qate in the text editor:: do not ta...) committed by diegoi...@gmail.com   -   Preparing for supporting Qate in the text editor:: do not talk directly with the QTextBlock::userData, instead use a wrapper. To be used soon. Prevents a crash on the text editor when not running a syntax highlighter directly.
    Preparing for supporting Qate in the text editor:: do not talk directly with the QTextBlock::userData, instead use a wrapper. To be used soon. Prevents a crash on the text editor when not running a syntax highlighter directly.
  • Sep 21, 2011
    issue 2 (Doesn't compile) reported by vpereto...@gmail.com   -   Using latest unstable source: -- Configuring done CMake Error at src/CMakeLists.txt:29 (ADD_LIBRARY): Cannot find source file "qsvcolordef.cpp". Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx -- Build files have been written to: /home/vadi/Programs/qtsourceview vadi@vadi-11:~/Programs/qtsourceview$ nice make make: *** No targets specified and no makefile found. Stop. vadi@vadi-11:~/Programs/qtsourceview$ ls ChangeLog CMakeCache.txt CMakeFiles CMakeLists.txt COPYING data demos Doxyfile qtsourceview.dox qtsourceview.pro readme src tests tmp vadi@vadi-11:~/Programs/qtsourceview$ cd src vadi@vadi-11:~/Programs/qtsourceview/src$ nice^C vadi@vadi-11:~/Programs/qtsourceview/src$ nice make make: *** No targets specified and no makefile found. Stop. Want to test it out :)
    Using latest unstable source: -- Configuring done CMake Error at src/CMakeLists.txt:29 (ADD_LIBRARY): Cannot find source file "qsvcolordef.cpp". Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx -- Build files have been written to: /home/vadi/Programs/qtsourceview vadi@vadi-11:~/Programs/qtsourceview$ nice make make: *** No targets specified and no makefile found. Stop. vadi@vadi-11:~/Programs/qtsourceview$ ls ChangeLog CMakeCache.txt CMakeFiles CMakeLists.txt COPYING data demos Doxyfile qtsourceview.dox qtsourceview.pro readme src tests tmp vadi@vadi-11:~/Programs/qtsourceview$ cd src vadi@vadi-11:~/Programs/qtsourceview/src$ nice^C vadi@vadi-11:~/Programs/qtsourceview/src$ nice make make: *** No targets specified and no makefile found. Stop. Want to test it out :)
  • Sep 21, 2011
    issue 1 (Typo on homepage) reported by vpereto...@gmail.com   -   'extraeamly' should be 'extremely'.
    'extraeamly' should be 'extremely'.
  • Aug 13, 2011
    r448 (Plugin demo is now working again) committed by diegoi...@gmail.com   -   Plugin demo is now working again
    Plugin demo is now working again
  • Aug 13, 2011
    r447 (Compilation fixes) committed by diegoi...@gmail.com   -   Compilation fixes
    Compilation fixes
  • Aug 13, 2011
    r446 (unneeded comment - cleanup) committed by diegoi...@gmail.com   -   unneeded comment - cleanup
    unneeded comment - cleanup
  • Aug 13, 2011
    r445 (Updated documentation to reflect deleted code, and now the ...) committed by diegoi...@gmail.com   -   Updated documentation to reflect deleted code, and now the library documentation generates less doxygen docs (iPLugin is still a problem)
    Updated documentation to reflect deleted code, and now the library documentation generates less doxygen docs (iPLugin is still a problem)
  • Aug 13, 2011
    r444 (Updated doxygen configuration file (doxygen -u)) committed by diegoi...@gmail.com   -   Updated doxygen configuration file (doxygen -u)
    Updated doxygen configuration file (doxygen -u)
  • Aug 13, 2011
    r443 (Redesigned the build system - Remove kdevelop project - T...) committed by diegoi...@gmail.com   -   Redesigned the build system - Remove kdevelop project - To build the code inside your app use (demo1): QMDILIB_SRC_DIR = ../../src/ INCLUDEPATH += $$QMDILIB_SRC_DIR include ($$QMDILIB_SRC_DIR/qmdilib.pri) - Demo2 shows how to statically link your app: INCLUDEPATH += ../../src/ LIBS += ../../libqmdi.a - Demo3 shows how to dynamically link against qmdilib, and how to use RPATH: INCLUDEPATH += ../../src/ LIBS += -L../../ -lqmdi #this magic makes the search of the *.so in the same dir unix:{ QMAKE_LFLAGS += -Wl,-z,origin \'-Wl,-rpath,.\' }
    Redesigned the build system - Remove kdevelop project - To build the code inside your app use (demo1): QMDILIB_SRC_DIR = ../../src/ INCLUDEPATH += $$QMDILIB_SRC_DIR include ($$QMDILIB_SRC_DIR/qmdilib.pri) - Demo2 shows how to statically link your app: INCLUDEPATH += ../../src/ LIBS += ../../libqmdi.a - Demo3 shows how to dynamically link against qmdilib, and how to use RPATH: INCLUDEPATH += ../../src/ LIBS += -L../../ -lqmdi #this magic makes the search of the *.so in the same dir unix:{ QMAKE_LFLAGS += -Wl,-z,origin \'-Wl,-rpath,.\' }
  • Aug 13, 2011
    r442 (The code for these demos is no longer needed) committed by diegoi...@gmail.com   -   The code for these demos is no longer needed
    The code for these demos is no longer needed
  • Aug 13, 2011
    r441 (Use QString() instead of "" - in the whole code. ) committed by diegoi...@gmail.com   -   Use QString() instead of "" - in the whole code.
    Use QString() instead of "" - in the whole code.
  • Jul 30, 2011
    QtSourceView Wiki page edited by diegoi...@gmail.com   -   Revision r440 Edited wiki page QtSourceView through web user interface.
    Revision r440 Edited wiki page QtSourceView through web user interface.
  • Jul 30, 2011
    qtsourceview-0.0.3.tar.gz (qtsourceview 0.0.3) file uploaded by diegoi...@gmail.com   -  
    Labels: Type-Source OpSys-All Featured
    Labels: Type-Source OpSys-All Featured
  • Jul 30, 2011
    r439 (Lets tag v0.0.3 ) committed by diegoi...@gmail.com   -   Lets tag v0.0.3
    Lets tag v0.0.3
  • Jul 30, 2011
    r438 (svn ignore cleanups) committed by diegoi...@gmail.com   -   svn ignore cleanups
    svn ignore cleanups
  • Jul 30, 2011
    r437 (Final toushes - lest release the beast) committed by diegoi...@gmail.com   -   Final toushes - lest release the beast
    Final toushes - lest release the beast
  • Jul 30, 2011
    r436 (Better documentation, added a "pre compiled" version of the ...) committed by diegoi...@gmail.com   -   Better documentation, added a "pre compiled" version of the SVG, as it looks different everywhere...
    Better documentation, added a "pre compiled" version of the SVG, as it looks different everywhere...
  • Jul 30, 2011
    r435 (enable the qate demos) committed by diegoi...@gmail.com   -   enable the qate demos
    enable the qate demos
  • Jul 30, 2011
    r434 (Rename properly demo6-qate ) committed by diegoi...@gmail.com   -   Rename properly demo6-qate
    Rename properly demo6-qate
  • Jul 30, 2011
    r433 (Update the image used for demo5) committed by diegoi...@gmail.com   -   Update the image used for demo5
    Update the image used for demo5
  • Jul 30, 2011
    r432 (Use the statib, not the pri) committed by diegoi...@gmail.com   -   Use the statib, not the pri
    Use the statib, not the pri
  • Jul 30, 2011
    r431 (Load file from the command line) committed by diegoi...@gmail.com   -   Load file from the command line
    Load file from the command line
  • Jul 30, 2011
    r430 (English) committed by diegoi...@gmail.com   -   English
    English
  • Jul 23, 2011
    r429 (documentation update ) committed by diegoi...@gmail.com   -   documentation update
    documentation update
  • Jul 23, 2011
    r428 (It seems that the hack from r424 need to be done also on win...) committed by diegoi...@gmail.com   -   It seems that the hack from r424 need to be done also on windows 7.
    It seems that the hack from r424 need to be done also on windows 7.
  • Jul 23, 2011
    r427 (Show current line number in bold) committed by diegoi...@gmail.com   -   Show current line number in bold
    Show current line number in bold
  • Jul 23, 2011
    r426 (Updated text/icons on seach next/prev buttons. Name properly...) committed by diegoi...@gmail.com   -   Updated text/icons on seach next/prev buttons. Name properly the application.
    Updated text/icons on seach next/prev buttons. Name properly the application.
  • Jul 23, 2011
    r425 (fix style on replace widget ) committed by diegoi...@gmail.com   -   fix style on replace widget
    fix style on replace widget
  • Jul 23, 2011
    r424 (On XP the panels need a specific border, or they look like #...) committed by diegoi...@gmail.com   -   On XP the panels need a specific border, or they look like #@!@$@!
    On XP the panels need a specific border, or they look like #@!@$@!
  • Jul 23, 2011
    r423 (Use pretty icons on the application Use CWD as the base dir,...) committed by diegoi...@gmail.com   -   Use pretty icons on the application Use CWD as the base dir, not the APP dir
    Use pretty icons on the application Use CWD as the base dir, not the APP dir
  • Jul 23, 2011
    r422 (Some GUI updates: - use native borders - expose some widge...) committed by diegoi...@gmail.com   -   Some GUI updates: - use native borders - expose some widgets for customisation - set an object name to the banner, so it can be found using findChildren() - set auto rise on the close button of the banner
    Some GUI updates: - use native borders - expose some widgets for customisation - set an object name to the banner, so it can be found using findChildren() - set auto rise on the close button of the banner
  • Jul 22, 2011
    r421 (Simplify the code, easier to understand) committed by diegoi...@gmail.com   -   Simplify the code, easier to understand
    Simplify the code, easier to understand
  • Jul 22, 2011
    r420 (Unneeded file ) committed by diegoi...@gmail.com   -   Unneeded file
    Unneeded file
  • Jul 15, 2011
    r419 (Compilation fixes, svn:ignore on new demos ) committed by diegoi...@gmail.com   -   Compilation fixes, svn:ignore on new demos
    Compilation fixes, svn:ignore on new demos
  • Jul 15, 2011
    r418 (Missing files) committed by diegoi...@gmail.com   -   Missing files
    Missing files
  • Jul 15, 2011
    r417 (Major cleans: - mime.types is now inside data. And properl...) committed by diegoi...@gmail.com   -   Major cleans: - mime.types is now inside data. And properly loaded. No need to add it in your apps. - Copyright issues, and times - rename demo7 to demo5, finished - added ignores to several Makefiles - in demo5 - new readme
    Major cleans: - mime.types is now inside data. And properly loaded. No need to add it in your apps. - Copyright issues, and times - rename demo7 to demo5, finished - added ignores to several Makefiles - in demo5 - new readme
  • Jul 15, 2011
    r416 (demo4 commit) committed by diegoi...@gmail.com   -   demo4 commit
    demo4 commit
  • Jul 15, 2011
    r415 (demo7 is now demo5) committed by diegoi...@gmail.com   -   demo7 is now demo5
    demo7 is now demo5
  • Jul 15, 2011
    r414 (Now demo5 is demo5) committed by diegoi...@gmail.com   -   Now demo5 is demo5
    Now demo5 is demo5
  • Jul 15, 2011
    r413 (unused code, keeping it anyway) committed by diegoi...@gmail.com   -   unused code, keeping it anyway
    unused code, keeping it anyway
  • Jul 15, 2011
    r412 (demo6 will become demo7 (first step)) committed by diegoi...@gmail.com   -   demo6 will become demo7 (first step)
    demo6 will become demo7 (first step)
  • Jul 15, 2011
    r411 (Deleted obsolete project) committed by diegoi...@gmail.com   -   Deleted obsolete project
    Deleted obsolete project
  • Jul 14, 2011
    r410 (New demo - a fullt working text editor. ) committed by diegoi...@gmail.com   -   New demo - a fullt working text editor.
    New demo - a fullt working text editor.
  • Jul 14, 2011
    r409 ( - fix a crash - API for get/set the SHLc ) committed by diegoi...@gmail.com   -   - fix a crash - API for get/set the SHLc
    - fix a crash - API for get/set the SHLc
 
Powered by Google Project Hosting