Rev |
Age |
Author |
Path |
Log message |
Diff |
18122 |
2992d 19h |
mrdocs |
/trunk/Scribus/scribus/ui/helpbrowser.cpp |
Update the FSF Address to avoid build warnings from OBS |
|
17627 |
3216d 00h |
jghali |
/trunk/Scribus/scribus/ui/helpbrowser.cpp |
#10775: keyboard shortcut to quit the help browser |
|
16577 |
3651d 22h |
craig |
/trunk/Scribus/scribus/ui/helpbrowser.cpp |
Stop using obsolete QDir::convertSeparators, replace with QDir::toNativeSeparators |
|
16180 |
3759d 08h |
craig |
/trunk/Scribus/scribus/ui/helpbrowser.cpp |
Allow user to jump into help from GS missing warning, as first example of context help |
|
14682 |
4080d 08h |
fschmid |
/trunk/Scribus/scribus/ui/helpbrowser.cpp |
Applied 2 small patches from Jain Basil Aliyas |
|
13576 |
4339d 23h |
cbradney |
/trunk/Scribus/scribus/ui/helpbrowser.cpp |
Move more gui classes to ui/ subdir |
|
13530 |
4345d 07h |
pierre |
/trunk/Scribus/scribus/helpbrowser.cpp |
Changed QTextBrowser for QWebView (webkit then) in ScTextBrowser (1) |
|
12658 |
4571d 02h |
fschmid |
/trunk/Scribus/scribus/helpbrowser.cpp |
Always use changeOverrideCursor, not setOverrideCursor/restoreOverrideCursor. Subiks hack for restoring the mouse cursor after a drop is no longer needed with Qt-4.4.2 |
|
11811 |
4775d 23h |
cbradney |
/trunk/Scribus/scribus/helpbrowser.cpp |
Dont remember the language switch in helpbrowser if we cant find one file. We only do this startup in loadMenu now. |
|
11645 |
4809d 01h |
fschmid |
/trunk/Scribus/scribus/helpbrowser.cpp |
Commented out a lot of not really needed qDebug messages. |
|
10903 |
4927d 23h |
cbradney |
/trunk/Scribus/scribus/helpbrowser.cpp |
#6379: Fix guidemanager not changing language
Pass on the changevent correctly for classes supporting this if based on qwidget |
|
10887 |
4929d 01h |
cbradney |
/trunk/Scribus/scribus/helpbrowser.cpp |
6366: cleaner static variable, survives closes properly, and I think 4075, where we dont set en for default no language option |
|
10859 |
4934d 22h |
cbradney |
/trunk/Scribus/scribus/helpbrowser.cpp |
Implement the Qt4 changeEvent(QEvent) for all widgets that used to use languageChange() for changing the GUI language as this was broken when we removed Qt3Support. |
|
10676 |
4954d 23h |
cbradney |
/trunk/Scribus/scribus/helpbrowser.cpp |
Add in the capability to store the help files in another location, currently coded to be appDir()/doc/<language>, so ~/.scribus/doc/en for example.
Fix some potential crashes when no menus/docs available |
|
10660 |
4957d 01h |
cbradney |
/trunk/Scribus/scribus/helpbrowser.cpp |
Patch from Herm for C&P of LaTeX frames |
|
10511 |
4974d 11h |
fschmid |
/trunk/Scribus/scribus/helpbrowser.cpp |
Files starting with "h" converted to full Qt-4 compliance. |
|
10495 |
4975d 00h |
cbradney |
/trunk/Scribus/scribus/helpbrowser.cpp |
More qt3support api removal |
|
10427 |
4983d 21h |
cbradney |
/trunk/Scribus/scribus/helpbrowser.cpp |
Another qt3support reduction exercise.. |
|
10398 |
4987d 00h |
cbradney |
/trunk/Scribus/scribus/helpbrowser.cpp |
Third commit of replacing qt3support apis with new ones. Convert most QImage smoothScale calls, many QMap .data() calls, QDir static function calls, etc. |
|
10369 |
4991d 05h |
cbradney |
/trunk/Scribus/scribus/helpbrowser.cpp |
Include cleaning, use running apps language in helpbrowser.
Fix the broken rulers for P and C modes (wrong scale) |
|