Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified documentation/images/alert_info_32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/autofiler.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/conflict.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/dropzone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/edit_rule.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/filer_icon_64.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/help.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/rules.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/images/up.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 13 additions & 3 deletions sources/DropZoneTab.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ DropZone::_Init()
BFont font;
fLabel1->GetFont(&font);
font.SetFace(B_CONDENSED_FACE);
font.SetSize(font.Size() * 1.5);

font.SetSize(font.Size() * 0.9);
fLabel1->SetFont(&font, B_FONT_FAMILY_AND_STYLE | B_FONT_SIZE
| B_FONT_FLAGS);
font.SetSize(font.Size() * 0.75);
Expand Down Expand Up @@ -82,11 +83,20 @@ DropZone::DropZone(bool replicatable)
.AddGlue()
.AddStrut(1)
.Add(fLabel1)
.Add(fLabel2)
.AddGlue()
.End()
.Add(dragger, 0.01);
} else {
// Larger font in Dropzone tab, added line for label "Dropzone"
BFont font;
fLabel1->GetFont(&font);
font.SetSize(font.Size() * 1.5);
fLabel1->SetFont(&font, B_FONT_FAMILY_AND_STYLE | B_FONT_SIZE
| B_FONT_FLAGS);
font.SetSize(font.Size() * 0.75);
fLabel2->SetFont(&font, B_FONT_FAMILY_AND_STYLE | B_FONT_SIZE
| B_FONT_FLAGS);

BLayoutBuilder::Group<>(this, B_VERTICAL, 0)
.AddGroup(B_VERTICAL, 3)
.AddGlue()
Expand Down Expand Up @@ -130,7 +140,7 @@ DropZone::Archive(BMessage* archive, bool deep) const

archive->AddString("add_on", kFilerSignature);
archive->AddString("class", "Filer");

archive->PrintToStream();

return B_OK;
Expand Down
2 changes: 1 addition & 1 deletion sources/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ OPTIMIZE :=
# will recreate only the "locales/en.catkeys" file. Use it as a template
# for creating catkeys for other languages. All localization files must be
# placed in the "locales" subdirectory.
LOCALES = ca cs de en en_GB es fr fur id it nl ro pt sc sv tr uk
LOCALES = ca cs de en_AU en_GB en es_419 es fr fur hi hr id it ko nb nl pt ro ru sc sv tr uk

# Specify all the preprocessor symbols to be defined. The symbols will not
# have their values set automatically; you must supply the value (if any) to
Expand Down
16 changes: 10 additions & 6 deletions sources/ReplicantWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,20 @@ ReplicantWindow::ReplicantWindow(BRect frame)
B_DOCUMENT_WINDOW_LOOK, B_FLOATING_APP_WINDOW_FEEL,
B_NOT_ZOOMABLE | B_AUTO_UPDATE_SIZE_LIMITS)
{
frame.OffsetBy(290.0, 130.0);
MoveTo(frame.LeftTop());

CenterIn(frame);
DropZone* dropzone = new DropZone(true);
dropzone->SetExplicitMinSize(BSize(70.0, 64.0));
dropzone->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNLIMITED));

static const float spacing = be_control_look->DefaultItemSpacing();
float labelWidth = be_plain_font->StringWidth(B_TRANSLATE_SYSTEM_NAME("Filer"));
font_height fontHeight;
be_plain_font->GetHeight(&fontHeight);
float labelHeight = ceilf(fontHeight.ascent + fontHeight.descent);

dropzone->SetExplicitMinSize(BSize(labelWidth + spacing * 2, labelHeight + spacing * 2));
dropzone->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNLIMITED));

BLayoutBuilder::Group<>(this, B_VERTICAL, B_USE_DEFAULT_SPACING)
.SetInsets(spacing)
.SetInsets(spacing, spacing, spacing, spacing * 1.5)
.Add(dropzone);
}

Expand Down
18 changes: 9 additions & 9 deletions sources/locales/ca.catkeys
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ Error FSUtils Error
Replace file FSUtils Reemplaça el fitxer
Skip file FSUtils Omet el fitxer
The file '%name%' already exists. Do you want to replace it? FSUtils Don't translate the variable %name% El fitxer '%name%' ja existeix. Voleu reemplaçar-lo?
Add AutoFilerTab Used as button in a file panel Afegeix
Add folder AutoFilerTab Afegeix una carpeta
AutoFiler AutoFilerTab Filer automàtic
AutoFiler: Add folders AutoFilerTab Filer automàtic: afegeix carpetes
Automatically run Filer on the contents of these folders: AutoFilerTab Executa automàticament Filer sobre el contingut d'aquestes carpetes:
Remove folder AutoFilerTab Suprimeix la carpteta
Run AutoFiler on system startup AutoFilerTab Executa el Filer automàtic a l'inici del sistema
Start AutoFiler AutoFilerTab Incia el Filer automàtic
Stop AutoFiler AutoFilerTab Atura el Filer automàtic
Add RuleTab Afegeix
Add rule RuleTab Afegeix una regla
Add rules RuleTab Afegiu regles
Expand All @@ -66,15 +75,6 @@ Move up RuleTab Mou amunt
Remove RuleTab Suprimeix
Remove rule RuleTab Suprimeix la regla
Rules RuleTab Regles
Add AutoFilerTab Used as button in a file panel Afegeix
Add folder AutoFilerTab Afegeix una carpeta
AutoFiler AutoFilerTab Filer automàtic
AutoFiler: Add folders AutoFilerTab Filer automàtic: afegeix carpetes
Automatically run Filer on the contents of these folders: AutoFilerTab Executa automàticament Filer sobre el contingut d'aquestes carpetes:
Remove folder AutoFilerTab Suprimeix la carpteta
Run AutoFiler on system startup AutoFilerTab Executa el Filer automàtic a l'inici del sistema
Start AutoFiler AutoFilerTab Incia el Filer automàtic
Stop AutoFiler AutoFilerTab Atura el Filer automàtic
Add rule RuleEditWindow Afegeix una regla
Cancel RuleEditWindow Cancel·la
Description: RuleEditWindow Descripció:
Expand Down
18 changes: 9 additions & 9 deletions sources/locales/cs.catkeys
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ Error FSUtils Chyba
Replace file FSUtils Nahradit soubor
Skip file FSUtils Přeskočit soubor
The file '%name%' already exists. Do you want to replace it? FSUtils Don't translate the variable %name% Soubor '%name%' už existuje. Přepsat?
Add AutoFilerTab Used as button in a file panel Přidat
Add folder AutoFilerTab Přidat adresář
AutoFiler AutoFilerTab AutoFiler
AutoFiler: Add folders AutoFilerTab AutoFiler: Přidat adresáře
Automatically run Filer on the contents of these folders: AutoFilerTab Automaticky spouštět Filer na obsah těchto adresářů:
Remove folder AutoFilerTab Odebrat adresář
Run AutoFiler on system startup AutoFilerTab Spustit Autofiler při spuštění systému
Start AutoFiler AutoFilerTab Spustit AutoFiler
Stop AutoFiler AutoFilerTab Zastavit AutoFiler
Add RuleTab Přidat
Add rule RuleTab Přidat pravidlo
Add rules RuleTab Přidat pravidla
Expand All @@ -66,15 +75,6 @@ Move up RuleTab Posunout nahoru
Remove RuleTab Odebrat
Remove rule RuleTab Odebrat pravidlo
Rules RuleTab Pravidla
Add AutoFilerTab Used as button in a file panel Přidat
Add folder AutoFilerTab Přidat adresář
AutoFiler AutoFilerTab AutoFiler
AutoFiler: Add folders AutoFilerTab AutoFiler: Přidat adresáře
Automatically run Filer on the contents of these folders: AutoFilerTab Automaticky spouštět Filer na obsah těchto adresářů:
Remove folder AutoFilerTab Odebrat adresář
Run AutoFiler on system startup AutoFilerTab Spustit Autofiler při spuštění systému
Start AutoFiler AutoFilerTab Spustit AutoFiler
Stop AutoFiler AutoFilerTab Zastavit AutoFiler
Add rule RuleEditWindow Přidat pravidlo
Cancel RuleEditWindow Zrušit
Description: RuleEditWindow Popis:
Expand Down
26 changes: 13 additions & 13 deletions sources/locales/de.catkeys
Original file line number Diff line number Diff line change
Expand Up @@ -51,35 +51,35 @@ Error FSUtils Fehler
Replace file FSUtils Datei ersetzen
Skip file FSUtils Datei überspringen
The file '%name%' already exists. Do you want to replace it? FSUtils Don't translate the variable %name% Die Datei '%name%' existiert bereits. Soll sie ersetzt werden?
Add AutoFilerTab Used as button in a file panel Hinzu
Add folder AutoFilerTab Ordner hinzufügen
AutoFiler AutoFilerTab AutoFiler
AutoFiler: Add folders AutoFilerTab AutoFiler: Ordner hinzufügen
Automatically run Filer on the contents of these folders: AutoFilerTab Filer automatisch auf den Inhalt folgender Ordner anwenden:
Remove folder AutoFilerTab Ordner entfernen
Run AutoFiler on system startup AutoFilerTab AutoFiler beim Systemstart starten
Start AutoFiler AutoFilerTab AutoFiler starten
Stop AutoFiler AutoFilerTab AutoFiler anhalten
Add RuleTab Hinzufügen
Add rule RuleTab Regel hinzufügen
Add rules RuleTab Regeln anlegen
Apply only the first matching rule RuleTab Nur die erste zutreffende Regel anwenden
Cancel RuleTab Abbrechen
Disable RuleTab Deaktivieren
Edit RuleTab Bearbeiten
Edit… RuleTab Bearbeiten…
Edit… RuleTab Bearbeiten
Enable RuleTab Aktivieren
It appears that there aren't any rules for organizing files. Would you like Filer to add some basic ones for you? RuleTab Anscheinend wurden noch keine Regeln zum organisieren von Dateien erstellt. Soll Filer einige einfache Regeln anlegen?
Move down RuleTab Runter
Move up RuleTab Rauf
Remove RuleTab Entfernen
Remove rule RuleTab Regel entfernen
Rules RuleTab Regeln
Add AutoFilerTab Used as button in a file panel Hinzu
Add folder AutoFilerTab Ordner hinzufügen
AutoFiler AutoFilerTab AutoFiler
AutoFiler: Add folders AutoFilerTab AutoFiler: Ordner hinzufügen
Automatically run Filer on the contents of these folders: AutoFilerTab Filer automatisch auf den Inhalt folgender Ordner anwenden:
Remove folder AutoFilerTab Ordner entfernen
Run AutoFiler on system startup AutoFilerTab AutoFiler beim Systemstart starten
Start AutoFiler AutoFilerTab AutoFiler starten
Stop AutoFiler AutoFilerTab AutoFiler anhalten
Add rule RuleEditWindow Regel hinzufügen
Cancel RuleEditWindow Abbrechen
Description: RuleEditWindow Beschreibung:
Edit rule RuleEditWindow Regel bearbeiten
Help… RuleEditWindow Hilfe…
Help… RuleEditWindow Hilfe
If RuleEditWindow Wenn
OK RuleEditWindow OK
Then RuleEditWindow Dann
Expand All @@ -97,8 +97,8 @@ Drag and drop the files to be processed below. DropZoneTab Zu verarbeitende Dat
Dropzone DropZoneTab DropZone
Filer DropZoneTab Filer
Filer dropzone DropZoneTab Filer DropZone
Open Filer… DropZoneTab Filer öffnen…
Replicate dropzone… DropZoneTab DropZone als Replikant…
Open Filer… DropZoneTab Filer öffnen
Replicate dropzone… DropZoneTab DropZone als Replikant
Filer System name Filer
Open file FolderPathView Datei öffnen
Open folder FolderPathView Ordner öffnen
Loading
Loading