Older
-
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.
-
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
-
-
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
-
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.
-
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
-
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.
-
-
-
r448
(Plugin demo is now working again) committed by diegoi...@gmail.com
- Plugin demo is now working again
Plugin demo is now working again
-
-
r446
(unneeded comment - cleanup) committed by diegoi...@gmail.com
- unneeded comment - cleanup
unneeded comment - cleanup
-
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)
-
r444
(Updated doxygen configuration file (doxygen -u)) committed by diegoi...@gmail.com
- Updated doxygen configuration file (doxygen -u)
Updated doxygen configuration file (doxygen -u)
-
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,.\'
}
-
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
-
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.
-
-
-
-
-
r437
(Final toushes - lest release the beast) committed by diegoi...@gmail.com
- Final toushes - lest release the beast
Final toushes - lest release the beast
-
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...
-
-
r434
(Rename properly demo6-qate
) committed by diegoi...@gmail.com
- Rename properly demo6-qate
Rename properly demo6-qate
-
r433
(Update the image used for demo5) committed by diegoi...@gmail.com
- Update the image used for demo5
Update the image used for demo5
-
r432
(Use the statib, not the pri) committed by diegoi...@gmail.com
- Use the statib, not the pri
Use the statib, not the pri
-
r431
(Load file from the command line) committed by diegoi...@gmail.com
- Load file from the command line
Load file from the command line
-
-
-
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.
-
r427
(Show current line number in bold) committed by diegoi...@gmail.com
- Show current line number in bold
Show current line number in bold
-
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.
-
r425
(fix style on replace widget
) committed by diegoi...@gmail.com
- fix style on replace widget
fix style on replace widget
-
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 #@!@$@!
-
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
-
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
-
r421
(Simplify the code, easier to understand) committed by diegoi...@gmail.com
- Simplify the code, easier to understand
Simplify the code, easier to understand
-
-
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
-
-
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
-
-
-
-
r413
(unused code, keeping it anyway) committed by diegoi...@gmail.com
- unused code, keeping it anyway
unused code, keeping it anyway
-
r412
(demo6 will become demo7 (first step)) committed by diegoi...@gmail.com
- demo6 will become demo7 (first step)
demo6 will become demo7 (first step)
-
-
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.
-
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
|