Rev |
Age |
Author |
Path |
Log message |
Diff |
5834 |
5839d 06h |
cbradney |
/branches/Version13x/Scribus/scribus/picstatus.cpp |
#3814: Allow setting a new location based on the selected rows in the table |
|
5821 |
5841d 06h |
cbradney |
/branches/Version13x/Scribus/scribus/picstatus.cpp |
- Comment out qdebug in the view.
- Remove the view parameter from the picstatus window and get it from the doc.
- Fix a bug where the wrong column index was being used and it was entering master page mode instead of selecting an item |
|
5781 |
5847d 17h |
cbradney |
/branches/Version13x/Scribus/scribus/picstatus.cpp |
Remove the ScMW extern so we rely on the doc*s more and can exclude GUI interaction wherever possible, and possibly allow multiple ScMW's/SDI mode in the future. This has involved passing doc* or ScMW*s through to many functions, including the plugins. Rewrote many API to handle this change. Crashes may still exist in many places. Pleaasssee.. NO more externs. We cannot rely on them being consistent. The only extern I can see that should exist is the ScCore one. |
|
5327 |
5908d 07h |
cbradney |
/branches/Version13x/Scribus/scribus/picstatus.cpp |
Remove tr call around empty string |
|
5251 |
5915d 19h |
fschmid |
/branches/Version13x/Scribus/scribus/picstatus.cpp |
Added small thumbnails to the "Manage Picture" dialog. |
|
4698 |
5970d 07h |
cbradney |
/branches/Version13x/Scribus/scribus/picstatus.cpp |
-Rename the pageitem internal print enabled member
-Create undo/redo ability for setting an item print dis/enabled
-Create new signals from the pageitem and emit to mpalette. |
|
4645 |
5976d 12h |
subik |
/branches/Version13x/Scribus/scribus/picstatus.cpp |
make some items private. Fix Doxygen errors + move doxystrings into header files. 1st part. |
|
4430 |
6000d 06h |
cbradney |
/branches/Version13x/Scribus/scribus/picstatus.cpp |
#2661: Prepend GPL+exception->see COPYING file notice to all CPP/H files. |
|
4096 |
6039d 05h |
cbradney |
/branches/Version13x/Scribus/scribus/picstatus.cpp |
Patch from jghali: Allow the user to select a dir to search for pics in pics mgmt. |
|
4026 |
6048d 17h |
craig |
/branches/Version13x/Scribus/scribus/picstatus.cpp |
Some bulk S&R changes:
- Renames after IRC discussion:
ScribusApp -> ScribusMainWindow
ScribusApp* ScApp -> ScribusMainWindow* ScMW
- Replace QStoInt and QStodouble with the built-in QString::toInt() and
QString::toDouble() now that those return 0 on failure as required. |
|
3727 |
6086d 05h |
cbradney |
/branches/Version13x/Scribus/scribus/picstatus.cpp |
Convert ScribusDoc::Items to a pointer to DocItems or MasterPageItems. Adjust code as necessary. Fix bug in ScribusDoc::copyPageToMasterPage. Fix sig11 in align distribute palette with currDoc!=NULL after the last doc has closed. |
|
3698 |
6090d 09h |
cbradney |
/branches/Version13x/Scribus/scribus/picstatus.cpp |
Change and add some class declarations and includes. |
|
3650 |
6097d 07h |
cbradney |
/branches/Version13x/Scribus/scribus/picstatus.cpp |
Make a major attempt at removing ScribusView access within the 1.3 FileLoader code. More to be done here, certainly achievable.
Moved ScribusView->AdjustPictScale to PageItem (might move to a more specific frame type later). Moved ScribusView loadPict and LoadPict to the Doc. Fixed an oops in code move in copyPageToMasterPage and fix a sig11 in the same function. |
|
3565 |
6106d 13h |
cbradney |
/branches/Version13x/Scribus/scribus/picstatus.cpp |
Move the active window caption setting code into scribus.cpp and hide from other classes. Clean up some includes.
**Modify the scmessagebox class so you can check return values as standard, ie without checking if we are reversing the buttons. |
|
3367 |
6122d 21h |
cbradney |
/branches/Version13x/Scribus/scribus/picstatus.cpp |
#2592: Fix broken string translation.
Please do not use tr(QString("%1").arg()) but tr("%1").arg()
Classes cannot have const static GUI strings as they must have a languageChange() member so please only make them static strings.
Use tr()/trUtf8() calls within functions, QT_TR_NOOP()/QT_TRANSLATE_NOOP() outside of them.
Updated en_GB translation |
|
3205 |
6137d 10h |
craig |
/branches/Version13x/Scribus/scribus/picstatus.cpp |
Removes scattered "extern ScribusApp* ScApp" declarations, in favour of
declaring the extern in scribus.h . |
|
2927 |
6172d 18h |
craig |
/branches/Version13x/Scribus/scribus/picstatus.cpp |
Generalise FileSearch's deferred execution into DeferredTask, make
FileSearch inherit DeferredTask. This is necessary to provide a generalised
way to handle deferred execution in the new plugin API, as requested by Petr. |
|
2809 |
6193d 12h |
craig |
/branches/Version13x/Scribus/scribus/picstatus.cpp |
Another small cleanup, plus remove a bit debug code left in the earlier checkout. |
|
2808 |
6193d 13h |
craig |
/branches/Version13x/Scribus/scribus/picstatus.cpp |
Don't replace the wrong images when search accepted (old bug, I think).
Use smarter code for multiple searches. Some tidying. |
|
2807 |
6193d 14h |
craig |
/branches/Version13x/Scribus/scribus/picstatus.cpp |
Provide basic feedback on picture searches. No progress bar, just indicate
the search is running by changing the button and let the user cancel. |
|