summaryrefslogtreecommitdiffstats
path: root/src/file.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix build failure when DBus is not enabledKrzysztof Kosi??ski2010-07-161-1/+8
| | | (bzr r9618)
* Merging in from trunkTed Gould2009-11-291-95/+126
|\ | | | | (bzr r8254.1.37)
| * Patch by Adib for 429529Josh Andler2009-10-181-0/+4
| | | | | | (bzr r8792)
| * Fixed leaking memory and added proper name fallback. Applies modified patch ↵Jon A. Cruz2009-09-291-17/+34
| | | | | | | | | | and addresses bug #436151. (bzr r8672)
| * Updated buildtool's files to undefine whiteboard. Comment out OCAL Export ↵Josh Andler2009-09-271-5/+7
| | | | | | | | | | dialog. Also commented out verbs & file related functions for both as a precaution for command-line usage. (bzr r8661)
| * Fix by Adib for 353847Josh Andler2009-09-161-2/+13
| | | | | | (bzr r8601)
| * Fix compile when NEW_EXPORT_DIALOG is defined (however, the dialog crashes ↵Maximilian Albert2009-08-091-3/+4
| | | | | | | | | | when trying to export files, dunno why) (bzr r8457)
| * Put #ifdefs around all code related to the so-called "new" ExportDialog ↵Maximilian Albert2009-08-091-4/+1
| | | | | | | | | | (whatever that is) (bzr r8456)
| * Cleanup (remove unused variable; use generic function to determine the file ↵Maximilian Albert2009-08-091-1/+0
| | | | | | | | | | extension) (bzr r8455)
| * Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. ↵Maximilian Albert2009-08-091-88/+69
| | | | | | | | | | remembering the last file type and folder). As part of the cleanup inkscape:output_extension was removed, too. (bzr r8454)
| * Store last used paths separately for the 'Save as ...' and 'Save a copy ...' ↵Maximilian Albert2009-08-071-23/+42
| | | | | | | | | | dialogs and remember the last used file types in each case (closes LP #184655 and perhaps others; LP #386292 was fixed by the previous commit). (bzr r8432)
| * Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-160/+19
| | | | | | | | | | which cannot be fixed easily. (bzr r8422)
| * SPDocument->Documentjohnce2009-08-051-1/+1
| | | | | | (bzr r8416)
| * SPDocument->Documentjohnce2009-08-051-18/+159
| | | | | | (bzr r8404)
* | Added code to add a DBus interface for every desktop created.Soren Berg2009-07-121-0/+2
|/ | | (bzr r8254.1.5)
* save/restore initial dir when importingbulia byak2009-06-281-4/+23
| | | (bzr r8180)
* remove temporary prefs hackThomas Holder2009-05-171-7/+2
| | | (bzr r7895)
* parent transformation on import and paste (Bug #376064, Bug #375499)Thomas Holder2009-05-131-0/+6
| | | (bzr r7876)
* FIX for BUG 368879: crash on 'save a copy as' when document has no filename yettheAdib2009-04-291-2/+6
| | | (bzr r7796)
* Move Inkscape::IO::fixupHrefs to Inkscape::XML::rebase_hrefs in new file ↵Peter Moulder2009-04-071-97/+2
| | | | | | | | | xml/rebase-hrefs.*. Give it the old and new base directory, so that it can change hrefs without relying on sodipodi:absref. Also create a new function sp_repr_save_rebased_file that changes all xlink:href attributes as it writes them, so that we don't need to modify the owning document. (Especially useful for "Save a copy" or exporting.) extension/system.cpp: (Inkscape::Extension::save): Don't call sp_document_set_uri even temporarily other than at the same time as calling rebase_hrefs. (Otherwise, existing relative hrefs will point nowhere.) When exporting plain SVG, change the relative hrefs according to the destination filename. (bzr r7643)
* remove more static dialogs.Johan B. C. Engelen2009-03-011-23/+36
| | | (bzr r7399)
* fix crash bug #241390Johan B. C. Engelen2009-03-011-11/+14
| | | (bzr r7398)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-34/+28
| | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337)
* set waiting cursor while loading a filebulia byak2009-01-281-1/+7
| | | (bzr r7203)
* i guess this is better but doesn't fix crashJohan B. C. Engelen2009-01-141-5/+7
| | | (bzr r7134)
* fix possible crashJohan B. C. Engelen2009-01-041-1/+3
| | | (bzr r7072)
* Merge from fe-movedTed Gould2008-11-211-1/+4
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-21/+36
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-111-1/+1
| | | (bzr r6884)
* More NR ==> Geom conversion (points and some matrices/transforms)Maximilian Albert2008-09-181-4/+4
| | | (bzr r6836)
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-161-30/+37
| | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823)
* First patch for Bug 209199: Update Win32 Save As dialog to include a Title ↵Jeff Schiller2008-09-111-4/+12
| | | | | edit box (and label). This edit box is sync'ed with the RDF and doc-level title and allows a user to edit the title prior to save. This patch does not update the GTK dialogs (that will be submitted in a subsequent patch). (bzr r6791)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
| | | (bzr r6569)
* Resolve ID clashes when pasting (fixes bug 165936).Stephen Silver2008-06-241-201/+1
| | | (bzr r6048)
* Resolve ID clashes when importing files (fixes bug 168626).Stephen Silver2008-06-131-3/+205
| | | (bzr r5921)
* Fixed the open dialog so that it remembers which folder you were browsing inJoel Holdsworth2008-05-241-1/+1
| | | (bzr r5749)
* Apply Sas' patch to improve import of SVG as in LP#227472 and the bugs ↵Mike Pittman2008-05-091-56/+55
| | | | | mentioned in that bug's description. (bzr r5641)
* Several different i18n issues fixed following report from a_b (adresses bug ↵Marcin Floryan2008-04-121-1/+1
| | | | | #215387, but still 2 more issues need to be fixed before it can be closed) and minor other issues fixed as spotted. Some changes could be ported to 0.46 branch. (bzr r5412)
* Warning cleanupJon A. Cruz2008-03-081-29/+28
| | | (bzr r4995)
* Fix for bug #167364 - "Win2k: file dialog uses wrong home directory"Joel Holdsworth2008-03-061-1/+35
| | | (bzr r4976)
* Warning and space cleanupJon A. Cruz2008-02-231-0/+1
| | | (bzr r4833)
* Merged in Native File Dialogs for Windows BranchJoel Holdsworth2008-02-231-50/+49
| | | (bzr r4830)
* stop toggling insensitive state for modification flag updates (fixes ↵MenTaLguY2008-01-151-3/+3
| | | | | | | | | critical bug #182401) In order to do this, I got rid of sodipodi:modified in favor of a simple flag in SPDocument, also renaming SPDocument::{set,is}Modified to SPDocument::{set,is}ModifiedSinceSave (bzr r4491)
* abstract use of sodipodi:modifiedMenTaLguY2008-01-151-10/+6
| | | (bzr r4490)
* Removed Win32 only Print Direct verb, which was an exact clone of normal printJoel Holdsworth2007-12-231-15/+1
| | | (bzr r4279)
* Fixed the parenting of the print dialog so that it cannot fall behind the ↵Joel Holdsworth2007-12-221-4/+4
| | | | | main inkscape desktop window (bzr r4278)
* fix warnings and delete gradient pixmap that will not be usedJohan B. C. Engelen2007-11-161-1/+6
| | | (bzr r4092)
* Partial fix for bug #1824387 [Still asks to save after complete undo]Maximilian Albert2007-11-131-0/+1
| | | (bzr r4078)
* Warning cleanupJon A. Cruz2007-11-041-43/+43
| | | (bzr r4025)
* warning cleanupJon A. Cruz2007-11-021-8/+8
| | | (bzr r4012)